Example #1
0
 private void RemoveConnection()
 {
     if (_lastListener == null)
     {
         _epl.RemoveConnection(this);
     }
     else
     {
         _lastListener.RemoveConnection(this);
     }
 }