Ejemplo n.º 1
0
        private void TxtEntrega12_KeyPress(object sender, KeyPressEventArgs e)
        {
            TextFunctions ObjTextFunctions = new TextFunctions();

            ObjTextFunctions.ValidaNumero(sender, e, TxtEntrega12);
        }
Ejemplo n.º 2
0
 private void TxtNumero_KeyPress(object sender, KeyPressEventArgs e)
 {
     ObjTextFunctions.ValidaNumero(sender, e, TxtNumero);
 }
Ejemplo n.º 3
0
 private void TxtCantidad_KeyPress(object sender, KeyPressEventArgs e)
 {
     _TextFunctions.ValidaNumero(sender, e, TxtCantidad);
 }