private void ToActivity(Type type) { Intent i = new Intent(); i.SetClass(this, type); i.AddFlags(ActivityFlags.NewTask); StartActivity(i); }