黄学彪
2019-10-10 2ed75b8b337048e5d75e6d9ec8307633134f02fd
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/BaseCommonControl/Common/IconControlCommon.cs
@@ -54,7 +54,7 @@
            //设置处于选择状态时,显示的图标
            this.SetSelectPictrue();
            new System.Threading.Thread(() =>
            HdlThreadLogic.Current.RunThread(() =>
            {
                System.Threading.Thread.Sleep(ControlCommonResourse.StatuChangedWaitTime);
                Application.RunOnMainThread(() =>
@@ -62,8 +62,7 @@
                    //设置处于非选择状态时,显示的图标
                    this.SetUnSelectPictrue();
                });
            })
            { IsBackground = true }.Start();
            });
        }
        /// <summary>