HDL_ON/UI/UI2/2-Classification/RoomPage.cs
@@ -20,7 +20,7 @@ #endregion #region Room room; static Room room; #endregion public RoomPage(Room r) @@ -46,7 +46,7 @@ }; bodyView.AddChidren(functionListView); foreach (var function in room.functions) foreach (var function in room.GetRoomFunctions(false)) { if (function.functionCategory == FunctionCategory.Sensor) {