document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. \' Gambas class file
  2.  
  3. Inherits Irecurso
  4.  
  5. Public Function acceder() As String
  6.  
  7.   \'algoritmo
  8.   \'
  9.   Return "Muestro datos del almacen"
  10.  
  11. End
');