Чистка кода

This commit is contained in:
foxkerik6 2022-11-19 13:23:13 +04:00
parent e28f874853
commit 468f859fe0
6 changed files with 7 additions and 11 deletions

View File

@ -5,7 +5,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Cars
namespace Stormtrooper
{
internal abstract class AbstractMap
{

View File

@ -1,5 +1,4 @@
using Cars;
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

View File

@ -1,5 +1,4 @@
using Cars;
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

View File

@ -1,5 +1,4 @@
using Cars;
using System;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;

View File

@ -1,5 +1,4 @@
using Cars;
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
@ -54,7 +53,7 @@ namespace Stormtrooper
/// Перегрузка оператора сложения
/// </summary>
/// <param name="map"></param>
/// <param name="car"></param>
/// <param name="air"></param>
/// <returns></returns>
public static int operator +(MapWithSetAirplaneGeneric<T, U> map, T air)
{

View File

@ -1,4 +1,4 @@
namespace Cars
namespace Stormtrooper
{
/// <summary>
/// Простая реализация абсрактного класса AbstractMap