Пример #1
0
 public DefinitionsService()
 {
     _defLoader  = new DefinitionLoader(this);
     _propLoader = new PropertyLoader(this);
     _taxLoader  = new TaxonLoader(this);
 }
 public DefinitionsService()
 {
     _defLoader = new DefinitionLoader(this);
     _propLoader = new PropertyLoader(this);
     _taxLoader = new TaxonLoader(this);
 }