Romanov E.V. LabWork5 #17

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

View File

@ -29,6 +29,20 @@ namespace HoistingCrane
/// <summary>
private MapWithSetHoistingCraneGeneric<DrawingObjectHoistingCrane, AbstractMap> _mapHoistingCraneCollectionGeneric;
public FormMapWithSetHoistingCrane()
{
{ "Простая карта", new SimpleMap() },
{ "Вторая карта", new SecondMap() },
};
/// <summary>
/// Объект от коллекции карт
/// Логер
/// </summary>
private readonly ILogger _logger;
/// <summary>
private readonly MapsCollection _mapsCollection;
/// <summary>
public FormMapWithSetHoistingCrane(ILogger<FormMapWithSetHoistingCrane> logger)
{
{
InitializeComponent();
_mapsCollection = new MapsCollection(pictureBox.Width, pictureBox.Height);