From bd4cfcf2ec7c885e7dc1fc176b4885ed11250fc8 Mon Sep 17 00:00:00 2001 From: foxkerik6 Date: Thu, 1 Dec 2022 00:07:21 +0400 Subject: [PATCH] ... --- Stormtrooper/Stormtrooper/FormMapWithSetAirplane.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Stormtrooper/Stormtrooper/FormMapWithSetAirplane.cs b/Stormtrooper/Stormtrooper/FormMapWithSetAirplane.cs index a343626..1b25be7 100644 --- a/Stormtrooper/Stormtrooper/FormMapWithSetAirplane.cs +++ b/Stormtrooper/Stormtrooper/FormMapWithSetAirplane.cs @@ -28,6 +28,7 @@ namespace Stormtrooper private readonly MapCollection _mapCollection; public FormMapWithSetAirplane(ILogger logger) + { _logger = logger; InitializeComponent();