Ejemplo n.º 1
0
 public void MovePaddle(int mousePointX)//moving the paddle to mouse loaction
 {
     paddle.Move(mousePointX);
 }