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