LgBackLight.LogitechKeyboard.LogitechKeyboard C# (CSharp) 메소드

LogitechKeyboard() 개인적인 메소드

private LogitechKeyboard ( HidDevice device, LogitechKeyboardType type ) : System
device HidDevice
type LogitechKeyboardType
리턴 System
        internal LogitechKeyboard(HidDevice device, LogitechKeyboardType type)
        {
            Device = device;
            KeyboardType = type;
        }