first commit

This commit is contained in:
2026-06-18 14:03:08 +02:00
commit fbea6e53ae
112 changed files with 132665 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
Public Class Form2
Private Sub GunaButton2_Click(sender As Object, e As EventArgs) Handles GunaButton2.Click
Form3.ShowDialog()
End Sub
Private Sub GunaButton1_Click(sender As Object, e As EventArgs) Handles GunaButton1.Click
Form3.seconnecterserver = 1
Form3.ShowDialog()
End Sub
End Class