private void btnContinue_Click(object sender, EventArgs e) { //create instance of form frmPay Pay = new frmPay(); //display the form Pay.Show(); }