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