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