wxr
2020-09-15 673a93f4ed742a10a879a67b616e6646b03ef0fb
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)
                {