Добавил тест для прямоугольника
This commit is contained in:
12
StructureHelperLogics/Data/Shapes/ICenterShape.cs
Normal file
12
StructureHelperLogics/Data/Shapes/ICenterShape.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace StructureHelperLogics.Data.Shapes
|
||||
{
|
||||
public interface ICenterShape
|
||||
{
|
||||
ICenter Center {get;}
|
||||
IShape Shape { get;}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user