Ejemplo n.º 1
0
 /// <summary>
 /// Adding a new connected client to the collection.
 /// </summary>
 /// <param name="newClientOnTheServer"> A new client on the server.</param>
 internal void AddClientConnection(ClientsConnections newClientOnTheServer)
 {
     ServersClients.Add(newClientOnTheServer);
 }