Beispiel #1
0
 void Disconect(int id, string data)
 {
     users.RemoveAt(id);
     UpdateClients.Invoke();
 }