示例#1
0
 private void CbCusType_KeyDown(object sender, KeyEventArgs e)
 {
     if (e.KeyCode == Keys.Enter)
     {
         TxtBox7.Focus();
     }
 }