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