This commit is contained in:
2025-05-20 10:29:55 +02:00

View File

@@ -13,6 +13,9 @@ Public Class UPDATERfrm
Dim trd As New Threading.Thread(AddressOf Main)
trd.IsBackground = True
trd.Start()
'prevent user to close form
btnClose.Enabled = False
End Sub