Change some background workers to async methods.
This commit is contained in:
parent
081fadccbe
commit
ccaa5f048a
12 changed files with 90 additions and 118 deletions
|
|
@ -136,7 +136,7 @@ namespace MatterHackers.MatterControl.PrintLibrary.Provider
|
|||
}
|
||||
}
|
||||
|
||||
public override void AddFilesToLibrary(IList<string> files, ReportProgressRatio reportProgress = null, RunWorkerCompletedEventHandler callback = null)
|
||||
public override void AddFilesToLibrary(IList<string> files, ReportProgressRatio reportProgress = null)
|
||||
{
|
||||
string destPath = rootPath;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue