MS Config EDMIAppServerConfig

This commit is contained in:
2020-12-18 08:00:17 +01:00
parent 4a4121d8e6
commit a007f3d658
19 changed files with 527 additions and 429 deletions

View File

@@ -18,6 +18,11 @@ Public Class ClassInit
Public Sub New(LogConfig As LogConfig, ParentForm As frmFlowForm)
_MainForm = ParentForm
_Logger = LogConfig.GetLogger()
Try
Catch ex As Exception
End Try
End Sub
Public Sub InitializeApplication()