This commit is contained in:
GukSang.Jin
2026-01-30 22:43:28 +08:00
parent ee1ea7eb65
commit 493334ae9f
2 changed files with 202 additions and 205 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -415,16 +415,7 @@ namespace COFTester.ViewModels
}
}
public List<TestDataPoint> RealTimePoints
{
get => _realTimePoints;
private set
{
_realTimePoints = value;
OnPropertyChanged();
OnPropertyChanged(nameof(DataPointsCount));
}
}
public int DataPointsCount => _realTimePoints?.Count ?? 0;