示例#1
0
        private void label_findPwd_MouseClick(object sender, MouseEventArgs e)
        {
            FindPwsForm fr = new FindPwsForm();

            fr.Show();
        }