Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 896
unlim Avatar asked Sep 09 '11 12:09

unlim


1 Answers

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.

like image 185
dev.bv Avatar answered Oct 16 '22 09:10

dev.bv