This commit is contained in:
2024-03-15 11:47:30 +01:00
36 changed files with 537 additions and 329 deletions

View File

@@ -19,10 +19,4 @@ Public Class EnvelopeDocument
Public Property Filepath As String
Public Property PageCount As Integer
Public ReadOnly Property PageCountTranslated As String
Get
Return $"{PageCount} Seiten"
End Get
End Property
End Class
End Class