黄学彪
2020-12-16 0d9f64668fd7350d6a21fd157e32009a96d98134
ZigbeeApp/Shared/Phone/Common/Controls/BaseCommonControl/Common/ClickButtonCommon.cs
File was renamed from ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/BaseCommonControl/Common/ClickButtonCommon.cs
@@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Text;
namespace Shared.Phone.UserCenter
namespace Shared.Phone
{
    /// <summary>
    /// 点击按钮类的共通
@@ -75,7 +75,7 @@
            HdlThreadLogic.Current.RunThread(() =>
            {
                System.Threading.Thread.Sleep(ControlCommonResourse.StatuChangedWaitTime);
                System.Threading.Thread.Sleep(HdlControlResourse.StatuChangedWaitTime);
                HdlThreadLogic.Current.RunMain(() =>
                {
                    if (base.CanClick == false || isSelcetStatu == false)