此为资源整理价格,不提供任何技术支持不包安装。新手不要买!

源码仅供研究学习代码使用,严禁用于非法和商业用途!如需商业用途请去购买官方正版源码!

只适用于老手和技术大神!发货后谢绝退款行为!



【实例简介】WPF界面开发实例WPF开发的好看界面样式【实例截图】
.├── WPF界面开发实例_wpfUiDesign-master.zip└── wpfUiDesign-master    ├── LICENSE    ├── README.md    ├── img    │   ├── 1.png    │   ├── 2.png    │   ├── 3.png    │   ├── 4.png    │   ├── 5.png    │   ├── 6.png    │   ├── 7.png    │   └── 8.png    └── src        ├── Examples.sln        ├── Sample1        │   ├── App.config        │   ├── App.xaml        │   ├── App.xaml.cs        │   ├── MainWindow.xaml        │   ├── MainWindow.xaml.cs        │   ├── Properties        │   │   ├── AssemblyInfo.cs        │   │   ├── Resources.Designer.cs        │   │   ├── Resources.resx        │   │   ├── Settings.Designer.cs        │   │   └── Settings.settings        │   ├── Sample1.csproj        │   ├── bin        │   │   └── Debug        │   │       ├── LiveCharts.Wpf.dll        │   │       ├── LiveCharts.Wpf.pdb        │   │       ├── LiveCharts.Wpf.xml        │   │       ├── LiveCharts.dll        │   │       ├── LiveCharts.pdb        │   │       ├── LiveCharts.xml        │   │       ├── Sample5.exe        │   │       ├── Sample5.exe.config        │   │       └── Sample5.pdb        │   ├── fonts        │   │   └── iconfont.ttf        │   ├── logo.jpg        │   ├── microsoft.png        │   ├── obj        │   │   └── Debug        │   │       ├── App.g.cs        │   │       ├── App.g.i.cs        │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache        │   │       ├── MainWindow.g.cs        │   │       ├── MainWindow.g.i.cs        │   │       ├── Sample1.csproj.CopyComplete        │   │       ├── Sample1.csproj.CoreCompileInputs.cache        │   │       ├── Sample1.csproj.FileListAbsolute.txt        │   │       ├── Sample1.csproj.GenerateResource.cache        │   │       ├── Sample1.csprojAssemblyReference.cache        │   │       ├── Sample5.Properties.Resources.resources        │   │       ├── Sample5.csproj.FileListAbsolute.txt        │   │       ├── Sample5.csprojAssemblyReference.cache        │   │       ├── Sample5.exe        │   │       ├── Sample5.g.resources        │   │       ├── Sample5.pdb        │   │       ├── Sample5_Content.g.i.cs        │   │       ├── Sample5_MarkupCompile.cache        │   │       ├── Sample5_MarkupCompile.i.cache        │   │       ├── Sample5_MarkupCompile.i.lref        │   │       ├── Sample5_MarkupCompile.lref        │   │       └── TempPE        │   │           └── Properties.Resources.Designer.cs.dll        │   └── packages.config        ├── Sample2        │   ├── App.config        │   ├── App.xaml        │   ├── App.xaml.cs        │   ├── Entity        │   │   └── UserModule.cs        │   ├── Fonts        │   │   └── iconfont.ttf        │   ├── Images        │   │   ├── Image1.jpg        │   │   ├── Image2.jpg        │   │   ├── Image3.jpg        │   │   ├── Image4.jpg        │   │   ├── Image5.jpg        │   │   ├── Image6.jpg        │   │   ├── Image7.jpg        │   │   ├── Image8.jpg        │   │   └── background.png        │   ├── MainView.xaml        │   ├── MainView.xaml.cs        │   ├── MainWindow.xaml        │   ├── MainWindow.xaml.cs        │   ├── Properties        │   │   ├── AssemblyInfo.cs        │   │   ├── Resources.Designer.cs        │   │   ├── Resources.resx        │   │   ├── Settings.Designer.cs        │   │   └── Settings.settings        │   ├── Sample2.csproj        │   ├── View        │   │   ├── Page1.xaml        │   │   ├── Page1.xaml.cs        │   │   ├── Page2.xaml        │   │   ├── Page2.xaml.cs        │   │   ├── Page3.xaml        │   │   ├── Page3.xaml.cs        │   │   ├── UserControl1.xaml        │   │   └── UserControl1.xaml.cs        │   ├── ViewModel        │   │   ├── MainViewModel.cs        │   │   └── MainViewModels.cs        │   ├── bin        │   │   └── Debug        │   │       ├── CommonServiceLocator.dll        │   │       ├── GalaSoft.MvvmLight.Extras.dll        │   │       ├── GalaSoft.MvvmLight.Extras.pdb        │   │       ├── GalaSoft.MvvmLight.Extras.xml        │   │       ├── GalaSoft.MvvmLight.Platform.dll        │   │       ├── GalaSoft.MvvmLight.Platform.pdb        │   │       ├── GalaSoft.MvvmLight.Platform.xml        │   │       ├── GalaSoft.MvvmLight.dll        │   │       ├── GalaSoft.MvvmLight.pdb        │   │       ├── GalaSoft.MvvmLight.xml        │   │       ├── System.Windows.Interactivity.dll        │   │       ├── UIDesign.exe        │   │       ├── UIDesign.exe.config        │   │       └── UIDesign.pdb        │   ├── obj        │   │   └── Debug        │   │       ├── App.g.cs        │   │       ├── App.g.i.cs        │   │       ├── DesignTimeResolveAssemblyReferences.cache        │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache        │   │       ├── GeneratedInternalTypeHelper.g.i.cs        │   │       ├── MainView.baml        │   │       ├── MainView.g.cs        │   │       ├── MainView.g.i.cs        │   │       ├── MainWindow.g.cs        │   │       ├── MainWindow.g.i.cs        │   │       ├── Sample2.csproj.CopyComplete        │   │       ├── Sample2.csproj.CoreCompileInputs.cache        │   │       ├── Sample2.csproj.FileListAbsolute.txt        │   │       ├── Sample2.csproj.GenerateResource.cache        │   │       ├── Sample2.csprojAssemblyReference.cache        │   │       ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs        │   │       ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs        │   │       ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs        │   │       ├── UIDesign.Properties.Resources.resources        │   │       ├── UIDesign.csproj.FileListAbsolute.txt        │   │       ├── UIDesign.csprojAssemblyReference.cache        │   │       ├── UIDesign.exe        │   │       ├── UIDesign.g.resources        │   │       ├── UIDesign.pdb        │   │       ├── UIDesign_Content.g.i.cs        │   │       ├── UIDesign_MarkupCompile.cache        │   │       ├── UIDesign_MarkupCompile.i.cache        │   │       ├── UIDesign_MarkupCompile.i.lref        │   │       ├── UIDesign_MarkupCompile.lref        │   │       └── View        │   │           ├── Page1.baml        │   │           ├── Page1.g.cs        │   │           ├── Page1.g.i.cs        │   │           ├── Page2.baml        │   │           ├── Page2.g.cs        │   │           ├── Page2.g.i.cs        │   │           ├── Page3.baml        │   │           ├── Page3.g.cs        │   │           ├── Page3.g.i.cs        │   │           ├── UserControl1.baml        │   │           ├── UserControl1.g.cs        │   │           └── UserControl1.g.i.cs        │   └── packages.config        ├── Sample3        │   ├── App.config        │   ├── App.xaml        │   ├── App.xaml.cs        │   ├── Common        │   │   └── MenuModel.cs        │   ├── Fonts        │   │   └── iconfont.ttf        │   ├── Images        │   │   ├── backimages.png        │   │   ├── left_backimages.png        │   │   ├── t1.png        │   │   ├── t2.png        │   │   ├── t3.png        │   │   ├── t4.jpg        │   │   ├── t4.png        │   │   ├── t5.png        │   │   ├── t6.png        │   │   ├── t7.png        │   │   ├── t8.png        │   │   ├── t9.png        │   │   └── tx.jpeg        │   ├── MainWindow.xaml        │   ├── MainWindow.xaml.cs        │   ├── Properties        │   │   ├── AssemblyInfo.cs        │   │   ├── Resources.Designer.cs        │   │   ├── Resources.resx        │   │   ├── Settings.Designer.cs        │   │   └── Settings.settings        │   ├── Sample3.csproj        │   ├── ViewModel        │   │   └── MainViewModel.cs        │   ├── bin        │   │   └── Debug        │   │       ├── UiDeignApp2.exe        │   │       ├── UiDeignApp2.exe.config        │   │       └── UiDeignApp2.pdb        │   └── obj        │       └── Debug        │           ├── App.g.cs        │           ├── App.g.i.cs        │           ├── DesignTimeResolveAssemblyReferences.cache        │           ├── DesignTimeResolveAssemblyReferencesInput.cache        │           ├── GeneratedInternalTypeHelper.g.cs        │           ├── GeneratedInternalTypeHelper.g.i.cs        │           ├── MainWindow.g.cs        │           ├── MainWindow.g.i.cs        │           ├── Sample3.csproj.CoreCompileInputs.cache        │           ├── Sample3.csproj.FileListAbsolute.txt        │           ├── Sample3.csproj.GenerateResource.cache        │           ├── Sample3.csprojAssemblyReference.cache        │           ├── 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        │           ├── UiDeignApp2.Properties.Resources.resources        │           ├── UiDeignApp2.csproj.FileListAbsolute.txt        │           ├── UiDeignApp2.exe        │           ├── UiDeignApp2.g.resources        │           ├── UiDeignApp2.pdb        │           ├── UiDeignApp2_Content.g.cs        │           ├── UiDeignApp2_Content.g.i.cs        │           ├── UiDeignApp2_MarkupCompile.cache        │           ├── UiDeignApp2_MarkupCompile.i.cache        │           ├── UiDeignApp2_MarkupCompile.i.lref        │           └── UiDeignApp2_MarkupCompile.lref        ├── Sample4        │   ├── App.config        │   ├── App.xaml        │   ├── App.xaml.cs        │   ├── Fonts        │   │   └── iconfont.ttf        │   ├── Images        │   │   └── Img.jpg        │   ├── MainWindow.xaml        │   ├── MainWindow.xaml.cs        │   ├── ModuleInfo.cs        │   ├── Properties        │   │   ├── AssemblyInfo.cs        │   │   ├── Resources.Designer.cs        │   │   ├── Resources.resx        │   │   ├── Settings.Designer.cs        │   │   └── Settings.settings        │   ├── Sample4.csproj        │   ├── UserModel.cs        │   ├── ViewModel        │   │   └── MainViewModel.cs        │   ├── bin        │   │   └── Debug        │   │       ├── UiDesign.exe        │   │       ├── UiDesign.exe.config        │   │       └── UiDesign.pdb        │   └── obj        │       └── Debug        │           ├── App.g.cs        │           ├── App.g.i.cs        │           ├── DesignTimeResolveAssemblyReferencesInput.cache        │           ├── GeneratedInternalTypeHelper.g.cs        │           ├── GeneratedInternalTypeHelper.g.i.cs        │           ├── MainWindow.g.cs        │           ├── MainWindow.g.i.cs        │           ├── Sample4.csproj.CoreCompileInputs.cache        │           ├── Sample4.csproj.FileListAbsolute.txt        │           ├── Sample4.csproj.GenerateResource.cache        │           ├── Sample4.csprojAssemblyReference.cache        │           ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs        │           ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs        │           ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs        │           ├── UiDesign.Properties.Resources.resources        │           ├── UiDesign.csproj.FileListAbsolute.txt        │           ├── UiDesign.csprojAssemblyReference.cache        │           ├── UiDesign.exe        │           ├── UiDesign.g.resources        │           ├── UiDesign.pdb        │           ├── UiDesign_Content.g.i.cs        │           ├── UiDesign_MarkupCompile.cache        │           ├── UiDesign_MarkupCompile.i.cache        │           ├── UiDesign_MarkupCompile.i.lref        │           └── UiDesign_MarkupCompile.lref        ├── Sample5        │   ├── App.config        │   ├── App.xaml        │   ├── App.xaml.cs        │   ├── MainWindow.xaml        │   ├── MainWindow.xaml.cs        │   ├── Properties        │   │   ├── AssemblyInfo.cs        │   │   ├── Resources.Designer.cs        │   │   ├── Resources.resx        │   │   ├── Settings.Designer.cs        │   │   └── Settings.settings        │   ├── Sample5.csproj        │   ├── ViewModel        │   │   └── MainViewModel.cs        │   ├── back.jpg        │   ├── bin        │   │   └── Debug        │   │       ├── CommonServiceLocator.dll        │   │       ├── GalaSoft.MvvmLight.Extras.dll        │   │       ├── GalaSoft.MvvmLight.Extras.pdb        │   │       ├── GalaSoft.MvvmLight.Extras.xml        │   │       ├── GalaSoft.MvvmLight.Platform.dll        │   │       ├── GalaSoft.MvvmLight.Platform.pdb        │   │       ├── GalaSoft.MvvmLight.Platform.xml        │   │       ├── GalaSoft.MvvmLight.dll        │   │       ├── GalaSoft.MvvmLight.pdb        │   │       ├── GalaSoft.MvvmLight.xml        │   │       ├── MaterialDesignColors.dll        │   │       ├── MaterialDesignColors.pdb        │   │       ├── MaterialDesignThemes.Wpf.dll        │   │       ├── MaterialDesignThemes.Wpf.pdb        │   │       ├── MaterialDesignThemes.Wpf.xml        │   │       ├── MetroApp.exe        │   │       ├── MetroApp.exe.config        │   │       ├── MetroApp.pdb        │   │       └── System.Windows.Interactivity.dll        │   ├── obj        │   │   └── Debug        │   │       ├── App.g.cs        │   │       ├── App.g.i.cs        │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache        │   │       ├── GeneratedInternalTypeHelper.g.i.cs        │   │       ├── MainWindow.g.cs        │   │       ├── MainWindow.g.i.cs        │   │       ├── MetroApp.Properties.Resources.resources        │   │       ├── MetroApp.csproj.FileListAbsolute.txt        │   │       ├── MetroApp.csprojAssemblyReference.cache        │   │       ├── MetroApp.exe        │   │       ├── MetroApp.g.resources        │   │       ├── MetroApp.pdb        │   │       ├── MetroApp_Content.g.i.cs        │   │       ├── MetroApp_MarkupCompile.cache        │   │       ├── MetroApp_MarkupCompile.i.cache        │   │       ├── MetroApp_MarkupCompile.i.lref        │   │       ├── MetroApp_MarkupCompile.lref        │   │       ├── Sample5.csproj.CopyComplete        │   │       ├── Sample5.csproj.CoreCompileInputs.cache        │   │       ├── Sample5.csproj.FileListAbsolute.txt        │   │       ├── Sample5.csproj.GenerateResource.cache        │   │       ├── Sample5.csprojAssemblyReference.cache        │   │       ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs        │   │       ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs        │   │       └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs        │   └── packages.config        ├── Sample6        │   ├── App.config        │   ├── App.xaml        │   ├── App.xaml.cs        │   ├── DropMenu.xaml        │   ├── DropMenu.xaml.cs        │   ├── Properties        │   │   ├── AssemblyInfo.cs        │   │   ├── Resources.Designer.cs        │   │   ├── Resources.resx        │   │   ├── Settings.Designer.cs        │   │   └── Settings.settings        │   ├── Sample6.csproj        │   ├── bin        │   │   └── Debug        │   │       ├── IndustrialMaterials.exe        │   │       ├── IndustrialMaterials.exe.config        │   │       └── IndustrialMaterials.pdb        │   ├── demo.png        │   ├── fonts        │   │   └── iconfont.ttf        │   ├── images        │   │   ├── buttonImage.png        │   │   ├── centerImage.png        │   │   ├── drop.png        │   │   ├── img3d.png        │   │   ├── leftImage.png        │   │   ├── leftImageSub.png        │   │   ├── leftback.png        │   │   ├── rightImage.png        │   │   ├── timeback.png        │   │   ├── topImage.png        │   │   ├── topback.png        │   │   ├── vs.jpg        │   │   ├── 中部选择栏选中-1.png        │   │   └── 中部选择栏选中-2.png        │   └── obj        │       └── Debug        │           ├── App.g.cs        │           ├── App.g.i.cs        │           ├── CycleProcessBar.g.i.cs        │           ├── DesignTimeResolveAssemblyReferences.cache        │           ├── DesignTimeResolveAssemblyReferencesInput.cache        │           ├── DropMenu.g.cs        │           ├── DropMenu.g.i.cs        │           ├── GeneratedInternalTypeHelper.g.i.cs        │           ├── IndustrialMaterials.Properties.Resources.resources        │           ├── IndustrialMaterials.csproj.CoreCompileInputs.cache        │           ├── IndustrialMaterials.csproj.FileListAbsolute.txt        │           ├── IndustrialMaterials.csproj.GenerateResource.cache        │           ├── IndustrialMaterials.csprojAssemblyReference.cache        │           ├── IndustrialMaterials.exe        │           ├── IndustrialMaterials.g.resources        │           ├── IndustrialMaterials.pdb        │           ├── IndustrialMaterials_Content.g.i.cs        │           ├── IndustrialMaterials_MarkupCompile.cache        │           ├── IndustrialMaterials_MarkupCompile.i.cache        │           ├── IndustrialMaterials_MarkupCompile.i.lref        │           ├── IndustrialMaterials_MarkupCompile.lref        │           ├── MainWindow.g.i.cs        │           ├── Sample6.csprojAssemblyReference.cache        │           ├── 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        ├── Sample7        │   ├── App.config        │   ├── App.xaml        │   ├── App.xaml.cs        │   ├── MainWindow.xaml        │   ├── MainWindow.xaml.cs        │   ├── Properties        │   │   ├── AssemblyInfo.cs        │   │   ├── Resources.Designer.cs        │   │   ├── Resources.resx        │   │   ├── Settings.Designer.cs        │   │   └── Settings.settings        │   ├── Sample7.csproj        │   ├── background.jpg        │   ├── bin        │   │   └── Debug        │   │       ├── LiveCharts.Wpf.dll        │   │       ├── LiveCharts.dll        │   │       ├── MaterialDesignColors.dll        │   │       ├── MaterialDesignColors.pdb        │   │       ├── MaterialDesignThemes.Wpf.dll        │   │       ├── MaterialDesignThemes.Wpf.pdb        │   │       ├── MaterialDesignThemes.Wpf.xml        │   │       ├── WpfApp21.exe        │   │       ├── WpfApp21.exe.config        │   │       └── WpfApp21.pdb        │   ├── iconfont.ttf        │   ├── obj        │   │   └── Debug        │   │       ├── App.g.cs        │   │       ├── App.g.i.cs        │   │       ├── DesignTimeResolveAssemblyReferences.cache        │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache        │   │       ├── MainWindow.g.cs        │   │       ├── MainWindow.g.i.cs        │   │       ├── Sample7.csproj.CopyComplete        │   │       ├── Sample7.csproj.CoreCompileInputs.cache        │   │       ├── Sample7.csproj.FileListAbsolute.txt        │   │       ├── Sample7.csproj.GenerateResource.cache        │   │       ├── Sample7.csprojAssemblyReference.cache        │   │       ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs        │   │       ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs        │   │       ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs        │   │       ├── Window1.g.cs        │   │       ├── Window1.g.i.cs        │   │       ├── WpfApp21.Properties.Resources.resources        │   │       ├── WpfApp21.csproj.CopyComplete        │   │       ├── WpfApp21.csproj.CoreCompileInputs.cache        │   │       ├── WpfApp21.csproj.FileListAbsolute.txt        │   │       ├── WpfApp21.csproj.GenerateResource.cache        │   │       ├── WpfApp21.csprojAssemblyReference.cache        │   │       ├── WpfApp21.exe        │   │       ├── WpfApp21.g.resources        │   │       ├── WpfApp21.pdb        │   │       ├── WpfApp21_Content.g.i.cs        │   │       ├── WpfApp21_MarkupCompile.cache        │   │       ├── WpfApp21_MarkupCompile.i.cache        │   │       ├── WpfApp21_MarkupCompile.i.lref        │   │       ├── WpfApp21_MarkupCompile.lref        │   │       ├── 界面设计.csproj.FileListAbsolute.txt        │   │       └── 界面设计.csprojAssemblyReference.cache        │   └── packages.config        ├── Sample8        │   ├── App.config        │   ├── App.xaml        │   ├── App.xaml.cs        │   ├── MainWindow.xaml        │   ├── MainWindow.xaml.cs        │   ├── Properties        │   │   ├── AssemblyInfo.cs        │   │   ├── Resources.Designer.cs        │   │   ├── Resources.resx        │   │   ├── Settings.Designer.cs        │   │   └── Settings.settings        │   ├── Sample8.csproj        │   ├── background.png        │   ├── bin        │   │   └── Debug        │   │       ├── wof.exe        │   │       ├── wof.exe.config        │   │       └── wof.pdb        │   ├── iconfont.ttf        │   └── obj        │       └── Debug        │           ├── App.g.cs        │           ├── App.g.i.cs        │           ├── DesignTimeResolveAssemblyReferences.cache        │           ├── DesignTimeResolveAssemblyReferencesInput.cache        │           ├── MainWindow.g.cs        │           ├── MainWindow.g.i.cs        │           ├── Sample8.csproj.CoreCompileInputs.cache        │           ├── Sample8.csproj.FileListAbsolute.txt        │           ├── Sample8.csproj.GenerateResource.cache        │           ├── Sample8.csprojAssemblyReference.cache        │           ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs        │           ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs        │           ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs        │           ├── wof.Properties.Resources.resources        │           ├── wof.csproj.CoreCompileInputs.cache        │           ├── wof.csproj.FileListAbsolute.txt        │           ├── wof.csproj.GenerateResource.cache        │           ├── wof.csprojAssemblyReference.cache        │           ├── wof.exe        │           ├── wof.g.resources        │           ├── wof.pdb        │           ├── wof_Content.g.i.cs        │           ├── wof_MarkupCompile.cache        │           ├── wof_MarkupCompile.i.cache        │           ├── wof_MarkupCompile.i.lref        │           ├── wof_MarkupCompile.lref        │           ├── 网易云界面.csproj.CoreCompileInputs.cache        │           ├── 网易云界面.csproj.FileListAbsolute.txt        │           ├── 网易云界面.csproj.GenerateResource.cache        │           └── 网易云界面.csprojAssemblyReference.cache        └── packages            ├── CommonServiceLocator.2.0.2            │   ├── CommonServiceLocator.2.0.2.nupkg            │   └── lib            │       ├── net40            │       │   └── CommonServiceLocator.dll            │       ├── net45            │       │   └── CommonServiceLocator.dll            │       ├── net47            │       │   └── CommonServiceLocator.dll            │       ├── netcoreapp1.0            │       │   └── CommonServiceLocator.dll            │       ├── netstandard1.0            │       │   └── CommonServiceLocator.dll            │       └── netstandard2.0            │           └── CommonServiceLocator.dll            ├── LiveCharts.0.9.7            │   ├── LiveCharts.0.9.7.nupkg            │   ├── lib            │   │   ├── net40            │   │   │   ├── LiveCharts.dll            │   │   │   ├── LiveCharts.pdb            │   │   │   └── LiveCharts.xml            │   │   ├── net45            │   │   │   ├── LiveCharts.dll            │   │   │   ├── LiveCharts.pdb            │   │   │   └── LiveCharts.xml            │   │   └── portable-net45 win8 wp8            │   │       ├── LiveCharts.XML            │   │       ├── LiveCharts.dll            │   │       └── LiveCharts.pdb            │   └── readme.txt            ├── LiveCharts.Wpf.0.9.7            │   ├── LiveCharts.Wpf.0.9.7.nupkg            │   ├── lib            │   │   ├── net40            │   │   │   ├── LiveCharts.Wpf.XML            │   │   │   ├── LiveCharts.Wpf.dll            │   │   │   └── LiveCharts.Wpf.pdb            │   │   └── net45            │   │       ├── LiveCharts.Wpf.XML            │   │       ├── LiveCharts.Wpf.dll            │   │       └── LiveCharts.Wpf.pdb            │   └── tools            │       └── install.ps1            ├── MaterialDesignColors.1.2.0            │   ├── MaterialDesignColors.1.2.0.nupkg            │   └── lib            │       └── net45            │           ├── MaterialDesignColors.dll            │           └── MaterialDesignColors.pdb            ├── MaterialDesignThemes.2.6.0            │   ├── MaterialDesignThemes.2.6.0.nupkg            │   ├── lib            │   │   └── net45            │   │       ├── MaterialDesignThemes.Wpf.XML            │   │       ├── MaterialDesignThemes.Wpf.dll            │   │       └── MaterialDesignThemes.Wpf.pdb            │   └── src            │       └── net45            │           ├── Badged.cs            │           ├── BaseTheme.cs            │           ├── ButtonAssist.cs            │           ├── ButtonProgressAssist.cs            │           ├── Card.cs            │           ├── Chip.cs            │           ├── Clock.cs            │           ├── ClockChoiceMadeEventArgs.cs            │           ├── ClockItemButton.cs            │           ├── ColorPicker.cs            │           ├── ColorZone.cs            │           ├── ColorZoneAssist.cs            │           ├── ComboBoxAssist.cs            │           ├── ComboBoxPopup.cs            │           ├── Converters            │           │   ├── BooleanConverter.cs            │           │   ├── BooleanToVisibilityConverter.cs            │           │   ├── BorderClipConverter.cs            │           │   ├── BrushRoundConverter.cs            │           │   ├── BrushToRadialGradientBrushConverter.cs            │           │   ├── CalendarDateCoalesceConverter.cs            │           │   ├── CircularProgressBar            │           │   │   ├── ArcEndPointConverter.cs            │           │   │   ├── ArcSizeConverter.cs            │           │   │   ├── LargeArcConverter.cs            │           │   │   ├── LocalEx.cs            │           │   │   ├── RotateTransformCentreConverter.cs            │           │   │   └── StartPointConverter.cs            │           │   ├── ClockItemIsCheckedConverter.cs            │           │   ├── ClockLineConverter.cs            │           │   ├── DrawerOffsetConverter.cs            │           │   ├── EqualityToVisibilityConverter.cs            │           │   ├── HintProxyFabricConverter.cs            │           │   ├── HsbLinearGradientConverter.cs            │           │   ├── HsbToColorConverter.cs            │           │   ├── ListViewItemContainerStyleConverter.cs            │           │   ├── MathConverter.cs            │           │   ├── MathMultipleConverter.cs            │           │   ├── NotConverter.cs            │           │   ├── NotZeroConverter.cs            │           │   ├── NotZeroToVisibilityConverter.cs            │           │   ├── NullToVisibilityConverter.cs            │           │   ├── NullableDateTimeToCurrentDateConverter.cs            │           │   ├── PointValueConverter.cs            │           │   ├── RangeLengthConverter.cs            │           │   ├── RangePositionConverterConverter.cs            │           │   ├── ShadowConverter.cs            │           │   ├── ShadowEdgeConverter.cs            │           │   ├── ShadowInfo.cs            │           │   ├── SizeToRectConverter.cs            │           │   ├── SnackbarMessageTypeConverter.cs            │           │   ├── TextFieldHintVisibilityConverter.cs            │           │   └── TimeToVisibilityConverter.cs            │           ├── CustomPopupPlacementCallbackHelper.cs            │           ├── DataGridAssist.cs            │           ├── DateTimeEx.cs            │           ├── DialogClosingEventArgs.cs            │           ├── DialogClosingEventHandler.cs            │           ├── DialogHost.cs            │           ├── DialogHostEx.cs            │           ├── DialogOpenedEventArgs.cs            │           ├── DialogOpenedEventHandler.cs            │           ├── DialogSession.cs            │           ├── DpiHelper.cs            │           ├── DrawerHost.cs            │           ├── ExpanderAssist.cs            │           ├── Extensions.cs            │           ├── Flipper.cs            │           ├── HintAssist.cs            │           ├── HintProxyFabric.ComboBox.cs            │           ├── HintProxyFabric.PasswordBox.cs            │           ├── HintProxyFabric.RichTextBox.cs            │           ├── HintProxyFabric.TextBox.cs            │           ├── HintProxyFabric.cs            │           ├── IBaseTheme.cs            │           ├── IHintProxy.cs            │           ├── ISnackbarMessageQueue.cs            │           ├── ITheme.cs            │           ├── IThemeManager.cs            │           ├── Icon.cs            │           ├── IconType.cs            │           ├── ListBoxAssist.cs            │           ├── ListSortDirectionIndicator.cs            │           ├── ListViewAssist.cs            │           ├── MaterialDataGridComboBoxColumn.cs            │           ├── MaterialDataGridTextColumn.cs            │           ├── MaterialDateDisplay.cs            │           ├── MaterialDesignDarkTheme.cs            │           ├── MaterialDesignLightTheme.cs            │           ├── MessageQueueExtension.cs            │           ├── PackIcon.cs            │           ├── PackIconDataFactory.cs            │           ├── PackIconExtension.cs            │           ├── PackIconKind.cs            │           ├── Palette.cs            │           ├── PaletteHelper.cs            │           ├── Plane3D.cs            │           ├── PopupBox.cs            │           ├── Properties            │           │   ├── AssemblyInfo.cs            │           │   ├── Resources.Designer.cs            │           │   └── Settings.Designer.cs            │           ├── RatingBar.cs            │           ├── RatingBarButton.cs            │           ├── ResourceDictionaryExtensions.cs            │           ├── Ripple.cs            │           ├── RippleAssist.cs            │           ├── ScaleHost.cs            │           ├── Screen.cs            │           ├── ScrollViewerAssist.cs            │           ├── ScrollbarAssist.cs            │           ├── ShadowAssist.cs            │           ├── SmartHint.cs            │           ├── Snackbar.cs            │           ├── SnackbarMessage.cs            │           ├── SnackbarMessageEventArgs.cs            │           ├── SnackbarMessageQueue.cs            │           ├── SnackbarMessageQueueItem.cs            │           ├── Spelling.cs            │           ├── StringExtensions.cs            │           ├── TextFieldAssist.cs            │           ├── Theme.cs            │           ├── ThemeAssist.cs            │           ├── ThemeChangedEventArgs.cs            │           ├── ThemeExtensions.cs            │           ├── ThemeMarkupExtension.cs            │           ├── TimePicker.cs            │           ├── ToggleButtonAssist.cs            │           ├── ToolTipAssist.cs            │           ├── Transitions            │           │   ├── CircleWipe.cs            │           │   ├── FadeWipe.cs            │           │   ├── ITransitionEffect.cs            │           │   ├── ITransitionEffectSubject.cs            │           │   ├── ITransitionWipe.cs            │           │   ├── IZIndexController.cs            │           │   ├── IndexedItemOffsetMultiplierExtension.cs            │           │   ├── SlideDirection.cs            │           │   ├── SlideOutWipe.cs            │           │   ├── SlideWipe.cs            │           │   ├── TransitionAssist.cs            │           │   ├── TransitionEffect.cs            │           │   ├── TransitionEffectBase.cs            │           │   ├── TransitionEffectExtension.cs            │           │   ├── TransitionEffectKind.cs            │           │   ├── TransitionEffectTypeConverter.cs            │           │   ├── Transitioner.cs            │           │   ├── TransitionerSlide.cs            │           │   ├── TransitionerSlideState.cs            │           │   ├── TransitioningContent.cs            │           │   └── TransitioningContentBase.cs            │           ├── TreeHelper.cs            │           ├── TreeViewAssist.cs            │           ├── Underline.cs            │           └── ValidationAssist.cs            ├── MvvmLight.5.4.1.1            │   ├── Content            │   │   └── ViewModel            │   │       ├── MainViewModel.cs.pp            │   │       └── ViewModelLocator.cs.pp            │   ├── MvvmLight.5.4.1.1.nupkg            │   └── tools            │       └── install.ps1            └── MvvmLightLibs.5.4.1.1                ├── MvvmLightLibs.5.4.1.1.nupkg                └── lib                    ├── SL5                    │   ├── GalaSoft.MvvmLight.Extras.dll                    │   ├── GalaSoft.MvvmLight.Extras.pdb                    │   ├── GalaSoft.MvvmLight.Extras.xml                    │   ├── GalaSoft.MvvmLight.dll                    │   ├── GalaSoft.MvvmLight.pdb                    │   ├── GalaSoft.MvvmLight.xml                    │   └── System.Windows.Interactivity.dll                    ├── monoandroid1                    │   ├── GalaSoft.MvvmLight.Extras.XML                    │   ├── GalaSoft.MvvmLight.Extras.dll                    │   ├── GalaSoft.MvvmLight.Extras.dll.mdb                    │   ├── GalaSoft.MvvmLight.Extras.pdb                    │   ├── GalaSoft.MvvmLight.Platform.XML                    │   ├── GalaSoft.MvvmLight.Platform.dll                    │   ├── GalaSoft.MvvmLight.Platform.dll.mdb                    │   ├── GalaSoft.MvvmLight.Platform.pdb                    │   ├── GalaSoft.MvvmLight.XML                    │   ├── GalaSoft.MvvmLight.dll                    │   ├── GalaSoft.MvvmLight.dll.mdb                    │   └── GalaSoft.MvvmLight.pdb                    ├── net35                    │   ├── GalaSoft.MvvmLight.Extras.dll                    │   ├── GalaSoft.MvvmLight.Extras.pdb                    │   ├── GalaSoft.MvvmLight.Extras.xml                    │   ├── GalaSoft.MvvmLight.dll                    │   ├── GalaSoft.MvvmLight.pdb                    │   ├── GalaSoft.MvvmLight.xml                    │   ├── System.Windows.Interactivity.dll                    │   └── System.Windows.Interactivity.xml                    ├── net40                    │   ├── GalaSoft.MvvmLight.Extras.dll                    │   ├── GalaSoft.MvvmLight.Extras.pdb                    │   ├── GalaSoft.MvvmLight.Extras.xml                    │   ├── GalaSoft.MvvmLight.dll                    │   ├── GalaSoft.MvvmLight.pdb                    │   ├── GalaSoft.MvvmLight.xml                    │   ├── System.Windows.Interactivity.dll                    │   └── System.Windows.Interactivity.xml                    ├── net45                    │   ├── GalaSoft.MvvmLight.Extras.dll                    │   ├── GalaSoft.MvvmLight.Extras.pdb                    │   ├── GalaSoft.MvvmLight.Extras.xml                    │   ├── GalaSoft.MvvmLight.Platform.dll                    │   ├── GalaSoft.MvvmLight.Platform.pdb                    │   ├── GalaSoft.MvvmLight.Platform.xml                    │   ├── GalaSoft.MvvmLight.dll                    │   ├── GalaSoft.MvvmLight.pdb                    │   ├── GalaSoft.MvvmLight.xml                    │   └── System.Windows.Interactivity.dll                    ├── portable-net45 wp8 wpa81 netcore45 monoandroid1 xamarin.ios10                    │   ├── GalaSoft.MvvmLight.Extras.XML                    │   ├── GalaSoft.MvvmLight.Extras.dll                    │   ├── GalaSoft.MvvmLight.Extras.pdb                    │   ├── GalaSoft.MvvmLight.XML                    │   ├── GalaSoft.MvvmLight.dll                    │   └── GalaSoft.MvvmLight.pdb                    ├── uap10.0                    │   ├── GalaSoft.MvvmLight.Extras.dll                    │   ├── GalaSoft.MvvmLight.Extras.pdb                    │   ├── GalaSoft.MvvmLight.Extras.xml                    │   ├── GalaSoft.MvvmLight.Platform.dll                    │   ├── GalaSoft.MvvmLight.Platform.pdb                    │   ├── GalaSoft.MvvmLight.Platform.pri                    │   ├── GalaSoft.MvvmLight.Platform.xml                    │   ├── GalaSoft.MvvmLight.dll                    │   ├── GalaSoft.MvvmLight.pdb                    │   └── GalaSoft.MvvmLight.xml                    ├── windows81                    │   ├── GalaSoft.MvvmLight.Extras.dll                    │   ├── GalaSoft.MvvmLight.Extras.pdb                    │   ├── GalaSoft.MvvmLight.Extras.xml                    │   ├── GalaSoft.MvvmLight.Platform.dll                    │   ├── GalaSoft.MvvmLight.Platform.pdb                    │   ├── GalaSoft.MvvmLight.Platform.pri                    │   ├── GalaSoft.MvvmLight.Platform.xml                    │   ├── GalaSoft.MvvmLight.dll                    │   ├── GalaSoft.MvvmLight.pdb                    │   └── GalaSoft.MvvmLight.xml                    ├── wp8                    │   ├── GalaSoft.MvvmLight.Extras.dll                    │   ├── GalaSoft.MvvmLight.Extras.pdb                    │   ├── GalaSoft.MvvmLight.Extras.xml                    │   ├── GalaSoft.MvvmLight.Platform.dll                    │   ├── GalaSoft.MvvmLight.Platform.pdb                    │   ├── GalaSoft.MvvmLight.Platform.xml                    │   ├── GalaSoft.MvvmLight.dll                    │   ├── GalaSoft.MvvmLight.pdb                    │   ├── GalaSoft.MvvmLight.xml                    │   └── System.Windows.Interactivity.dll                    ├── wp81                    │   ├── GalaSoft.MvvmLight.Extras.dll                    │   ├── GalaSoft.MvvmLight.Extras.pdb                    │   ├── GalaSoft.MvvmLight.Extras.xml                    │   ├── GalaSoft.MvvmLight.Platform.dll                    │   ├── GalaSoft.MvvmLight.Platform.pdb                    │   ├── GalaSoft.MvvmLight.Platform.xml                    │   ├── GalaSoft.MvvmLight.dll                    │   ├── GalaSoft.MvvmLight.pdb                    │   ├── GalaSoft.MvvmLight.xml                    │   └── System.Windows.Interactivity.dll                    ├── wpa81                    │   ├── GalaSoft.MvvmLight.Extras.XML                    │   ├── GalaSoft.MvvmLight.Extras.dll                    │   ├── GalaSoft.MvvmLight.Extras.pdb                    │   ├── GalaSoft.MvvmLight.Platform.XML                    │   ├── GalaSoft.MvvmLight.Platform.dll                    │   ├── GalaSoft.MvvmLight.Platform.pdb                    │   ├── GalaSoft.MvvmLight.Platform.pri                    │   ├── GalaSoft.MvvmLight.XML                    │   ├── GalaSoft.MvvmLight.dll                    │   └── GalaSoft.MvvmLight.pdb                    └── xamarin.ios10                        ├── GalaSoft.MvvmLight.Extras.XML                        ├── GalaSoft.MvvmLight.Extras.dll                        ├── GalaSoft.MvvmLight.Extras.pdb                        ├── GalaSoft.MvvmLight.Platform.XML                        ├── GalaSoft.MvvmLight.Platform.dll                        ├── GalaSoft.MvvmLight.XML                        ├── GalaSoft.MvvmLight.dll                        └── GalaSoft.MvvmLight.pdb120 directories, 764 files                            
  • 卖家QQ 779444424
  • 卖家微信 xielaobanhao