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