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