Esempio n. 1
0
 /// <summary>
 /// Check whether the destination file exists. If not, create a file with the same
 /// size as the file to be downloaded.
 /// </summary>
 void CheckFileOrCreateFile()
 {
     DownloaderHelper.CheckFileOrCreateFile(this, fileLocker);
 }