Compare commits
No commits in common. "bd17c850f58b40aca88b1eff9edf8d8e310c50a8" and "c9b686492e9d2c4e7e7edf64291c73a6f367ee44" have entirely different histories.
bd17c850f5
...
c9b686492e
2 changed files with 1 additions and 5 deletions
2
Form1.Designer.vb
generated
2
Form1.Designer.vb
generated
|
|
@ -32,7 +32,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
|
||||
'
|
||||
'Button2
|
||||
|
|
|
|||
4
Form1.vb
4
Form1.vb
|
|
@ -1,8 +1,4 @@
|
|||
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