Example #1
0
 private void listaProductos()
 {
     dgvProducto.DataSource = opro.ProductoListar();
 }