コード例 #1
0
ファイル: Global.asax.cs プロジェクト: dnewcomer6/Portobello
        protected void Application_Start()
        {
            IndexEngine1 = AutoCompleteConfig.IndexEngine1();
            IndexEngine2 = AutoCompleteConfig.IndexEngine2();

            RouteConfig.RegisterRoutes(RouteTable.Routes);
        }