Пример #1
0
 public void OnSetHotKey(int id, Keys key)
 {
     ProcessInjection.RegisterHotKey(base.Handle, id, 0, key.GetHashCode());
 }