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

@@ -29,8 +29,6 @@
End Get
End Property
Public Function ValidateReceiverDocumentData() As List(Of String)
Dim oErrors As New List(Of String)
@@ -45,6 +43,4 @@
Return oErrors
End Function
End Class