Exemple #1
0
 /// <inheritdoc/>
 public virtual void ConnectionBeforeClosing(ConnectionBeforeClosingEvent @event)
 {
 }
 /// <inheritdoc/>
 public void ConnectionBeforeClosing(ConnectionBeforeClosingEvent @event)
 {
     _first.ConnectionBeforeClosing(@event);
     _second.ConnectionBeforeClosing(@event);
 }