From b78a4d0ca90416d37fcbaf5e54b00f7eaab53919 Mon Sep 17 00:00:00 2001
From: WJC <wjc@hdlchina.com.cn>
Date: 星期一, 14 十月 2019 17:03:58 +0800
Subject: [PATCH] 2019-10-14-2
---
ZigbeeApp/Shared/Phone/UserCenter/SharedContent/ConfigureNewSharedMainForm.cs | 12 +++++-------
1 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/ZigbeeApp/Shared/Phone/UserCenter/SharedContent/ConfigureNewSharedMainForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/SharedContent/ConfigureNewSharedMainForm.cs
index d5b5737..3345b21 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/SharedContent/ConfigureNewSharedMainForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/SharedContent/ConfigureNewSharedMainForm.cs
@@ -63,12 +63,11 @@
//topFrameLayout.AddChidren(btnShard);
//btnShard.MouseUpEventHandler += (sender, e) =>
//{
- // new System.Threading.Thread(() =>
+ // HdlThreadLogic.Current.Run(() =>
// {
// //纭鍒嗕韩
// this.DoSaveSharedContent();
- // })
- // { IsBackground = true }.Start();
+ // });
//};
////鍒濆鍖栦腑閮ㄤ俊鎭�
@@ -98,14 +97,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
@@ -127,7 +125,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