15-11-23
This commit is contained in:
@@ -5,8 +5,10 @@
|
||||
Public Property ContractType As Constants.ContractType
|
||||
Public Property Status As Constants.EnvelopeStatus
|
||||
Public Property Uuid As String = Guid.NewGuid.ToString()
|
||||
|
||||
Public Property Subject As String
|
||||
Public Property Message As String
|
||||
|
||||
Public Property AddedWhen As Date
|
||||
Public Property User As New User()
|
||||
|
||||
|
||||
@@ -15,7 +15,11 @@ Public Class EnvelopeReceiver
|
||||
|
||||
Public ReadOnly Property Image As SvgBitmap
|
||||
Get
|
||||
Return SvgBitmap.FromFile("Images/circle.svg")
|
||||
Try
|
||||
Return SvgBitmap.FromFile("Images/circle.svg")
|
||||
Catch ex As Exception
|
||||
Return Nothing
|
||||
End Try
|
||||
End Get
|
||||
End Property
|
||||
|
||||
|
||||
Reference in New Issue
Block a user