public Cell()

in Sudoku/Cell.cs [15:16]


    public Cell(int number) : this(number, NumberSet._Any)
    { }