Organize usings

This commit is contained in:
John Lewin 2017-08-20 15:52:43 -07:00
parent f7b7406b39
commit c6a534717d
23 changed files with 45 additions and 110 deletions

View file

@ -27,12 +27,12 @@ of the authors and should not be interpreted as representing official policies,
either expressed or implied, of the FreeBSD Project.
*/
using System;
using System.Collections.Generic;
using MatterHackers.Agg;
using MatterHackers.Agg.UI;
using MatterHackers.Localizations;
using MatterHackers.MatterControl.PrinterCommunication;
using System;
using System.Collections.Generic;
namespace MatterHackers.MatterControl.EeProm
{