Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ' Gambas class file
- Create Static
- Private contenido As String
- Public Sub _new()
- contenido = "Eventos de Usuario\n"
- End
- Public Sub setContenido(value As String)
- contenido = value
- End
- Public Function getContenido() As String
- Return contenido
- End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement