Exemplo n.º 1
0
 private void trackBar1_Scroll(object sender, EventArgs e)
 {
     form2.speeds(Convert.ToInt32(trackBar1.Value));
 }