()
| 149 | |
| 150 | /// <inheritdoc /> |
| 151 | protected sealed override void UpdateText() |
| 152 | { |
| 153 | SetText(Utilities.Utils.FormatFloat(_value, Category)); |
| 154 | } |
| 155 | |
| 156 | /// <inheritdoc /> |
| 157 | protected override void TryGetValue() |
nothing calls this directly
no test coverage detected