document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. \' Gambas class file
  2.  
  3. Public Sub _new()
  4.  
  5. End
  6.  
  7. Public Sub Form_Open()
  8. Dim test As New TestFlyWeight
  9.  
  10. test.runtest()
  11.  
  12.  
  13. End
');