File was renamed from ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/BaseCommonControl/Common/ClickButtonCommon.cs |
| | |
| | | using System.Collections.Generic; |
| | | using System.Text; |
| | | |
| | | namespace Shared.Phone.UserCenter |
| | | namespace Shared.Phone |
| | | { |
| | | /// <summary> |
| | | /// 点击按钮类的共通 |
| | |
| | | |
| | | HdlThreadLogic.Current.RunThread(() => |
| | | { |
| | | System.Threading.Thread.Sleep(ControlCommonResourse.StatuChangedWaitTime); |
| | | System.Threading.Thread.Sleep(HdlControlResourse.StatuChangedWaitTime); |
| | | HdlThreadLogic.Current.RunMain(() => |
| | | { |
| | | if (base.CanClick == false || isSelcetStatu == false) |