Пример #1
0
 private void eventEditorToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (EventEditor == null || EventEditor.IsDisposed)
     {
         EventEditor = new EventEditorForm();
     }
     EventEditor.Show();
     EventEditor.Focus();
 }
Пример #2
0
 private void eventEditorToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (EventEditor == null || EventEditor.IsDisposed) {
         EventEditor = new EventEditorForm();
     }
     EventEditor.Show();
     EventEditor.Focus();
 }