Shortcut.HotkeyBinder.HotkeyBinder C# (CSharp) Méthode

HotkeyBinder() public méthode

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