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