예제 #1
0
 void cargarInventarioGeneral()
 {
     dgvProductos.DataSource = ControlProductos.Inventario_General();
     ListadoProductos();
 }