Ejemplo n.º 1
0
 private void timer1_Tick(object sender, EventArgs e)
 {
     play1.GetMove();
     play2.GetMove();
     ballz.GetMove();
 }