first commit

This commit is contained in:
2026-06-18 14:07:09 +02:00
commit 210c34ac8b
310 changed files with 222490 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
Public Class Form45
Private Sub Form45_Load(sender As Object, e As EventArgs) Handles MyBase.Load
Text = Today.Year
Label1.Text = Text
End Sub
End Class