Contacts ( Clientside )
All the functions of contacts
aphone.Contacts.GetName(int id)
aphone.Contacts.Add(int id, string name)
aphone.Contacts.ChangeName(int id, string name)
aphone.Contacts.Remove(int id)
aphone.Contacts.GetContacts()
Last updated