You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
272 B

B4J=true
Group=Default Group
ModulesStructureVersion=1
Type=StaticCode
Version=5.9
@EndOfDesignText@
'Static code module
#IgnoreWarnings: 12
Sub Process_Globals
Private fx As JFX
End Sub
'Return a JavaObject
Sub AsJO(JO As JavaObject) As JavaObject
Return JO
End Sub