Skip to content

Instantly share code, notes, and snippets.

@dsibinski
Created April 1, 2017 09:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dsibinski/87ace30937c460184ccb36d59919727c to your computer and use it in GitHub Desktop.
Save dsibinski/87ace30937c460184ccb36d59919727c to your computer and use it in GitHub Desktop.
private void _btnPeople_Click(object sender, EventArgs e)
{
var intent = new Intent(this, typeof(PeopleActivity));
StartActivity(intent);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment