HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2020-12-17 9f326f4000847e6167d8166fa2f6a66f53cb3734
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)