Esempio n. 1
0
 private void miscBtn_Click(object sender, EventArgs e)
 {
     if (testForm == null || testForm.IsDisposed)
     {
         testForm = new misc();
     }
     testForm.Show();
     testForm.Activate();
 }
Esempio n. 2
0
 private void miscBtn_Click(object sender, EventArgs e)
 {
     if (testForm == null || testForm.IsDisposed) testForm = new misc();
     testForm.Show();
     testForm.Activate();
 }