更新
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user