BorderlessGaming.Forms.MainWindow.UnregisterHotkeys C# (CSharp) Méthode

UnregisterHotkeys() private méthode

unregisters the global hotkeys
private UnregisterHotkeys ( ) : void
Résultat void
        private void UnregisterHotkeys()
        {
            Native.UnregisterHotKey(this.Handle, this.GetType().GetHashCode());
        }
MainWindow