예제 #1
0
        private void telefono_KeyPress(object sender, KeyPressEventArgs e)
        {
            Validaciones numero = new Validaciones();

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

            numero.SoloLetras(e);
        }