예제 #1
0
 void Handle_Activate(object sender, System.EventArgs e)
 {
     Navigation.PushAsync(new ContactDetail(_service.GetNewId(), _service));
 }