示例#1
0
 private async void MyPersonPicture_Tapped(object sender, TappedRoutedEventArgs e)
 {
     TempPicture.ProfilePicture = MyPersonPicture.ProfilePicture;
     await CropperDialog.ShowAsync();
 }