Merged main
This commit is contained in:
commit
bd17c850f5
2 changed files with 5 additions and 1 deletions
4
Form1.vb
4
Form1.vb
|
|
@ -1,4 +1,8 @@
|
|||
Public Class Form1
|
||||
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
|
||||
MessageBox.Show("hier käme Action1")
|
||||
End Sub
|
||||
|
||||
Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
|
||||
MessageBox.Show("hier käme Action2")
|
||||
End Sub
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue