-
-
Notifications
You must be signed in to change notification settings - Fork 4
UpdateDownloader
Sasso edited this page Jan 30, 2021
·
1 revision
Subclass of Downloader that handle updates from GitLab repository.
Constructor method.
Name | Description |
---|---|
window |
XVLauncher.MainWindow MainWindow instance where are placed GUI elements to be updated to show progress. |
url |
System.String |
oldPath |
System.Collections.Generic.List{System.String} List of path that do not exists in the new update, because file have been mooved or deleted. |
newPath |
System.Collections.Generic.List{System.String} List of new path |
handler |
XVLauncher.UpdateHandler An instance of UpdateHandler |
Wiki work in progress, please feel free to contribute!