Example #1
0
 private void txteditApellido_KeyPress(object sender, KeyPressEventArgs e)
 {
     UtilController.validaLetras(e);
 }
Example #2
0
 private void txtNombre_KeyPress(object sender, KeyPressEventArgs e)
 {
     UtilController.validaLetras(e);
 }