Esempio n. 1
0
        /// <summary>
        /// Handles the Click event of the Btn_buscar control.
        /// </summary>
        /// <param name="sender">The source of the event.</param>
        /// <param name="e">The <see cref="EventArgs"/> instance containing the event data.</param>
        private void Btn_buscar_Click(object sender, EventArgs e)
        {
            Form_VisualContable frm = new Form_VisualContable("comprobante", "buscar", this);

            this.frmguar  = frm;
            frm.MdiParent = this.MdiParent;
            frm.Show();
            this.BotonesInhab();
        }
Esempio n. 2
0
        private void Btn_Editarpyg_Click(object sender, EventArgs e)
        {
            Form_VisualContable frm = new Form_VisualContable("formato", "editar", "2", this);

            this.frmguar  = frm;
            frm.MdiParent = this.MdiParent;
            frm.Show();
            this.BotonesInhab();
        }
Esempio n. 3
0
        private void Btn_eliminar_Click(object sender, EventArgs e)
        {
            Form_VisualContable frm = new Form_VisualContable("presupuesto", "eliminar", this);

            frm.MdiParent = this.MdiParent;
            this.frmguar  = frm;
            frm.Show();
            this.BotonesInhab();
        }
Esempio n. 4
0
        /// <summary>
        /// Handles the Click event of the Btn_eliminar control.
        /// </summary>
        /// <param name="sender">The source of the event.</param>
        /// <param name="e">The <see cref="EventArgs"/> instance containing the event data.</param>
        private void Btn_eliminar_Click(object sender, EventArgs e)
        {
            Form_VisualContable frm = new Form_VisualContable("comprobante", "eliminar", this);

            this.frmguar  = frm;
            frm.MdiParent = this.MdiParent;
            frm.Show();
            this.BotonesInhab();
            this.CamposVacios();
            this.CamposInactivos();
        }