Ejemplo n.º 1
0
 public MusicCollection()
 {
     songs = new MyCollection <Song>();
 }
Ejemplo n.º 2
0
 public PlaylistCollection()
 {
     playlists = new MyCollection <Playlist>();
 }