Exemplo n.º 1
0
 protected virtual void OnError()
 {
     CommunicationError?.Invoke(this, EventArgs.Empty);
 }
Exemplo n.º 2
0
 protected virtual void OnCommunicationError(WcfClientServiceErrorEventArgs e)
 {
     CommunicationError?.Invoke(this, e);
 }