CASCExplorer.SyncDownloader.SyncDownloader C# (CSharp) Method

SyncDownloader() public method

public SyncDownloader ( BackgroundWorkerEx progressReporter ) : System.IO
progressReporter BackgroundWorkerEx
return System.IO
        public SyncDownloader(BackgroundWorkerEx progressReporter)
        {
            this.progressReporter = progressReporter;
        }