Shortcut.HotkeyBinder.HotkeyBinder C# (CSharp) 메소드

HotkeyBinder() 공개 메소드

Initializes a new instance of the HotkeyBinder class.
public HotkeyBinder ( ) : System
리턴 System
        public HotkeyBinder()
        {
            hotkeyWindow.HotkeyPressed += OnHotkeyPressed;
        }