report & service fixes

This commit is contained in:
Jonathan Jenne
2023-12-21 16:28:14 +01:00
parent 73cb1d8963
commit 119f54e8aa
14 changed files with 492 additions and 95 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

View File

@@ -225,7 +225,6 @@
</None>
</ItemGroup>
<ItemGroup>
<Content Include="11121780_fi_rr_file_signature_icon.ico" />
<Content Include="DD_signFLOW_icon_256.ico" />
<Content Include="DD_signFLOW_Preloader.png" />
<Content Include="MailLicense.xml">

View File

@@ -129,6 +129,9 @@ Public Class frmSplashScreen
Text = oState.DbConfig.ExternalProgramName
End If
' Hide splashscreen
Hide()
Dim oForm As New frmMain(oState)
oForm.ShowDialog()