예제 #1
0
파일: UnitTest1.cs 프로젝트: Dzimid/TSWA
 public UnitTest1()
 {
     this.form = new Form1();
     this.calc = new Calculator(form);
     this.form.Form1_Load(this, new EventArgs());
 }