摘要: 索引【翻译】WPF应用程序模块化开发快速入门(使用Prism框架)【上】【翻译】WPF应用程序模块化开发快速入门(使用Prism+MEF)【中】系统启动系统使用Bootstrapper类型来启动程序,并初始化主窗口 /// <summary> /// Interaction logic for App.xaml /// </summary> public partial class App : Application { protected override void OnStartup(StartupEventArgs e) { ... 阅读全文
posted @ 2012-03-26 09:51 liulun 阅读(8289) 评论(0) 推荐(2) 编辑