摘要: 这几天学习Prism,看了下帮组文档和程序。在Prism中专门讲解模块化程序开发的有俩个列子,一个是用Unity解耦实现Prism的依赖注入,另一个列子是用MEF解耦是实现Prism的依赖注入。案例(一):ModularityWithUnity.Silverlight开启应用程序(1)App.xaml.cs中 private void Application_Startup(object sender, StartupEventArgs e) { //创建Shell实例,不需要设置RootVisual QuickStartBootstrapper bootstrapper = new Qui. 阅读全文
posted @ 2011-06-29 14:24 焦涛 阅读(1802) 评论(0) 推荐(0)