Shuffle() public method

public Shuffle ( ) : void
return void
Beispiel #1
0
 private void OnShufflePlayQueue(object o, EventArgs args)
 {
     playqueue.Shuffle();
 }