Exemplo n.º 1
0
 public void addToQueue(JukeboxSong song)
 {
     if (this.songs.IndexOf(song) != -1)
     {
         addToQueue(this.songs.IndexOf(song));
     }
 }
Exemplo n.º 2
0
 public void removeFromQueue(JukeboxSong song)
 {
 }