Example #1
0
 public WeighingUnit()
 {
     _weight = new Weight();
     _weightResolution = _weight.GetResolution();
 }
Example #2
0
 public WeighingUnit(Log log,Weight weight)
     : base(log)
 {
     _weight = weight;
 }