摘要:
一个基于prism框架desktop项目,总共有100多个module。程序启动的时候有几秒钟的delay。用的DirectoryModuleCatalog类从本地目录中装载module的程序集。附:DirectoryModuleCatalog装载部分源代码View Code //===================================================================================//Microsoftpatterns&practices//CompositeApplicationGuidanceforWindowsPre 阅读全文
posted @ 2011-11-21 14:55
umlchina
阅读(1099)
评论(2)
推荐(1)
摘要:
The main WPF thread will always be assigned a default setting for CurrentCulture and CurrentUICulture. You can also explicitly set these values based on user preferences (to be discussed). An important point to note, however, is that if a WPF application spins up new threads, those threads will not 阅读全文
posted @ 2011-11-21 14:11
umlchina
阅读(209)
评论(0)
推荐(0)