コード例 #1
0
 private void textboxL1_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.Solonumeros(e);
 }
コード例 #2
0
 private void txtMarca_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.Sololetras(e);
 }
コード例 #3
0
 private void txtmodelo_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.TextoConNumeros(e);
 }
コード例 #4
0
 private void textboxUsuarioModificar_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.TextoConNumeros(e);
 }
コード例 #5
0
 private void textboxContraseña_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.TextoConNumeros(e);
 }
コード例 #6
0
 private void textboxApellidoModificar_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.Sololetras(e);
 }
コード例 #7
0
 private void textboxCelularModificar_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.Solonumeros(e);
 }
コード例 #8
0
 private void txtDescripcion_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.TextoConNumeros(e);
 }
コード例 #9
0
 private void txtPrecio_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.Solonumeros(e);
 }
コード例 #10
0
 private void textBoxCelularFac_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.Solonumeros(e);
 }
コード例 #11
0
 private void textBoxApellidoFac_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.Sololetras(e);
 }
コード例 #12
0
 private void txtDestinatario_KeyPress_1(object sender, KeyPressEventArgs e)
 {
     Validar.Sololetras(e);
 }