| Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/ASP.NET/CS/EventRegistration/ |
| Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/ASP.NET/CS/EventRegistration/Global.asax |
<%@ Application Language="C#" %>
<%@ Import Namespace="System.Collections.Generic" %>
<script runat="server">
void Application_Start(object sender, EventArgs e)
{
DataHelper.LoadDataBase();
Application["Sessions"] = DataHelper.Data.Sessions;
DevExpress.Web.ASPxClasses.Internal.DemoUtils.RegisterDemo("EventRegistration");
}
</script>