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