Ejemplo n.º 1
0
 public UnitTest1()
 {
     this.form = new Form1();
     this.calc = new Calculator(form);
     this.form.Form1_Load(this, new EventArgs());
 }