public HelperBase(MusicDatabaseWindow parentWindow, ICollectionSessionFactory collectionSessionFactory)
 {
     this.ParentWindow = parentWindow;
     this.CollectionManager = collectionSessionFactory.CreateCollectionManager();
 }
Beispiel #2
0
 public ReplayGainUpdateHelper(MusicDatabaseWindow parentWindow, SettingsManager settingsManager, ICollectionSessionFactory collectionSessionFactory)
     : base(parentWindow, collectionSessionFactory)
 {
     this.settingsManager = settingsManager;
 }
 public ArchivedExportHelper(MusicDatabaseWindow parentWindow, ICollectionSessionFactory collectionSessionFactory)
     : base(parentWindow, collectionSessionFactory)
 {
 }
Beispiel #4
0
 public WikipediaImporter(MusicDatabaseWindow parent, Release release)
 {
     this.parent  = parent;
     this.release = release;
 }
 public ArchivedExportHelper(MusicDatabaseWindow parentWindow, ICollectionSessionFactory collectionSessionFactory)
     : base(parentWindow, collectionSessionFactory)
 {
 }
 public MissingCoverArtFillHelper(MusicDatabaseWindow parentWindow, ICollectionSessionFactory collectionSessionFactory)
     : base(parentWindow, collectionSessionFactory)
 {
 }
 public ReplayGainUpdateHelper(MusicDatabaseWindow parentWindow, SettingsManager settingsManager, ICollectionSessionFactory collectionSessionFactory)
     : base(parentWindow, collectionSessionFactory)
 {
     this.settingsManager = settingsManager;
 }
Beispiel #8
0
 public DirectoryImportHelper(MusicDatabaseWindow parentWindow, ICollectionSessionFactory collectionSessionFactory)
     : base(parentWindow, collectionSessionFactory)
 {
 }
 public DirectoryImportHelper(MusicDatabaseWindow parentWindow, ICollectionSessionFactory collectionSessionFactory)
     : base(parentWindow, collectionSessionFactory)
 {
 }
Beispiel #10
0
 public HelperBase(MusicDatabaseWindow parentWindow, ICollectionSessionFactory collectionSessionFactory)
 {
     this.ParentWindow      = parentWindow;
     this.CollectionManager = collectionSessionFactory.CreateCollectionManager();
 }
 public MissingCoverArtFillHelper(MusicDatabaseWindow parentWindow, ICollectionSessionFactory collectionSessionFactory)
     : base(parentWindow, collectionSessionFactory)
 {
 }
 public DynamicRangeUpdater(MusicDatabaseWindow parentWindow, SettingsManager settingsManager, ICollectionSessionFactory collectionSessionFactory)
     : base(parentWindow, collectionSessionFactory)
 {
     this.settingsManager = settingsManager;
 }
Beispiel #13
0
 public DynamicRangeUpdater(MusicDatabaseWindow parentWindow, SettingsManager settingsManager, ICollectionSessionFactory collectionSessionFactory)
     : base(parentWindow, collectionSessionFactory)
 {
     this.settingsManager = settingsManager;
 }
 public WikipediaImporter(MusicDatabaseWindow parent, Release release)
 {
     this.parent = parent;
     this.release = release;
 }