Ejemplo n.º 1
0
 public IState Next(TrafficLight tl)
 {
     tl.CurrentLight = Light.Yello;
     return(ToRedState.GetInstance());
 }