We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b62b1 commit d31c392Copy full SHA for d31c392
WinNUT_V2/WinNUT_GUI/Update_Gui.vb
@@ -16,7 +16,7 @@ Imports WinNUT_Globals = WinNUT_Client_Common.WinNUT_Globals
16
Public Class Update_Gui
17
18
Private ChangeLogByteSize As Long
19
- Public Shared WithEvents LogFile As Logger
+ Private LogFile As Logger = WinNUT.LogFile
20
Private Const GitApiURL As String = "https://api.github.com/repos/nutdotnet/WinNUT-Client/releases"
21
Private WithEvents WebC As New System.Net.WebClient
22
Private JSONReleaseFile As Object
0 commit comments