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