标签: c# wpf
让我们考虑一个结构如下的Visual Studio解决方案:
解决方案由以下组成:
Main
Shared
我们假设Shared项目包含一个名为icon.png的图像文件。
icon.png
如何用XAML或C#代码将icon.png图像设置为Main应用程序的图标?