07 2021 档案

摘要:需求是将Dictionary<string, Dictionary<string, string>>集合绑定到TreeView中展示。 <TreeView x:Name="treeView" FontSize="16"> <TreeView.ItemTemplate> <HierarchicalDa 阅读全文
posted @ 2021-07-23 11:34 Gold步履不停 阅读(340) 评论(0) 推荐(0)
摘要:创建一个WPF应用程序(.Net Framwork4.7),NuGet安装Prism.Wpf包,生成后Debug文件如图所示 除了可执行文件Test.exe外,还有大量的引用的Dll文件、xml文件、config配置文件和pdb调试文件。有时候我们不希望看到这么多文件,只想拿到一个exe文件就能运行 阅读全文
posted @ 2021-07-19 20:55 Gold步履不停 阅读(8997) 评论(1) 推荐(0)