Example #1
0
        public static Page GetMainPage()
        {
            var rootPage = new RootPage();

            return(rootPage);
        }
Example #2
0
File: App.cs Project: NamXH/Orchard
        public static Page GetMainPage()
        {
            var rootPage = new RootPage();

            return rootPage;
        }