Пример #1
0
 private void actualizarGanancia()
 {
     Entidades.Venta entVentas = new Entidades.Venta();
     DataSet Ds = new DataSet();
     Ds.Reset();
     Ds = entVentas.obtenerGanancia(DateTime.Parse(dtpFechaCaja.Text.ToString()), DateTime.Parse(dtpFechaCaja.Text.ToString()));
     lblGanancia.Text = Ds.Tables[0].Rows[0]["Ganancia"].ToString();
 }
Пример #2
0
 private void actualizarGanancia()
 {
     Entidades.Venta entVentas = new Entidades.Venta();
     DataSet Ds = new DataSet();
     Ds.Reset();
     Ds = entVentas.obtenerGanancia(fg.appFechaSistema(), fg.appFechaSistema());
     lblGanancia.Text = Ds.Tables[0].Rows[0]["Ganancia"].ToString();
 }