public Cell(int value) { this.GameFixed = true; this.value = value; this.potentials = new EmptyPotentialValues(); }
public Cell() { this.potentials = new PotentialValues(); }