Чистка кода

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.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
namespace Cars namespace Stormtrooper
{ {
internal abstract class AbstractMap internal abstract class AbstractMap
{ {

View File

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

View File

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

View File

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

View File

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

View File

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