Esempio n. 1
0
        private void pictureBox2_Click(object sender, EventArgs e)
        {
            frmAulas objaula = new frmAulas();

            objaula.ShowDialog();
            this.Close();
        }
Esempio n. 2
0
 private void btnAulas_Click(object sender, EventArgs e)
 {
     if (!Validaciones.ValidaFormulario("frmAulas"))
     {
         frmAulas frm = new frmAulas();
         frm.Show();
     }
 }