Update nach Sync GRC und aktueller Version

This commit is contained in:
2022-02-20 14:41:44 +01:00
parent cd34448d7c
commit 0c33b406f2
58 changed files with 16981 additions and 601 deletions

View File

@@ -56,4 +56,13 @@ Module Globals
Public WithEvents Generic_Event_Handler As New Generic_Event_Handler
Public Function OpenLink(ByVal Hyperlink As String)
Try
Dim webAddress As String = Hyperlink
Process.Start(webAddress)
Catch ex As Exception
MsgBox("Beim Link-Aufruf ist ein Fehler aufgetreten: " + ex.Message)
End Try
End Function
End Module