Пример #1
0
 private void LoadDataProduct()
 {
     dtProduct              = new DataTable();
     dtProduct              = mProduct.getAllProduct();
     bs.DataSource          = dtProduct;
     gridProduct.DataSource = bs;
 }
Пример #2
0
 private void LoadDataProduct()
 {
     dtProduct            = new DataTable();
     dtProduct            = mProduct.getAllProduct();
     gvProduct.DataSource = dtProduct;
 }