Change some background workers to async methods.

This commit is contained in:
Lars Brubaker 2015-07-02 11:23:44 -07:00
parent 081fadccbe
commit ccaa5f048a
12 changed files with 90 additions and 118 deletions

View file

@ -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;