Advertisement
jsbsan

ventanaLog

Dec 15th, 2013
1,564
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GAMBAS 0.17 KB | None | 0 0
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement