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