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