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