Удаление ненужных строк using
This commit is contained in:
parent
efb7a73d70
commit
5baf5aaecd
@ -1,9 +1,4 @@
|
|||||||
using Battleship.Drawnings;
|
using Battleship.Drawnings;
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace Battleship.CollectionGenericObjects;
|
namespace Battleship.CollectionGenericObjects;
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -58,7 +53,7 @@ public abstract class AbstractCompany
|
|||||||
/// Перегрузка оператора сложения для класса
|
/// Перегрузка оператора сложения для класса
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="company">Компания</param>
|
/// <param name="company">Компания</param>
|
||||||
/// <param name="car">Добавляемый объект</param>
|
/// <param name="ship">Добавляемый объект</param>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
public static int operator +(AbstractCompany company, DrawningShip ship)
|
public static int operator +(AbstractCompany company, DrawningShip ship)
|
||||||
{
|
{
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
namespace ProjectSportCar.CollectionGenericObjects;
|
namespace Battleship.CollectionGenericObjects;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Тип коллекции
|
/// Тип коллекции
|
||||||
|
@ -1,10 +1,4 @@
|
|||||||
using ProjectSportCar.CollectionGenericObjects;
|
namespace Battleship.CollectionGenericObjects;
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
namespace Battleship.CollectionGenericObjects;
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Интерфейс описания действий для набора хранимых объектов
|
/// Интерфейс описания действий для набора хранимых объектов
|
||||||
|
@ -1,13 +1,4 @@
|
|||||||
using ProjectSportCar.CollectionGenericObjects;
|
namespace Battleship.CollectionGenericObjects;
|
||||||
using System;
|
|
||||||
using System.CodeDom.Compiler;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Reflection.Metadata.Ecma335;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace Battleship.CollectionGenericObjects;
|
|
||||||
|
|
||||||
public class ListGenericObjects<T> : ICollectionGenericObjects<T>
|
public class ListGenericObjects<T> : ICollectionGenericObjects<T>
|
||||||
where T : class
|
where T : class
|
||||||
|
@ -1,12 +1,4 @@
|
|||||||
using Battleship.Drawnings;
|
namespace Battleship.CollectionGenericObjects;
|
||||||
using ProjectSportCar.CollectionGenericObjects;
|
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Collections.ObjectModel;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
namespace Battleship.CollectionGenericObjects;
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Параметризованный набор объектов
|
/// Параметризованный набор объектов
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
using Battleship.CollectionGenericObjects;
|
using Battleship.Drawnings;
|
||||||
using Battleship.Drawnings;
|
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
namespace ProjectSportCar.CollectionGenericObjects;
|
namespace Battleship.CollectionGenericObjects;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Класс-хранилище коллекций
|
/// Класс-хранилище коллекций
|
||||||
|
@ -1,15 +1,6 @@
|
|||||||
using Battleship.CollectionGenericObjects;
|
using Battleship.CollectionGenericObjects;
|
||||||
using Battleship.Drawnings;
|
using Battleship.Drawnings;
|
||||||
using ProjectSportCar.CollectionGenericObjects;
|
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.ComponentModel;
|
|
||||||
using System.Data;
|
|
||||||
using System.Drawing;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using System.Windows.Forms;
|
|
||||||
|
|
||||||
namespace Battleship;
|
namespace Battleship;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user