Ejemplo n.º 1
0
 private void timer1_Tick(object sender, EventArgs e)
 {
     if (player != null && player.IsPlaying())
     {
         positionSlider.Value = player.GetProgress();
         volumeSlider.Value   = player.GetVolume();
     }
 }