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

RestoreDll() приватный Метод

private RestoreDll ( ) : void
Результат void
        private void RestoreDll()
        {
            MessageBox.Show(
                "Artemis couldn't enable your Logitech keyboard, because the required files are not in place.\n\n" +
                "This happens when you run The Division and shut down Artemis before shutting down The Division\n" +
                "It can be fixed automatically by clicking OK, but to avoid this message in the future please\n" +
                "shut down The Division before shutting down Artemis.");
        }