MS GUI.Common 2.5.56 Filename not existing
This commit is contained in:
parent
0f63847d78
commit
5126436388
@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
|
|||||||
' übernehmen, indem Sie "*" eingeben:
|
' übernehmen, indem Sie "*" eingeben:
|
||||||
' <Assembly: AssemblyVersion("1.0.*")>
|
' <Assembly: AssemblyVersion("1.0.*")>
|
||||||
|
|
||||||
<Assembly: AssemblyVersion("2.5.5.0")>
|
<Assembly: AssemblyVersion("2.5.6.0")>
|
||||||
<Assembly: AssemblyFileVersion("2.5.5.0")>
|
<Assembly: AssemblyFileVersion("2.5.6.0")>
|
||||||
|
|||||||
@ -111,7 +111,7 @@ Public Class frmNotification_Startup
|
|||||||
DocumentViewer1.Visible = True
|
DocumentViewer1.Visible = True
|
||||||
DocumentViewer1.Dock = Windows.Forms.DockStyle.Fill
|
DocumentViewer1.Dock = Windows.Forms.DockStyle.Fill
|
||||||
Else
|
Else
|
||||||
Dim oMsgBox As New frmDialog("File not existing!", "Load Notification File", frmDialog.DialogType.Warning)
|
Dim oMsgBox As New frmDialog($"File [{oMSG_STRING}] not existing!", "Load Notification File", frmDialog.DialogType.Warning)
|
||||||
oMsgBox.ShowDialog()
|
oMsgBox.ShowDialog()
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user