public HelpPreviousCommand(IHelpWindowVisualComponent component) :
     base(new CommandId(RGuidList.RCmdSetGuid, RPackageCommandId.icmdHelpPrevious)) {
     _component = component;
 }
Esempio n. 2
0
 public HelpHomeCommand(IHelpWindowVisualComponent component) :
     base(new CommandId(RGuidList.RCmdSetGuid, RPackageCommandId.icmdHelpHome))
 {
 }
Esempio n. 3
0
 public HelpPreviousCommand(IHelpWindowVisualComponent component) :
     base(new CommandId(RGuidList.RCmdSetGuid, RPackageCommandId.icmdHelpPrevious))
 {
     _component = component;
 }
Esempio n. 4
0
 public HelpHomeCommand(IHelpWindowVisualComponent component) :
     base(new CommandId(RGuidList.RCmdSetGuid, RPackageCommandId.icmdHelpHome)) {
 }