9 lines
156 B
C#
9 lines
156 B
C#
namespace StructureHelperLogics.Data.Shapes
|
|
{
|
|
public interface ICenterShape
|
|
{
|
|
ICenter Center {get;}
|
|
IShape Shape { get;}
|
|
}
|
|
}
|