Ejemplo n.º 1
0
 void ChargementListBox(Categorie categ)
 {
     try
     {
         dataGridView1.DataSource = categ.AllCategorie();
     }
     catch (Exception)
     {
         throw;
     }
 }
Ejemplo n.º 2
0
 private void ReceiveDatas(Categorie categ)
 {
     dgCategorie.DataSource = categ.AllCategorie();
 }