From ed2f4a97aa48cdb4a013d2a389877f52eb3eccdf Mon Sep 17 00:00:00 2001 From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local> Date: 星期二, 29 十月 2019 13:15:59 +0800 Subject: [PATCH] Merge branch 'DEV_GXC' of http://172.16.1.23:6688/r/~xm/HomeApp into DEV_GXC --- ZigbeeApp/Shared/Phone/UserCenter/SharedContent/ConfigureNewSharedListRoomForm.cs | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/SharedContent/ConfigureNewSharedListRoomForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/SharedContent/ConfigureNewSharedListRoomForm.cs index 4846515..a633d1a 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/SharedContent/ConfigureNewSharedListRoomForm.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/SharedContent/ConfigureNewSharedListRoomForm.cs @@ -68,12 +68,11 @@ // listView.Height = bodyFrameLayout.Height - Application.GetRealHeight(30) - btnTitle.Bottom; // bodyFrameLayout.AddChidren(listView); - // new System.Threading.Thread(() => + // HdlThreadLogic.Current.Run(() => // { // //鍒濆鍖栧尯鍩熷垪琛� // this.InitAreaListRow(); - // }) - // { IsBackground = true }.Start(); + // }); //} #endregion @@ -239,7 +238,7 @@ // listScene.Add(sceneUi); // } - // new System.Threading.Thread(async () => + // HdlThreadLogic.Current.Run(async () => // { // //鎵ц涓婁紶 // var result = await HdlShardLogic.Current.DoUploadSharedContent(memberShardInfo, room, listDevice, listScene); @@ -258,8 +257,7 @@ // } // }); // } - // }) - // { IsBackground = true }.Start(); + // }); //} //#endregion @@ -271,6 +269,8 @@ ///// </summary> //public override void FormActionAgainEvent() //{ + // //涓嶈鍒犻櫎杩欎釜鍑芥暟 + // base.FormActionAgainEvent(); // //閲嶆柊鍒锋柊鐣岄潰 // this.InitMiddleFrame(); //} -- Gitblit v1.8.0