Ejemplo n.º 1
0
 protected TemplatingCommands(
     ICommandService commandService,
     IContextRegistry contextRegistry,
     TemplateLister templateLister)
 {
     m_commandService  = commandService;
     m_contextRegistry = contextRegistry;
     m_templateLister  = templateLister;
 }
Ejemplo n.º 2
0
 protected TemplatingCommands(
     ICommandService commandService,
     IContextRegistry contextRegistry,
     TemplateLister templateLister)
 {
     m_commandService = commandService;
     m_contextRegistry = contextRegistry;
     m_templateLister = templateLister;
 }
Ejemplo n.º 3
0
 public TemplatingCommands(ICommandService commandService, IContextRegistry contextRegistry, TemplateLister templateLister) : 
     base(commandService, contextRegistry, templateLister)
 {
 }