Exemple #1
0
        private void minhaContaToolStripMenuItem_Click(object sender, EventArgs e)
        {
            CadastroProfessor tela = new CadastroProfessor();

            //tela.MdiParent = this;
            tela.Show();
        }
Exemple #2
0
        private void NovoCadastro_Click(object sender, EventArgs e)
        {
            CadastroProfessor telaCadastro = new CadastroProfessor();

            telaCadastro.Show();
        }