From 58d788f9263cd666083752fd7a62c57bda591e21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?10=D0=93=20=D0=95=D0=B3=D0=BE=D1=80=20=D0=A0=D0=BE=D0=BC?= =?UTF-8?q?=D0=B0=D0=BD=D0=BE=D0=B2?= Date: Sun, 25 Dec 2022 12:32:11 +0400 Subject: [PATCH] gg --- .../HoistingCrane/FormMapWithSetHoistingCrane.cs | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/HoistingCrane/HoistingCrane/FormMapWithSetHoistingCrane.cs b/HoistingCrane/HoistingCrane/FormMapWithSetHoistingCrane.cs index 8784862..ff88963 100644 --- a/HoistingCrane/HoistingCrane/FormMapWithSetHoistingCrane.cs +++ b/HoistingCrane/HoistingCrane/FormMapWithSetHoistingCrane.cs @@ -16,6 +16,19 @@ namespace HoistingCrane private MapWithSetHoistingCraneGeneric _mapHoistingCraneCollectionGeneric; public FormMapWithSetHoistingCrane() + { + { "Простая карта", new SimpleMap() }, + { "Вторая карта", new SecondMap() }, + }; + /// + /// Объект от коллекции карт + /// Логер + /// + private readonly ILogger _logger; + /// + private readonly MapsCollection _mapsCollection; + /// + public FormMapWithSetHoistingCrane(ILogger logger) { InitializeComponent(); }