Ejemplo n.º 1
0
 public HelperBase(MusicDatabaseWindow parentWindow, ICollectionSessionFactory collectionSessionFactory)
 {
     this.ParentWindow = parentWindow;
     this.CollectionManager = collectionSessionFactory.CreateCollectionManager();
 }
Ejemplo n.º 2
0
 public ReplayGainUpdateHelper(MusicDatabaseWindow parentWindow, SettingsManager settingsManager, ICollectionSessionFactory collectionSessionFactory)
     : base(parentWindow, collectionSessionFactory)
 {
     this.settingsManager = settingsManager;
 }
Ejemplo n.º 3
0
 public ArchivedExportHelper(MusicDatabaseWindow parentWindow, ICollectionSessionFactory collectionSessionFactory)
     : base(parentWindow, collectionSessionFactory)
 {
 }
Ejemplo n.º 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;
 }
Ejemplo n.º 8
0
 public DirectoryImportHelper(MusicDatabaseWindow parentWindow, ICollectionSessionFactory collectionSessionFactory)
     : base(parentWindow, collectionSessionFactory)
 {
 }
 public DirectoryImportHelper(MusicDatabaseWindow parentWindow, ICollectionSessionFactory collectionSessionFactory)
     : base(parentWindow, collectionSessionFactory)
 {
 }
Ejemplo n.º 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;
 }
Ejemplo n.º 13
0
 public DynamicRangeUpdater(MusicDatabaseWindow parentWindow, SettingsManager settingsManager, ICollectionSessionFactory collectionSessionFactory)
     : base(parentWindow, collectionSessionFactory)
 {
     this.settingsManager = settingsManager;
 }
Ejemplo n.º 14
0
 public WikipediaImporter(MusicDatabaseWindow parent, Release release)
 {
     this.parent = parent;
     this.release = release;
 }