Exemplo n.º 1
0
 public IProject CreateProjectFromSettings(IRomImportSettings importSettings)
 {
     return(createImporterFromSettings(importSettings)?.Read());
 }
Exemplo n.º 2
0
 public SnesProjectFactoryFromRomImportSettings(IProjectFactory baseProjectFactory, IRomImportSettings importSettings)
 {
     this.importSettings     = importSettings;
     this.baseProjectFactory = baseProjectFactory;
 }