基本信息
源码名称:WPF c# 目录选择源码
源码大小:0.17M
文件格式:.rar
开发语言:C#
更新时间:2023-04-27
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
WPF c# 目录选择源码
WPF c# 目录选择源码,用来替换Forms的目录选择
文件清单
└── FolderPickerLib
├── bin
│ ├── Debug
│ │ ├── FolderPickerLib.dll
│ │ └── FolderPickerLib.pdb
│ └── Release
├── FolderPickerControl.xaml
├── FolderPickerControl.xaml.cs
├── FolderPickerDialog.xaml
├── FolderPickerDialog.xaml.cs
├── FolderPickerLib.csproj
├── FolderPickerLib.sln
├── FolderPickerLib.suo
├── Images
│ ├── shell32_10.ico
│ ├── shell32_12.ico
│ ├── shell32_264.ico
│ ├── shell32_303.ico
│ ├── shell32_8.ico
│ ├── shell32_9.ico
│ └── _svn
│ ├── all-wcprops
│ ├── entries
│ ├── prop-base
│ │ ├── shell32_10.ico.svn-base
│ │ ├── shell32_12.ico.svn-base
│ │ ├── shell32_264.ico.svn-base
│ │ ├── shell32_303.ico.svn-base
│ │ ├── shell32_8.ico.svn-base
│ │ └── shell32_9.ico.svn-base
│ ├── props
│ ├── text-base
│ │ ├── shell32_10.ico.svn-base
│ │ ├── shell32_12.ico.svn-base
│ │ ├── shell32_264.ico.svn-base
│ │ ├── shell32_303.ico.svn-base
│ │ ├── shell32_8.ico.svn-base
│ │ └── shell32_9.ico.svn-base
│ └── tmp
│ ├── prop-base
│ ├── props
│ └── text-base
├── InputDialog.xaml
├── InputDialog.xaml.cs
├── obj
├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ ├── Settings.settings
│ └── _svn
│ ├── all-wcprops
│ ├── entries
│ ├── prop-base
│ ├── props
│ ├── text-base
│ │ ├── AssemblyInfo.cs.svn-base
│ │ ├── Resources.Designer.cs.svn-base
│ │ ├── Resources.resx.svn-base
│ │ ├── Settings.Designer.cs.svn-base
│ │ └── Settings.settings.svn-base
│ └── tmp
│ ├── prop-base
│ ├── props
│ └── text-base
├── _svn
│ ├── all-wcprops
│ ├── entries
│ ├── prop-base
│ ├── props
│ ├── text-base
│ │ ├── FolderPickerControl.xaml.cs.svn-base
│ │ ├── FolderPickerControl.xaml.svn-base
│ │ ├── FolderPickerDialog.xaml.cs.svn-base
│ │ ├── FolderPickerDialog.xaml.svn-base
│ │ ├── FolderPickerLib.csproj.svn-base
│ │ ├── InputDialog.xaml.cs.svn-base
│ │ ├── InputDialog.xaml.svn-base
│ │ └── TreeModel.cs.svn-base
│ └── tmp
│ ├── prop-base
│ ├── props
│ └── text-base
└── TreeModel.cs
31 directories, 54 files
WPF c# 目录选择源码
WPF c# 目录选择源码,用来替换Forms的目录选择
文件清单
└── FolderPickerLib
├── bin
│ ├── Debug
│ │ ├── FolderPickerLib.dll
│ │ └── FolderPickerLib.pdb
│ └── Release
├── FolderPickerControl.xaml
├── FolderPickerControl.xaml.cs
├── FolderPickerDialog.xaml
├── FolderPickerDialog.xaml.cs
├── FolderPickerLib.csproj
├── FolderPickerLib.sln
├── FolderPickerLib.suo
├── Images
│ ├── shell32_10.ico
│ ├── shell32_12.ico
│ ├── shell32_264.ico
│ ├── shell32_303.ico
│ ├── shell32_8.ico
│ ├── shell32_9.ico
│ └── _svn
│ ├── all-wcprops
│ ├── entries
│ ├── prop-base
│ │ ├── shell32_10.ico.svn-base
│ │ ├── shell32_12.ico.svn-base
│ │ ├── shell32_264.ico.svn-base
│ │ ├── shell32_303.ico.svn-base
│ │ ├── shell32_8.ico.svn-base
│ │ └── shell32_9.ico.svn-base
│ ├── props
│ ├── text-base
│ │ ├── shell32_10.ico.svn-base
│ │ ├── shell32_12.ico.svn-base
│ │ ├── shell32_264.ico.svn-base
│ │ ├── shell32_303.ico.svn-base
│ │ ├── shell32_8.ico.svn-base
│ │ └── shell32_9.ico.svn-base
│ └── tmp
│ ├── prop-base
│ ├── props
│ └── text-base
├── InputDialog.xaml
├── InputDialog.xaml.cs
├── obj
├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ ├── Settings.settings
│ └── _svn
│ ├── all-wcprops
│ ├── entries
│ ├── prop-base
│ ├── props
│ ├── text-base
│ │ ├── AssemblyInfo.cs.svn-base
│ │ ├── Resources.Designer.cs.svn-base
│ │ ├── Resources.resx.svn-base
│ │ ├── Settings.Designer.cs.svn-base
│ │ └── Settings.settings.svn-base
│ └── tmp
│ ├── prop-base
│ ├── props
│ └── text-base
├── _svn
│ ├── all-wcprops
│ ├── entries
│ ├── prop-base
│ ├── props
│ ├── text-base
│ │ ├── FolderPickerControl.xaml.cs.svn-base
│ │ ├── FolderPickerControl.xaml.svn-base
│ │ ├── FolderPickerDialog.xaml.cs.svn-base
│ │ ├── FolderPickerDialog.xaml.svn-base
│ │ ├── FolderPickerLib.csproj.svn-base
│ │ ├── InputDialog.xaml.cs.svn-base
│ │ ├── InputDialog.xaml.svn-base
│ │ └── TreeModel.cs.svn-base
│ └── tmp
│ ├── prop-base
│ ├── props
│ └── text-base
└── TreeModel.cs
31 directories, 54 files