Restructured files
This commit is contained in:
9
CutToLength/Nesting/IEngine.cs
Normal file
9
CutToLength/Nesting/IEngine.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace CutToLength.Nesting
|
||||
{
|
||||
public interface IEngine
|
||||
{
|
||||
Result Pack(List<BinItem> items);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user