void HandlePrev(PreviousPlaylistElementEvent e)
 {
     Player.Previous();
 }
Example #2
0
 void HandlePrev(PreviousPlaylistElementEvent e)
 {
     Player.Previous ();
 }