private void About_TSMI_Click(object sender, EventArgs e) { if (aboutForm == null || aboutForm.IsDisposed) { aboutForm = new AboutForm(); } aboutForm.SetLabNumber("3").Show(); }
private void TsmiAbout_Click(object sender, EventArgs e) { if (aboutForm == null || aboutForm.IsDisposed) { aboutForm = new AboutForm(); } aboutForm.SetLabNumber("5").ShowDialog(); }