コード例 #1
0
ファイル: Form2.cs プロジェクト: epcjc/LP1213_M17_16
 private void button5_Click(object sender, EventArgs e)
 {
     Pesquisa_DiretorTurma frm = new Pesquisa_DiretorTurma();
     frm.ShowDialog();
     atualizarDataGrid();
 }
コード例 #2
0
ファイル: FormPrincipal.cs プロジェクト: epcjc/LP1213_M17_16
 private void button3_Click(object sender, EventArgs e)
 {
     Pesquisa_DiretorTurma frm = new Pesquisa_DiretorTurma();
     frm.ShowDialog();
 }