Exemple #1
0
 private void LoadProducts()
 {
     dgwProducts.DataSource = _productDal.GellAll();
 }