refactor(Common.Entities.EnvelopeDocumentElement): umbenennen in DocumentReceiverElement

This commit is contained in:
Developer 02
2025-05-26 09:44:44 +02:00
parent 35e9f6404c
commit 7326f03a8d
5 changed files with 21 additions and 21 deletions

View File

@@ -280,7 +280,7 @@ Partial Public Class frmFieldEditor
End If
End Sub
Private Sub LoadAnnotation(pElement As EnvelopeDocumentElement, pReceiverId As Integer)
Private Sub LoadAnnotation(pElement As Common.DocumentReceiverElement, pReceiverId As Integer)
Dim oAnnotation As AnnotationStickyNote = Manager.AddStickyNoteAnnot(0, 0, 0, 0, "SIGNATUR")
Dim oPage = pElement.Page
Dim oReceiver = Receivers.Where(Function(r) r.Id = pReceiverId).Single()