This commit is contained in:
Jonathan Jenne
2020-09-08 11:22:19 +02:00
parent 11bf529b57
commit fc72bf5ff1
11 changed files with 650 additions and 420 deletions

View File

@@ -49,7 +49,7 @@ Partial Public Class frmAdmin
TimerRefreshData.Enabled = True
' === Setup Flow Form ===
FlowForm = New frmFlowForm(My.Application.ModulesActive)
FlowForm = New frmFlowForm()
FlowForm.Location = My.UIConfig.FlowForm.Location
FlowForm.Show()