Exemplo n.º 1
0
        protected override void Nuevo(object sender, EventArgs e)
        {
            frmDatosLiquidacion frml = new frmDatosLiquidacion();

            frml.abrirParaAgregar();
            this.refrescaGrilla();
        }
Exemplo n.º 2
0
        protected override void Modificar(object sender, EventArgs e)
        {
            frmDatosLiquidacion frmlm = new frmDatosLiquidacion();

            frmlm.abrirParaModificar(Convert.ToInt32(this.consultaCampoRenglon(0)));
            this.refrescaGrilla();
        }
Exemplo n.º 3
0
        protected override void Consultar()
        {
            frmDatosLiquidacion frmlm = new frmDatosLiquidacion();

            frmlm.abrirParaConsultar(Convert.ToInt32(this.consultaCampoRenglon(0)));
        }
Exemplo n.º 4
0
 protected override void Nuevo(object sender, EventArgs e)
 {
     frmDatosLiquidacion frml = new frmDatosLiquidacion();
     frml.abrirParaAgregar();
     this.refrescaGrilla();
 }
Exemplo n.º 5
0
 protected override void Modificar(object sender, EventArgs e)
 {
     frmDatosLiquidacion frmlm = new frmDatosLiquidacion();
     frmlm.abrirParaModificar(Convert.ToInt32(this.consultaCampoRenglon(0)));
     this.refrescaGrilla();
 }
Exemplo n.º 6
0
 protected override void Consultar()
 {
     frmDatosLiquidacion frmlm = new frmDatosLiquidacion();
     frmlm.abrirParaConsultar(Convert.ToInt32(this.consultaCampoRenglon(0)));
 }