Exemplo n.º 1
0
 public void DrivingContextStarted(object sender, EventArgs e)
 {
     QueueDrivingSongs();
     DidUpdateSongQueue?.Invoke(this, null);
 }
Exemplo n.º 2
0
 public void HighIntensityContextStarted(object sender, EventArgs e)
 {
     QueueHighIntensitySongs();
     DidUpdateSongQueue?.Invoke(this, null);
 }