void HandleNext(NextPlaylistElementEvent e)
 {
     Player.Next();
 }
示例#2
0
 void HandleNext(NextPlaylistElementEvent e)
 {
     Player.Next ();
 }