Hi
I'm using MEF as my view model container.
I have public property in view model called for example test, when I assign her outside the constructor, property is always 0. When I assign them in construcor of object everythings fine.
Why when I assign value to property outside of constructor I see the default value of property when calling getexportedvalue of this view model ?
Thanks in advance !