void HandleNext(NextPlaylistElementEvent e)
 {
     Player.Next();
 }
예제 #2
0
 void HandleNext(NextPlaylistElementEvent e)
 {
     Player.Next ();
 }