Exemplo n.º 1
0
 private void cargarDatos()
 {
     dgvCategorias.DataSource = CategoriaProducto.traerTodos(true);
     dgvCategorias.Refresh();
 }