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!!!"); } }