protected TemplatingCommands( ICommandService commandService, IContextRegistry contextRegistry, TemplateLister templateLister) { m_commandService = commandService; m_contextRegistry = contextRegistry; m_templateLister = templateLister; }
public TemplatingCommands(ICommandService commandService, IContextRegistry contextRegistry, TemplateLister templateLister) : base(commandService, contextRegistry, templateLister) { }