예제 #1
0
 public void Unlink(IExecutable executable)
 {
     this.Unregister(executable);
     executable.Unregister(this);
 }