first commit

This commit is contained in:
2026-06-18 13:54:45 +02:00
commit f393b26012
117 changed files with 40293 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
Public Class Form13
Private Sub Form13_Load(sender As Object, e As EventArgs) Handles MyBase.Load
BackColor = Form1.BackColor
ForeColor = Form1.ForeColor
Label2.Text = "Version: " & vr
End Sub
End Class