WJC
2019-12-30 f1c3921b08bb22ac6f5db22d620e01d7e8e5c49f
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>