Ejemplo n.º 1
0
        //修改密码
        private void button_changePwd_MouseClick(object sender, MouseEventArgs e)
        {
            FindPwsForm fr = new FindPwsForm();

            fr.zhuangT = 1;
            fr.Show();
        }
Ejemplo n.º 2
0
        private void label_findPwd_MouseClick(object sender, MouseEventArgs e)
        {
            FindPwsForm fr = new FindPwsForm();

            fr.Show();
        }