Exemplo n.º 1
0
 public OthelloRuleBook(OthelloBoard board)
 {
     _board         = board;
     _gridRefFinder = new GridRefFinder();
 }
Exemplo n.º 2
0
 public OthelloRuleBook(OthelloBoard board)
 {
     _board = board;
     _gridRefFinder = new GridRefFinder();
 }