First commit.
This commit is contained in:
8
Source/OpenNest.Core/Collections/DrawingCollection.cs
Normal file
8
Source/OpenNest.Core/Collections/DrawingCollection.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace OpenNest.Collections
|
||||
{
|
||||
public class DrawingCollection : HashSet<Drawing>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user