private void txtIva_KeyPress(object sender, KeyPressEventArgs e)
        {
            ValidacioneTXT v = new ValidacioneTXT();

            v.SoloNumeros(e);
        }
Beispiel #2
0
        private void txtCodigoprod_KeyPress(object sender, KeyPressEventArgs e)
        {
            ValidacioneTXT ne = new ValidacioneTXT();

            ne.SoloNumeros(e);
        }