private void btnPay_Click(object sender, EventArgs e)
        {
            this.Hide();
            FrmBillpay payBill = new FrmBillpay();

            payBill.Show();
        }
Exemplo n.º 2
0
        private void radButton1_Click(object sender, EventArgs e)
        {
            this.Hide();
            FrmBillpay logout = new FrmBillpay();

            logout.Show();
        }