Beispiel #1
0
 public SongViewModel(Song song)
 {
     this._song = song;
 }
Beispiel #2
0
 public SongViewModel()
 {
     this._song = new Song();
 }