static void Main(string[] args) { ComService cm = new ComService(); }
public ClientHandler(Socket s, ComService cm) { c = new Client(s); this.cm = cm; cm.TimeToBroadcast += WriteToClient; }