mirror of
https://github.com/KeymonSoft/Salma_Venta.git
synced 2026-04-18 05:09:33 +00:00
- Primera version de la migracion de Guna (versión roja) a Salma v2. - Se cambiaron logos (hay que conseguir uno mejor). - Se cambiarion queries (Se ven bien, hay que revisar que funciones todas).
24 lines
541 B
QBasic
24 lines
541 B
QBasic
B4A=true
|
|
Group=Default Group
|
|
ModulesStructureVersion=1
|
|
Type=Class
|
|
Version=11.5
|
|
@EndOfDesignText@
|
|
Sub Class_Globals
|
|
Private Root As B4XView 'ignore
|
|
Private xui As XUI 'ignore
|
|
End Sub
|
|
|
|
'You can add more parameters here.
|
|
Public Sub Initialize As Object
|
|
Return Me
|
|
End Sub
|
|
|
|
'This event will be called once, before the page becomes visible.
|
|
Private Sub B4XPage_Created (Root1 As B4XView)
|
|
Root = Root1
|
|
'load the layout to Root
|
|
|
|
End Sub
|
|
|
|
'You can see the list of page related events in the B4XPagesManager object. The event name is B4XPage. |