Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ' Gambas class file
- Private descripcion As String
- Public Function setDescripcion(d As String)
- descripcion = d
- End
- Public Function getDescripcion() As String
- Return descripcion
- End
- Public Function cost() As Single
- Return
- End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement