Example #1
0
 private void DestroyCommands()
 {
     ExecuteImagingToolsCommand.DestroyCommand();
     ManageDebuggerVisualizerInstallationsCommand.DestroyCommand();
 }
Example #2
0
 private void InitCommands(IVsShell shellService, IMenuCommandService menuCommandService)
 {
     menuCommandService.AddCommand(ExecuteImagingToolsCommand.GetCreateCommand(this));
     menuCommandService.AddCommand(ManageDebuggerVisualizerInstallationsCommand.GetCreateCommand(this, shellService));
 }