Exemplo n.º 1
0
 private void Cedula_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validacion.solonumeros(e);
 }
Exemplo n.º 2
0
 private void Telefono_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validacion.solonumeros(e);
 }
Exemplo n.º 3
0
 private void textBox1_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validacion.solonumeros(e);
 }