Esempio n. 1
0
 public AlbumViewModel()
 {
     this.database = new SongDatabase();
     this.songs    = new ObservableCollection <SongViewModel>();
 }
 public AlbumViewModel()
 {
     this.database = new SongDatabase();
     this.songs = new ObservableCollection<SongViewModel>();
 }