1 Star 1 Fork 2

海牛大大/AutodeskInventorInterfaces

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Global.asax.cs 779 Bytes
一键复制 编辑 原始数据 按行查看 历史
海牛大大 提交于 2020-12-20 16:30 . 提交代码
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Http;
using System.Web.Mvc;
using System.Web.Optimization;
using System.Web.Routing;
using AutodeskInventorInterfaces.Service;
namespace AutodeskInventorInterfaces
{
public class WebApiApplication : System.Web.HttpApplication
{
protected void Application_Start()
{
AreaRegistration.RegisterAllAreas();
GlobalConfiguration.Configure(WebApiConfig.Register);
FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters);
RouteConfig.RegisterRoutes(RouteTable.Routes);
BundleConfig.RegisterBundles(BundleTable.Bundles);
}
protected void Application_End(object sender, EventArgs e) {
InventorApplication.Release();
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/hainee/autodesk-inventor-interfaces.git
git@gitee.com:hainee/autodesk-inventor-interfaces.git
hainee
autodesk-inventor-interfaces
AutodeskInventorInterfaces
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385