diff --git a/Stormtrooper/Stormtrooper/CloudMap.cs b/Stormtrooper/Stormtrooper/CloudMap.cs index 291072f..cc29fd9 100644 --- a/Stormtrooper/Stormtrooper/CloudMap.cs +++ b/Stormtrooper/Stormtrooper/CloudMap.cs @@ -1,4 +1,5 @@ -using System; +using Strormtrooper; +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/Stormtrooper/Stormtrooper/DangerMap.cs b/Stormtrooper/Stormtrooper/DangerMap.cs index 86e38f9..be1280c 100644 --- a/Stormtrooper/Stormtrooper/DangerMap.cs +++ b/Stormtrooper/Stormtrooper/DangerMap.cs @@ -1,4 +1,5 @@ -using System; +using Strormtrooper; +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/Stormtrooper/Stormtrooper/FormMap.cs b/Stormtrooper/Stormtrooper/FormMap.cs index 8b0001a..6b5cbc4 100644 --- a/Stormtrooper/Stormtrooper/FormMap.cs +++ b/Stormtrooper/Stormtrooper/FormMap.cs @@ -1,4 +1,5 @@ -using System; +using Strormtrooper; +using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; diff --git a/Stormtrooper/Stormtrooper/MapWithSetAirplaneGeneric.cs b/Stormtrooper/Stormtrooper/MapWithSetAirplaneGeneric.cs index a1c1d29..68c6cd3 100644 --- a/Stormtrooper/Stormtrooper/MapWithSetAirplaneGeneric.cs +++ b/Stormtrooper/Stormtrooper/MapWithSetAirplaneGeneric.cs @@ -1,4 +1,5 @@ -using System; +using Strormtrooper; +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/Stormtrooper/Stormtrooper/SimpleMap.cs b/Stormtrooper/Stormtrooper/SimpleMap.cs index 84845c4..380593f 100644 --- a/Stormtrooper/Stormtrooper/SimpleMap.cs +++ b/Stormtrooper/Stormtrooper/SimpleMap.cs @@ -1,4 +1,4 @@ -namespace Stormtrooper +namespace Strormtrooper { /// /// Простая реализация абсрактного класса AbstractMap