Exemplo n.º 1
0
 // goes to the next song
 public Song nextSong(int[] ids, bool isShuffleOn, IntPtr handle)
 {
     return(player.nextSong(ids, isShuffleOn, handle));
 }