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
+11
View File
@@ -0,0 +1,11 @@
Public Class Form26
Private Sub PictureBox1_Click(sender As Object, e As EventArgs) Handles PictureBox1.Click
Form2.PictureBox7.Image = PictureBox1.Image
Close()
End Sub
Private Sub PictureBox2_Click(sender As Object, e As EventArgs) Handles PictureBox2.Click
Form2.PictureBox7.Image = PictureBox2.Image
Close()
End Sub
End Class