Ejemplo n.º 1
0
 public static void UnregisterFunction(Type t)
 {
     SwAddInEx.UnregisterFunction(t);
 }
Ejemplo n.º 2
0
 public new static void RegisterFunction(Type t)
 {
     SwAddInEx.RegisterFunction(t);
 }