MS_08.09.2015

This commit is contained in:
SchreiberM
2015-09-08 10:15:45 +02:00
parent 6123cba9d1
commit b053807a99
5 changed files with 92 additions and 97 deletions

View File

@@ -519,7 +519,7 @@ Public Class frmMain
frm.Show()
End Sub
Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
Private Sub Button2_Click(sender As Object, e As EventArgs)
frmTestvb.Show()
End Sub
End Class