addin breakfix

This commit is contained in:
2024-02-01 16:54:59 +01:00
parent e2bb75972c
commit cd9810d36b
4 changed files with 20 additions and 30 deletions

View File

@@ -28,7 +28,7 @@ Public Class ThisAddIn
inspectors = Me.Application.Inspectors
currentExplorer = Me.Application.ActiveExplorer
SharedExplorer = currentExplorer
checkConnection()
'checkConnection()
AddHandler VERAGRibbon.bla, Sub()
' MsgBox("JOAS")
@@ -179,7 +179,7 @@ Public Class ThisAddIn
Private Sub checkConnection()
Dim con = New VERAG_PROG_ALLGEMEIN.SQL
Dim con = New SQL
For Each COMAddIn As COMAddIn In Me.Application.COMAddIns