Exemplo n.º 1
0
        private void button3_Click(object sender, EventArgs e)
        {
            Form aluno = new AlunoView();

            aluno.Show();
            this.Hide();
        }
Exemplo n.º 2
0
 public Calificar_Prof()
 {
     InitializeComponent();
     alunoView = new AlunoView();
     FindByName("Aluno");
     AlunoPicker.ItemsSource = alunoView.Alunos;
 }
Exemplo n.º 3
0
 private void Limpar()
 {
     Aluno = new AlunoView();
     BuscarAlunos();
 }