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