Esempio n. 1
0
 public MasEmulator()
 {
     _LastMeasure = new MeasureUnit(DateTime.Now, MeasureType.DcVoltage, 0.0);
 }
Esempio n. 2
0
 public MeasureUnit(MeasureUnit TheOther)
     : this(TheOther.Time, TheOther.Type, TheOther.Value)
 {
 }
Esempio n. 3
0
 public MeasureListItem(MeasureUnit TheOther)
     : base(TheOther)
 {
     this.ItemComment = "";
     this.ItemColor = Color.White;
 }
Esempio n. 4
0
 public MasEmulator()
 {
     _LastMeasure = new MeasureUnit(DateTime.Now, MeasureType.DcVoltage, 0.0);
 }
Esempio n. 5
0
 public MeasureUnit(MeasureUnit TheOther) : this(TheOther.Time, TheOther.Type, TheOther.Value)
 {
 }
Esempio n. 6
0
 public MeasureListItem(MeasureUnit TheOther)
     : base(TheOther)
 {
     this.ItemComment = "";
     this.ItemColor   = Color.White;
 }