Example #1
0
        async void OpenContacts()
        {
            var contactList = await _contactService.GetDeviceContactsAsync();

            ListContact = new ObservableCollection <Contact>(contactList);
        }