last fixes

This commit is contained in:
Jonathan Jenne
2019-10-29 14:33:23 +01:00
parent 24e1fa2e04
commit b145bdf6b5
6 changed files with 44 additions and 40 deletions

View File

@@ -251,7 +251,7 @@ Public Class frmStart
Dim oForm As New frmMatch(LogConfig, oEnv, oParams)
_MatchForm = oForm
oForm.ShowDialog()
oForm.Show()
End Sub
Private Function GetEnvironment() As Environment