示例#1
0
        private void BtnVoltar_Click(object sender, EventArgs e)
        {
            Alunos alunos = new Alunos();

            Hide();
            alunos.Show();
        }
示例#2
0
        private void button1_Click(object sender, EventArgs e)
        {
            Alunos aluno = new Alunos();

            Hide();
            aluno.Show();
        }