Exemplo n.º 1
0
 public void DrawChessman(Chessman chessman)
 {
     chessman.DrawChessmanOnChessboard(ref chessboardBitmap, x, y, sizeOfCell);
 }