Exemplo n.º 1
0
        public App()
        {
            InitializeComponent();

            MainPage = new FirstApp.MainPage();
            //var content = new ContentPage
            //{
            //    Title = "MyFirstApp";
            //    Content = new StackLayout
            //    {
            //        VerticalOptions = LayoutOptions.Center,
            //        Children =
            //        {
            //            new Label
            //            {
            //                HorizontalTextAlignment = TextAlignment.Center,
            //                Text = "Welcome to Xamarin Forms!"
            //            }
            //        }
            //    }
            //};
            //MainPage = new NavigationPage(content);
        }
Exemplo n.º 2
0
        public App()
        {
            InitializeComponent();

            MainPage = new FirstApp.MainPage();
        }