예제 #1
0
 public bool AnyConnected()
 {
     return(ServerList.Any(server => server.IsConnected));
 }