From 96c686f89f126ad4cf1e262b83301fb7cc8bf2d5 Mon Sep 17 00:00:00 2001
From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local>
Date: 星期四, 07 十一月 2019 10:57:31 +0800
Subject: [PATCH] 2019.11.7
---
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