为什么App.xaml找不到Bootstrapper?

问题描述 投票:0回答:1
c# wpf windows xaml
1个回答
0
投票

我找到了解决您遇到的问题的可能方法。已经有一段时间了,但我希望它对其他人有用:将 Bootstrapper.cs 和 App.xaml(带有附加的 App.xaml.cs)文件放在项目中而不是放在项目内的任何文件夹中就足够了。

© www.soinside.com 2019 - 2024. All rights reserved.