示例#1
0
 // TODO
 public void addContact(ContactModel contact)
 {
     this.Contacts.Add(contact);
 }