MonoMobile.Views.Alert.Show C# (CSharp) Method

Show() public static method

public static Show ( string title ) : void
title string
return void
		public static void Show(string title)
		{
			Show(title, string.Empty);
		}
	}

Same methods

Alert::Show ( string title, string message ) : void
Alert