()
| 156 | |
| 157 | /// <inheritdoc /> |
| 158 | protected sealed override void UpdateText() |
| 159 | { |
| 160 | SetText(Utilities.Utils.FormatFloat(_value, Category)); |
| 161 | } |
| 162 | |
| 163 | /// <inheritdoc /> |
| 164 | protected override void TryGetValue() |
nothing calls this directly
no test coverage detected