mirror of
https://github.com/bvanroll/cs-oo-project.git
synced 2025-08-30 04:22:42 +00:00
yup
This commit is contained in:
16
Online Gokkantoor/Gui/Global.asax.cs
Normal file
16
Online Gokkantoor/Gui/Global.asax.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System.Web;
|
||||
using Logic;
|
||||
|
||||
namespace Gui
|
||||
{
|
||||
public class Global : HttpApplication
|
||||
{
|
||||
protected void Application_Start()
|
||||
{
|
||||
System.Web.HttpContext.Current.Application["logic"] = new LogicLayer();
|
||||
System.Web.HttpContext.Current.Application["debug"] = false;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user