コード例 #1
0
 public void BaseState()
 {
     _testApp = new ApplicationUnderTest("", "TestControlTests.exe");
     _testApp.ShowDesktop();
     _testApp.Run();
     _testApp.WaitForCaption("Demo Form", 2);
 }