Esempio n. 1
0
 public static void Register <T>(ISelectable <T> converter)
 {
     CustomMapper.Initialize();
     register[typeof(T)] = converter;
 }
Esempio n. 2
0
 static CustomMapper()
 {
     CustomMapper.Initialize();
 }