Пример #1
0
 public ItemsProcessor(ISampleSetImporter loader, DeBroglieConfig config)
 {
     this.loader    = loader;
     this.config    = config;
     factory        = new Factory();
     factory.Config = config;
     if (loader != null)
     {
         factory.TileParser = loader.Parse;
     }
 }
Пример #2
0
 public ItemsProcessor(ISampleSetImporter loader, DeBroglieConfig config)
 {
     this.loader = loader;
     this.config = config;
 }