MS Designer
This commit is contained in:
@@ -15,7 +15,6 @@ Imports System.IO
|
||||
Imports System.Drawing.Imaging
|
||||
|
||||
Public Class frmMain
|
||||
'Private _windreamPM As ClassPMWindream
|
||||
Private UserLoggedin As Integer = 0
|
||||
Private CURR_DT_VWPM_PROFILE_ACTIVE As DataTable
|
||||
Private CURR_DT_OVERVIEW As DataTable
|
||||
@@ -32,7 +31,6 @@ Public Class frmMain
|
||||
Private RefreshHelper As RefreshHelper
|
||||
Private formopenClose As Boolean = False
|
||||
Private formShown As Boolean = False
|
||||
'Private _windream As New ClassWindream_allgemein
|
||||
Private allgFunk As New ClassAllgemeineFunktionen
|
||||
|
||||
Private CurrNavBarGroup As NavBarGroup
|
||||
@@ -193,7 +191,6 @@ Public Class frmMain
|
||||
|
||||
If IDB_ACTIVE = False And ERROR_STATE = "" Then
|
||||
Try
|
||||
WINDREAM = New ClassPMWindream
|
||||
WINDREAM.Start_WMCC_andCo()
|
||||
If Not IsNothing(WINDREAM.oSession) Then
|
||||
If WINDREAM.oSession.aLoggedin = False Then
|
||||
@@ -1099,6 +1096,7 @@ Public Class frmMain
|
||||
'_windreamPM.Create_Session()
|
||||
WINDREAM = New ClassPMWindream()
|
||||
WINDREAM.Create_Session()
|
||||
WINDREAM_ALLG = New ClassWindream_allgemein
|
||||
|
||||
LOGGER.Debug("windream initialized")
|
||||
Return True
|
||||
@@ -1137,7 +1135,6 @@ Public Class frmMain
|
||||
|
||||
If IDB_ACTIVE = False Then
|
||||
SOURCE_INIT = Init_windream()
|
||||
|
||||
Else
|
||||
SOURCE_INIT = Init_IDB()
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user