cudreg-saml2/Global.asax.vb
2025-06-08 16:22:20 +07:00

54 lines
No EOL
1.6 KiB
VB.net

Imports System.Web
Imports System.Web.SessionState
Namespace Persons
Public Class [Global]
Inherits BaseClasses.Global
'Protected Sub Session_Start(ByVal sender As Object, ByVal e As EventArgs)
'End Sub
'Protected Sub Application_BeginRequest(ByVal sender As Object, ByVal e As EventArgs)
'End Sub
'Protected Sub Application_EndRequest(ByVal sender As Object, ByVal e As EventArgs)
'End Sub
'Protected Sub Application_AuthenticateRequest(ByVal sender As Object, ByVal e As EventArgs)
'End Sub
'Protected Sub Application_Error(ByVal sender As Object, ByVal e As EventArgs)
'End Sub
'Protected Sub Session_End(ByVal sender As Object, ByVal e As EventArgs)
'End Sub
'Protected Sub Application_End(ByVal sender As Object, ByVal e As EventArgs)
'End Sub
#Region " Component Designer Generated Code "
Public Sub New()
MyBase.New()
'This call is required by the Component Designer.
InitializeComponent()
'Add any initialization after the InitializeComponent() call
End Sub
'Required by the Component Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Component Designer
'It can be modified using the Component Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
components = New System.ComponentModel.Container()
End Sub
#End Region
End Class
End Namespace