Esempio n. 1
0
        public App()
        {
            Xamarin.FormsBook.Platform.Toolkit.Init();
            InitializeComponent();

            MainPage = new TextFileAsyncPage();
        }
Esempio n. 2
0
 public App()
 {
     // The root page of your application
     MainPage = new TextFileAsyncPage();
 }
Esempio n. 3
0
 public App()
 {
     // The root page of your application
     MainPage = new TextFileAsyncPage();
 }