Пример #1
0
 public void MoveNext()
 {
     _trackQueue.MoveNext();
     CurrentTrackChanged?.Invoke(_trackQueue.CurrentTrack);
 }