Artemis.DeviceProviders.Logitech.G810.G810 C# (CSharp) Метод

G810() публичный Метод

public G810 ( ) : System.Linq
Результат System.Linq
        public G810()
        {
            Name = "Logitech G810 RGB";
            Slug = "logitech-g810";
            CantEnableText = "Couldn't connect to your Logitech G810.\n" +
                             "Please check your cables and updating the Logitech Gaming Software\n" +
                             "A minimum version of 8.81.15 is required.\n\n" +
                             "If needed, you can select a different keyboard in Artemis under settings.";
            Height = 6;
            Width = 21;
            PreviewSettings = new PreviewSettings(675, 185, new Thickness(0, 35, 0, 0), Resources.g810);
            _generalSettings = SettingsProvider.Load<GeneralSettings>();
        }