Ejemplo n.º 1
0
 public void PlayIndex(int index)
 {
     position = 0;
     _playerState.SetPlayerState(PlayerState.Playing);
     timer.Start();
     PlayingTrack = _nowPlaying.NowPlayingList[index];
 }