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

FromGreenToYellow() public method

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