Пример #1
0
 public void RegisterHook(IHook hook)
 {
     Hooks.Add(hook);
     hook.OnHooked();
 }