Example #1
0
 public void Remove(Song song)
 {
     songs.Remove(song);
 }
Example #2
0
 public void Add(Song song)
 {
     songs.Add(song);
 }