Exemplo n.º 1
0
 public static void RemoveClient(TimeWSHandler wsClient)
 {
     clients.Remove(wsClient);
 }
Exemplo n.º 2
0
 public static void AddClient(TimeWSHandler wsClient)
 {
     clients.Add(wsClient);
 }