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

@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Threading;
using MatterHackers.Agg.PlatfromAbstract;
using MatterHackers.Agg.PlatformAbstract;
namespace MatterHackers.MatterControl.DataStorage
{