public ClientHandler() { masterList = new Dictionary <int, Client>(); clientNotifications = new Broadcaster(); }
public ClientHandler() { masterList = new Dictionary<int, Client>(); clientNotifications = new Broadcaster(); }