Added DHL

This commit is contained in:
2025-09-06 09:47:08 +10:00
parent e145d6529c
commit 0c6ded6b61
15 changed files with 2630 additions and 131 deletions

5
HelloWorld/Form3.vb Normal file
View File

@@ -0,0 +1,5 @@
Public Class Form3
Private Sub Label1_Click(sender As Object, e As EventArgs) Handles Label1.Click
End Sub
End Class