Esempio n. 1
0
 public CheckTo()
 {
     this.Next = new CheckPopulation();
 }
Esempio n. 2
0
 public CheckPopulation()
 {
     this.Next = new CheckVehicles();
 }
Esempio n. 3
0
 public CheckFrom()
 {
     this.Next = new CheckTo();
 }