黄学彪
2019-10-10 2ed75b8b337048e5d75e6d9ec8307633134f02fd
ZigbeeApp/Shared/Phone/UserCenter/Device/DoorLock/DoorLockHistoryLogForm.cs
@@ -98,15 +98,14 @@
            //主线程的异步会阻塞主线程,导致界面有段时间会白屏,所以这样子让界面先出来
            //然后再刷新数据
            new System.Threading.Thread(() =>
            HdlThreadLogic.Current.RunThread(() =>
            {
                Application.RunOnMainThread(() =>
                {
                    //初始化记录列表
                    this.InitLogListInfo();
                });
            })
            { IsBackground = true }.Start();
            });
        }
        /// <summary>