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