Create new IconEnumField for enums with @icons

This commit is contained in:
John Lewin 2018-06-09 06:34:31 -07:00
parent 72d1632ceb
commit 5122ee4f5c
4 changed files with 194 additions and 115 deletions

View file

@ -28,15 +28,10 @@ either expressed or implied, of the FreeBSD Project.
*/
using System;
using System.ComponentModel;
using System.Threading;
using MatterHackers.Agg;
using MatterHackers.Agg.UI;
using MatterHackers.Agg.VertexSource;
using MatterHackers.DataConverters3D;
using MatterHackers.Localizations;
using MatterHackers.MatterControl.DesignTools.Operations;
using MatterHackers.PolygonMesh;
using MatterHackers.VectorMath;
namespace MatterHackers.MatterControl.DesignTools