2023-09-25
This commit is contained in:
parent
3ee7c180f6
commit
b69eb6b188
@ -34,7 +34,7 @@ Partial Public Class frmEnvelopeEditor
|
||||
|
||||
Private Sub frmEditor_Load(sender As Object, e As EventArgs) Handles Me.Load
|
||||
Logger = State.LogConfig.GetLogger()
|
||||
Me.Text = State.DbConfig.ExternalProgramName + " Umschlag-Editor"
|
||||
Me.Text = State.DbConfig.ExternalProgramName + " - Umschlag-Editor"
|
||||
|
||||
If Envelope Is Nothing Then
|
||||
Controller = New EnvelopeEditorController(State)
|
||||
|
||||
@ -27,7 +27,7 @@ Partial Public Class frmFieldEditor
|
||||
LogConfig = New LogConfig(LogConfig.PathType.CustomPath, Application.StartupPath, CompanyName:="Digital Data", ProductName:="EnvelopeGenerator")
|
||||
Logger = LogConfig.GetLogger()
|
||||
|
||||
Me.Text = State.DbConfig.ExternalProgramName + " Signatur-Editor"
|
||||
Me.Text = State.DbConfig.ExternalProgramName + " - Signatur-Editor"
|
||||
|
||||
If Document Is Nothing Then
|
||||
Throw New ArgumentNullException("Document")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user