コード例 #1
0
 private void Txt_CustomerTlp_KeyPress(object sender, KeyPressEventArgs e)
 {
     if (e.KeyChar == (char)13)
     {
         Txt_CustomerEmail.Focus();
     }
 }