private void radMenuAC_Click(object sender, EventArgs e) { if (Pl == null) { Pl = new Mante_Plataformas(); Pl.MdiParent = this; Pl.FormClosed += delegate { Pl = null; }; Pl.Show(); } else { MessageBox.Show("Ya esta Abierta la Ventana!!!"); } }
private void radMenuK_Click(object sender, EventArgs e) { if (K == null) { K = new Mante_KAM(); K.MdiParent = this; Pl.FormClosed += delegate { Pl = null; }; K.Show(); } else { MessageBox.Show("Ya esta Abierta la Ventana!!!"); } }