Blog.Mobile.App.App C# (CSharp) 메소드

App() 공개 메소드

public App ( ) : Blog.Mobile.Views.Home
리턴 Blog.Mobile.Views.Home
		public App()
		{
			MainPage = GetMainPage ();
		}