示例#1
0
 public static void HookTo(this IHookable hookable, ErrorManager em)
 {
     hookable.hook.HookTo(em);
 }