From 87c5e522b8ead5f8d5d201323e14e7aa438e84ec Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期二, 14 三月 2023 19:08:25 +0800 Subject: [PATCH] 2023年03月14日19:08:20 --- HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs b/HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs index 4e1db09..028b0c9 100644 --- a/HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs +++ b/HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs @@ -619,7 +619,7 @@ }; contentPageView.AddChidren(functionsPageView); - FrameLayout functionContentView; + FrameLayout functionContentView; functionContentView = new FrameLayout() { Y = Application.GetRealHeight(16), @@ -748,7 +748,7 @@ case ShowFunction.VideoDoorLock: functionCount = FunctionList.List.GetVideoDoorLockList().Count; #if DEBUG - functionCount = 1; + //functionCount = 1; #endif functionOnCount = 1; break; @@ -1157,7 +1157,7 @@ btnFunctionViewBg.MouseUpEventHandler = (sender, e) => { var list = HDL_ON.UI.UI2.FuntionControlView.VideoDoorLock.CommonMethod.Current.GetVideoDoorLockList(); - var form = new UI2.FuntionControlView.VideoDoorLock.VideoDoorLockListPage(); + var form = new UI2.FuntionControlView.VideoDoorLock.VideoDoorLockListPage(null); form.AddForm(list); }; break; -- Gitblit v1.8.0