Example #1
0
        private void lblForgotUserName_Click(object sender, EventArgs e)
        {
            this.Hide();
            ForgetPassword f = new ForgetPassword();

            f.ShowDialog();
        }
Example #2
0
        private void labelSendToPassReset_Click(object sender, EventArgs e)
        {
            //Going to send the user into the other form
            this.Hide();
            ForgetPassword f = new ForgetPassword();

            f.ShowDialog();
        }