コード例 #1
0
 public HelperBase(MusicDatabaseWindow parentWindow, ICollectionSessionFactory collectionSessionFactory)
 {
     this.ParentWindow = parentWindow;
     this.CollectionManager = collectionSessionFactory.CreateCollectionManager();
 }
コード例 #2
0
 public ReplayGainUpdateHelper(MusicDatabaseWindow parentWindow, SettingsManager settingsManager, ICollectionSessionFactory collectionSessionFactory)
     : base(parentWindow, collectionSessionFactory)
 {
     this.settingsManager = settingsManager;
 }
コード例 #3
0
 public ArchivedExportHelper(MusicDatabaseWindow parentWindow, ICollectionSessionFactory collectionSessionFactory)
     : base(parentWindow, collectionSessionFactory)
 {
 }
コード例 #4
0
 public WikipediaImporter(MusicDatabaseWindow parent, Release release)
 {
     this.parent  = parent;
     this.release = release;
 }
コード例 #5
0
 public ArchivedExportHelper(MusicDatabaseWindow parentWindow, ICollectionSessionFactory collectionSessionFactory)
     : base(parentWindow, collectionSessionFactory)
 {
 }
コード例 #6
0
 public MissingCoverArtFillHelper(MusicDatabaseWindow parentWindow, ICollectionSessionFactory collectionSessionFactory)
     : base(parentWindow, collectionSessionFactory)
 {
 }
コード例 #7
0
 public ReplayGainUpdateHelper(MusicDatabaseWindow parentWindow, SettingsManager settingsManager, ICollectionSessionFactory collectionSessionFactory)
     : base(parentWindow, collectionSessionFactory)
 {
     this.settingsManager = settingsManager;
 }
コード例 #8
0
 public DirectoryImportHelper(MusicDatabaseWindow parentWindow, ICollectionSessionFactory collectionSessionFactory)
     : base(parentWindow, collectionSessionFactory)
 {
 }
コード例 #9
0
 public DirectoryImportHelper(MusicDatabaseWindow parentWindow, ICollectionSessionFactory collectionSessionFactory)
     : base(parentWindow, collectionSessionFactory)
 {
 }
コード例 #10
0
ファイル: HelperBase.cs プロジェクト: radtek/MusicDatabase
 public HelperBase(MusicDatabaseWindow parentWindow, ICollectionSessionFactory collectionSessionFactory)
 {
     this.ParentWindow      = parentWindow;
     this.CollectionManager = collectionSessionFactory.CreateCollectionManager();
 }
コード例 #11
0
 public MissingCoverArtFillHelper(MusicDatabaseWindow parentWindow, ICollectionSessionFactory collectionSessionFactory)
     : base(parentWindow, collectionSessionFactory)
 {
 }
コード例 #12
0
 public DynamicRangeUpdater(MusicDatabaseWindow parentWindow, SettingsManager settingsManager, ICollectionSessionFactory collectionSessionFactory)
     : base(parentWindow, collectionSessionFactory)
 {
     this.settingsManager = settingsManager;
 }
コード例 #13
0
 public DynamicRangeUpdater(MusicDatabaseWindow parentWindow, SettingsManager settingsManager, ICollectionSessionFactory collectionSessionFactory)
     : base(parentWindow, collectionSessionFactory)
 {
     this.settingsManager = settingsManager;
 }
コード例 #14
0
 public WikipediaImporter(MusicDatabaseWindow parent, Release release)
 {
     this.parent = parent;
     this.release = release;
 }