Inheritance: INotifyPropertyChanged
コード例 #1
0
 public SongLoader(IDialogService dialogService, SongCollection songCollection)
 {
     _dialogService      = dialogService;
     this.songCollection = songCollection;
 }
コード例 #2
0
ファイル: SongLoader.cs プロジェクト: Jamedjo/RSTabExplorer
 public SongLoader(IDialogService dialogService, SongCollection songCollection)
 {
     _dialogService = dialogService;
     this.songCollection = songCollection;
 }