Exemple #1
0
 public void LoadDataAndBindGrid()
 {
     try
     {
         bindingSource1.DataSource = supplierDal.GetAllSupplier();
     }
     catch (Exception ex)
     {
         MsgBox.Warn(ex.Message);
     }
 }