private void txtEstudio_KeyPress(object sender, KeyPressEventArgs e)
        {
            ValidacionesTXT val = new ValidacionesTXT();

            val.SoloLetra(e);
        }
Exemplo n.º 2
0
 private void txtNombre_KeyPress(object sender, KeyPressEventArgs e)
 {
     nu.SoloLetra(e);
 }
        private void txtNombre_KeyPress(object sender, KeyPressEventArgs e)
        {
            ValidacionesTXT va = new ValidacionesTXT();

            va.SoloLetra(e);
        }