private void btnCuadreCaja_Click(object sender, EventArgs e) { DSSistemaPuntoVentaClinico.Solucion.Pantallas.Pantallas.Caja.CuadreCaja cuadre = new Pantallas.Caja.CuadreCaja(); cuadre.VariablesGlobales.IdUsuario = Convert.ToDecimal(lbusuario.Text); cuadre.ShowDialog(); }
private void btnCuadreCaja_Click(object sender, EventArgs e) { DSMarket.Solucion.Pantallas.Pantallas.Caja.CuadreCaja Cudre = new Pantallas.Caja.CuadreCaja(); Cudre.VariablesGlobales.IdUsuario = Convert.ToDecimal(lbIdUsuario.Text); Cudre.ShowDialog(); }