DesignerLock
This commit is contained in:
@@ -56,7 +56,7 @@ Public Class ClassWindream_allgemein
|
||||
Me.oConnect = CreateObject("Windream.WMConnect")
|
||||
'MsgBox("windrem init 'ed")
|
||||
Catch ex As Exception
|
||||
LOGGER.Error(ex)
|
||||
LOGGER.Error(ex)
|
||||
LOGGER.Debug($"Error while creating WMConnect Object: {vbCrLf}{ex.Message}")
|
||||
Return False
|
||||
End Try
|
||||
@@ -111,7 +111,7 @@ LOGGER.Error(ex)
|
||||
' Ordnertypen ausgelesen werden
|
||||
Me.oDokumentTypen = Me.oSession.GetWMObjectTypes(WINDREAMLib.WMEntity.WMEntityDocument)
|
||||
Catch ex As Exception
|
||||
LOGGER.Error(ex)
|
||||
LOGGER.Error(ex)
|
||||
Return False
|
||||
End Try
|
||||
|
||||
|
||||
Reference in New Issue
Block a user