public CellSolver(Cell cell) { this.cell = cell; ConfirmedClues = new Pair<ClueSolver>(null, null); }
public int Key(Cell cell) { return cell.GetKey(OwnerLine); }