Exemplo n.º 1
0
 /// <inheritdoc/>
 public virtual void ClusterAfterOpening(ClusterAfterOpeningEvent @event)
 {
 }
Exemplo n.º 2
0
 public void ClusterAfterOpening(ClusterAfterOpeningEvent @event)
 {
     _first.ClusterAfterOpening(@event);
     _second.ClusterAfterOpening(@event);
 }