Exemplo n.º 1
0
        private void minhaContaToolStripMenuItem_Click(object sender, EventArgs e)
        {
            CadastroProfessor tela = new CadastroProfessor();

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

            telaCadastro.Show();
        }