initial commit

This commit is contained in:
Siwat Sirichai 2025-06-08 16:22:20 +07:00
commit 252dac3143
1516 changed files with 694271 additions and 0 deletions

54
Global.asax.vb Normal file
View file

@ -0,0 +1,54 @@
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