protected override void Initialize() { base.Initialize(); LaunchEngineCommand.Initialize(this); // Register for solution events so we can receive notification when a solution is closed. IVsSolution sln = (IVsSolution)Package.GetGlobalService(typeof(SVsSolution)); uint cookie; sln.AdviseSolutionEvents(this, out cookie); }
public static void Initialize(EngineLauncherPackage package) { Instance = new LaunchEngineCommand(package); }