質問編集履歴
1
定義の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -25,6 +25,10 @@
|
|
25
25
|
public partial class Calculator : Form
|
26
26
|
|
27
27
|
{
|
28
|
+
|
29
|
+
string InputNum = null; //input number
|
30
|
+
|
31
|
+
string Operator = null; //input operator
|
28
32
|
|
29
33
|
private Write write = new Write();
|
30
34
|
|