Exemplo n.º 1
0
 public bool Exec(Hooker hooker, Thread th)
 {
     hooker.SetBreakMode(BreakMode.Ignore);
     hooker.SetPipeServer(null);
     return(true);
 }
Exemplo n.º 2
0
 public bool Exec(Hooker hooker, Thread th)
 {
     hooker.SetBreakMode(BreakMode.StepOut);
     return(true);
 }