src/Bro.M071.Process/M071Models.cs
@@ -219,6 +219,7 @@ public class ProductionMeasurement : INotifyPropertyChanged, IDisposable { public string Barcode; public string PResult; public List<MeasurementUnit> Measurements = new List<MeasurementUnit>(); @@ -390,7 +391,9 @@ { if (valuePairs == null || valuePairs.Count == 0) { IsDone = false; IsDone = false; PropertyChanged?.Invoke(this, new PropertyChangedEventArgs("IsDone")); return; } foreach (KeyValuePair<string, double> pair in valuePairs)