HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2020-12-14 e90209beae6a4e822cecb18e6889f8bda23f630e
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/BaseCommonControl/Common/ClickButtonCommon.cs
File was renamed from ZigbeeApp/Shared/Phone/Common/Controls/BaseCommonControl/Common/ClickButtonCommon.cs
@@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Text;
namespace Shared.Phone
namespace Shared.Phone.UserCenter
{
    /// <summary>
    /// 点击按钮类的共通
@@ -75,7 +75,7 @@
            HdlThreadLogic.Current.RunThread(() =>
            {
                System.Threading.Thread.Sleep(HdlControlResourse.StatuChangedWaitTime);
                System.Threading.Thread.Sleep(ControlCommonResourse.StatuChangedWaitTime);
                HdlThreadLogic.Current.RunMain(() =>
                {
                    if (base.CanClick == false || isSelcetStatu == false)