From 2bc230cf2e7a7329c2329b07307a47b059835bbc Mon Sep 17 00:00:00 2001 From: WJC <wjc@hdlchina.com.cn> Date: 星期五, 18 十月 2019 10:20:52 +0800 Subject: [PATCH] 2019-10-18-1 --- ZigbeeApp/Shared/Phone/UserCenter/SharedContent/SearchConfigureSharedListRoomForm.cs | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/SharedContent/SearchConfigureSharedListRoomForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/SharedContent/SearchConfigureSharedListRoomForm.cs index da8d4cb..ed9afe6 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/SharedContent/SearchConfigureSharedListRoomForm.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/SharedContent/SearchConfigureSharedListRoomForm.cs @@ -79,7 +79,7 @@ // listView.Height = bodyFrameLayout.Height - Application.GetRealHeight(30) - btnTitle.Bottom; // bodyFrameLayout.AddChidren(listView); - // new System.Threading.Thread(async () => + // HdlThreadLogic.Current.Run(async () => // { // //鑾峰彇鎴愬憳鐨勫叡浜垪琛�(杩斿洖鏂囦欢鐨勫悕瀛楀拰涓婚敭) // var result = await this.GetMemberShardContentListAndSetToLocation(); @@ -92,8 +92,7 @@ // //鍒濆鍖栧尯鍩熷垪琛� // this.InitAreaListRow(); - // }) - // { IsBackground = true }.Start(); + // }); //} #endregion @@ -154,7 +153,7 @@ // this.ShowConfirmMsg(msg, "DoDeleteShardContentByRoom", room); // }; - // row.AddRightIconControl(); + // row.AddRightArrow(); // row.MouseUpEvent += (sender, e) => // { @@ -195,7 +194,7 @@ // listScene.Add(sceneUi); // } - // new System.Threading.Thread(async () => + // HdlThreadLogic.Current.Run(async () => // { // //鎵ц鍒犻櫎 // var result = await HdlShardLogic.Current.DoDeleteSharedContent(memberShardInfo, room, listDevice, listScene); @@ -207,8 +206,7 @@ // this.InitMiddleFrame(); // }); // } - // }) - // { IsBackground = true }.Start(); + // }); //} //#endregion @@ -377,6 +375,8 @@ ///// </summary> //public override void FormActionAgainEvent() //{ + // //涓嶈鍒犻櫎杩欎釜鍑芥暟 + // base.FormActionAgainEvent(); // //閲嶆柊鍒锋柊鐣岄潰 // this.InitMiddleFrame(); //} -- Gitblit v1.8.0