예제 #1
0
파일: App.cs 프로젝트: modulexcite/Remind
        //public static Page GetMainPage()
        //{
        //    return new ContentPage
        //    {
        //        Content = new Label {
        //            Text = "Hello, Forms !",
        //            VerticalOptions = LayoutOptions.CenterAndExpand,
        //            HorizontalOptions = LayoutOptions.CenterAndExpand,
        //        },
        //    };
        //}

        public static Page GetMainPage()
        {
            var profilePage = new View.ProfilePage();

            _navPage = profilePage.Navigation;
            return new NavigationPage(profilePage); ;
        }
예제 #2
0
파일: App.cs 프로젝트: modulexcite/Remind
        //public static Page GetMainPage()
        //{
        //    return new ContentPage
        //    {
        //        Content = new Label {
        //            Text = "Hello, Forms !",
        //            VerticalOptions = LayoutOptions.CenterAndExpand,
        //            HorizontalOptions = LayoutOptions.CenterAndExpand,
        //        },
        //    };
        //}

        public static Page GetMainPage()
        {
            var profilePage = new View.ProfilePage();

            _navPage = profilePage.Navigation;
            return(new NavigationPage(profilePage));;
        }