Exemplo n.º 1
0
 private void tbSpeed_Scroll(object sender, EventArgs e)
 {
     _player.Rate_Set(tbSpeed.Value / 10.0);
 }