From 2ed75b8b337048e5d75e6d9ec8307633134f02fd Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期四, 10 十月 2019 11:33:04 +0800
Subject: [PATCH] 个人中心添加楼层和创建房间,实装二级验证

---
 ZigbeeApp/Shared/Phone/UserCenter/SharedContent/SearchConfigureSharedMainForm.cs |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/SharedContent/SearchConfigureSharedMainForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/SharedContent/SearchConfigureSharedMainForm.cs
index 39b1f8c..9e8b9cd 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/SharedContent/SearchConfigureSharedMainForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/SharedContent/SearchConfigureSharedMainForm.cs
@@ -83,14 +83,13 @@
         //    listSceneView.Visible = this.TabSelectIndex == 2;
         //    bodyFrameLayout.AddChidren(listSceneView);
 
-        //    new System.Threading.Thread(() =>
+        //    HdlThreadLogic.Current.Run(() =>
         //    {
         //        //鍒濆鍖栧姛鑳絋ab鍒楄〃
         //        this.InitFunctionTabList();
         //        //鍒濆鍖栧満鏅疶ab鍒楄〃
         //        this.InitSceneTabList();
-        //    })
-        //    { IsBackground = true }.Start();
+        //    });
         //}
 
         #endregion
@@ -112,7 +111,7 @@
         //    //鍔熻兘
         //    var btnFunction = new NormalViewControl(frameSwich.Width / 2, Application.GetRealHeight(100));
         //    btnFunction.Gravity = Gravity.CenterVertical;
-        //    btnFunction.TextID = R.MyInternationalizationString.Function;
+        //    btnFunction.TextID = R.MyInternationalizationString.uFunction;
         //    btnFunction.TextAlignment = TextAlignment.Center;
         //    btnFunction.TextColor = UserCenterColor.Current.SelectTextColor;
         //    btnFunction.TextAlignment = TextAlignment.Center;

--
Gitblit v1.8.0