From 06802250b4b9041d39d568c1dbe77684075006b2 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期三, 11 三月 2020 10:03:44 +0800 Subject: [PATCH] 上传一个版本 --- ZigbeeApp/Shared/Phone/Login/AccountRegisterSuccess.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Device/Account/AccountRegisterSuccess.cs b/ZigbeeApp/Shared/Phone/Login/AccountRegisterSuccess.cs similarity index 98% rename from ZigbeeApp/Shared/Phone/Device/Account/AccountRegisterSuccess.cs rename to ZigbeeApp/Shared/Phone/Login/AccountRegisterSuccess.cs index c5e73a0..6818f7f 100755 --- a/ZigbeeApp/Shared/Phone/Device/Account/AccountRegisterSuccess.cs +++ b/ZigbeeApp/Shared/Phone/Login/AccountRegisterSuccess.cs @@ -3,7 +3,7 @@ using Shared.Common; using Shared.Phone.UserView; -namespace Shared.Phone.Device.Account +namespace Shared.Phone.Login { public class AccountRegisterSuccess : FrameLayout { @@ -143,7 +143,7 @@ //鏈櫥褰曟垚鍔熷脊鍑虹櫥褰曠晫闈� 鍚屾椂闇�瑕佹爣璁颁负鏈櫥褰曠姸鎬� Config.Instance.LoginDateTime = new DateTime(1970, 1, 1); Config.Instance.Save(); - var login = new Device.Account.AccountLogin { }; + var login = new AccountLogin { }; CommonPage.Instance.AddChidren(login); login.Show(account, password); } -- Gitblit v1.8.0