Exemplo n.º 1
0
 private void toolStripButton6_Click(object sender, EventArgs e)
 {
     if (op5 == null || op5.IsDisposed)
     op5 = new info.About();
     op5.MdiParent = this;
     op5.Show();
 }
Exemplo n.º 2
0
 private void toolStripButton6_Click(object sender, EventArgs e)
 {
     if (op5 == null || op5.IsDisposed)
     {
         op5 = new info.About();
     }
     op5.MdiParent = this;
     op5.Show();
 }