示例#1
0
文件: UnitTest1.cs 项目: Dzimid/TSWA
 public UnitTest1()
 {
     this.form = new Form1();
     this.calc = new Calculator(form);
     this.form.Form1_Load(this, new EventArgs());
 }