mirror of
https://github.com/KeymonSoft/Ruteador-NonUI.git
synced 2026-04-20 06:09:22 +00:00
Commit inicial
This commit is contained in:
18
ResetMyNumber.bas
Normal file
18
ResetMyNumber.bas
Normal file
@@ -0,0 +1,18 @@
|
||||
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
|
||||
Reference in New Issue
Block a user