摘要:
在例2中,我们使用了一个Region <ContentControl prism:RegionManager.RegionName="ContentRegion" /> 上面使用了ContentControl,但在prism中,不是每个控件都能定义为Region的。比如Stack Panel就不行, 阅读全文
摘要:
例2引入了Region的概念。 例1中我们提到bootstrapper与app.xaml.cs,现在是这样的: public partial class App : PrismApplication { protected override Window CreateShell() { return 阅读全文
摘要:
这个样例版本上已经过时了,但与8.1版本仍然兼容。 在本版本中,指定启动项: App.xaml.cs: protected override void OnStartup(StartupEventArgs e) { base.OnStartup(e); var bootstrapper = new 阅读全文