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