Example #1
0
 private void textBox1_KeyPress(object sender, KeyPressEventArgs e)
 {
     oVal.LetrasNumeros(e);
 }
Example #2
0
 private void txtDireccion_KeyPress(object sender, KeyPressEventArgs e)
 {
     oVal.LetrasNumeros(e);
 }