protected virtual void OnReceivedChannelChangeResult(ReceivedChannelChannelResultEventArgs e) { var result = this.ReceivedChannelChangeResult; if (result != null) { result(this, e); } }
protected virtual void OnReceivedChannelChangeResult(ReceivedChannelChannelResultEventArgs e) { var result = this.ReceivedChannelChangeResult; if (result != null) result (this, e); }