public LayoutIOModel(HudOptionsParser parser, LocationModel location, PlaceHolderCollectionModel collection, ScreenModel screenModel, GraphicalAssetFactory assetFactory) { this.parser = parser; this.location = location; this.collection = collection; this.screenModel = screenModel; this.assetFactory = assetFactory; saveStatus = new SaveStatus(); currentR3eLayout = new SourceLayout(LayoutSourceType.R3E, location.HudOptionsFile, parser.Parse(location.HudOptionsFile), -1, -1); }
public SaveOriginalFileCommand(LocationModel locationModel, HudOptionsParser parser) { this.locationModel = locationModel; this.parser = parser; }