Files
Asegasa.NET/guia/Extensiones/plantillas.vb
2026-04-28 11:52:16 +02:00

13 lines
288 B
VB.net

Public Class plantillas
Public ReadOnly Property Plantilla As Byte()
Get
If Me.ficheros IsNot Nothing Then
Return Me.ficheros.Fichero
Else
Return Nothing
End If
End Get
End Property
End Class