From 1c63243a7bcc330b7293cc8d5ec81c4c52018196 Mon Sep 17 00:00:00 2001 From: tzy <hxb@hdlchina.com.cn> Date: 星期日, 30 五月 2021 17:39:51 +0800 Subject: [PATCH] 完成过户功能 --- HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs | 12 ------------ 1 files changed, 0 insertions(+), 12 deletions(-) diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs index 556b5e7..7390c4d 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs @@ -342,18 +342,6 @@ == false ? StringId.Administrators : StringId.Member }; userTypeView.AddChidren(btnUserTypeName); - btnUserTypeName.MouseUpEventHandler += (sender, e) => - { - var form = new DoorLockListPage(); - var listDevice = new System.Collections.Generic.List<Function>(); - listDevice.Add(new Function { name = "娴嬭瘯璁惧1", sid = "1111", spk = "door.sone" }); - listDevice.Add(new Function { name = "娴嬭瘯璁惧2", sid = "2222", spk = "door.sone" }); - listDevice.Add(new Function { name = "娴嬭瘯璁惧3", sid = "3333", spk = "door.sone" }); - listDevice.Add(new Function { name = "娴嬭瘯璁惧4", sid = "4444", spk = "door.sone" }); - listDevice.Add(new Function { name = "娴嬭瘯璁惧5", sid = "5555", spk = "door.sone" }); - listDevice.Add(new Function { name = "娴嬭瘯璁惧6", sid = "6666", spk = "door.sone" }); - form.AddForm(listDevice); - }; #endregion #region 浣忓畢绠$悊 -- Gitblit v1.8.0