3_action1 #5

Merged
mw merged 2 commits from 3_action1 into main 2024-01-15 11:02:04 +01:00
Showing only changes of commit f8a698905d - Show all commits

View file

@ -1,3 +1,5 @@
Public Class Form1 Public Class Form1
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
MessageBox.Show("hier käme Action1")
End Sub
End Class End Class