Beispiel #1
0
 public void KeyUp(int _pkey)
 {
     MKeyUp.Invoke(ImplInstance, new object[] { _pkey });
 }
 private void HookManager_KeyUp(object sender, KeyEventArgs e)
 {
     MKeyUp?.Invoke(this, e);
 }