Ejemplo n.º 1
0
 public void client_StateChanged(TcpBaseClient source, string state)
 {
     if (this.StateChanged != null)
     {
         StateChanged(this, state);
     }
 }
Ejemplo n.º 2
0
 public void client_StateChanged(TcpBaseClient source, string state)
 {
     if (this.StateChanged != null)
     {
         StateChanged(this, state);
     }
 }