jj: app state

This commit is contained in:
Jonathan Jenne
2019-01-30 16:20:16 +01:00
parent 7d691246f5
commit 4cf64da043
18 changed files with 218 additions and 210 deletions

View File

@@ -29,7 +29,7 @@ Public NotInheritable Class frmSplash
Dim oConnectionURLExists = oInit.TestConnectionURLExists
If Not oConnectionURLExists Then
Dim oResult = frmServiceConfig.ShowDialog()
Dim oResult = frmConfigService.ShowDialog()
If oResult = DialogResult.Cancel Then
MsgBox("Es wurde keine Dienst Verbindungsurl hinterlegt. Die Anwendung wird beendet.")