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