public void ServeBreadAndDrinks(ClientThread client)
 {
     //Check si on apporte pas à la table plutôt
 }
Ejemplo n.º 2
0
 public void RemoveClient(ClientThread client)
 {
 }
Ejemplo n.º 3
0
 public Boolean UserExist(ClientThread client)
 {
     /* A changer */ return(true); /* A changer */
 }
Ejemplo n.º 4
0
 public void AddClient(ClientThread client)
 {
 }