示例#1
0
 public void Unhook()
 {
     this.em = null;
 }
示例#2
0
 public void HookTo(ErrorManager em)
 {
     this.em = em;
 }