Esempio n. 1
0
        private void telefono_KeyPress(object sender, KeyPressEventArgs e)
        {
            Validaciones numero = new Validaciones();

            numero.SoloNumeros(e);
        }
Esempio n. 2
0
        private void nombre_KeyPress(object sender, KeyPressEventArgs e)
        {
            Validaciones numero = new Validaciones();

            numero.SoloLetras(e);
        }