黄学彪
2020-12-16 0d9f64668fd7350d6a21fd157e32009a96d98134
ZigbeeApp/Shared/Phone/Common/Base/DialogCommonForm.cs
File was renamed from ZigbeeApp/Shared/Phone/CommonForm/DialogCommonForm.cs
@@ -70,7 +70,7 @@
            base.AddForm(parameter);
            //检测能否追加画面
            if (UserCenterLogic.CheckCanAddForm(this) == false)
            if (HdlFormLogic.Current.CheckCanAddForm(this) == false)
            {
                return;
            }