фиксы с директивами
This commit is contained in:
parent
950ea78e74
commit
e7f367dc4d
@ -5,9 +5,8 @@ using System.Linq;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using AirBomber;
|
using AirBomber;
|
||||||
using AirBomber.Entities;
|
|
||||||
|
|
||||||
namespace AirBomber.DrawningObjects
|
namespace AirBomber
|
||||||
{
|
{
|
||||||
public class DrawningAirBomber : DrawningAirPlane
|
public class DrawningAirBomber : DrawningAirPlane
|
||||||
{
|
{
|
||||||
|
@ -3,9 +3,9 @@ using System.Collections.Generic;
|
|||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using AirBomber.Entities;
|
using AirBomber;
|
||||||
|
|
||||||
namespace AirBomber.DrawningObjects
|
namespace AirBomber
|
||||||
{
|
{
|
||||||
public class DrawningAirPlane
|
public class DrawningAirPlane
|
||||||
{
|
{
|
||||||
|
@ -4,8 +4,7 @@ using System.Diagnostics.CodeAnalysis;
|
|||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using AirBomber.DrawningObjects;
|
using AirBomber;
|
||||||
using AirBomber.Entities;
|
|
||||||
|
|
||||||
namespace AirBomber
|
namespace AirBomber
|
||||||
{
|
{
|
||||||
|
@ -5,7 +5,7 @@ using System.Text;
|
|||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using AirBomber;
|
using AirBomber;
|
||||||
|
|
||||||
namespace AirBomber.Entities
|
namespace AirBomber
|
||||||
{
|
{
|
||||||
public class EntityAirBomber : EntityAirPlane
|
public class EntityAirBomber : EntityAirPlane
|
||||||
{
|
{
|
||||||
|
@ -5,7 +5,7 @@ using System.Text;
|
|||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using AirBomber;
|
using AirBomber;
|
||||||
|
|
||||||
namespace AirBomber.Entities
|
namespace AirBomber
|
||||||
{
|
{
|
||||||
public class EntityAirPlane
|
public class EntityAirPlane
|
||||||
{
|
{
|
||||||
|
@ -3,8 +3,7 @@ using System.Collections.Generic;
|
|||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using AirBomber.DrawningObjects;
|
using AirBomber;
|
||||||
using AirBomber.Entities;
|
|
||||||
|
|
||||||
namespace AirBomber
|
namespace AirBomber
|
||||||
{
|
{
|
||||||
|
@ -3,9 +3,9 @@ using System.Collections.Generic;
|
|||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using AirBomber.DrawningObjects;
|
using AirBomber;
|
||||||
|
|
||||||
namespace AirBomber.Generics
|
namespace AirBomber
|
||||||
{
|
{
|
||||||
internal class PlaneCompareByType: IComparer<DrawningAirPlane?>
|
internal class PlaneCompareByType: IComparer<DrawningAirPlane?>
|
||||||
{
|
{
|
||||||
|
@ -5,7 +5,7 @@ using System.Text;
|
|||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using AirBomber.Exceptions;
|
using AirBomber.Exceptions;
|
||||||
|
|
||||||
namespace AirBomber.Generics
|
namespace AirBomber
|
||||||
{
|
{
|
||||||
internal class SetGeneric<T>
|
internal class SetGeneric<T>
|
||||||
where T : class
|
where T : class
|
||||||
|
Loading…
Reference in New Issue
Block a user