コード例 #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);
 }