rename PlatformAbstract

This commit is contained in:
larsbrubaker 2014-06-19 16:09:38 -07:00
parent 2d680914fd
commit b523c7d486
18 changed files with 18 additions and 18 deletions

View file

@ -2,7 +2,7 @@
using System.Diagnostics;
using System.IO;
using MatterHackers.Agg;
using MatterHackers.Agg.PlatfromAbstract;
using MatterHackers.Agg.PlatformAbstract;
using MatterHackers.Agg.UI;
using MatterHackers.Localizations;

View file

@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.IO;
using MatterHackers.Agg;
using MatterHackers.Agg.PlatfromAbstract;
using MatterHackers.Agg.PlatformAbstract;
using MatterHackers.Agg.UI;
using MatterHackers.Localizations;
using MatterHackers.MatterControl.ConfigurationPage.PrintLeveling;