Exemplo n.º 1
0
 public MeasurementUnit(LengthUnit lengthUnit)
 {
     dictionary = new MeasurementUnitDictionary();
     SetLengthUnit(lengthUnit);
 }
Exemplo n.º 2
0
 public MeasurementUnit()
 {
     dictionary = new MeasurementUnitDictionary();
 }