From 05fd07b753b9cc043b48569d514af3d829bd039c Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期四, 28 五月 2020 13:08:33 +0800 Subject: [PATCH] 2020-05-28-1 --- HDL_ON/UI/UI2/2-Classification/RoomPage.cs | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/UI2/2-Classification/RoomPage.cs b/HDL_ON/UI/UI2/2-Classification/RoomPage.cs index 4fb83cf..5de0c0e 100644 --- a/HDL_ON/UI/UI2/2-Classification/RoomPage.cs +++ b/HDL_ON/UI/UI2/2-Classification/RoomPage.cs @@ -41,7 +41,6 @@ }; bodyView.AddChidren(functionListView); - foreach (var function in room.functions) { functionListView.AddChidren(new Button() { Height = Application.GetRealHeight(12) }); -- Gitblit v1.8.0