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