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