ZooFlow: clean up classes, use base class
This commit is contained in:
@@ -34,7 +34,7 @@ Public Class frmGlobix_Index
|
||||
Private _LogConfig As LogConfig
|
||||
Private _Logger As Logger
|
||||
|
||||
Private clswindowLocation As ClassWindowLocation
|
||||
Private clswindowLocation As ClassWindowLayout
|
||||
Private clsPatterns As GlobixPatterns
|
||||
Private clsPostProcessing As GlobixPostprocessing
|
||||
Private _DataASorDB As ClassDataASorDB
|
||||
@@ -66,7 +66,7 @@ Public Class frmGlobix_Index
|
||||
_Logger = LogConfig.GetLogger()
|
||||
_LogConfig = LogConfig
|
||||
_DataASorDB = New ClassDataASorDB(LogConfig)
|
||||
clswindowLocation = New ClassWindowLocation(LogConfig)
|
||||
clswindowLocation = New ClassWindowLayout(LogConfig)
|
||||
clsPatterns = New GlobixPatterns(LogConfig)
|
||||
clsPostProcessing = New GlobixPostprocessing(LogConfig)
|
||||
_idbdata = New ClassIDBData(LogConfig)
|
||||
|
||||
Reference in New Issue
Block a user