Esempio n. 1
0
 public Iteration(PotCommun potCommun)
 {
     this.potCommun = potCommun;
 }
Esempio n. 2
0
 public IterationVoisin(PotCommun potCommun) : base(potCommun)
 {
     this.potCommun = potCommun;
 }