Exemplo n.º 1
0
 public void BeforeFirstTest()
 {
     _parser = new AlgebraicMoveParser();
 }
Exemplo n.º 2
0
 public GameInfoParser()
 {
     _partial             = new StringBuilder();
     _algebraicMoveParser = new AlgebraicMoveParser();
     _moveVariations      = new Stack <StringBuilder>();
 }
Exemplo n.º 3
0
 public GameInfoParser()
 {
     _partial = new StringBuilder();
     _algebraicMoveParser = new AlgebraicMoveParser();
     _moveVariations = new Stack<StringBuilder>();
 }