示例#1
0
        private void PagamentoToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmConsultaPagamento consPag = new frmConsultaPagamento();

            consPag.Show();

            this.Visible = false;
        }
示例#2
0
        private void BtnConsultaPagamento_Click(object sender, EventArgs e)
        {
            frmConsultaPagamento consPagamento = new frmConsultaPagamento();

            consPagamento.Show();

            this.Visible = false;
        }