agregado procesos y bd clases
This commit is contained in:
12
guia/Extensiones/plantillas.vb
Normal file
12
guia/Extensiones/plantillas.vb
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user