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