Advertisement
jsbsan

fmainFlyWeight

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