} //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
} // 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