Ejemplo n.º 1
0
 public Server(WordDictionary dictionary, int port)
 {
     this.dictionary = dictionary;
     this.port       = port;
 }