Remove DataStorage qualifier, add using statements

This commit is contained in:
John Lewin 2016-02-24 10:52:28 -08:00
parent c16fca5359
commit eea7dd9fe4
11 changed files with 22 additions and 20 deletions

View file

@ -83,7 +83,7 @@ namespace MatterHackers.MatterControl.PrintQueue
}
}
public ExportToFolderProcess(List<DataStorage.PrintItem> list, string exportPath)
public ExportToFolderProcess(List<PrintItem> list, string exportPath)
{
this.allFilesToExport = list;
this.exportPath = exportPath;