Пример #1
0
        public App()
        {
            FixParams.ChangeAspectSize();
            HomePage = new FirstPage();

            MainPage = new NavigationPage(HomePage);
            MainPage.SetValue(NavigationPage.BarBackgroundColorProperty, FixParams.PanelColor);
            MainPage.SetValue(NavigationPage.BarTextColorProperty, FixParams.FontColor);
        }
Пример #2
0
        public App()
        {
            FixParams.ChangeAspectSize();
            HomePage = new FirstPage();

            MainPage = new NavigationPage(HomePage);
            MainPage.SetValue(NavigationPage.BarBackgroundColorProperty, FixParams.PanelColor);
            MainPage.SetValue(NavigationPage.BarTextColorProperty, FixParams.FontColor);
        }