Exemplo n.º 1
0
 public bool AnyConnected()
 {
     return(ServerList.Any(server => server.IsConnected));
 }