Exemple #1
0
        public CellSolver(Cell cell)
        {
            this.cell = cell;

            ConfirmedClues = new Pair<ClueSolver>(null, null);
        }
Exemple #2
0
 public int Key(Cell cell)
 {
     return cell.GetKey(OwnerLine);
 }