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