예제 #1
0
        private void cargarVentasHoy()
        {
            VentaNegocio negocio = new VentaNegocio();

            ListalocalVentas = new List <Venta>();

            ListalocalVentas             = negocio.ListarVentasHOY();
            dgvVentas.DataSource         = ListalocalVentas;
            dgvVentas.Columns[4].Visible = false;
        }