Exemple #1
0
 public InfoServer(MainServer m)
 {
     clients = new List <Client>();
     ms      = m;
     idCount = 0;
 }