Hinzufügen eines neuen Werts für den Titel des Signierungsprozesses zur Ansicht show-envelope.

This commit is contained in:
Developer 02
2024-07-18 11:37:14 +02:00
parent 9867e81220
commit 678360953d
5 changed files with 22 additions and 3 deletions

View File

@@ -32,5 +32,6 @@
public static readonly string RejectionInfo2 = nameof(RejectionInfo2);
public static readonly string RejectionInfo1_ext = nameof(RejectionInfo1_ext);
public static readonly string RejectionInfo2_ext = nameof(RejectionInfo2_ext);
}
public static readonly string SigningProcessTitle = nameof(SigningProcessTitle);
}
}