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