public static void ChamaModal() { Formularios.frmModal modal = new Formularios.frmModal(); modal.Show(); }
private void frmLogin_Load(object sender, EventArgs e) { frmModal modal = new frmModal(); modal.Show(); }