嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#-WPF实现抽屉效果抽屉式风格主题框架源码-使用MaterialDesignThemes实现WPF炫酷漂亮的效果
.
├── C#-WPF实现抽屉效果抽屉式风格主题框架源码-使用MaterialDesignThemes实现WPF炫酷漂亮的效果_WPF抽屉式框架.zip
├── DeviceSystem
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── DeviceSystem.csproj
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── WinMain.xaml
│ ├── WinMain.xaml.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── DeviceSystem.exe
│ │ │ ├── DeviceSystem.exe.config
│ │ │ ├── DeviceSystem.pdb
│ │ │ ├── MaterialDesignColors.dll
│ │ │ ├── MaterialDesignColors.pdb
│ │ │ ├── MaterialDesignThemes.Wpf.dll
│ │ │ ├── MaterialDesignThemes.Wpf.pdb
│ │ │ └── MaterialDesignThemes.Wpf.xml
│ │ └── Release
│ │ ├── DeviceSystem.exe
│ │ ├── DeviceSystem.exe.config
│ │ ├── DeviceSystem.pdb
│ │ ├── MaterialDesignColors.dll
│ │ ├── MaterialDesignColors.pdb
│ │ ├── MaterialDesignThemes.Wpf.dll
│ │ ├── MaterialDesignThemes.Wpf.pdb
│ │ └── MaterialDesignThemes.Wpf.xml
│ ├── obj
│ │ ├── Debug
│ │ │ ├── App.baml
│ │ │ ├── App.g.cs
│ │ │ ├── App.g.i.cs
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── DeviceSystem.Properties.Resources.resources
│ │ │ ├── DeviceSystem.csproj.CopyComplete
│ │ │ ├── DeviceSystem.csproj.CoreCompileInputs.cache
│ │ │ ├── DeviceSystem.csproj.FileListAbsolute.txt
│ │ │ ├── DeviceSystem.csproj.GenerateResource.cache
│ │ │ ├── DeviceSystem.exe
│ │ │ ├── DeviceSystem.g.resources
│ │ │ ├── DeviceSystem.pdb
│ │ │ ├── DeviceSystem_MarkupCompile.cache
│ │ │ ├── DeviceSystem_MarkupCompile.i.cache
│ │ │ ├── DeviceSystem_MarkupCompile.lref
│ │ │ ├── MainWindow.g.i.cs
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── WinMain.baml
│ │ │ ├── WinMain.g.cs
│ │ │ └── WinMain.g.i.cs
│ │ ├── Release
│ │ │ ├── App.baml
│ │ │ ├── App.g.cs
│ │ │ ├── App.g.i.cs
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── DeviceSystem.Properties.Resources.resources
│ │ │ ├── DeviceSystem.csproj.CopyComplete
│ │ │ ├── DeviceSystem.csproj.FileListAbsolute.txt
│ │ │ ├── DeviceSystem.csproj.GenerateResource.cache
│ │ │ ├── DeviceSystem.exe
│ │ │ ├── DeviceSystem.g.resources
│ │ │ ├── DeviceSystem.pdb
│ │ │ ├── DeviceSystem_MarkupCompile.cache
│ │ │ ├── DeviceSystem_MarkupCompile.i.cache
│ │ │ ├── DeviceSystem_MarkupCompile.lref
│ │ │ ├── MainWindow.baml
│ │ │ ├── MainWindow.g.cs
│ │ │ ├── MainWindow.g.i.cs
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ └── x64
│ │ └── Debug
│ │ ├── App.g.i.cs
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── DeviceSystem.csprojAssemblyReference.cache
│ │ ├── DeviceSystem_MarkupCompile.i.cache
│ │ ├── DeviceSystem_MarkupCompile.i.lref
│ │ ├── MainWindow.g.i.cs
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ └── packages.config
├── DeviceSystem.sln
└── packages
├── MaterialDesignColors.1.2.1
│ ├── MaterialDesignColors.1.2.1.nupkg
│ ├── images
│ │ └── MaterialDesignColors.Icon.png
│ └── lib
│ ├── net45
│ │ ├── MaterialDesignColors.dll
│ │ └── MaterialDesignColors.pdb
│ └── netcoreapp3.0
│ ├── MaterialDesignColors.dll
│ └── MaterialDesignColors.pdb
└── MaterialDesignThemes.3.0.0
├── MaterialDesignThemes.3.0.0.nupkg
├── build
│ ├── MaterialDesignThemes.targets
│ └── Resources
│ └── Roboto
│ ├── Roboto-Black.ttf
│ ├── Roboto-BlackItalic.ttf
│ ├── Roboto-Bold.ttf
│ ├── Roboto-BoldItalic.ttf
│ ├── Roboto-Italic.ttf
│ ├── Roboto-Light.ttf
│ ├── Roboto-LightItalic.ttf
│ ├── Roboto-Medium.ttf
│ ├── Roboto-MediumItalic.ttf
│ ├── Roboto-Regular.ttf
│ ├── Roboto-Thin.ttf
│ ├── Roboto-ThinItalic.ttf
│ ├── RobotoCondensed-Bold.ttf
│ ├── RobotoCondensed-BoldItalic.ttf
│ ├── RobotoCondensed-Italic.ttf
│ ├── RobotoCondensed-Light.ttf
│ ├── RobotoCondensed-LightItalic.ttf
│ └── RobotoCondensed-Regular.ttf
├── images
│ └── MaterialDesignThemes.Icon.png
└── lib
├── net45
│ ├── MaterialDesignThemes.Wpf.dll
│ ├── MaterialDesignThemes.Wpf.pdb
│ └── MaterialDesignThemes.Wpf.xml
└── netcoreapp3.0
├── MaterialDesignThemes.Wpf.dll
├── MaterialDesignThemes.Wpf.pdb
└── MaterialDesignThemes.Wpf.xml
27 directories, 109 files