| | |
| | | { |
| | | public string Barcode; |
| | | |
| | | public List<MeasurementUint> Measurements = new List<MeasurementUint>(); |
| | | public List<MeasurementUnit> Measurements = new List<MeasurementUnit>(); |
| | | |
| | | public List<IShapeElement> ElementList = new List<IShapeElement>(); |
| | | |
| | | public DateTime? StartTime = null; |
| | | |
| | | public DateTime? EndTime = null; |
| | | |
| | | public event PropertyChangedEventHandler PropertyChanged; |
| | | |
| | |
| | | } |
| | | } |
| | | |
| | | public class MeasurementUint : IComplexDisplay, INotifyPropertyChanged, IDisposable |
| | | public class MeasurementUnit : IComplexDisplay, INotifyPropertyChanged, IDisposable |
| | | { |
| | | public string Id = Guid.NewGuid().ToString(); |
| | | |