Remove DataStorage qualifier, add using statements
This commit is contained in:
parent
c16fca5359
commit
eea7dd9fe4
11 changed files with 22 additions and 20 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue