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