From af0269cf1d551fb799784df233d8d9c388c6b18b Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期四, 30 六月 2022 16:02:27 +0800
Subject: [PATCH] 合并可视对讲功能

---
 HDL_ON/UI/UI0-Public/PublicAssmeblyBLL.cs |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)

diff --git a/HDL_ON/UI/UI0-Public/PublicAssmeblyBLL.cs b/HDL_ON/UI/UI0-Public/PublicAssmeblyBLL.cs
index cc2d317..4ee35e8 100644
--- a/HDL_ON/UI/UI0-Public/PublicAssmeblyBLL.cs
+++ b/HDL_ON/UI/UI0-Public/PublicAssmeblyBLL.cs
@@ -188,10 +188,6 @@
                         var acPage = new AcControlPage();
                         acPage.AddForm(function, btnCollectionIcon, btnName, btnFromFloor);
                         break;
-                    case SPK.HvacCac:
-                        var cacPage = new CacControlPage();
-                        cacPage.AddForm(function, btnCollectionIcon, btnName, btnFromFloor);
-                        break;
                     case SPK.IrLearn:
                         var irLearinPage = new IrLearnPage();
                         irLearinPage.AddForm(function, btnCollectionIcon, btnName, btnFromFloor);
@@ -210,15 +206,6 @@
                         var doorLockPage = new DoorLockPage();
                         doorLockPage.AddForm(function, btnCollectionIcon, btnName, btnFromFloor);
                         break;
-                    case SPK.SensorHelp:
-                        var panelHelpPage = new UI2.FuntionControlView.Panel.PanelHelpPage();
-                        panelHelpPage.AddForm(function, btnCollectionIcon, btnName, btnFromFloor);
-                        break;
-                    case SPK.PanelEnvironment:
-                        var panelEnvironmentPage = new EnvironmentPanelPage();
-                        panelEnvironmentPage.AddForm(function, btnCollectionIcon, btnName, btnFromFloor);
-                        break;
-                         
                 }
             };
             return eventHandler;

--
Gitblit v1.8.0