嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
自定义信息框
.
├── C#自定义信息框_WpfPopup_src.7z
└── WpfPopup_src
├── PopupLib
│ ├── PopupLib.csproj
│ ├── PopupWinHelper.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── PopupLib.dll
│ │ └── PopupLib.pdb
│ └── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── PopupLib.csproj.CoreCompileInputs.cache
│ ├── PopupLib.csproj.FileListAbsolute.txt
│ ├── PopupLib.csprojAssemblyReference.cache
│ ├── PopupLib.dll
│ ├── PopupLib.pdb
│ └── TempPE
├── WpfPopup
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Window1.xaml
│ ├── Window1.xaml.cs
│ ├── WpfPopup.csproj
│ ├── WpfPopup.csproj.user
│ ├── bg.png
│ ├── bin
│ │ └── Debug
│ │ ├── PopupLib.dll
│ │ ├── PopupLib.pdb
│ │ ├── WpfPopup.exe
│ │ ├── WpfPopup.pdb
│ │ └── bg.png
│ └── obj
│ └── Debug
│ ├── App.g.cs
│ ├── App.g.i.cs
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── Window1.baml
│ ├── Window1.g.cs
│ ├── Window1.g.i.cs
│ ├── WpfPopup.Properties.Resources.resources
│ ├── WpfPopup.csproj.CopyComplete
│ ├── WpfPopup.csproj.CoreCompileInputs.cache
│ ├── WpfPopup.csproj.FileListAbsolute.txt
│ ├── WpfPopup.csproj.GenerateResource.cache
│ ├── WpfPopup.csprojAssemblyReference.cache
│ ├── WpfPopup.exe
│ ├── WpfPopup.g.resources
│ ├── WpfPopup.pdb
│ ├── WpfPopup_Content.g.cs
│ ├── WpfPopup_Content.g.i.cs
│ ├── WpfPopup_MarkupCompile.cache
│ └── WpfPopup_MarkupCompile.i.cache
└── WpfPopup.sln
15 directories, 51 files