WPF prism : developing new modules -


we have windows application runs trivial way. possible use prism new screens or modules develop our application without changing way main application running right now?

sort of. have modification main app work prism: it'll have load modules, , it's window(s) must expose 1 or more containers prism can put it's windows. apart nothing changes.

practically you'll have implement prism bootstrapper (eg derive mefbootstrapper) , run in app.xaml.cs. , 1 or more contentcontrols regionname set prism can create it's window content.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -