Ejemplo n.º 1
0
 public void Release()
 {
     UnmanagedKeyInputListener.StopWndCommunication();
 }
Ejemplo n.º 2
0
        public void Init(Form1 form)
        {
            _form = form;

            UnmanagedKeyInputListener.StartWndCommunication(Hwnd);
        }