Ejemplo n.º 1
0
 public Chat(Communication communication)
 {
     this.communication = communication;
     secondWindowServer = new SecondWindowServer();
 }
Ejemplo n.º 2
0
 public ChatMaster(Communication communication)
 {
     this.communication = communication;
     writerGroups       = new WriterGroups(communication);
 }