Пример #1
0
 public void CmdSendMove(Point2 from, Point2 to)
 {
     serv.processMove(from, to, this);
 }