Exemple #1
0
        private void btnAlunos_Click(object sender, EventArgs e)
        {
            frmCadastroAluno f = new frmCadastroAluno();

            f.ShowDialog();
            f.Dispose();
        }
Exemple #2
0
        private void btnCadastrarAluno_Click(object sender, EventArgs e)
        {
            frmCadastroAluno cadAluno = new frmCadastroAluno();

            cadAluno.ShowDialog();
        }
Exemple #3
0
        private void btnCadastrarProfessor_Click(object sender, EventArgs e)
        {
            frmCadastroAluno cadAluno = new frmCadastroAluno();

            cadAluno.Show();
        }
Exemple #4
0
        private void btnCadastrar_Click(object sender, EventArgs e)
        {
            frmCadastroAluno frmaluno = new frmCadastroAluno();

            frmaluno.Show();
        }