Example #1
0
 private void frmListaVentas_Load(object sender, EventArgs e)
 {
     ventasBindingSource.DataSource = cVenta.Listado();
 }
Example #2
0
 void busqueda(DateTime f1, DateTime f2)
 {
     ventaBindingSource.DataSource = cVentas.Listado(f1, f2);
 }