Made all the GetPortNames go through FrostedSerialPort

Cleaned up some using statements.
This commit is contained in:
larsbrubaker 2014-06-27 10:57:14 -07:00
parent 30fbe6d855
commit 73db6d8db9
5 changed files with 13 additions and 43 deletions

View file

@ -1,16 +1,8 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO.Ports;
using System.Diagnostics;
using MatterHackers.Agg;
using MatterHackers.Agg.UI;
using MatterHackers.Agg.OpenGlGui;
using MatterHackers.PolygonMesh;
using MatterHackers.RenderOpenGl;
using MatterHackers.VectorMath;
using MatterHackers.Agg.VertexSource;
using MatterHackers.MatterControl.DataStorage;