嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 3 元微信扫码支付:3 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
wpf实现环形进度条显示百分比
.
├── UserControlProject
│ ├── ARcomProgressBarDll
│ │ ├── ARcomProgressBarDll.csproj
│ │ ├── ComProgressBar.xaml
│ │ ├── ComProgressBar.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── ARcomProgressBarDll.dll
│ │ │ │ ├── ARcomProgressBarDll.pdb
│ │ │ │ └── Microsoft.Expression.Drawing.dll
│ │ │ └── Release
│ │ └── obj
│ │ └── Debug
│ │ ├── ARcomProgressBarDll.Properties.Resources.resources
│ │ ├── ARcomProgressBarDll.csproj.CopyComplete
│ │ ├── ARcomProgressBarDll.csproj.CoreCompileInputs.cache
│ │ ├── ARcomProgressBarDll.csproj.FileListAbsolute.txt
│ │ ├── ARcomProgressBarDll.csproj.GenerateResource.cache
│ │ ├── ARcomProgressBarDll.dll
│ │ ├── ARcomProgressBarDll.g.resources
│ │ ├── ARcomProgressBarDll.pdb
│ │ ├── ARcomProgressBarDll_MarkupCompile.cache
│ │ ├── ARcomProgressBarDll_MarkupCompile.i.cache
│ │ ├── ComProgressBar.baml
│ │ ├── ComProgressBar.g.cs
│ │ ├── ComProgressBar.g.i.cs
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GeneratedInternalTypeHelper.g.i.cs
│ │ ├── TempPE
│ │ └── UserControl1.g.i.cs
│ ├── UserControlProject.sln
│ └── wpftest
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── My Advisor Results - wpftest
│ │ ├── My Advisor Results - wpftest.advixeproj
│ │ └── e000
│ │ └── e000.advixeexp
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── bin
│ │ └── Debug
│ │ ├── ARcomProgressBarDll.dll
│ │ ├── ARcomProgressBarDll.pdb
│ │ ├── InitControl.dll
│ │ ├── InitControl.pdb
│ │ ├── wpftest.exe
│ │ ├── wpftest.exe.config
│ │ ├── wpftest.pdb
│ │ ├── wpftest.vshost.exe
│ │ ├── wpftest.vshost.exe.config
│ │ └── wpftest.vshost.exe.manifest
│ ├── obj
│ │ └── Debug
│ │ ├── App.g.cs
│ │ ├── App.g.i.cs
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── MainWindow.g.cs
│ │ ├── MainWindow.g.i.cs
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ ├── wpftest.Properties.Resources.resources
│ │ ├── wpftest.csproj.FileListAbsolute.txt
│ │ ├── wpftest.csproj.GenerateResource.Cache
│ │ ├── wpftest.csprojAssemblyReference.cache
│ │ ├── wpftest.csprojResolveAssemblyReference.cache
│ │ ├── wpftest.exe
│ │ ├── wpftest.g.resources
│ │ ├── wpftest.pdb
│ │ ├── wpftest_MarkupCompile.cache
│ │ ├── wpftest_MarkupCompile.i.cache
│ │ └── wpftest_MarkupCompile.lref
│ └── wpftest.csproj
└── wpf实现环形进度条显示百分比_UserControlProject.zip
18 directories, 73 files