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/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