Compare commits

..

No commits in common. "d31c6e46177e6e5a9bde9a26b37697d6e0e30de7" and "bb32f6d69ea75d47eea7f091d79cef4ab62c3456" have entirely different histories.

3 changed files with 3 additions and 1 deletions

View File

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

View File

@ -258,3 +258,4 @@ public partial class FormCarCollection : Form
} }
} }
}