Commit iniical.

This commit is contained in:
2023-09-24 03:29:06 -06:00
commit 9312a24446
50 changed files with 5153 additions and 0 deletions

13
B4A/reglas.bas Normal file
View File

@@ -0,0 +1,13 @@
B4A=true
Group=Default Group
ModulesStructureVersion=1
Type=StaticCode
Version=11.45
@EndOfDesignText@
'Code module
'Subs in this code module will be accessible from all modules.
Sub Process_Globals
'These global variables will be declared once when the application starts.
'These variables can be accessed from all modules.
End Sub