WJC
2019-11-13 a4d525d08da7b6fb985b0069c539c11b06306a9b
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>