2023-12-04

- Anpassungen Main Form
- Titel wird initial in das Subject geschrieben
This commit is contained in:
2023-12-04 11:56:47 +01:00
parent b8471389b9
commit 71ec7b4a51
4 changed files with 68 additions and 33 deletions

View File

@@ -57,6 +57,7 @@ Partial Public Class frmEnvelopeEditor
If oResult = DialogResult.OK Then
Controller.Envelope.Title = oDataForm.EnvelopeTitle
Controller.Envelope.ContractType = oDataForm.EnvelopeContractType
Controller.Envelope.Subject += " " + oDataForm.EnvelopeTitle
Else
Me.Close()
End If