addin breakfix
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user