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