Inheritance: INotifyPropertyChanged
Example #1
0
 public SongLoader(IDialogService dialogService, SongCollection songCollection)
 {
     _dialogService      = dialogService;
     this.songCollection = songCollection;
 }
Example #2
0
 public SongLoader(IDialogService dialogService, SongCollection songCollection)
 {
     _dialogService = dialogService;
     this.songCollection = songCollection;
 }