Assignment3.TrafficLight.FromYellowToRed.FromYellowToRed C# (CSharp) Method

FromYellowToRed() public method

public FromYellowToRed ( TrafficLight ctxt ) : System
ctxt TrafficLight
return System
      public FromYellowToRed(TrafficLight ctxt)
      {
        context = ctxt;
      }
TrafficLight.FromYellowToRed