small fixes

This commit is contained in:
Jonathan Jenne
2023-12-04 15:30:35 +01:00
parent 562935e07e
commit 15e163bd60
6 changed files with 21 additions and 8 deletions

View File

@@ -1,7 +1,9 @@
Imports System.Drawing
Imports System.Runtime.Serialization
Imports DevExpress.Utils.Svg
Imports DigitalData.Modules.Base
Imports EnvelopeGenerator.Common.Constants
Imports Newtonsoft.Json
Public Class EnvelopeReceiver
Public Property Id As Integer = 0
@@ -13,6 +15,7 @@ Public Class EnvelopeReceiver
End Get
End Property
<JsonIgnore>
Public ReadOnly Property Image As SvgBitmap
Get
Try