Exemplo n.º 1
0
 protected void InvokeClientErrorEncountered(TcpClientError error)
 {
     if (ClientErrorEncountered != null)
     {
         ClientErrorEncountered(this, error);
     }
 }
Exemplo n.º 2
0
 protected void InvokeClientErrorEncountered(TcpClientError error)
 {
     if (ClientErrorEncountered != null)
     {
         ClientErrorEncountered(this, error);
     }
 }