Tutorial by Examples: choosecontactpicker

using System; using Xamarin.Forms; namespace contact_picker { public class ChooseContactPage : ContentPage { public ChooseContactPage () { } } }

Page 1 of 1