Esempio n. 1
0
 public PrintLength(double value, PrintUnitType unitType)
 {
     _value = value;
     _unitType = unitType;
 }
Esempio n. 2
0
 public PrintLength(double value, PrintUnitType unitType)
 {
     _value    = value;
     _unitType = unitType;
 }