fix CURR_Logger being nothing, create NI config if it does not exist, rename CURR_MyLogger to CURR_LogConfig
This commit is contained in:
@@ -17,7 +17,7 @@ Public Class frmNIProfilhinzufuegen
|
||||
|
||||
|
||||
Private Sub frmNIProfilhinzufuegen_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
|
||||
_windream = New ClassWindream_allgemein(CURR_MyLogger)
|
||||
_windream = New ClassWindream_allgemein(CURR_LogConfig)
|
||||
' Verbindung mit windream herstellen
|
||||
_windream.Init()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user