fix colors when deleting

This commit is contained in:
Jonathan Jenne
2023-12-07 11:28:33 +01:00
parent a049166d83
commit c859a721e6
2 changed files with 12 additions and 11 deletions

View File

@@ -12,7 +12,6 @@ Public Class ReceiverModel
End Sub
Private Function ToReceiver(pRow As DataRow, pColorIndex As Integer) As EnvelopeReceiver
Dim EmailAdress As String = pRow.ItemEx("EMAIL_ADDRESS", "")
Dim EnvelopeId As Integer = pRow.ItemEx("ENVELOPE_ID", 0)
Dim SignedDate As DateTime = DateTime.MinValue