Refactoring WIP
This commit is contained in:
8
Infrastructure/Enums/PrimitiveType.cs
Normal file
8
Infrastructure/Enums/PrimitiveType.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace StructureHelper.Infrastructure.Enums
|
||||
{
|
||||
public enum PrimitiveType
|
||||
{
|
||||
Ellipse,
|
||||
Rectangle
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user