Ejemplo n.º 1
0
 public Cell(int value)
 {
     this.GameFixed  = true;
     this.value      = value;
     this.potentials = new EmptyPotentialValues();
 }
Ejemplo n.º 2
0
 public Cell()
 {
     this.potentials = new PotentialValues();
 }