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