Ejemplo n.º 1
0
        }  //frmCadas_Evento
        private void btnCons_Evento_Click(object sender, EventArgs e)
        {
            if (Application.OpenForms.OfType<frmCons_Evento>().Count() > 0)
>>>>>>> origin/master
            {
            }
            else
            {
                frmCadas_Evento fCE = new frmCadas_Evento();
                fCE.Location = new Point(Height + Height / 40, Width + Width / 80);
                fCE.ShowDialog();
            }
        }  //frmCadas_Evento
Ejemplo n.º 2
0
        }  // Leave => Invisible lbl
        private void btnCadas_Evento_Click(object sender, EventArgs e)
        {
            if (Application.OpenForms.OfType<frmCadas_Evento>().Count() > 0)
            {

            }
            else
            {
                frmCadas_Evento fCE = new frmCadas_Evento();
                fCE.Location = new Point(443, 133);
                fCE.ShowDialog();
            }
        }  //frmCadas_Evento