BorderlessGaming.Forms.MainWindow.UnregisterHotkeys C# (CSharp) 메소드

UnregisterHotkeys() 개인적인 메소드

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