예제 #1
0
 public void TearDown()
 {
     _testForm.Close();
     while (_testForm.Disposing)
     {
     }
     _testForm = null;
 }
예제 #2
0
 public void Setup()
 {
     _testForm = new SecureTextBoxTestForm();
     _testForm.Show();
 }