Demo.Car.OnWasherFluidWarningLightWasLit C# (CSharp) Method

OnWasherFluidWarningLightWasLit() protected method

protected OnWasherFluidWarningLightWasLit ( ) : void
return void
        protected virtual void OnWasherFluidWarningLightWasLit()
        {
            Action handler = WasherFluidWarningLightWasLit;
            if (handler != null) handler();
        }