コード例 #1
0
 public PrintLength(double value, PrintUnitType unitType)
 {
     _value = value;
     _unitType = unitType;
 }
コード例 #2
0
ファイル: PrintLength.cs プロジェクト: Yunierhg/XpsPrinting
 public PrintLength(double value, PrintUnitType unitType)
 {
     _value    = value;
     _unitType = unitType;
 }