Release 2.5.4

This commit is contained in:
2022-03-29 15:53:02 +02:00
parent 8bebf971f7
commit 2a28e32c7a
11 changed files with 155 additions and 126 deletions

View File

@@ -12,12 +12,12 @@ Public NotInheritable Class frmSplash
Private Sub frmSplash_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
'Anwendungstitel
If My.Application.Info.Title <> "" Then
ApplicationTitle.Text = My.Application.Info.Title
Else
'Wenn der Anwendungstitel fehlt, Anwendungsnamen ohne Erweiterung verwenden
ApplicationTitle.Text = IO.Path.GetFileNameWithoutExtension(My.Application.Info.AssemblyName)
End If
'If My.Application.Info.Title <> "" Then
' ApplicationTitle.Text = My.Application.Info.Title
'Else
' 'Wenn der Anwendungstitel fehlt, Anwendungsnamen ohne Erweiterung verwenden
' ApplicationTitle.Text = IO.Path.GetFileNameWithoutExtension(My.Application.Info.AssemblyName)
'End If
Version.Text = String.Format("Version {0}", My.Application.Info.Version.ToString)