Ejemplo n.º 1
0
 private void buttonRandomPlay_Click(object sender, EventArgs e)
 {
     timer1.Stop();
     controller.RandomPlay();
     timer1.Start();//run progess bar
 }