Beispiel #1
0
 protected override void OnNavigatedTo(NavigationEventArgs e)
 {
     TextBoxSoundName.Focus(FocusState.Keyboard);
     base.OnNavigatedTo(e);
 }
Beispiel #2
0
 private void OnLoaded(object sender, RoutedEventArgs routedEventArgs)
 {
     TextBoxSoundName.Focus(FocusState.Keyboard);
 }