Ejemplo n.º 1
0
 void cargarInventarioGeneral()
 {
     dgvProductos.DataSource = ControlProductos.Inventario_General();
     ListadoProductos();
 }