Files
Desktop_BLVStudio_EN/BLV_Studio/Downoading.vb

18 lines
288 B
VB.net
Raw Normal View History

2025-12-11 14:22:51 +08:00
Imports System.Threading
Public Class Downoading
'
Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
End Sub
Private Sub Form1_FormClosing(sender As Object, e As FormClosingEventArgs) Handles MyBase.FormClosing
End Sub
End Class