ChessApplication.ChessPosition.ChessPosition Function
Constructor of a position on the Chessboard.

Public void ChessPosition (int, int)
  Type Name Description  
    int column The column or line on the Chessboard in numercal format i.e. a=1, b=2, ...  
    int row The row on the Chessboard  
  Return Description  
    void    
Other overloads:
ChessApplication.ChessPosition.#ctor(XmlReader)