コード例 #1
1
ファイル: App.cs プロジェクト: felixMA1/GeolocalizacionXam
 public App()
 {
     // The root page of your application
     MainPage = new Inicio();
     //         new ContentPage
     //{
     //    Content = new StackLayout
     //    {
     //        VerticalOptions = LayoutOptions.Center,
     //        Children = {
     //            new Label {
     //                XAlign = TextAlignment.Center,
     //                Text = "Welcome to Xamarin Forms!"
     //            }
     //        }
     //    }
     //};
 }
コード例 #2
0
ファイル: App.cs プロジェクト: joseignaciorg/Geolocalizacion
        public App()
        {
            // The root page of your application
            MainPage = new Inicio();


        }
コード例 #3
0
ファイル: App.cs プロジェクト: JCQuiroga/Geolocalizacion
 public App()
 {
     MainPage = new Inicio();
 }