Example #1
0
        private void txtusuario_KeyPress(object sender, KeyPressEventArgs e)
        {
            Validacion_texbox v = new Validacion_texbox();

            v.Solo_Numeros(e);
        }
Example #2
0
        private void txtbuscadorCliente_KeyPress(object sender, KeyPressEventArgs e)
        {
            Validacion_texbox v = new Validacion_texbox();

            v.Solo_Numeros(e);
        }