feat: move PushDirection enum to OpenNest.Core
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -175,7 +175,6 @@
|
||||
<Compile Include="MdiExtensions.cs" />
|
||||
<Compile Include="MainApp.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="PushDirection.cs" />
|
||||
<Compile Include="ToolStripRenderer.cs" />
|
||||
<Compile Include="SelectionType.cs" />
|
||||
<Compile Include="Win32.cs" />
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
|
||||
namespace OpenNest
|
||||
{
|
||||
public enum PushDirection
|
||||
{
|
||||
Up,
|
||||
Down,
|
||||
Left,
|
||||
Right
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user