Exemplo n.º 1
0
        /// Initializes a new instance of the <see cref="SystemHotKeyListener"/>.
        public SystemHotKeyListener()
        {
            _listeningForm         = new Form();
            _listeningForm.Visible = false;

            _messageFilter = new SystemHotKeyMessageFilter(this);
            Application.AddMessageFilter(_messageFilter);
        }
Exemplo n.º 2
0
        /// Initializes a new instance of the <see cref="SystemHotKeyListener"/>.
        public SystemHotKeyListener()
        {
            _listeningForm = new Form();
            _listeningForm.Visible = false;

            _messageFilter = new SystemHotKeyMessageFilter(this);
            Application.AddMessageFilter(_messageFilter);
        }