Example #1
0
 private void CargarGrid()
 {
     try
     {
         N_Ventas N_Ventas = new N_Ventas();
         dgvVenta.DataSource = N_Ventas.ListaVenta();
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }