AndroidAgent.MainActivity.SetStartButtonText C# (CSharp) Method

SetStartButtonText() static private method

static private SetStartButtonText ( string text ) : void
text string
return void
		void SetStartButtonText (string text)
		{
			Button button = FindViewById<Button> (Resource.Id.myButton);
			button.Text = text;
		}