Exemplo n.º 1
0
 internal WhiteRect()
 {
     bColor = ChessConstants.WHITEBLOCKCOLOR;
     brush  = ChessConstants.GetWhiteBlockBrush();
 }
Exemplo n.º 2
0
 public void TransformPiece(ChessConstants type, int x, int y)
 {
     throw new Exception("The method or operation is not implemented.");
 }
Exemplo n.º 3
0
 internal BlackRect()
 {
     bColor = ChessConstants.BLACKBLOCKCOLOR;
     brush  = ChessConstants.GetBlackBlockBrush();
 }
Exemplo n.º 4
0
 public void TransformPiece(ChessConstants type, int x, int y)
 {
     throw new Exception("The method or operation is not implemented.");
 }