Exemplo n.º 1
0
 /// <summary>
 /// Method used to load the phone information for a person
 /// </summary>
 private void ProcessPhoneInformation()
 {
     Phone.PhoneNumber = MyController.GetPhoneNumberForPerson(person);
 }