Beispiel #1
0
 private void radMenuCG_Click(object sender, EventArgs e)
 {
     if (CG == null)
     {
         CG             = new Mante_CuentasGlobales();
         CG.MdiParent   = this;
         CG.FormClosed += delegate { CG = null; };
         CG.Show();
     }
     else
     {
         MessageBox.Show("Ya esta Abierta la Ventana!!!");
     }
 }
Beispiel #2
0
 private void radMenuCG_Click(object sender, EventArgs e)
 {
     if (CG == null)
     {
         CG = new Mante_CuentasGlobales();
         CG.MdiParent = this;
         CG.FormClosed += delegate { CG = null; };
         CG.Show();
     }
     else
     {
         MessageBox.Show("Ya esta Abierta la Ventana!!!");
     }
 }