예제 #1
0
 public void AddClients(Client[] clients)
 {
     this._clients.AddRange(clients);
 }
예제 #2
0
 public void AddClient(Client client)
 {
     this._clients.Add(client);
 }