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;
        }