Example #1
0
 public static void UnregisterClass(Type t)
 {
     RegisterCustomTool.Unregister(t);
 }
Example #2
0
 public static void RegisterClass(Type t)
 {
     // the argument is redundant, we know what it is
     Debug.Assert(t == typeof(LllpgCustomToolForLes));
     RegisterCustomTool.Register(t);
 }