コード例 #1
0
 public void BeforeFirstTest()
 {
     _parser = new AlgebraicMoveParser();
 }
コード例 #2
0
 public GameInfoParser()
 {
     _partial             = new StringBuilder();
     _algebraicMoveParser = new AlgebraicMoveParser();
     _moveVariations      = new Stack <StringBuilder>();
 }
コード例 #3
0
 public GameInfoParser()
 {
     _partial = new StringBuilder();
     _algebraicMoveParser = new AlgebraicMoveParser();
     _moveVariations = new Stack<StringBuilder>();
 }