| | |
| | | }; |
| | | bodyView.AddChidren(contentView); |
| | | |
| | | contentView.AddChidren(new Button() { Height = Application.GetRealHeight(12) }); |
| | | contentView.AddChidren(new Button() { Height = Application.GetRealHeight(16) }); |
| | | |
| | | FrameLayout diagramView = new FrameLayout() |
| | | { |
| | |
| | | int index = 1; |
| | | foreach (var tempSensor in sensorList) |
| | | { |
| | | if(index > 6) |
| | | { |
| | | break; |
| | | } |
| | | if (tempSensor.sid == function.sid) |
| | | { |
| | | continue; |
| | |
| | | /// <summary> |
| | | /// </summary> |
| | | public string fieldValue { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 时间 |
| | | /// </summary> |
| | | public string time { get; set; } |
| | | } |
| | | } |