Exemple #1
0
 public WorkerIterator(CityWorkers cityWorkers)
 {
     workers = cityWorkers;
     index   = -1;
 }
Exemple #2
0
 private Clock(int Time = 0)
 {
     this.Time   = Time;
     cityWorkers = new CityWorkers();
 }