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