mirror of
https://github.com/KeymonSoft/Ruteador-NonUI.git
synced 2026-04-18 05:09:16 +00:00
18 lines
285 B
QBasic
18 lines
285 B
QBasic
B4J=true
|
|
Group=Default Group
|
|
ModulesStructureVersion=1
|
|
Type=Class
|
|
Version=2.18
|
|
@EndOfDesignText@
|
|
'Class module
|
|
Sub Class_Globals
|
|
|
|
End Sub
|
|
|
|
Public Sub Initialize
|
|
|
|
End Sub
|
|
|
|
Sub Handle(req As ServletRequest, resp As ServletResponse)
|
|
req.GetSession.RemoveAttribute("myNumber")
|
|
End Sub |