示例#1
0
 public UnitConverter(UnitType from, UnitType to)
 {
     SourceType = from;
     ResultType = to;
     Translator = new UnitTranslator(from);
 }
示例#2
0
 public UnitConverter(UnitType from, UnitType to)
 {
     SourceType = from;
     ResultType = to;
     Translator = new UnitTranslator(from);
 }