Ejemplo n.º 1
0
 internal void SetState(TrafficLightStateBase state)
 {
     if (state != null)
     {
         this.state = state;
     }
 }
Ejemplo n.º 2
0
 internal void SetState(TrafficLightStateBase state)
 {
     if (state != null)
     {
         this.state = state;
     }
 }