Exemplo n.º 1
0
 private void OnBackClick(object sender, EventArgs e)
 {
     PrefsHelper.AddCities(this, SelectedCities);
     StartActivity(new Intent(this, typeof(MainActivity)));
 }