Example #1
0
        private void btnIncorrect_Click(object sender, EventArgs e)
        {
            MessageBox.Show("Sorry for the wrong record,\n Please enter your data again");
            this.Hide();
            Signup signup = new Signup();

            signup.Show();
        }
Example #2
0
        private void btnCorrect_Click(object sender, EventArgs e)
        {
            MessageBox.Show("Thank you \n Your input has been saved");
            this.Hide();
            Signup signup = new Signup();

            signup.Show();
        }