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