07-12-23
This commit is contained in:
@@ -128,13 +128,12 @@ Partial Public Class frmEnvelopeEditor
|
||||
Dim oDocument As EnvelopeDocument = DirectCast(ViewDocuments.GetFocusedRow(), EnvelopeDocument)
|
||||
Dim oGDPictureKey As String = "21182889975216572111813147150675976632"
|
||||
|
||||
Dim oForm As New frmFieldEditor() With {
|
||||
Dim oForm As New frmFieldEditor(State) With {
|
||||
.Document = Controller.Envelope.Documents.
|
||||
Where(Function(d) d.Filename = oDocument.Filename).
|
||||
SingleOrDefault(),
|
||||
.GDPictureKey = oGDPictureKey,
|
||||
.Receivers = Controller.Envelope.Receivers.ToList,
|
||||
.State = State
|
||||
.Receivers = Controller.Envelope.Receivers.ToList
|
||||
}
|
||||
oForm.ShowDialog()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user