imBMW.iBus.Devices.Real.VinEventArgs.VinEventArgs C# (CSharp) Method

VinEventArgs() public method

public VinEventArgs ( string value ) : System
value string
return System
        public VinEventArgs(string value)
        {
            Value = value;
        }
VinEventArgs