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
Post a Comment