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