document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. \' Gambas class file
  2.  
  3. \'Clase Componente: En esta clase se define la interfaz que heredan la clase Compuesto y clase Empleado/hoja
  4. Public Function getSueldo() As Single
  5.  
  6. End
  7.  
  8. Public Function getEstructura(cadenainicial As String) As String
  9.  
  10. End
  11.  
  12. Public Function getNombre() As String
  13.  
  14. End
');