Esempio n. 1
0
 public SubServer(MainServer ms, int serverNum)
 {
     this.ms        = ms;
     this.serverNum = serverNum;
     serverControl();
 }