Search code examples
silverlight-4.0prism-4

Sharing styles between modules in Silverlight applications based on Prism 4


I need to use the styles in several modules in Silverlight application based on Prism 4. What is the best approach for this?


Solution

  • You can achieve this by adding the resources to your prism shell project and adding a reference to the shell module project in all the other modules.