mirror of
https://github.com/cheveguerra/FLP_2.0.git
synced 2026-04-17 19:36:42 +00:00
17 lines
354 B
QBasic
17 lines
354 B
QBasic
B4A=true
|
|
Group=Default Group
|
|
ModulesStructureVersion=1
|
|
Type=Receiver
|
|
Version=12.5
|
|
@EndOfDesignText@
|
|
Sub Process_Globals
|
|
|
|
End Sub
|
|
|
|
'Called when an intent is received.
|
|
'Do not assume that anything else, including the starter service, has run before this method.
|
|
Private Sub Receiver_Receive (FirstTime As Boolean, StartingIntent As Intent)
|
|
|
|
End Sub
|
|
|