Example #1
0
 public static void UnregisterFunction(Type t)
 {
     RegisterContextMenu.Unregister("*", t.GUID);
     //RegisterContextMenu.Unregister("bat", t.GUID);
 }
Example #2
0
 public static void RegisterFunction(Type t)
 {
     //Register for files
     RegisterContextMenu.Register("*", t.GUID);
     //RegisterContextMenu.Register("bat", t.GUID);
 }