예제 #1
0
 public CheckTo()
 {
     this.Next = new CheckPopulation();
 }
예제 #2
0
 public CheckPopulation()
 {
     this.Next = new CheckVehicles();
 }
예제 #3
0
 public CheckFrom()
 {
     this.Next = new CheckTo();
 }