引导 WPF
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/13230854/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Bootstrapping WPF
提问by Markus
I'm looking for an good tutorial or article about bootstrapping in WPF. I am new to WPF an not familar with bootstrapping.
我正在寻找关于 WPF 中引导的好教程或文章。我是 WPF 的新手,不熟悉引导。
Thanks Mahus
谢谢马胡斯
采纳答案by Lewis
There's an article on MSDN which talks about bootstrapping:
MSDN 上有一篇关于引导的文章:
http://msdn.microsoft.com/en-us/library/ff921139(v=pandp.20).aspx
http://msdn.microsoft.com/en-us/library/ff921139(v=pandp.20).aspx
Good luck with WPF.
祝 WPF 好运。

