ms Globix

This commit is contained in:
2022-02-23 15:45:21 +01:00
parent d13b3b7dc1
commit 37c46ba1ab
6 changed files with 223 additions and 186 deletions

View File

@@ -215,6 +215,8 @@ Public Class frmFlowForm
Environment = My.Application.GetEnvironment()
ErrorHandler = New BaseErrorHandler(My.LogConfig, Logger, Me)
FileEx = New Filesystem.File(My.LogConfig)
' === Initialize Theming ===
If My.Application.Palette = "" Then
UserLookAndFeel.Default.SetSkinStyle(My.Application.Skin)
@@ -885,7 +887,8 @@ Public Class frmFlowForm
If fileexists = True Then
My.Application.Globix.CurrentWorkfile = New Globix.Models.WorkFile With {
.Id = DirectCast(row.Item("GUID"), Integer),
.FilePath = FileForWork
.FilePath = FileForWork,
.HotfolderFile = True
}
Globix_Open_IndexDialog()