예제 #1
0
        private static void nomTipProductoAct(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            ccProducto test = (ccProducto)d;

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

            test.UniMedida = e.NewValue as string;
        }