Ejemplo n.º 1
0
 private void threadingBtn_Click(object sender, EventArgs e)
 {
     if (mthreadForm == null || mthreadForm.IsDisposed)
     {
         mthreadForm = new mthread();
     }
     mthreadForm.Show();
     mthreadForm.Activate();
 }
Ejemplo n.º 2
0
 private void threadingBtn_Click(object sender, EventArgs e)
 {
     if (mthreadForm == null || mthreadForm.IsDisposed) mthreadForm = new mthread();
     mthreadForm.Show();
     mthreadForm.Activate();
 }