Created
October 13, 2016 07:58
-
-
Save milk19873/727227ab3534f22ed0e5a4a6faa5f36d to your computer and use it in GitHub Desktop.
第7回プログラミング講座ー2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace SimpleCalc | |
{ | |
public partial class Form1 : Form | |
{ | |
//このクラス内で使用する変数を宣言する。 | |
Calc calc; | |
int suji_mae = 0; | |
int suji_ushiro = 0; | |
int keisankekka = 0; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment