Ejemplo n.º 1
0
        private void PagamentoToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmConsultaPagamento consPag = new frmConsultaPagamento();

            consPag.Show();

            this.Visible = false;
        }
Ejemplo n.º 2
0
        private void BtnConsultaPagamento_Click(object sender, EventArgs e)
        {
            frmConsultaPagamento consPagamento = new frmConsultaPagamento();

            consPagamento.Show();

            this.Visible = false;
        }