Ejemplo n.º 1
0
 public void GetAllProducts()
 {
     ds = GenericQuerys.fillProductsDS();
     dgvProducts.DataSource = ds;
 }
Ejemplo n.º 2
0
 //Cargar y llenar el grid de productos
 public void GetAllProducts()
 {
     ds = GenericQuerys.fillProductsDS();
     dgvProducts.DataSource = ds;
     dgvProducts.Columns[4].DefaultCellStyle.Format = "c";
 }