예제 #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;
 }