Exemple #1
0
        private void bCompras_Click(object sender, EventArgs e)
        {
            Form _fAgregar = new FCuentasPagar();

            _fAgregar.ShowDialog();
            this.Close();
        }
Exemple #2
0
        private void cuentasPorPagarToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form _fCuentasPagar = new FCuentasPagar();

            _fCuentasPagar.ShowDialog();
            this.Close();
        }