Compare commits

..

No commits in common. "155f7c3297bc8ff2e9e85cce1554dc3155ce2f93" and "74c7268d4fefcf0e83a75dde4ffb854952a8f43c" have entirely different histories.

2 changed files with 2 additions and 0 deletions

View File

@ -84,3 +84,4 @@ public class ListGenericObjects<T> : ICollectionGenericObjects<T> where T : clas
list.Sort(comparer);
}
}
}

View File

@ -205,3 +205,4 @@ namespace HoistingCrane
}
}
}