private void Box_PPEI_VIN_Digits_10_TextChanged(object sender, EventArgs e) { if (Box_PPEI_VIN_Digits_10.Text.Length >= 2) { Box_PPEI_VIN_Digits_11.Focus(); } }
private void Box_PPEI_VIN_Digits_11_Click(object sender, EventArgs e) { Box_PPEI_VIN_Digits_11.Focus(); Box_PPEI_VIN_Digits_11.SelectAll(); }