Пример #1
0
 private void TxtUserName_KeyPress(object sender, KeyPressEventArgs e)
 {
     FormsUtility.FocusOn(e, txtPassword);
 }
Пример #2
0
 private void TxtContact_KeyPress(object sender, KeyPressEventArgs e)
 {
     FormsUtility.FocusOn(e, txtNid);
 }