Пример #1
0
 private void toolStripButton1_Click(object sender, EventArgs e)
 {
     if (op1 == null || op1.IsDisposed)
         op1 = new employee.MainEmployee();
         op1.MdiParent = this;
         op1.Show();
 }
Пример #2
0
 private void toolStripButton1_Click(object sender, EventArgs e)
 {
     if (op1 == null || op1.IsDisposed)
     {
         op1 = new employee.MainEmployee();
     }
     op1.MdiParent = this;
     op1.Show();
 }