コード例 #1
0
 public AlbumViewModel()
 {
     this.database = new SongDatabase();
     this.songs    = new ObservableCollection <SongViewModel>();
 }
コード例 #2
0
 public AlbumViewModel()
 {
     this.database = new SongDatabase();
     this.songs = new ObservableCollection<SongViewModel>();
 }