Shortcut.HotkeyBinder.HotkeyBinder C# (CSharp) Method

HotkeyBinder() public method

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