コード例 #1
0
 public void afficheEnfant(DataGridView d, String matricule)
 {
     d.DataSource = eDA.search(matricule);
 }