예제 #1
0
파일: Form1.cs 프로젝트: ishiikurisu/S2B
 public Window()
 {
     InitializeComponent();
     this.Calc = new Calculator();
     this.Op = new Operator();
     this.LastOperation = "";
 }