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

RemoteKeyEventArgs() public method

public RemoteKeyEventArgs ( RemoteKeyButton button ) : System
button RemoteKeyButton
return System
        public RemoteKeyEventArgs(RemoteKeyButton button)
        {
            Button = button;
        }
RemoteKeyEventArgs