public MasEmulator() { _LastMeasure = new MeasureUnit(DateTime.Now, MeasureType.DcVoltage, 0.0); }
public MeasureUnit(MeasureUnit TheOther) : this(TheOther.Time, TheOther.Type, TheOther.Value) { }
public MeasureListItem(MeasureUnit TheOther) : base(TheOther) { this.ItemComment = ""; this.ItemColor = Color.White; }