Esempio n. 1
0
		public StoplightSchedule(IStoplightTimer timer)
		{
			this.timer = timer;
			timer.Expired += OnTimerExpired;
		}
 public StoplightSchedule(IStoplightTimer timer)
 {
     this.timer     = timer;
     timer.Expired += OnTimerExpired;
 }
Esempio n. 3
0
		public StoplightSchedule(IStoplightTimer timer)
		{
			this.timer = timer;
		}
Esempio n. 4
0
 public StoplightSchedule(IStoplightTimer timer)
 {
     this.timer = timer;
 }