ZigbeeApp/Shared/Phone/Common/Controls/BaseCommonControl/Base/FrameLayoutBase.cs
File was renamed from ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/BaseCommonControl/Base/FrameLayoutBase.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using System.Text; namespace Shared.Phone.UserCenter namespace Shared.Phone { /// <summary> /// FrameLayout的最初原型 @@ -54,7 +54,7 @@ return; } //2020.05.14追加IsFormAdding:界面还在加载中,不能再点击 if (CanClick == true && ControlCommonResourse.IsFormAdding == false) if (CanClick == true && HdlControlResourse.IsFormAdding == false) { //Log出力 this.WriteLog();