Next iterative step toward replacing live scanning with db state. FilePaths.json => db
This commit is contained in:
parent
5c6bf300c6
commit
75f1d987fc
7 changed files with 85 additions and 14 deletions
|
|
@ -204,7 +204,7 @@ namespace AaxDecrypter
|
|||
_networkStream = response.GetResponseStream();
|
||||
|
||||
//Download the file in the background.
|
||||
Thread downloadThread = new Thread(() => DownloadFile());
|
||||
Thread downloadThread = new Thread(() => DownloadFile()) { IsBackground = true };
|
||||
downloadThread.Start();
|
||||
|
||||
hasBegunDownloading = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue