This commit is contained in:
SchreiberM
2015-11-12 08:37:21 +01:00
parent 1f67eee867
commit 5af4fd3719
7 changed files with 68 additions and 78 deletions

View File

@@ -335,7 +335,7 @@ Public Class frmMain
End Sub
Private Sub InfoToolStripMenuItem_Click(sender As Object, e As EventArgs)
AboutBox1.ShowDialog()
frmAbout.ShowDialog()
End Sub
Private Sub ImageManagerToolStripMenuItem_Click(sender As Object, e As EventArgs)
@@ -367,7 +367,7 @@ Public Class frmMain
End Sub
Private Sub itemInfo_ItemClick(sender As Object, e As ItemClickEventArgs) Handles itemInfo.ItemClick
AboutBox1.ShowDialog()
frmAbout.ShowDialog()
End Sub
Private Sub itemExit_ItemClick(sender As Object, e As ItemClickEventArgs) Handles itemExit.ItemClick