MS
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Imports Oracle.ManagedDataAccess.Client
|
||||
Public Class frmNIProfilhinzufuegen
|
||||
Private _oDokumentTypen As WINDREAMLib.WMObjects
|
||||
Public Shared _windream As New ClassWindream_allgemein(CURR_MyLogger)
|
||||
Public Shared _windream As ClassWindream_allgemein
|
||||
Private Shared _Instance As frmNIProfilhinzufuegen = Nothing
|
||||
Private licenseManager As ClassLicenseManager = Nothing
|
||||
|
||||
@@ -14,7 +14,9 @@ Public Class frmNIProfilhinzufuegen
|
||||
Return _Instance
|
||||
End Function
|
||||
|
||||
|
||||
Private Sub frmNIProfilhinzufuegen_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
|
||||
_windream = New ClassWindream_allgemein(CURR_MyLogger)
|
||||
' Verbindung mit windream herstellen
|
||||
_windream.Init()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user