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