jj 16.11 frmGoogle

This commit is contained in:
JenneJ
2016-11-16 16:48:04 +01:00
parent ba4040e3e4
commit 1184ee0043
5 changed files with 153 additions and 164 deletions

View File

@@ -843,6 +843,7 @@ Public Class frmMain
End Sub
Private Sub BarButtonItem24_ItemClick(sender As Object, e As ItemClickEventArgs) Handles BarButtonItem24.ItemClick
frmGoogle.ShowDialog()
frmGoogle.Show()
End Sub
End Class