| | |
| | | }; |
| | | bodyView.AddChidren(functionListView); |
| | | |
| | | foreach (var function in DB_ResidenceData.residenceData.functionList.functions) |
| | | foreach (var function in DB_ResidenceData.functionList.GetAllFunction()) |
| | | { |
| | | if (titleId == StringId.Lights) |
| | | { |
| | |
| | | if (titleId == StringId.EnvironmentalScience) |
| | | { |
| | | |
| | | if (function.functionType != FunctionType.PM10 || |
| | | function.functionType != FunctionType.PM25 || |
| | | //function.functionType != FunctionType.Noise || |
| | | function.functionType != FunctionType.WindPower || |
| | | if (function.functionType != FunctionType.PM25 || |
| | | function.functionType != FunctionType.CO2 || |
| | | function.functionType != FunctionType.Temp || |
| | | function.functionType != FunctionType.TVOC || |