Inheritance: Xamarin.Forms.ContentPage
Beispiel #1
0
 public App()
 {
     MainPage = new SmartCoffeePage();
 }
Beispiel #2
0
		public App()
		{
			MainPage = new SmartCoffeePage();
		}