private void Box_Vin_Digits_4_TextChanged(object sender, EventArgs e) { if (Box_Vin_Digits_4.Text.Length >= 2) { Box_Vin_Digits_5.Focus(); } }
private void Box_Vin_Digits_5_Click(object sender, EventArgs e) { Box_Vin_Digits_5.Focus(); Box_Vin_Digits_5.SelectAll(); }