Пример #1
0
        private async void btnPickPicture_Clicked(object sender, EventArgs e)
        {
            await cameraOps.SelectPicture();

            imgPicked.Source = cameraOps.ImageSource;
            entDetails.Text  = "";
        }