Documents: Add DeliveryConfirmation

This commit is contained in:
2023-10-15 00:34:40 +02:00
parent e71d9516ec
commit 56578a0a9d
6 changed files with 198 additions and 3 deletions

View File

@ -100,6 +100,8 @@ namespace Elwig.Documents {
name = "DeliveryJournal";
} else if (this is Letterhead) {
name = "Letterhead";
} else if (this is DeliveryConfirmation) {
name = "DeliveryConfirmation";
} else {
throw new InvalidOperationException("Invalid document object");
}