WPF Core 问题与解决方案
时间:2021-05-13 19:30:28
收藏:0
阅读:17
解决.Net Core 3.0 WPF 无法使用 WindowsFormsHost的问题
打开项目.csproj 添加:
<UseWindowsForms>true</UseWindowsForms>
原文:https://www.cnblogs.com/microsoft-zh/p/14764718.html
评论(0)