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