Files
OpenNest/Source/OpenNest.Core/Collections/DrawingCollection.cs
2016-05-16 22:09:19 -04:00

9 lines
139 B
C#

using System.Collections.Generic;
namespace OpenNest.Collections
{
public class DrawingCollection : HashSet<Drawing>
{
}
}