Blog.Mobile.App.GetMainPage C# (CSharp) Method

GetMainPage() public static method

public static GetMainPage ( ) : Page
return Xamarin.Forms.Page
		public static Page GetMainPage ()
		{
			return new HomeView ();
		}