Advertisement
jsbsan

conectado

Nov 29th, 2013
1,679
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GAMBAS 0.14 KB | None | 0 0
  1. ' Gambas class file
  2.  
  3. Inherits Conexion
  4.  
  5. Public Function imprimirEstado() As String
  6.  
  7.   Print "Conectado"
  8.  
  9.   Return "Conectado"
  10.    
  11. End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement