public void Release() { UnmanagedKeyInputListener.StopWndCommunication(); }
public void Init(Form1 form) { _form = form; UnmanagedKeyInputListener.StartWndCommunication(Hwnd); }