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