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