[This is preliminary documentation and is subject to change.]
            Adds a song to next queue
            
Namespace: MusicPlayerWindowAssembly: MusicPlayerWindow (in MusicPlayerWindow.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# | 
|---|
public void addNextSong( Song newSong )  | 
| Visual Basic | 
|---|
Public Sub addNextSong ( _ newSong As Song _ )  | 
| Visual C++ | 
|---|
public: void addNextSong( Song^ newSong )  | 
Parameters
- newSong
 - Type: MusicPlayerWindow..::..Song
the song to be added to the next queue