Romanov E.V. LabWork5 #17

Closed
RomanovEgor wants to merge 20 commits from 5LAB into 4LAB
Showing only changes of commit 10958ae117 - Show all commits

View File

@ -21,7 +21,10 @@ namespace HoistingCrane
};
/// <summary>
/// Объект от коллекции карт
/// Логер
/// </summary>
private readonly ILogger _logger;
/// <summary>
private readonly MapsCollection _mapsCollection;
/// <summary>
private MapWithSetHoistingCraneGeneric<DrawingObjectHoistingCrane, AbstractMap> _mapHoistingCraneCollectionGeneric;