Compare commits

..

No commits in common. "ce874eaff7b11a91ae09456a1d6bab6e50acce46" and "1773fcdadee23d58a04892cd744b5740b2a935cc" have entirely different histories.

2 changed files with 2 additions and 4 deletions

2
Form1.Designer.vb generated
View file

@ -31,7 +31,7 @@ Partial Class Form1
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(107, 39)
Me.Button1.TabIndex = 0
Me.Button1.Text = "Action1"
Me.Button1.Text = "OK"
Me.Button1.UseVisualStyleBackColor = True
'
'Form1

View file

@ -1,5 +1,3 @@
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