Example #1
0
        public async void Apply()
        {
            var bytes = await SelectedImage.AsBytes();

            parent.ChangeImage(bytes);
            navigationService.GoBack();
        }