public static void ComRegisterFunction(Type type) { Contract.Requires(type != null); VvvRootKey.Register(); ComRegister(type, "VVV ContextMenu (MMSF Sample)", VvvRootKey.ProgId); }
public static void ComRegisterFunction(Type type) { Contract.Requires(type != null); VvvRootKey.Register(); ComRegister(type, "VVV Sample ShellExtension (InfoTip)", VvvRootKey.ProgId); }