Example #1
0
        protected void Application_Start()
        {
            AreaRegistration.RegisterAllAreas();

            FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters);
            RouteConfig.RegisterRoutes(RouteTable.Routes);

            WebShell.Init();
        }
Example #2
0
 public InterpreterController(WebShell webShell)
 {
     _webShell = webShell;
 }