示例#1
0
 private void EditButtonClick(object sender, RoutedEventArgs e)
 {
     EditProfileUc.Show();
 }
示例#2
0
 private /*async*/ void EditButtonClick(object sender, RoutedEventArgs e)
 {
     //"EditButtonClick ghable raftan".PrintDebug();
     //await new ContentDialogs.EditProfileDialog().ShowAsync();
     EditProfileUc.Show();
 }