document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. \' Gambas class file
  2.  
  3. Public Sub form_Show()
  4.  
  5.   TextArea1.text = ClaseLogSingleton.getContenido()
  6.  
  7. End
  8.  
  9. Public Sub ButtonSalir_Click()
  10.  
  11.   Me.Close()
  12.  
  13. End
');