Ejemplo n.º 1
0
 public HookManager(NktProcess process)
 {
     this.process = process;
     this.ID      = process.Id;
     this.UI      = FormInterface.GetInstance();
     this.pw      = ProcessWatcher.GetInstance();
     intelligence = new IntelliMod(process);
 }