Compare commits
No commits in common. "d31c6e46177e6e5a9bde9a26b37697d6e0e30de7" and "bb32f6d69ea75d47eea7f091d79cef4ab62c3456" have entirely different histories.
d31c6e4617
...
bb32f6d69e
@ -25,7 +25,7 @@ namespace HoistingCrane.CollectionGenericObjects
|
||||
protected ICollectionGenericObjects<DrawningTrackedVehicle>? arr = null;
|
||||
/// <summary>
|
||||
/// Максимальное количество гаражей
|
||||
/// </summary>
|
||||
/// </summary>
|
||||
private int GetMaxCount
|
||||
{
|
||||
get
|
||||
|
@ -105,3 +105,4 @@ public class ListGenericObjects<T> : ICollectionGenericObjects<T> where T : clas
|
||||
list.Sort(comparer);
|
||||
}
|
||||
}
|
||||
}
|
@ -258,3 +258,4 @@ public partial class FormCarCollection : Form
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user