From a45fe56aeeac8f28a9891b83362954067c8166dc Mon Sep 17 00:00:00 2001 From: xm <1271024303@qq.com> Date: 星期五, 14 八月 2020 09:07:05 +0800 Subject: [PATCH] 请合并新代码,更改多功能面板绑定表重复问题 --- ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/AreaCodeSelectForm.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/AreaCodeSelectForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/AreaCodeSelectForm.cs index 2b6a909..0b1c22c 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/AreaCodeSelectForm.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/AreaCodeSelectForm.cs @@ -140,7 +140,7 @@ return obj1.First.CompareTo(obj2.First); }); } - Application.RunOnMainThread(() => + HdlThreadLogic.Current.RunMain(() => { //娣诲姞鍏ㄩ儴鏄庣粏琛� this.AddAllDetailRow(listAreaCode); @@ -253,7 +253,7 @@ listData.Add(listAreaCode[i]); } } - Application.RunOnMainThread(() => + HdlThreadLogic.Current.RunMain(() => { //娣诲姞鍏ㄩ儴鏄庣粏琛� this.AddAllDetailRow(listData); -- Gitblit v1.8.0