private void textboxL1_KeyPress(object sender, KeyPressEventArgs e) { Validar.Solonumeros(e); }
private void txtMarca_KeyPress(object sender, KeyPressEventArgs e) { Validar.Sololetras(e); }
private void txtmodelo_KeyPress(object sender, KeyPressEventArgs e) { Validar.TextoConNumeros(e); }
private void textboxUsuarioModificar_KeyPress(object sender, KeyPressEventArgs e) { Validar.TextoConNumeros(e); }
private void textboxContraseña_KeyPress(object sender, KeyPressEventArgs e) { Validar.TextoConNumeros(e); }
private void textboxApellidoModificar_KeyPress(object sender, KeyPressEventArgs e) { Validar.Sololetras(e); }
private void textboxCelularModificar_KeyPress(object sender, KeyPressEventArgs e) { Validar.Solonumeros(e); }
private void txtDescripcion_KeyPress(object sender, KeyPressEventArgs e) { Validar.TextoConNumeros(e); }
private void txtPrecio_KeyPress(object sender, KeyPressEventArgs e) { Validar.Solonumeros(e); }
private void textBoxCelularFac_KeyPress(object sender, KeyPressEventArgs e) { Validar.Solonumeros(e); }
private void textBoxApellidoFac_KeyPress(object sender, KeyPressEventArgs e) { Validar.Sololetras(e); }
private void txtDestinatario_KeyPress_1(object sender, KeyPressEventArgs e) { Validar.Sololetras(e); }