From 19e762179bdc9efc23704bc471cf974ed282b43d Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期三, 31 三月 2021 17:42:30 +0800 Subject: [PATCH] 合并可视对讲代码 --- HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs index 04b6f87..c549836 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs @@ -260,12 +260,6 @@ { EventHandler<MouseEventArgs> eventHandler = (sender, e) => { - HDL_ON.UI.UI2.FuntionControlView.Video.VideoMethod videoMethod = new UI2.FuntionControlView.Video.VideoMethod(); - videoMethod.getVideo((device) => - { - videoMethod.MianView(this, device); - }, this, true); - return; var page = new BrandListPage();// AddThirdPartyBrandListpage(); // BrandListPage(); MainPage.BasePageView.AddChidren(page); -- Gitblit v1.8.0