public ReplayGainUpdateHelper(MusicDatabaseWindow parentWindow, SettingsManager settingsManager, ICollectionSessionFactory collectionSessionFactory) : base(parentWindow, collectionSessionFactory) { this.settingsManager = settingsManager; }
public DynamicRangeUpdater(MusicDatabaseWindow parentWindow, SettingsManager settingsManager, ICollectionSessionFactory collectionSessionFactory) : base(parentWindow, collectionSessionFactory) { this.settingsManager = settingsManager; }