Exemplo n.º 1
0
 public void MoveRight()
 {
     topLeft.MoveRight();
     bottomRight.MoveRight();
 }
 public void MoveRight()
 {
     center.MoveRight();
 }