Exemplo n.º 1
0
 public ClientHandler()
 {
     masterList          = new Dictionary <int, Client>();
     clientNotifications = new Broadcaster();
 }
Exemplo n.º 2
0
 public ClientHandler()
 {
     masterList = new Dictionary<int, Client>();
     clientNotifications = new Broadcaster();
 }