From 56da43f1e25a191cd83fb91c5756f19ef7431bb0 Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期五, 07 六月 2024 13:59:50 +0800 Subject: [PATCH] 日志功能 --- Crabtree/SmartHome/UI/SimpleControl/Phone/Register/AccountLogin.cs | 30 +++++++++++++++--------------- 1 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Crabtree/SmartHome/UI/SimpleControl/Phone/Register/AccountLogin.cs b/Crabtree/SmartHome/UI/SimpleControl/Phone/Register/AccountLogin.cs index 3b6a13a..549af5a 100644 --- a/Crabtree/SmartHome/UI/SimpleControl/Phone/Register/AccountLogin.cs +++ b/Crabtree/SmartHome/UI/SimpleControl/Phone/Register/AccountLogin.cs @@ -87,7 +87,7 @@ etAccount.Text = "464027401@qq.com"; etAccount.Text = "460649739@qq.com"; etAccount.Text = "1489771324@qq.com"; - //etAccount.Text = "jai.panghal2201@gmail.com"; + etAccount.Text = "balamanthiragiri@gmail.com"; //etAccount.Text = "avinavrai.we@gmail.com"; #endif @@ -144,7 +144,7 @@ //etPasswrod.Text = "123456"; etPasswrod.Text = "123456"; etPasswrod.Text = "kkkkkk333"; - etPasswrod.Text = "Hdl1985."; + etPasswrod.Text = "Bala@1314"; //etPasswrod.Text = "Mavi@2789"; #endif passwrodView.AddChidren (etPasswrod); @@ -166,19 +166,19 @@ 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]; //} -- Gitblit v1.8.0