.net如何引用该命名空间
生活随笔
收集整理的这篇文章主要介绍了
.net如何引用该命名空间
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
一、在.Net中如何引用该命名空间
(1)System.Windows.Threading
该命名空间在程序集WindowsBase(WindowsBase.dll)下
(2)System.Windows.Markup
该命名空间在程序集System.Xaml(System.Xaml.dll)下
(3)System.Windows.Media
该命名空间在程序集PresentationCore(PresentationCore.dll)下
(4)System.Windows.Controls
该命名空间在程序集PresentationFramework(PresentationFramework.dll)下
转载于:https://www.cnblogs.com/xryang-sir/p/using.html
总结
以上是生活随笔为你收集整理的.net如何引用该命名空间的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: shell-awk详细笔记
- 下一篇: 实验四3