Exemplo n.º 1
0
 public void InitTestWindow()
 {
     testTheMainWindow = new MainWindow();
 }
Exemplo n.º 2
0
 public void RemoveTestWindow()
 {
     testTheMainWindow = null;
 }
Exemplo n.º 3
0
 public void InitUpload()
 {
     testTheMainWindow = new MainWindow();
     testTheMainWindow.TestScreenShot();
     testTheUploadResult = new UploadResult(testTheMainWindow.EditScreen.OriginalScreenshot);
 }