install: begin rework
This commit is contained in:
@@ -11,12 +11,12 @@ Public Class UpdateInstaller
|
||||
Public Event InstallProgessUpdated(result As UpdateCheckResult, processedSyncs As Integer)
|
||||
Public Event CheckingProgressUpdated(toCheck As Integer, processed As Integer)
|
||||
|
||||
Private ReadOnly updateConfig As UpdateConfig
|
||||
Private ReadOnly updateConfig As ModpackConfig
|
||||
Private ReadOnly localPath As String
|
||||
Private webdavClient As WebDavClient = Nothing
|
||||
Private httpClient As New HttpClient
|
||||
|
||||
Public Sub New(updateConfig As UpdateConfig, localPath As String)
|
||||
Public Sub New(updateConfig As ModpackConfig, localPath As String)
|
||||
Me.updateConfig = updateConfig
|
||||
Me.localPath = localPath
|
||||
End Sub
|
||||
|
||||
Reference in New Issue
Block a user