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