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