【发布时间】:2012-08-28 13:57:40
【问题描述】:
我们正在使用 PRISM 将大型应用程序划分为多个模块,每个模块将代表我们公司的一个部门:
HumanResources
Accounting
InformationSystems
(...)
每个模块都有多个视图。例如,Accounting.Module 可能有:
BusinessIntelligenceView(/Model)
ReportingView(/Model)
我希望应用程序加载模块(我将手动输入ModuleCatalog)。然后,我希望ShellView 自动显示可用视图列表,用户可以使用该列表来选择要注入主区域的视图。
这可能吗?
谢谢!
【问题讨论】:
标签: c# silverlight prism