示例#1
0
 private void TXT_EMAIL_KeyUp(object sender, KeyRoutedEventArgs e)
 {
     if (e.Key == Windows.System.VirtualKey.Enter)
     {
         TXT_SENHA.Focus(FocusState.Pointer);
     }
 }
示例#2
0
 private void TXT_credenciais_DoubleTapped(object sender, DoubleTappedRoutedEventArgs e)
 {
     TXT_SENHA.Focus(FocusState.Pointer);
 }