Exemplo n.º 1
0
 private void Txt_nombre_KeyPress(object sender, KeyPressEventArgs e)
 {
     v.CamposLetras(e);
 }
Exemplo n.º 2
0
 private void Paravalidartexto_KeyPress(object sender, KeyPressEventArgs e)
 {
     v.CamposLetras(e);
 }