Moved RootedObject Event to agg (rather than agg gui)

This commit is contained in:
larsbrubaker 2014-07-19 12:53:34 -07:00
parent 5c87530120
commit 918cc6f4e6

View file

@ -31,7 +31,7 @@ using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using MatterHackers.Agg.UI;
using MatterHackers.Agg;
using MatterHackers.MatterControl.ConfigurationPage.PrintLeveling;
using MatterHackers.MatterControl.DataStorage;
using MatterHackers.MatterControl.PrinterCommunication;