Artemis.DeviceProviders.Logitech.LogitechGeneric.Disable C# (CSharp) Method

Disable() public method

public Disable ( ) : void
return void
        public override void Disable()
        {
            throw new NotImplementedException("Can only disable a keyboard");
        }
    }