Example #1
0
 public static void Unregister(Type t)
 {
     RegistrationHelper.Unregister(t);
 }
Example #2
0
 private static void Unregister(Type t)
 {
     RegistrationHelper.Unregister(t);
 }