Skip to content

WebDownloader

Sasso edited this page Jan 30, 2021 · 1 revision

WebDownloader

Subclass of Downloader that use System.Net.WebClient to download a zipped version of the project from a direct download url.

Constructor(window, url)

Constructor method.

Name Description
window XVLauncher.MainWindow
MainWindow where are placed GUI elements to be updated to show progress.
url System.String
direct link to download a .zip including the .exe to be launched and all the files needed.
Clone this wiki locally