Beispiel #1
0
 private void button5_Click(object sender, EventArgs e)
 {
     Pesquisa_DiretorTurma frm = new Pesquisa_DiretorTurma();
     frm.ShowDialog();
     atualizarDataGrid();
 }
Beispiel #2
0
 private void button3_Click(object sender, EventArgs e)
 {
     Pesquisa_DiretorTurma frm = new Pesquisa_DiretorTurma();
     frm.ShowDialog();
 }