Example #1
0
 public static void RegisterMethodToHook(MethodToHook toHook)
 {
     toHook.Print();
     methodsToHook.Add(toHook);
 }