document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. \' Gambas class file
  2.  
  3. Inherits Conexion
  4.  
  5. Public Function imprimirEstado() As String
  6.  
  7.   Print "Desconectado"
  8.   Return "Desconectado"
  9.    
  10. End
');