基本信息
源码名称:C#-WPF实现抽屉效果抽屉式风格主题框架源码-使用MaterialDesignThemes实现WPF炫酷漂亮的效果
源码大小:17.90M
文件格式:.zip
开发语言:C#
更新时间:2023-11-16
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 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