Blog.Mobile.Views.PopupPage.PopupPage C# (CSharp) 메소드

PopupPage() 공개 메소드

public PopupPage ( ) : Xamarin.Forms
리턴 Xamarin.Forms
		public PopupPage ()
		{
			Content = new StackLayout { 
				Children = {
					new Label { Text = "Hello ContentPage" }
				}
			};
		}
	}
PopupPage