ISEbd-21. Pyatkin I.A. Lab work 02_hard. #2

Closed
IvanPyatkin wants to merge 2 commits from lab02 into lab01
6 changed files with 6 additions and 6 deletions
Showing only changes of commit a8cca87e52 - Show all commits

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
{