Exemplo n.º 1
0
        private static void nomTipProductoAct(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            ccProducto test = (ccProducto)d;

            test.nomTipProducto = e.NewValue as string;
        }
Exemplo n.º 2
0
        private static void UniMedidaAct(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            ccProducto test = (ccProducto)d;

            test.UniMedida = e.NewValue as string;
        }