【发布时间】:2019-09-12 13:48:43
【问题描述】:
我们如何在 .NET Core 3.0 WPF 项目中使用像 Screen 这样的类?他们有 .NET Core 3.0 的文档页面,所以我认为它应该可以工作。
VS和编译器告诉我System.Windows中不存在命名空间Forms,所以感觉类不在3.0 sdk中。
nuget 上没有 System.Windows.Forms 包,并且“添加引用”对话框只有一个 System_Windows_Forms 对可用的 .net 框架的引用,这听起来非常错误:
我错过了什么吗?
【问题讨论】:
标签: c# winforms .net-core .net-core-3.0