public static void UnregisterFunction(Type t)
 {
     SwAddInEx.UnregisterFunction(t);
 }
Example #2
0
 public new static void RegisterFunction(Type t)
 {
     SwAddInEx.RegisterFunction(t);
 }