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