gambas-source-code/.src/FMain.class
Christof Thalhofer e2da39e818 initialer Commit
2015-01-29 15:02:26 +01:00

12 lines
135 B
Text

' Gambas class file
Public Sub _new()
Dim test As New TestCase
Dim testco As New TestSuite
End
Public Sub Form_Open()
End