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