示例#1
0
        private void PagamentoToolStripMenuItem2_Click(object sender, EventArgs e)
        {
            frmPagamento pagamento = new frmPagamento();

            pagamento.Show();

            this.Visible = false;
        }
示例#2
0
        private void Button1_Click(object sender, EventArgs e)
        {
            frmPagamento pagamento = new frmPagamento();

            pagamento.Show();

            this.Visible = false;
        }