I want to share my project views on sereveral modules. I want to have a main project that will have a link to all modules, and this main project will generate a view from the modules.
My question is: how can I link all styles from the application to other modules?
Does it automatically recognize them?
and how will presentation model templates be displayed? because now they r in the resource dictionary that I combined in app.xaml
where shpuld I put them (I want them in their modular project), how can I load these resources?
source
share