old mode 100644
new mode 100755
| | |
| | | }; |
| | | bodyView.AddChidren(functionListView); |
| | | |
| | | foreach (var function in DB_ResidenceData.functionList.GetAllFunction()) |
| | | foreach (var function in FunctionList.List.GetDeviceFunctionList()) |
| | | { |
| | | function.roomIds.Remove(null); |
| | | if (function.roomIds.Count > 0 ) |
| | |
| | | Height = Application.GetRealWidth(1), |
| | | BackgroundColor = CSS_Color.DividingLineColor, |
| | | }); |
| | | foreach (var tempRoom in DB_ResidenceData.residenceData.Rooms) |
| | | foreach (var tempRoom in SpatialInfo.CurrentSpatial.RoomList) |
| | | { |
| | | |
| | | Button btnRoom = new Button() |