Exemple #1
0
        private void button1_Click(object sender, EventArgs e)
        {
            CadastrarAluno cadastrar = new CadastrarAluno();

            this.Hide();
            cadastrar.ShowDialog();
            this.Close();
        }
Exemple #2
0
        private void cadastrarAlunoToolStripMenuItem_Click(object sender, EventArgs e)
        {
            CadastrarAluno cadastrar = new CadastrarAluno();

            this.Hide();
            cadastrar.ShowDialog();
            this.Close();
        }