imBMW.iBus.Devices.Real.SpeedLimitEventArgs.SpeedLimitEventArgs C# (CSharp) Méthode

SpeedLimitEventArgs() public méthode

public SpeedLimitEventArgs ( ushort value ) : System
value ushort
Résultat System
        public SpeedLimitEventArgs(ushort value)
        {
            Value = value;
        }
SpeedLimitEventArgs