Example #1
0
 public ForgotPasswordForm()
 {
     InitializeComponent();
     ForgotForm = this;
 }
Example #2
0
        private void linkLabel3_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            ForgotPasswordForm forgotPasswordForm = new ForgotPasswordForm();

            forgotPasswordForm.Show();
        }