예제 #1
0
 private void PasswordBoxKeyUp(object sender, KeyRoutedEventArgs e)
 {
     if (Helper.IsEnterKey(e))
     {
         VendorSearch.Focus(FocusState.Programmatic);
     }
 }