Правка

This commit is contained in:
Pyatkin I.A 2023-12-18 20:45:01 +04:00
parent 3e9bd95023
commit a8cca87e52
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
using ProjectWarmlyShip;
using ProjectExcavator;
using System;
using System.Collections.Generic;
using System.Linq;

View File

@ -1,4 +1,4 @@
using ProjectWarmlyShip;
using ProjectExcavator;
using System;
using System.Collections.Generic;
using System.Linq;

View File

@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ProjectExcavator.Entities;
using ProjectWarmlyShip;
using ProjectExcavator;
namespace ProjectExcavator.DrawingObjects
{

View File

@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ProjectExcavator.Entities;
using ProjectWarmlyShip;
using ProjectExcavator;
namespace ProjectExcavator.DrawingObjects
{

View File

@ -1,4 +1,4 @@
using ProjectWarmlyShip;
using ProjectExcavator;
using System;
using System.Collections.Generic;
using System.Linq;

View File

@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ProjectWarmlyShip
namespace ProjectExcavator
{
public interface IDrawingKatki
{