Exemplo n.º 1
0
 public override void Setup()
 {
     new ToolStripContainerTestForm().Show();
     button = new ButtonTester("b1");
     box = new TextBoxTester("tb1");
     tsb = new ToolStripItemTester("tsb"); //tool strip button as control
     tsl = new ToolStripItemTester("tsl"); //tool strip label as control.
 }
Exemplo n.º 2
0
 public override void Setup()
 {
     new ToolStripContainerTestForm().Show();
     button = new ButtonTester("b1");
     box    = new TextBoxTester("tb1");
     tsb    = new ToolStripItemTester("tsb"); //tool strip button as control
     tsl    = new ToolStripItemTester("tsl"); //tool strip label as control.
 }