Esempio n. 1
0
 public TextCommandWithDefinitionsReader(
     IXmlLoadLogger logger,
     IComponentPointParser componentPointParser,
     ISectionRegistry sectionRegistry)
 {
     this.logger = logger;
     this.componentPointParser = componentPointParser;
     definitionsSection        = sectionRegistry.GetSection <DefinitionsSection>();
 }
 public ComponentPointWithDefinitionParser(IXmlLoadLogger logger, ISectionRegistry sectionRegistry)
     : base(logger)
 {
     this.logger        = logger;
     definitionsSection = sectionRegistry.GetSection <DefinitionsSection>();
 }