Hi experts,
I have Views in 2 different assemblies. so I thought its best to keep the style in a different assembly and reference to that assembly from both View dlls. I added a resource dictionary with some style.
Only my shell project has App.xaml file. other two projects where I have placed all my Views and VMs are just class libraries. How can I apply the style in the resource dictionary to my Views ?
Appreciate your help
kuru.