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

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

public G910 ( ) : System
Результат System
        public G910()
        {
            Name = "Logitech G910 RGB";
            Slug = "logitech-g910";
            CantEnableText = "Couldn't connect to your Logitech G910.\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 = 7;
            Width = 22;
            PreviewSettings = new PreviewSettings(570, 175, new Thickness(-10, -105, 0, 0), Resources.g910);
            _generalSettings = SettingsProvider.Load<GeneralSettings>();
        }