private void PagamentoToolStripMenuItem_Click(object sender, EventArgs e) { frmConsultaPagamento consPag = new frmConsultaPagamento(); consPag.Show(); this.Visible = false; }
private void BtnConsultaPagamento_Click(object sender, EventArgs e) { frmConsultaPagamento consPagamento = new frmConsultaPagamento(); consPagamento.Show(); this.Visible = false; }