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