Esempio n. 1
0
 private void textboxL1_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.Solonumeros(e);
 }
Esempio n. 2
0
 private void txtMarca_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.Sololetras(e);
 }
Esempio n. 3
0
 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);
 }
Esempio n. 8
0
 private void txtDescripcion_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.TextoConNumeros(e);
 }
Esempio n. 9
0
 private void txtPrecio_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.Solonumeros(e);
 }
Esempio n. 10
0
 private void textBoxCelularFac_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.Solonumeros(e);
 }
Esempio n. 11
0
 private void textBoxApellidoFac_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.Sololetras(e);
 }
Esempio n. 12
0
 private void txtDestinatario_KeyPress_1(object sender, KeyPressEventArgs e)
 {
     Validar.Sololetras(e);
 }