Exemplo n.º 1
0
        private void txttbldetalle_KeyPress(object sender, KeyPressEventArgs e)
        {
            validar v = new validar();

            v.solonumeros(e);
        }
Exemplo n.º 2
0
        private void txtfiltarbd2_KeyPress(object sender, KeyPressEventArgs e)
        {
            validar v = new validar();

            v.solonumeros(e);
        }