| | |
| | | etPasswrod.SecureTextEntry = !btnShowPassword.IsSelected; |
| | | }; |
| | | |
| | | //#if DEBUG |
| | | // int NigelLoginPass = 0; |
| | | // btnLogo.MouseUpEventHandler += (sender, e) => { |
| | | // if (NigelLoginPass == 3) { |
| | | // etAccount.Text = @"464027401@qq.com"; |
| | | // etPasswrod.Text = "qqqqqq"; |
| | | // } else if (NigelLoginPass == 5) { |
| | | // etAccount.Text = @"Jai.singh@havells.com"; |
| | | // etPasswrod.Text = "123456"; |
| | | // } |
| | | // NigelLoginPass++; |
| | | // }; |
| | | //#endif |
| | | #if DEBUG |
| | | int NigelLoginPass = 0; |
| | | btnLogo.MouseUpEventHandler += (sender, e) => { |
| | | if (NigelLoginPass == 3) { |
| | | etAccount.Text = @"support6@hdlchina.com.cn"; |
| | | etPasswrod.Text = "123456"; |
| | | } else if (NigelLoginPass == 5) { |
| | | etAccount.Text = @"Jai.singh@havells.com"; |
| | | etPasswrod.Text = "123456"; |
| | | } |
| | | NigelLoginPass++; |
| | | }; |
| | | #endif |
| | | //if (accountList.Count > 0) { |
| | | // etAccount.Text = accountList [accountList.Count-1]; |
| | | //} |