Exemple #1
0
 private void txtNombres_KeyPress(object sender, KeyPressEventArgs e)
 {
     validacion.sololetras(e);
 }
        private void txtNombre_KeyPress(object sender, KeyPressEventArgs e)
        {
            Validación v = new Validación();

            v.sololetras(e);
        }