Exemplo n.º 1
0
 protected virtual void OnClientConnected(ServerConnectionEventArgs e)
 {
     ClientConnected?.SafeInvoke(this, e);
 }