Ejemplo n.º 1
0
 public int CompareTo(ConnectionPing other)
 {
     return(Ping.CompareTo(other.Ping));
 }