From 4d041377c39b0bcf13a6b532371d7c48de3c47c6 Mon Sep 17 00:00:00 2001 From: foxkerik6 Date: Mon, 28 Nov 2022 22:32:40 +0400 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=B8=D0=BD=D0=B0=D0=BB=D1=8C=D0=BD?= =?UTF-8?q?=D1=8B=D0=B5=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Stormtrooper/Stormtrooper/FormMapWithSetAirplane.cs | 2 +- Stormtrooper/Stormtrooper/SimpleMap.cs | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Stormtrooper/Stormtrooper/FormMapWithSetAirplane.cs b/Stormtrooper/Stormtrooper/FormMapWithSetAirplane.cs index fc10273..0f8565e 100644 --- a/Stormtrooper/Stormtrooper/FormMapWithSetAirplane.cs +++ b/Stormtrooper/Stormtrooper/FormMapWithSetAirplane.cs @@ -1,4 +1,4 @@ -using Cars; +using Strormtrooper; using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/Stormtrooper/Stormtrooper/SimpleMap.cs b/Stormtrooper/Stormtrooper/SimpleMap.cs index 380593f..8fc5284 100644 --- a/Stormtrooper/Stormtrooper/SimpleMap.cs +++ b/Stormtrooper/Stormtrooper/SimpleMap.cs @@ -1,4 +1,6 @@ -namespace Strormtrooper +using Stormtrooper; + +namespace Strormtrooper { /// /// Простая реализация абсрактного класса AbstractMap