实例介绍
【实例简介】
c#开发实战宝典 明日科技 源代码 解压后121M 《C#开发实战宝典》从初学者的角度讲述使用Visual Studio 2008开发环境结合C#语言进行程序开发应该掌握的各项技术,突出“基础”、“全面”、“深入”;同时就像书名所暗示的一样,强调“实战”效果。在介绍技术的同时,书中都会提供示例或稍大一些的实例,同时在各章的结尾安排有综合应用,通过几个小型项目来综合应用本章所讲解的知识,做到理论联系实际。在《C#开发实战宝典》的最后5章中提供了5个完整的项目实例,讲述从前期规划、设计流程到项目最终实施的整个实现过程。 全书共分30章,主要内容包括初探C#及其开发环境,认识C#代码结构,C#程序设计基础,选择结构控制,循环结构控制,字符及字符串,数组、集合与哈希表,面向对象程序设计,Windows窗体设计,Windows应用程序常用控件,Windows应用程序高级控件,对话框、菜单、工具栏及状态栏,数据库编程基础,ADO.NET数据访问技术,DataGridView数据控件,面向对象编程高级技术,枚举类型与泛型,LINQ技术的使用,文件及I/O,GDI+绘图技术,水晶报表与打印,网络编程,线程的使用,异常处理与程序调试,Windows应用程序打包部署,企业QQ系统,餐饮管理系统,房屋中介管理系统,企业人事管理系统,进销存管理系统等。 《C#开发实战宝典》适合有志于从事软件开发的初学者、高校计算机相关专业学生和毕业生,也可作为软件开发人员的参考手册,或者高校的教学参考书。
【实例截图】
【核心代码】
4744300845219933236.7z
├── TM
│ ├── 第10章
│ │ ├── 例10.10
│ │ │ └── TXTSelectShow
│ │ │ ├── TXTSelectShow
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── TXTSelectShow.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── TXTSelectShow.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── TXTSelectShow.csproj.GenerateResource.Cache
│ │ │ │ │ ├── TXTSelectShow.Form1.resources
│ │ │ │ │ ├── TXTSelectShow.pdb
│ │ │ │ │ └── TXTSelectShow.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TXTSelectShow.csproj
│ │ │ ├── TXTSelectShow.sln
│ │ │ └── TXTSelectShow.suo
│ │ ├── 例10.11
│ │ │ └── TXTChanage
│ │ │ ├── TXTChanage
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── TXTChanage.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── TXTChanage.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── TXTChanage.csproj.GenerateResource.Cache
│ │ │ │ │ ├── TXTChanage.Form1.resources
│ │ │ │ │ ├── TXTChanage.pdb
│ │ │ │ │ └── TXTChanage.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TXTChanage.csproj
│ │ │ ├── TXTChanage.sln
│ │ │ └── TXTChanage.suo
│ │ ├── 例10.12
│ │ │ └── RTXTScroll
│ │ │ ├── RTXTScroll
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── RTXTScroll.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RTXTScroll.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── RTXTScroll.csproj.GenerateResource.Cache
│ │ │ │ │ ├── RTXTScroll.Form1.resources
│ │ │ │ │ ├── RTXTScroll.pdb
│ │ │ │ │ ├── RTXTScroll.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── RTXTScroll.csproj
│ │ │ ├── RTXTScroll.sln
│ │ │ └── RTXTScroll.suo
│ │ ├── 例10.13
│ │ │ └── RTXTFont
│ │ │ ├── RTXTFont
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── RTXTFont.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RTXTFont.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── RTXTFont.csproj.GenerateResource.Cache
│ │ │ │ │ ├── RTXTFont.Form1.resources
│ │ │ │ │ ├── RTXTFont.pdb
│ │ │ │ │ ├── RTXTFont.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── RTXTFont.csproj
│ │ │ ├── RTXTFont.sln
│ │ │ └── RTXTFont.suo
│ │ ├── 例10.14
│ │ │ └── RTXTURL
│ │ │ ├── RTXTURL
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── RTXTURL.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RTXTURL.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── RTXTURL.csproj.GenerateResource.Cache
│ │ │ │ │ ├── RTXTURL.Form1.resources
│ │ │ │ │ ├── RTXTURL.pdb
│ │ │ │ │ ├── RTXTURL.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── RTXTURL.csproj
│ │ │ ├── RTXTURL.sln
│ │ │ └── RTXTURL.suo
│ │ ├── 例10.15
│ │ │ └── RTXTStyle
│ │ │ ├── RTXTStyle
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── RTXTStyle.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RTXTStyle.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── RTXTStyle.csproj.GenerateResource.Cache
│ │ │ │ │ ├── RTXTStyle.Form1.resources
│ │ │ │ │ ├── RTXTStyle.pdb
│ │ │ │ │ ├── RTXTStyle.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── RTXTStyle.csproj
│ │ │ ├── RTXTStyle.sln
│ │ │ └── RTXTStyle.suo
│ │ ├── 例10.16
│ │ │ └── RTXTJJ
│ │ │ ├── RTXTJJ
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── RTXTJJ.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RTXTJJ.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── RTXTJJ.csproj.GenerateResource.Cache
│ │ │ │ │ ├── RTXTJJ.Form1.resources
│ │ │ │ │ ├── RTXTJJ.pdb
│ │ │ │ │ ├── RTXTJJ.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── RTXTJJ.csproj
│ │ │ ├── RTXTJJ.sln
│ │ │ └── RTXTJJ.suo
│ │ ├── 例10.17
│ │ │ └── CBoxSelect
│ │ │ ├── CBoxSelect
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CBoxSelect.pdb
│ │ │ │ ├── CBoxSelect.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CBoxSelect.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CBoxSelect.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CBoxSelect.Form1.resources
│ │ │ │ │ ├── CBoxSelect.pdb
│ │ │ │ │ ├── CBoxSelect.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CBoxSelect.sln
│ │ │ └── CBoxSelect.suo
│ │ ├── 例10.18
│ │ │ └── CBoxSelectAll
│ │ │ ├── CBoxSelectAll
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CBoxSelectAll.pdb
│ │ │ │ ├── CBoxSelectAll.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CBoxSelectAll.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CBoxSelectAll.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CBoxSelectAll.Form1.resources
│ │ │ │ │ ├── CBoxSelectAll.pdb
│ │ │ │ │ ├── CBoxSelectAll.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CBoxSelectAll.sln
│ │ │ └── CBoxSelectAll.suo
│ │ ├── 例10.19
│ │ │ └── CBoxChanged
│ │ │ ├── CBoxChanged
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CBoxChanged.pdb
│ │ │ │ ├── CBoxChanged.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CBoxChanged.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CBoxChanged.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CBoxChanged.Form1.resources
│ │ │ │ │ ├── CBoxChanged.pdb
│ │ │ │ │ ├── CBoxChanged.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CBoxChanged.sln
│ │ │ └── CBoxChanged.suo
│ │ ├── 例10.20
│ │ │ └── CKBoxCheck
│ │ │ ├── CKBoxCheck
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CKBoxCheck.pdb
│ │ │ │ ├── CKBoxCheck.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CKBoxCheck.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CKBoxCheck.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CKBoxCheck.Form1.resources
│ │ │ │ │ ├── CKBoxCheck.pdb
│ │ │ │ │ ├── CKBoxCheck.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CKBoxCheck.sln
│ │ │ └── CKBoxCheck.suo
│ │ ├── 例10.21
│ │ │ └── CKBoxChanged
│ │ │ ├── CKBoxChanged
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CKBoxChanged.pdb
│ │ │ │ ├── CKBoxChanged.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CKBoxChanged.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CKBoxChanged.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CKBoxChanged.Form1.resources
│ │ │ │ │ ├── CKBoxChanged.pdb
│ │ │ │ │ ├── CKBoxChanged.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CKBoxChanged.sln
│ │ │ └── CKBoxChanged.suo
│ │ ├── 例10.22
│ │ │ └── RBtnCheck
│ │ │ ├── RBtnCheck
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── RBtnCheck.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RBtnCheck.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── RBtnCheck.csproj.GenerateResource.Cache
│ │ │ │ │ ├── RBtnCheck.Form1.resources
│ │ │ │ │ ├── RBtnCheck.pdb
│ │ │ │ │ ├── RBtnCheck.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── RBtnCheck.csproj
│ │ │ ├── RBtnCheck.sln
│ │ │ └── RBtnCheck.suo
│ │ ├── 例10.23
│ │ │ └── RBtnChange
│ │ │ ├── RBtnChange
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── RBtnChange.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RBtnChange.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── RBtnChange.csproj.GenerateResource.Cache
│ │ │ │ │ ├── RBtnChange.Form1.resources
│ │ │ │ │ ├── RBtnChange.pdb
│ │ │ │ │ ├── RBtnChange.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── RBtnChange.csproj
│ │ │ ├── RBtnChange.sln
│ │ │ └── RBtnChange.suo
│ │ ├── 例10.24
│ │ │ └── NUDownNum
│ │ │ ├── NUDownNum
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── NUDownNum.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── NUDownNum.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── NUDownNum.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── NUDownNum.csproj.GenerateResource.Cache
│ │ │ │ │ ├── NUDownNum.Form1.resources
│ │ │ │ │ ├── NUDownNum.pdb
│ │ │ │ │ ├── NUDownNum.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── NUDownNum.sln
│ │ │ └── NUDownNum.suo
│ │ ├── 例10.25
│ │ │ └── NUDownStyle
│ │ │ ├── NUDownStyle
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── NUDownStyle.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── NUDownStyle.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── NUDownStyle.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── NUDownStyle.csproj.GenerateResource.Cache
│ │ │ │ │ ├── NUDownStyle.Form1.resources
│ │ │ │ │ ├── NUDownStyle.pdb
│ │ │ │ │ ├── NUDownStyle.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── NUDownStyle.sln
│ │ │ └── NUDownStyle.suo
│ │ ├── 例10.26
│ │ │ └── LBoxAddAndRemove
│ │ │ ├── LBoxAddAndRemove
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LBoxAddAndRemove.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LBoxAddAndRemove.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LBoxAddAndRemove.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LBoxAddAndRemove.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LBoxAddAndRemove.Form1.resources
│ │ │ │ │ ├── LBoxAddAndRemove.pdb
│ │ │ │ │ ├── LBoxAddAndRemove.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LBoxAddAndRemove.sln
│ │ │ └── LBoxAddAndRemove.suo
│ │ ├── 例10.27
│ │ │ └── LBoxScroll
│ │ │ ├── LBoxScroll
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LBoxScroll.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LBoxScroll.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LBoxScroll.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LBoxScroll.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LBoxScroll.Form1.resources
│ │ │ │ │ ├── LBoxScroll.pdb
│ │ │ │ │ ├── LBoxScroll.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LBoxScroll.sln
│ │ │ └── LBoxScroll.suo
│ │ ├── 例10.28
│ │ │ └── LBoxSelectMult
│ │ │ ├── LBoxSelectMult
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LBoxSelectMult.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LBoxSelectMult.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LBoxSelectMult.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LBoxSelectMult.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LBoxSelectMult.Form1.resources
│ │ │ │ │ ├── LBoxSelectMult.pdb
│ │ │ │ │ ├── LBoxSelectMult.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LBoxSelectMult.sln
│ │ │ └── LBoxSelectMult.suo
│ │ ├── 例10.29
│ │ │ └── UsePanel
│ │ │ ├── UsePanel
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UsePanel.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UsePanel.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UsePanel.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UsePanel.Form1.resources
│ │ │ │ │ ├── UsePanel.pdb
│ │ │ │ │ └── UsePanel.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UsePanel.csproj
│ │ │ ├── UsePanel.sln
│ │ │ └── UsePanel.suo
│ │ ├── 例10.30
│ │ │ └── UseGroupBox
│ │ │ ├── UseGroupBox
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseGroupBox.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseGroupBox.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseGroupBox.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseGroupBox.Form1.resources
│ │ │ │ │ ├── UseGroupBox.pdb
│ │ │ │ │ └── UseGroupBox.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseGroupBox.csproj
│ │ │ ├── UseGroupBox.sln
│ │ │ └── UseGroupBox.suo
│ │ ├── 例10.31
│ │ │ └── TCtrlStyle
│ │ │ ├── TCtrlStyle
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── TCtrlStyle.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TCtrlStyle.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── TCtrlStyle.csproj.GenerateResource.Cache
│ │ │ │ │ ├── TCtrlStyle.Form1.resources
│ │ │ │ │ ├── TCtrlStyle.pdb
│ │ │ │ │ ├── TCtrlStyle.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TCtrlStyle.csproj
│ │ │ ├── TCtrlStyle.sln
│ │ │ └── TCtrlStyle.suo
│ │ ├── 例10.32
│ │ │ └── TCtrlBtnStyle
│ │ │ ├── TCtrlBtnStyle
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── TCtrlBtnStyle.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TCtrlBtnStyle.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── TCtrlBtnStyle.csproj.GenerateResource.Cache
│ │ │ │ │ ├── TCtrlBtnStyle.Form1.resources
│ │ │ │ │ ├── TCtrlBtnStyle.pdb
│ │ │ │ │ ├── TCtrlBtnStyle.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TCtrlBtnStyle.csproj
│ │ │ ├── TCtrlBtnStyle.sln
│ │ │ └── TCtrlBtnStyle.suo
│ │ ├── 例10.33
│ │ │ └── TCtrlAddControl
│ │ │ ├── TCtrlAddControl
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── TCtrlAddControl.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TCtrlAddControl.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── TCtrlAddControl.csproj.GenerateResource.Cache
│ │ │ │ │ ├── TCtrlAddControl.Form1.resources
│ │ │ │ │ ├── TCtrlAddControl.pdb
│ │ │ │ │ ├── TCtrlAddControl.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TCtrlAddControl.csproj
│ │ │ ├── TCtrlAddControl.sln
│ │ │ └── TCtrlAddControl.suo
│ │ ├── 例10.34
│ │ │ └── TCtrlAddPage
│ │ │ ├── TCtrlAddPage
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── TCtrlAddPage.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TCtrlAddPage.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── TCtrlAddPage.csproj.GenerateResource.Cache
│ │ │ │ │ ├── TCtrlAddPage.Form1.resources
│ │ │ │ │ ├── TCtrlAddPage.pdb
│ │ │ │ │ ├── TCtrlAddPage.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TCtrlAddPage.csproj
│ │ │ ├── TCtrlAddPage.sln
│ │ │ └── TCtrlAddPage.suo
│ │ ├── 例10.35
│ │ │ └── TCtrlRemovePage
│ │ │ ├── TCtrlRemovePage
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── TCtrlRemovePage.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TCtrlRemovePage.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── TCtrlRemovePage.csproj.GenerateResource.Cache
│ │ │ │ │ ├── TCtrlRemovePage.Form1.resources
│ │ │ │ │ ├── TCtrlRemovePage.pdb
│ │ │ │ │ ├── TCtrlRemovePage.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TCtrlRemovePage.csproj
│ │ │ ├── TCtrlRemovePage.sln
│ │ │ └── TCtrlRemovePage.suo
│ │ ├── 例10.37
│ │ │ └── CheckUPOP
│ │ │ ├── CheckUPOP
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CheckUPOP.pdb
│ │ │ │ ├── CheckUPOP.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CheckUPOP.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CheckUPOP.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CheckUPOP.Form1.resources
│ │ │ │ │ ├── CheckUPOP.pdb
│ │ │ │ │ ├── CheckUPOP.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CheckUPOP.sln
│ │ │ └── CheckUPOP.suo
│ │ ├── 例10.38
│ │ │ └── OrderDishes
│ │ │ ├── OrderDishes
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── OrderDishes.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── OrderDishes.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── OrderDishes.csproj.GenerateResource.Cache
│ │ │ │ │ ├── OrderDishes.Form1.resources
│ │ │ │ │ ├── OrderDishes.pdb
│ │ │ │ │ ├── OrderDishes.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── OrderDishes.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── OrderDishes.sln
│ │ │ └── OrderDishes.suo
│ │ ├── 例10.4
│ │ │ └── UseBtnClick
│ │ │ ├── UseBtnClick
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseBtnClick.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseBtnClick.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseBtnClick.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseBtnClick.Form1.resources
│ │ │ │ │ ├── UseBtnClick.pdb
│ │ │ │ │ └── UseBtnClick.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseBtnClick.csproj
│ │ │ ├── UseBtnClick.sln
│ │ │ └── UseBtnClick.suo
│ │ ├── 例10.5
│ │ │ └── UseAcceptButton
│ │ │ ├── UseAcceptButton
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseAcceptButton.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseAcceptButton.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseAcceptButton.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseAcceptButton.Form1.resources
│ │ │ │ │ ├── UseAcceptButton.pdb
│ │ │ │ │ └── UseAcceptButton.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseAcceptButton.csproj
│ │ │ ├── UseAcceptButton.sln
│ │ │ └── UseAcceptButton.suo
│ │ ├── 例10.6
│ │ │ └── UseCancelButton
│ │ │ ├── UseCancelButton
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseCancelButton.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseCancelButton.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseCancelButton.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseCancelButton.Form1.resources
│ │ │ │ │ ├── UseCancelButton.pdb
│ │ │ │ │ └── UseCancelButton.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseCancelButton.csproj
│ │ │ ├── UseCancelButton.sln
│ │ │ └── UseCancelButton.suo
│ │ ├── 例10.7
│ │ │ └── TXTReadOnly
│ │ │ ├── TXTReadOnly
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── TXTReadOnly.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── TXTReadOnly.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── TXTReadOnly.csproj.GenerateResource.Cache
│ │ │ │ │ ├── TXTReadOnly.Form1.resources
│ │ │ │ │ ├── TXTReadOnly.pdb
│ │ │ │ │ └── TXTReadOnly.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TXTReadOnly.csproj
│ │ │ ├── TXTReadOnly.sln
│ │ │ └── TXTReadOnly.suo
│ │ ├── 例10.8
│ │ │ └── TXTPwdChar
│ │ │ ├── TXTPwdChar
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── TXTPwdChar.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── TXTPwdChar.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── TXTPwdChar.csproj.GenerateResource.Cache
│ │ │ │ │ ├── TXTPwdChar.Form1.resources
│ │ │ │ │ ├── TXTPwdChar.pdb
│ │ │ │ │ └── TXTPwdChar.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TXTPwdChar.csproj
│ │ │ ├── TXTPwdChar.sln
│ │ │ └── TXTPwdChar.suo
│ │ ├── 例10.9
│ │ │ └── TXTMult
│ │ │ ├── TXTMult
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── TXTMult.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── TXTMult.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── TXTMult.csproj.GenerateResource.Cache
│ │ │ │ │ ├── TXTMult.Form1.resources
│ │ │ │ │ ├── TXTMult.pdb
│ │ │ │ │ └── TXTMult.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TXTMult.csproj
│ │ │ ├── TXTMult.sln
│ │ │ └── TXTMult.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── NumTextBox
│ │ │ ├── NumTextBox
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── NumTextBox.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── NumTextBox.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── NumTextBox.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── NumTextBox.csproj.GenerateResource.Cache
│ │ │ │ │ ├── NumTextBox.Form1.resources
│ │ │ │ │ ├── NumTextBox.pdb
│ │ │ │ │ ├── NumTextBox.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── NumTextBox.sln
│ │ │ └── NumTextBox.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── BtnIcon
│ │ │ ├── BtnIcon
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── BtnIcon.pdb
│ │ │ │ ├── BtnIcon.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── BtnIcon.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── BtnIcon.csproj.GenerateResource.Cache
│ │ │ │ │ ├── BtnIcon.Form1.resources
│ │ │ │ │ ├── BtnIcon.pdb
│ │ │ │ │ ├── BtnIcon.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── BtnIcon.sln
│ │ │ └── BtnIcon.suo
│ │ ├── 视频10.1~10.2
│ │ ├── 视频10.3
│ │ ├── 视频10.4
│ │ ├── 视频10.5
│ │ └── 视频10.6
│ ├── 第11章
│ │ ├── 例11.1
│ │ │ └── AddImages
│ │ │ ├── AddImages
│ │ │ │ ├── AddImages.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 01.jpg
│ │ │ │ │ ├── 02.jpg
│ │ │ │ │ ├── AddImages.pdb
│ │ │ │ │ └── Thumbs.db
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── AddImages.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── AddImages.csproj.GenerateResource.Cache
│ │ │ │ │ ├── AddImages.Form1.resources
│ │ │ │ │ ├── AddImages.pdb
│ │ │ │ │ ├── AddImages.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── AddImages.sln
│ │ │ └── AddImages.suo
│ │ ├── 例11.11
│ │ │ └── LVGroups
│ │ │ ├── LVGroups
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LVGroups.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LVGroups.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LVGroups.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LVGroups.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LVGroups.Form1.resources
│ │ │ │ │ ├── LVGroups.pdb
│ │ │ │ │ ├── LVGroups.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LVGroups.sln
│ │ │ └── LVGroups.suo
│ │ ├── 例11.12
│ │ │ └── TVAddNodes
│ │ │ ├── TVAddNodes
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── TVAddNodes.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── TVAddNodes.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── TVAddNodes.csproj.GenerateResource.Cache
│ │ │ │ │ ├── TVAddNodes.Form1.resources
│ │ │ │ │ ├── TVAddNodes.pdb
│ │ │ │ │ └── TVAddNodes.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TVAddNodes.csproj
│ │ │ ├── TVAddNodes.sln
│ │ │ └── TVAddNodes.suo
│ │ ├── 例11.13
│ │ │ └── TVRemoveNodes
│ │ │ ├── TVRemoveNodes
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── TVRemoveNodes.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── TVRemoveNodes.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── TVRemoveNodes.csproj.GenerateResource.Cache
│ │ │ │ │ ├── TVRemoveNodes.Form1.resources
│ │ │ │ │ ├── TVRemoveNodes.pdb
│ │ │ │ │ └── TVRemoveNodes.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TVRemoveNodes.csproj
│ │ │ ├── TVRemoveNodes.sln
│ │ │ └── TVRemoveNodes.suo
│ │ ├── 例11.14
│ │ │ └── TVSelectNode
│ │ │ ├── TVSelectNode
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── TVSelectNode.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── TVSelectNode.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── TVSelectNode.csproj.GenerateResource.Cache
│ │ │ │ │ ├── TVSelectNode.Form1.resources
│ │ │ │ │ ├── TVSelectNode.pdb
│ │ │ │ │ └── TVSelectNode.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TVSelectNode.csproj
│ │ │ ├── TVSelectNode.sln
│ │ │ └── TVSelectNode.suo
│ │ ├── 例11.17
│ │ │ └── TVSetNodeIcon
│ │ │ ├── TVSetNodeIcon
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 1.png
│ │ │ │ │ ├── 2.png
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ └── TVSetNodeIcon.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── TVSetNodeIcon.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── TVSetNodeIcon.csproj.GenerateResource.Cache
│ │ │ │ │ ├── TVSetNodeIcon.Form1.resources
│ │ │ │ │ ├── TVSetNodeIcon.pdb
│ │ │ │ │ └── TVSetNodeIcon.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TVSetNodeIcon.csproj
│ │ │ ├── TVSetNodeIcon.sln
│ │ │ └── TVSetNodeIcon.suo
│ │ ├── 例11.18
│ │ │ └── DTPickShowTime
│ │ │ ├── DTPickShowTime
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DTPickShowTime.pdb
│ │ │ │ ├── DTPickShowTime.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DTPickShowTime.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DTPickShowTime.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DTPickShowTime.Form1.resources
│ │ │ │ │ ├── DTPickShowTime.pdb
│ │ │ │ │ ├── DTPickShowTime.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DTPickShowTime.sln
│ │ │ └── DTPickShowTime.suo
│ │ ├── 例11.19
│ │ │ └── DTPickShowDate
│ │ │ ├── DTPickShowDate
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DTPickShowDate.pdb
│ │ │ │ ├── DTPickShowDate.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DTPickShowDate.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DTPickShowDate.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DTPickShowDate.Form1.resources
│ │ │ │ │ ├── DTPickShowDate.pdb
│ │ │ │ │ ├── DTPickShowDate.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DTPickShowDate.sln
│ │ │ └── DTPickShowDate.suo
│ │ ├── 例11.2
│ │ │ └── RemoveImages
│ │ │ ├── RemoveImages
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 01.jpg
│ │ │ │ │ ├── RemoveImages.pdb
│ │ │ │ │ └── Thumbs.db
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RemoveImages.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── RemoveImages.csproj.GenerateResource.Cache
│ │ │ │ │ ├── RemoveImages.Form1.resources
│ │ │ │ │ ├── RemoveImages.pdb
│ │ │ │ │ ├── RemoveImages.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── RemoveImages.csproj
│ │ │ ├── RemoveImages.sln
│ │ │ └── RemoveImages.suo
│ │ ├── 例11.20
│ │ │ └── DTPickGetDate
│ │ │ ├── DTPickGetDate
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DTPickGetDate.pdb
│ │ │ │ ├── DTPickGetDate.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DTPickGetDate.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DTPickGetDate.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DTPickGetDate.Form1.resources
│ │ │ │ │ ├── DTPickGetDate.pdb
│ │ │ │ │ ├── DTPickGetDate.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DTPickGetDate.sln
│ │ │ └── DTPickGetDate.suo
│ │ ├── 例11.21
│ │ │ └── MCalendarSetColor
│ │ │ ├── MCalendarSetColor
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── MCalendarSetColor.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── MCalendarSetColor.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MCalendarSetColor.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── MCalendarSetColor.csproj.GenerateResource.Cache
│ │ │ │ │ ├── MCalendarSetColor.Form1.resources
│ │ │ │ │ ├── MCalendarSetColor.pdb
│ │ │ │ │ ├── MCalendarSetColor.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── MCalendarSetColor.sln
│ │ │ └── MCalendarSetColor.suo
│ │ ├── 例11.22
│ │ │ └── MCalendarShowWeek
│ │ │ ├── MCalendarShowWeek
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── MCalendarShowWeek.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── MCalendarShowWeek.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MCalendarShowWeek.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── MCalendarShowWeek.csproj.GenerateResource.Cache
│ │ │ │ │ ├── MCalendarShowWeek.Form1.resources
│ │ │ │ │ ├── MCalendarShowWeek.pdb
│ │ │ │ │ ├── MCalendarShowWeek.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── MCalendarShowWeek.sln
│ │ │ └── MCalendarShowWeek.suo
│ │ ├── 例11.23
│ │ │ └── MCalendarShowMultMonth
│ │ │ ├── MCalendarShowMultMonth
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── MCalendarShowMultMonth.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── MCalendarShowMultMonth.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MCalendarShowMultMonth.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── MCalendarShowMultMonth.csproj.GenerateResource.Cache
│ │ │ │ │ ├── MCalendarShowMultMonth.Form1.resources
│ │ │ │ │ ├── MCalendarShowMultMonth.pdb
│ │ │ │ │ ├── MCalendarShowMultMonth.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── MCalendarShowMultMonth.sln
│ │ │ └── MCalendarShowMultMonth.suo
│ │ ├── 例11.24
│ │ │ └── MCalendarBoldDate
│ │ │ ├── MCalendarBoldDate
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── MCalendarBoldDate.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── MCalendarBoldDate.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MCalendarBoldDate.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── MCalendarBoldDate.csproj.GenerateResource.Cache
│ │ │ │ │ ├── MCalendarBoldDate.Form1.resources
│ │ │ │ │ ├── MCalendarBoldDate.pdb
│ │ │ │ │ ├── MCalendarBoldDate.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── MCalendarBoldDate.sln
│ │ │ └── MCalendarBoldDate.suo
│ │ ├── 例11.25
│ │ │ └── MCalendarSelectDate
│ │ │ ├── MCalendarSelectDate
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── MCalendarSelectDate.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── MCalendarSelectDate.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MCalendarSelectDate.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── MCalendarSelectDate.csproj.GenerateResource.Cache
│ │ │ │ │ ├── MCalendarSelectDate.Form1.resources
│ │ │ │ │ ├── MCalendarSelectDate.pdb
│ │ │ │ │ ├── MCalendarSelectDate.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── MCalendarSelectDate.sln
│ │ │ └── MCalendarSelectDate.suo
│ │ ├── 例11.26
│ │ │ └── EProValTXT
│ │ │ ├── EProValTXT
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── EProValTXT.pdb
│ │ │ │ ├── EProValTXT.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── EProValTXT.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── EProValTXT.csproj.GenerateResource.Cache
│ │ │ │ │ ├── EProValTXT.Form1.resources
│ │ │ │ │ ├── EProValTXT.pdb
│ │ │ │ │ ├── EProValTXT.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── EProValTXT.sln
│ │ │ └── EProValTXT.suo
│ │ ├── 例11.27
│ │ │ └── HProUseHelp
│ │ │ ├── HProUseHelp
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── helpPage.htm
│ │ │ │ │ ├── HProUseHelp.pdb
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── 帮助.ico
│ │ │ │ │ └── 帮助.png
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── HProUseHelp.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── HProUseHelp.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── HProUseHelp.csproj.GenerateResource.Cache
│ │ │ │ │ ├── HProUseHelp.Form1.resources
│ │ │ │ │ ├── HProUseHelp.pdb
│ │ │ │ │ ├── HProUseHelp.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── HProUseHelp.sln
│ │ │ └── HProUseHelp.suo
│ │ ├── 例11.28
│ │ │ └── UseTimer
│ │ │ ├── UseTimer
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseTimer.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseTimer.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseTimer.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseTimer.Form1.resources
│ │ │ │ │ ├── UseTimer.pdb
│ │ │ │ │ └── UseTimer.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseTimer.csproj
│ │ │ ├── UseTimer.sln
│ │ │ └── UseTimer.suo
│ │ ├── 例11.29
│ │ │ └── ShowPBar
│ │ │ ├── ShowPBar
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ShowPBar.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ShowPBar.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ShowPBar.csproj.GenerateResource.Cache
│ │ │ │ │ ├── ShowPBar.Form1.resources
│ │ │ │ │ ├── ShowPBar.pdb
│ │ │ │ │ ├── ShowPBar.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── ShowPBar.csproj
│ │ │ ├── ShowPBar.sln
│ │ │ └── ShowPBar.suo
│ │ ├── 例11.3
│ │ │ └── LVAddItems
│ │ │ ├── LVAddItems
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LVAddItems.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LVAddItems.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LVAddItems.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LVAddItems.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LVAddItems.Form1.resources
│ │ │ │ │ ├── LVAddItems.pdb
│ │ │ │ │ ├── LVAddItems.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LVAddItems.sln
│ │ │ └── LVAddItems.suo
│ │ ├── 例11.30
│ │ │ └── PowerCalendar
│ │ │ ├── PowerCalendar
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── PowerCalendar.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── PowerCalendar.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── PowerCalendar.csproj.GenerateResource.Cache
│ │ │ │ │ ├── PowerCalendar.Form1.resources
│ │ │ │ │ ├── PowerCalendar.pdb
│ │ │ │ │ ├── PowerCalendar.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── PowerCalendar.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── PowerCalendar.sln
│ │ │ └── PowerCalendar.suo
│ │ ├── 例11.31
│ │ │ └── ClockAlarm
│ │ │ ├── ClockAlarm
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ClockAlarm.pdb
│ │ │ │ ├── ClockAlarm.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ClockAlarm.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ClockAlarm.csproj.GenerateResource.Cache
│ │ │ │ │ ├── ClockAlarm.Form1.resources
│ │ │ │ │ ├── ClockAlarm.pdb
│ │ │ │ │ ├── ClockAlarm.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── ClockAlarm.sln
│ │ │ └── ClockAlarm.suo
│ │ ├── 例11.32
│ │ │ └── ShowDialogPBar
│ │ │ ├── ShowDialogPBar
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ShowDialogPBar.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Frm_Plan.cs
│ │ │ │ ├── Frm_Plan.designer.cs
│ │ │ │ ├── Frm_Plan.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ShowDialogPBar.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ShowDialogPBar.csproj.GenerateResource.Cache
│ │ │ │ │ ├── ShowDialogPBar.Form1.resources
│ │ │ │ │ ├── ShowDialogPBar.Frm_Plan.resources
│ │ │ │ │ ├── ShowDialogPBar.pdb
│ │ │ │ │ ├── ShowDialogPBar.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── ShowDialogPBar.csproj
│ │ │ ├── ShowDialogPBar.sln
│ │ │ └── ShowDialogPBar.suo
│ │ ├── 例11.4
│ │ │ └── LVRemoveItems
│ │ │ ├── LVRemoveItems
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LVRemoveItems.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LVRemoveItems.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LVRemoveItems.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LVRemoveItems.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LVRemoveItems.Form1.resources
│ │ │ │ │ ├── LVRemoveItems.pdb
│ │ │ │ │ ├── LVRemoveItems.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LVRemoveItems.sln
│ │ │ └── LVRemoveItems.suo
│ │ ├── 例11.5
│ │ │ └── LVSelectItem
│ │ │ ├── LVSelectItem
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LVSelectItem.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LVSelectItem.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LVSelectItem.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LVSelectItem.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LVSelectItem.Form1.resources
│ │ │ │ │ ├── LVSelectItem.pdb
│ │ │ │ │ ├── LVSelectItem.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LVSelectItem.sln
│ │ │ └── LVSelectItem.suo
│ │ ├── 例11.6
│ │ │ └── LVSetItemIcon
│ │ │ ├── LVSetItemIcon
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 01.png
│ │ │ │ │ ├── 02.png
│ │ │ │ │ ├── LVSetItemIcon.pdb
│ │ │ │ │ └── Thumbs.db
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LVSetItemIcon.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LVSetItemIcon.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LVSetItemIcon.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LVSetItemIcon.Form1.resources
│ │ │ │ │ ├── LVSetItemIcon.pdb
│ │ │ │ │ ├── LVSetItemIcon.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LVSetItemIcon.sln
│ │ │ └── LVSetItemIcon.suo
│ │ ├── 例11.7
│ │ │ └── LVSetPPView
│ │ │ ├── LVSetPPView
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 1.bmp
│ │ │ │ │ ├── 2.bmp
│ │ │ │ │ ├── LVSetPPView.pdb
│ │ │ │ │ └── Thumbs.db
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LVSetPPView.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LVSetPPView.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LVSetPPView.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LVSetPPView.Form1.resources
│ │ │ │ │ ├── LVSetPPView.pdb
│ │ │ │ │ ├── LVSetPPView.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LVSetPPView.sln
│ │ │ └── LVSetPPView.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── AddBookMenu
│ │ │ ├── AddBookMenu
│ │ │ │ ├── AddBookMenu.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── AddBookMenu.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── AddBookMenu.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── AddBookMenu.csproj.GenerateResource.Cache
│ │ │ │ │ ├── AddBookMenu.Form1.resources
│ │ │ │ │ ├── AddBookMenu.pdb
│ │ │ │ │ ├── AddBookMenu.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── AddBookMenu.sln
│ │ │ └── AddBookMenu.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── WinTask
│ │ │ ├── WinTask
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── WinTask.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── WinTask.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── WinTask.csproj.GenerateResource.Cache
│ │ │ │ │ ├── WinTask.Form1.resources
│ │ │ │ │ ├── WinTask.pdb
│ │ │ │ │ └── WinTask.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── WinTask.csproj
│ │ │ ├── WinTask.sln
│ │ │ └── WinTask.suo
│ │ ├── 第3题(实践与练习)
│ │ │ └── ShowFileBar
│ │ │ ├── ShowFileBar
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ShowFileBar.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ShowFileBar.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ShowFileBar.csproj.GenerateResource.Cache
│ │ │ │ │ ├── ShowFileBar.Form1.resources
│ │ │ │ │ ├── ShowFileBar.pdb
│ │ │ │ │ ├── ShowFileBar.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── ShowFileBar.csproj
│ │ │ ├── ShowFileBar.sln
│ │ │ └── ShowFileBar.suo
│ │ ├── 视频11.1
│ │ ├── 视频11.2
│ │ ├── 视频11.3
│ │ ├── 视频11.4
│ │ ├── 视频11.5
│ │ ├── 视频11.6
│ │ └── 视频11.7
│ ├── 第12章
│ │ ├── 例12.1
│ │ │ └── UseOpenDialog
│ │ │ ├── UseOpenDialog
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseOpenDialog.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseOpenDialog.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseOpenDialog.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseOpenDialog.Form1.resources
│ │ │ │ │ ├── UseOpenDialog.pdb
│ │ │ │ │ └── UseOpenDialog.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseOpenDialog.csproj
│ │ │ ├── UseOpenDialog.sln
│ │ │ └── UseOpenDialog.suo
│ │ ├── 例12.10
│ │ │ └── XPMenu
│ │ │ ├── XPMenu
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── XPMenu.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Image
│ │ │ │ │ ├── 1.bmp
│ │ │ │ │ ├── 1.jpg
│ │ │ │ │ ├── 2.jpg
│ │ │ │ │ ├── 3.jpg
│ │ │ │ │ ├── 4.jpg
│ │ │ │ │ ├── 5.jpg
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── 大背景.jpg
│ │ │ │ │ ├── 朝上按钮.jpg
│ │ │ │ │ └── 朝下按钮.jpg
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ ├── XPMenu.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── XPMenu.csproj.GenerateResource.Cache
│ │ │ │ │ ├── XPMenu.Form1.resources
│ │ │ │ │ ├── XPMenu.pdb
│ │ │ │ │ └── XPMenu.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Resources
│ │ │ │ └── XPMenu.csproj
│ │ │ ├── XPMenu.sln
│ │ │ └── XPMenu.suo
│ │ ├── 例12.2
│ │ │ └── UseSaveDialog
│ │ │ ├── UseSaveDialog
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseSaveDialog.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseSaveDialog.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseSaveDialog.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseSaveDialog.Form1.resources
│ │ │ │ │ ├── UseSaveDialog.pdb
│ │ │ │ │ └── UseSaveDialog.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseSaveDialog.csproj
│ │ │ ├── UseSaveDialog.sln
│ │ │ └── UseSaveDialog.suo
│ │ ├── 例12.3
│ │ │ └── UseBrowserDialog
│ │ │ ├── UseBrowserDialog
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseBrowserDialog.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseBrowserDialog.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseBrowserDialog.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseBrowserDialog.Form1.resources
│ │ │ │ │ ├── UseBrowserDialog.pdb
│ │ │ │ │ └── UseBrowserDialog.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseBrowserDialog.csproj
│ │ │ ├── UseBrowserDialog.sln
│ │ │ └── UseBrowserDialog.suo
│ │ ├── 例12.4
│ │ │ └── UseColorDialog
│ │ │ ├── UseColorDialog
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseColorDialog.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseColorDialog.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseColorDialog.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseColorDialog.Form1.resources
│ │ │ │ │ ├── UseColorDialog.pdb
│ │ │ │ │ └── UseColorDialog.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseColorDialog.csproj
│ │ │ ├── UseColorDialog.sln
│ │ │ └── UseColorDialog.suo
│ │ ├── 例12.5
│ │ │ └── UseFontDialog
│ │ │ ├── UseFontDialog
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseFontDialog.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseFontDialog.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseFontDialog.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseFontDialog.Form1.resources
│ │ │ │ │ ├── UseFontDialog.pdb
│ │ │ │ │ └── UseFontDialog.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseFontDialog.csproj
│ │ │ ├── UseFontDialog.sln
│ │ │ └── UseFontDialog.suo
│ │ ├── 例12.6
│ │ │ └── UseMenu
│ │ │ ├── UseMenu
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseMenu.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseMenu.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseMenu.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseMenu.Form1.resources
│ │ │ │ │ ├── UseMenu.pdb
│ │ │ │ │ └── UseMenu.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseMenu.csproj
│ │ │ ├── UseMenu.sln
│ │ │ └── UseMenu.suo
│ │ ├── 例12.7
│ │ │ └── UseTool
│ │ │ ├── UseTool
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseTool.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseTool.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseTool.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseTool.Form1.resources
│ │ │ │ │ ├── UseTool.pdb
│ │ │ │ │ └── UseTool.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseTool.csproj
│ │ │ ├── UseTool.sln
│ │ │ └── UseTool.suo
│ │ ├── 例12.8
│ │ │ └── UseStatus
│ │ │ ├── UseStatus
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseStatus.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseStatus.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseStatus.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseStatus.Form1.resources
│ │ │ │ │ ├── UseStatus.pdb
│ │ │ │ │ └── UseStatus.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseStatus.csproj
│ │ │ ├── UseStatus.sln
│ │ │ └── UseStatus.suo
│ │ ├── 例12.9
│ │ │ └── HistoryMenu
│ │ │ ├── HistoryMenu
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── HistoryMenu.pdb
│ │ │ │ │ └── Menu.ini
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── HistoryMenu.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── HistoryMenu.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── HistoryMenu.csproj.GenerateResource.Cache
│ │ │ │ │ ├── HistoryMenu.Form1.resources
│ │ │ │ │ ├── HistoryMenu.pdb
│ │ │ │ │ ├── HistoryMenu.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── HistoryMenu.sln
│ │ │ └── HistoryMenu.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── LaShenMenu
│ │ │ ├── LaShenMenu
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LaShenMenu.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LaShenMenu.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LaShenMenu.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LaShenMenu.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LaShenMenu.Form1.resources
│ │ │ │ │ ├── LaShenMenu.pdb
│ │ │ │ │ ├── LaShenMenu.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LaShenMenu.sln
│ │ │ └── LaShenMenu.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── NoteBook
│ │ │ ├── NoteBook
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── NoteBook.pdb
│ │ │ │ ├── frmGoto.cs
│ │ │ │ ├── frmGoto.designer.cs
│ │ │ │ ├── frmGoto.resx
│ │ │ │ ├── frmHelp.cs
│ │ │ │ ├── frmHelp.designer.cs
│ │ │ │ ├── frmHelp.resx
│ │ │ │ ├── frmMain.cs
│ │ │ │ ├── frmMain.designer.cs
│ │ │ │ ├── frmMain.resx
│ │ │ │ ├── frmReplace.cs
│ │ │ │ ├── frmReplace.designer.cs
│ │ │ │ ├── frmReplace.resx
│ │ │ │ ├── frmSearch.cs
│ │ │ │ ├── frmSearch.designer.cs
│ │ │ │ ├── frmSearch.resx
│ │ │ │ ├── NoteBook.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── NoteBook.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── NoteBook.csproj.GenerateResource.Cache
│ │ │ │ │ ├── NoteBook.frmGoto.resources
│ │ │ │ │ ├── NoteBook.frmHelp.resources
│ │ │ │ │ ├── NoteBook.frmMain.resources
│ │ │ │ │ ├── NoteBook.frmReplace.resources
│ │ │ │ │ ├── NoteBook.frmSearch.resources
│ │ │ │ │ ├── NoteBook.pdb
│ │ │ │ │ └── NoteBook.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── NoteBook.sln
│ │ │ └── NoteBook.suo
│ │ ├── 视频12.1
│ │ ├── 视频12.2
│ │ └── 视频12.3
│ ├── 第13章
│ │ ├── Database
│ │ │ ├── db_13_Data.MDF
│ │ │ └── db_13_Log.LDF
│ │ ├── 例13.5
│ │ │ └── InsertRows.sql
│ │ ├── 例13.6
│ │ │ └── CopyRows.sql
│ │ ├── 第1题(实践与练习)
│ │ │ └── DKESelect.sql
│ │ ├── 第2题(实践与练习)
│ │ │ └── RemoveXTMenu.sql
│ │ ├── 视频13.1
│ │ ├── 视频13.2
│ │ └── 视频13.3
│ ├── 第14章
│ │ ├── Database
│ │ │ ├── db_14_Data.MDF
│ │ │ └── db_14_Log.LDF
│ │ ├── 例14.1
│ │ │ └── ConSQL
│ │ │ ├── ConSQL
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ConSQL.pdb
│ │ │ │ ├── ConSQL.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ConSQL.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ConSQL.csproj.GenerateResource.Cache
│ │ │ │ │ ├── ConSQL.Form1.resources
│ │ │ │ │ ├── ConSQL.pdb
│ │ │ │ │ ├── ConSQL.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── ConSQL.sln
│ │ │ └── ConSQL.suo
│ │ ├── 例14.10
│ │ │ └── UpdateDataSet
│ │ │ ├── UpdateDataSet
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UpdateDataSet.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UpdateDataSet.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UpdateDataSet.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UpdateDataSet.Form1.resources
│ │ │ │ │ ├── UpdateDataSet.pdb
│ │ │ │ │ └── UpdateDataSet.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UpdateDataSet.csproj
│ │ │ ├── UpdateDataSet.sln
│ │ │ └── UpdateDataSet.suo
│ │ ├── 例14.12
│ │ │ └── MergeDataSet
│ │ │ ├── MergeDataSet
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── MergeDataSet.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── MergeDataSet.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MergeDataSet.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── MergeDataSet.csproj.GenerateResource.Cache
│ │ │ │ │ ├── MergeDataSet.Form1.resources
│ │ │ │ │ ├── MergeDataSet.pdb
│ │ │ │ │ ├── MergeDataSet.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── MergeDataSet.sln
│ │ │ └── MergeDataSet.suo
│ │ ├── 例14.13
│ │ │ └── CopyDataSet
│ │ │ ├── CopyDataSet
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CopyDataSet.pdb
│ │ │ │ ├── CopyDataSet.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CopyDataSet.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CopyDataSet.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CopyDataSet.Form1.resources
│ │ │ │ │ ├── CopyDataSet.pdb
│ │ │ │ │ ├── CopyDataSet.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CopyDataSet.sln
│ │ │ └── CopyDataSet.suo
│ │ ├── 例14.14
│ │ │ └── ByteImage
│ │ │ ├── ByteImage
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ByteImage.pdb
│ │ │ │ ├── ByteImage.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ByteImage.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ByteImage.csproj.GenerateResource.Cache
│ │ │ │ │ ├── ByteImage.Form1.resources
│ │ │ │ │ ├── ByteImage.pdb
│ │ │ │ │ ├── ByteImage.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── ByteImage.sln
│ │ │ └── ByteImage.suo
│ │ ├── 例14.15
│ │ │ └── AutoID
│ │ │ ├── AutoID
│ │ │ │ ├── AutoID.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── AutoID.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── AutoID.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── AutoID.csproj.GenerateResource.Cache
│ │ │ │ │ ├── AutoID.Form1.resources
│ │ │ │ │ ├── AutoID.pdb
│ │ │ │ │ ├── AutoID.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── AutoID.sln
│ │ │ └── AutoID.suo
│ │ ├── 例14.16
│ │ │ └── CrossAnalyse
│ │ │ ├── CrossAnalyse
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CrossAnalyse.pdb
│ │ │ │ ├── CrossAnalyse.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CrossAnalyse.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CrossAnalyse.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CrossAnalyse.Form1.resources
│ │ │ │ │ ├── CrossAnalyse.pdb
│ │ │ │ │ ├── CrossAnalyse.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CrossAnalyse.sln
│ │ │ └── CrossAnalyse.suo
│ │ ├── 例14.2
│ │ │ └── CloseSQL
│ │ │ ├── CloseSQL
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CloseSQL.pdb
│ │ │ │ ├── CloseSQL.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CloseSQL.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CloseSQL.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CloseSQL.Form1.resources
│ │ │ │ │ ├── CloseSQL.pdb
│ │ │ │ │ ├── CloseSQL.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CloseSQL.sln
│ │ │ └── CloseSQL.suo
│ │ ├── 例14.3
│ │ │ └── SqlCmdSelect
│ │ │ ├── SqlCmdSelect
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── SqlCmdSelect.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── SqlCmdSelect.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SqlCmdSelect.csproj.GenerateResource.Cache
│ │ │ │ │ ├── SqlCmdSelect.Form1.resources
│ │ │ │ │ ├── SqlCmdSelect.pdb
│ │ │ │ │ ├── SqlCmdSelect.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── SqlCmdSelect.csproj
│ │ │ ├── SqlCmdSelect.sln
│ │ │ └── SqlCmdSelect.suo
│ │ ├── 例14.4
│ │ │ └── SqlCmdENQuery
│ │ │ ├── SqlCmdENQuery
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── SqlCmdENQuery.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── SqlCmdENQuery.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SqlCmdENQuery.csproj.GenerateResource.Cache
│ │ │ │ │ ├── SqlCmdENQuery.Form1.resources
│ │ │ │ │ ├── SqlCmdENQuery.pdb
│ │ │ │ │ ├── SqlCmdENQuery.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── SqlCmdENQuery.csproj
│ │ │ ├── SqlCmdENQuery.sln
│ │ │ └── SqlCmdENQuery.suo
│ │ ├── 例14.5
│ │ │ └── SqlCmdEReader
│ │ │ ├── SqlCmdEReader
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── SqlCmdEReader.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── SqlCmdEReader.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SqlCmdEReader.csproj.GenerateResource.Cache
│ │ │ │ │ ├── SqlCmdEReader.Form1.resources
│ │ │ │ │ ├── SqlCmdEReader.pdb
│ │ │ │ │ ├── SqlCmdEReader.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── SqlCmdEReader.csproj
│ │ │ ├── SqlCmdEReader.sln
│ │ │ └── SqlCmdEReader.suo
│ │ ├── 例14.7
│ │ │ └── SqlReaderHasRows
│ │ │ ├── SqlReaderHasRows
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── SqlReaderHasRows.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── SqlReaderHasRows.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SqlReaderHasRows.csproj.GenerateResource.Cache
│ │ │ │ │ ├── SqlReaderHasRows.Form1.resources
│ │ │ │ │ ├── SqlReaderHasRows.pdb
│ │ │ │ │ ├── SqlReaderHasRows.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── SqlReaderHasRows.csproj
│ │ │ ├── SqlReaderHasRows.sln
│ │ │ └── SqlReaderHasRows.suo
│ │ ├── 例14.9
│ │ │ └── FillDataSet
│ │ │ ├── FillDataSet
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── FillDataSet.pdb
│ │ │ │ ├── FillDataSet.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── FillDataSet.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── FillDataSet.csproj.GenerateResource.Cache
│ │ │ │ │ ├── FillDataSet.Form1.resources
│ │ │ │ │ ├── FillDataSet.pdb
│ │ │ │ │ ├── FillDataSet.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── FillDataSet.sln
│ │ │ └── FillDataSet.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── AddDataLX
│ │ │ ├── AddDataLX
│ │ │ │ ├── AddDataLX.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── AddDataLX.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── AddDataLX.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── AddDataLX.csproj.GenerateResource.Cache
│ │ │ │ │ ├── AddDataLX.Form1.resources
│ │ │ │ │ ├── AddDataLX.pdb
│ │ │ │ │ ├── AddDataLX.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── AddDataLX.sln
│ │ │ └── AddDataLX.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── UpdateDataLX
│ │ │ ├── UpdateDataLX
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UpdateDataLX.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UpdateDataLX.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UpdateDataLX.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UpdateDataLX.Form1.resources
│ │ │ │ │ ├── UpdateDataLX.pdb
│ │ │ │ │ └── UpdateDataLX.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UpdateDataLX.csproj
│ │ │ ├── UpdateDataLX.sln
│ │ │ └── UpdateDataLX.suo
│ │ ├── 第3题(实践与练习)
│ │ │ └── GetDataLX
│ │ │ ├── GetDataLX
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── GetDataLX.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── GetDataLX.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GetDataLX.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── GetDataLX.csproj.GenerateResource.Cache
│ │ │ │ │ ├── GetDataLX.Form1.resources
│ │ │ │ │ ├── GetDataLX.pdb
│ │ │ │ │ ├── GetDataLX.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── GetDataLX.sln
│ │ │ └── GetDataLX.suo
│ │ ├── 视频14.1~14.2
│ │ ├── 视频14.3
│ │ ├── 视频14.4
│ │ ├── 视频14.5
│ │ ├── 视频14.6
│ │ └── 视频14.7
│ ├── 第15章
│ │ ├── Database
│ │ │ ├── db_15_Data.MDF
│ │ │ └── db_15_Log.LDF
│ │ ├── 例15.1
│ │ │ └── ShowData
│ │ │ ├── ShowData
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ShowData.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ShowData.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ShowData.csproj.GenerateResource.Cache
│ │ │ │ │ ├── ShowData.Form1.resources
│ │ │ │ │ ├── ShowData.pdb
│ │ │ │ │ ├── ShowData.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── ShowData.csproj
│ │ │ ├── ShowData.sln
│ │ │ └── ShowData.suo
│ │ ├── 例15.10
│ │ │ └── DGVToExcel
│ │ │ ├── DGVToExcel
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DGVToExcel.pdb
│ │ │ │ │ ├── Interop.Excel.dll
│ │ │ │ │ ├── Interop.Office.dll
│ │ │ │ │ └── Interop.VBIDE.dll
│ │ │ │ ├── DGVToExcel.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DGVToExcel.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DGVToExcel.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DGVToExcel.csproj.ResolveComReference.cache
│ │ │ │ │ ├── DGVToExcel.Form1.resources
│ │ │ │ │ ├── DGVToExcel.pdb
│ │ │ │ │ ├── DGVToExcel.Properties.Resources.resources
│ │ │ │ │ ├── Interop.Excel.dll
│ │ │ │ │ ├── Interop.Office.dll
│ │ │ │ │ ├── Interop.VBIDE.dll
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DGVToExcel.sln
│ │ │ └── DGVToExcel.suo
│ │ ├── 例15.2
│ │ │ └── GetCellInfo
│ │ │ ├── GetCellInfo
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── GetCellInfo.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── GetCellInfo.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GetCellInfo.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── GetCellInfo.csproj.GenerateResource.Cache
│ │ │ │ │ ├── GetCellInfo.Form1.resources
│ │ │ │ │ ├── GetCellInfo.pdb
│ │ │ │ │ ├── GetCellInfo.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── GetCellInfo.sln
│ │ │ └── GetCellInfo.suo
│ │ ├── 例15.3
│ │ │ └── DGVUpdateData
│ │ │ ├── DGVUpdateData
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DGVUpdateData.pdb
│ │ │ │ ├── DGVUpdateData.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DGVUpdateData.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DGVUpdateData.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DGVUpdateData.Form1.resources
│ │ │ │ │ ├── DGVUpdateData.pdb
│ │ │ │ │ ├── DGVUpdateData.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DGVUpdateData.sln
│ │ │ └── DGVUpdateData.suo
│ │ ├── 例15.5
│ │ │ └── DGVChanageColor
│ │ │ ├── DGVChanageColor
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DGVChanageColor.pdb
│ │ │ │ ├── DGVChanageColor.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DGVChanageColor.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DGVChanageColor.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DGVChanageColor.Form1.resources
│ │ │ │ │ ├── DGVChanageColor.pdb
│ │ │ │ │ ├── DGVChanageColor.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DGVChanageColor.sln
│ │ │ └── DGVChanageColor.suo
│ │ ├── 例15.7
│ │ │ └── DGVNotSort
│ │ │ ├── DGVNotSort
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DGVNotSort.pdb
│ │ │ │ ├── DGVNotSort.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DGVNotSort.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DGVNotSort.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DGVNotSort.Form1.resources
│ │ │ │ │ ├── DGVNotSort.pdb
│ │ │ │ │ ├── DGVNotSort.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DGVNotSort.sln
│ │ │ └── DGVNotSort.suo
│ │ ├── 例15.8
│ │ │ └── DGVCombinCell
│ │ │ ├── DGVCombinCell
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DGVCombinCell.pdb
│ │ │ │ ├── DGVCombinCell.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DGVCombinCell.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DGVCombinCell.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DGVCombinCell.Form1.resources
│ │ │ │ │ ├── DGVCombinCell.pdb
│ │ │ │ │ ├── DGVCombinCell.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DGVCombinCell.sln
│ │ │ └── DGVCombinCell.suo
│ │ ├── 例15.9
│ │ │ └── DGVToWord
│ │ │ ├── DGVToWord
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DGVToWord.pdb
│ │ │ │ │ ├── Interop.Office.dll
│ │ │ │ │ ├── Interop.VBIDE.dll
│ │ │ │ │ └── Interop.Word.dll
│ │ │ │ ├── DGVToWord.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DGVToWord.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DGVToWord.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DGVToWord.csproj.ResolveComReference.cache
│ │ │ │ │ ├── DGVToWord.Form1.resources
│ │ │ │ │ ├── DGVToWord.pdb
│ │ │ │ │ ├── DGVToWord.Properties.Resources.resources
│ │ │ │ │ ├── Interop.Office.dll
│ │ │ │ │ ├── Interop.VBIDE.dll
│ │ │ │ │ ├── Interop.Word.dll
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DGVToWord.sln
│ │ │ └── DGVToWord.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── DGVAddRow
│ │ │ ├── DGVAddRow
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DGVAddRow.pdb
│ │ │ │ ├── DGVAddRow.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DGVAddRow.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DGVAddRow.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DGVAddRow.Form1.resources
│ │ │ │ │ ├── DGVAddRow.pdb
│ │ │ │ │ ├── DGVAddRow.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DGVAddRow.sln
│ │ │ └── DGVAddRow.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── DGVCopyLikeExcel
│ │ │ ├── DGVCopyLikeExcel
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DGVCopyLikeExcel.pdb
│ │ │ │ ├── DGVCopyLikeExcel.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DGVCopyLikeExcel.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DGVCopyLikeExcel.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DGVCopyLikeExcel.Form1.resources
│ │ │ │ │ ├── DGVCopyLikeExcel.pdb
│ │ │ │ │ ├── DGVCopyLikeExcel.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DGVCopyLikeExcel.sln
│ │ │ └── DGVCopyLikeExcel.suo
│ │ ├── 第3题(实践与练习)
│ │ │ └── DGVToTreeView
│ │ │ ├── DGVToTreeView
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DGVToTreeView.pdb
│ │ │ │ ├── DGVToTreeView.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DGVToTreeView.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DGVToTreeView.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DGVToTreeView.Form1.resources
│ │ │ │ │ ├── DGVToTreeView.pdb
│ │ │ │ │ ├── DGVToTreeView.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DGVToTreeView.sln
│ │ │ └── DGVToTreeView.suo
│ │ ├── 视频15.1~15.8
│ │ └── 视频15.9
│ ├── 第16章
│ │ ├── 例16.10
│ │ │ └── IMultJC
│ │ │ ├── IMultJC
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── IMultJC.pdb
│ │ │ │ ├── IMultJC.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── IMultJC.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── IMultJC.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── IMultJC.sln
│ │ │ └── IMultJC.suo
│ │ ├── 例16.11
│ │ │ └── MFUserInfo
│ │ │ ├── MFUserInfo
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── MFUserInfo.pdb
│ │ │ │ ├── MFUserInfo.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MFUserInfo.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── MFUserInfo.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── MFUserInfo.sln
│ │ │ └── MFUserInfo.suo
│ │ ├── 例16.2
│ │ │ └── ISingleJC
│ │ │ ├── ISingleJC
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ISingleJC.pdb
│ │ │ │ ├── ISingleJC.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ISingleJC.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ISingleJC.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── ISingleJC.sln
│ │ │ └── ISingleJC.suo
│ │ ├── 例16.3
│ │ │ └── IShowJC
│ │ │ ├── IShowJC
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── IShowJC.pdb
│ │ │ │ ├── IShowJC.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── IShowJC.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── IShowJC.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── IShowJC.sln
│ │ │ └── IShowJC.suo
│ │ ├── 例16.6
│ │ │ └── UseAClass
│ │ │ ├── UseAClass
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseAClass.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseAClass.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseAClass.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseAClass.csproj
│ │ │ ├── UseAClass.sln
│ │ │ └── UseAClass.suo
│ │ ├── 例16.9
│ │ │ └── UseSClass
│ │ │ ├── UseSClass
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseSClass.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseSClass.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseSClass.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseSClass.csproj
│ │ │ ├── UseSClass.sln
│ │ │ └── UseSClass.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── ICountRectArea
│ │ │ ├── ICountRectArea
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ICountRectArea.pdb
│ │ │ │ ├── ICountRectArea.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ICountRectArea.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ICountRectArea.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── ICountRectArea.sln
│ │ │ └── ICountRectArea.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── AClassCountRArea
│ │ │ ├── AClassCountRArea
│ │ │ │ ├── AClassCountRArea.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── AClassCountRArea.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── AClassCountRArea.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── AClassCountRArea.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── AClassCountRArea.sln
│ │ │ └── AClassCountRArea.suo
│ │ ├── 第3题(实践与练习)
│ │ │ └── SClassShowInfo
│ │ │ ├── SClassShowInfo
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── SClassShowInfo.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── SClassShowInfo.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SClassShowInfo.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── SClassShowInfo.csproj
│ │ │ ├── SClassShowInfo.sln
│ │ │ └── SClassShowInfo.suo
│ │ ├── 视频16.1
│ │ ├── 视频16.2
│ │ ├── 视频16.3
│ │ └── 视频16.4
│ ├── 第17章
│ │ ├── 例17.2
│ │ │ └── EnumAndFlags
│ │ │ ├── EnumAndFlags
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── EnumAndFlags.pdb
│ │ │ │ ├── EnumAndFlags.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── EnumAndFlags.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── EnumAndFlags.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── EnumAndFlags.sln
│ │ │ └── EnumAndFlags.suo
│ │ ├── 例17.3
│ │ │ └── UseEnum
│ │ │ ├── UseEnum
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseEnum.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseEnum.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseEnum.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseEnum.csproj
│ │ │ ├── UseEnum.sln
│ │ │ └── UseEnum.suo
│ │ ├── 例17.6
│ │ │ └── FXInterface
│ │ │ ├── FXInterface
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── FXInterface.pdb
│ │ │ │ ├── FXInterface.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── FXInterface.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── FXInterface.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── FXInterface.sln
│ │ │ └── FXInterface.suo
│ │ ├── 例17.7
│ │ │ └── FXMethod
│ │ │ ├── FXMethod
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── FXMethod.pdb
│ │ │ │ ├── FXMethod.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── FXMethod.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── FXMethod.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── FXMethod.sln
│ │ │ └── FXMethod.suo
│ │ ├── 例17.8
│ │ │ └── EFlagUser
│ │ │ ├── EFlagUser
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── EFlagUser.pdb
│ │ │ │ ├── EFlagUser.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── EFlagUser.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── EFlagUser.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── EFlagUser.sln
│ │ │ └── EFlagUser.suo
│ │ ├── 例17.9
│ │ │ └── RemoveXTNum
│ │ │ ├── RemoveXTNum
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── RemoveXTNum.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RemoveXTNum.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── RemoveXTNum.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── RemoveXTNum.csproj
│ │ │ ├── RemoveXTNum.sln
│ │ │ └── RemoveXTNum.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── EnumBooks
│ │ │ ├── EnumBooks
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── EnumBooks.pdb
│ │ │ │ ├── EnumBooks.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── EnumBooks.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── EnumBooks.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── EnumBooks.sln
│ │ │ └── EnumBooks.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── FXStoreTen
│ │ │ ├── FXStoreTen
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── FXStoreTen.pdb
│ │ │ │ ├── FXStoreTen.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── FXStoreTen.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── FXStoreTen.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── FXStoreTen.sln
│ │ │ └── FXStoreTen.suo
│ │ ├── 第3题(实践与练习)
│ │ │ └── FXJC
│ │ │ ├── FXJC
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── FXJC.pdb
│ │ │ │ ├── FXJC.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── FXJC.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── FXJC.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── FXJC.sln
│ │ │ └── FXJC.suo
│ │ ├── 视频17.1
│ │ ├── 视频17.2
│ │ └── 视频17.3
│ ├── 第18章
│ │ ├── Database
│ │ │ ├── db_18_Data.MDF
│ │ │ └── db_18_Log.LDF
│ │ ├── 例18.10
│ │ │ └── LinqShowDS
│ │ │ ├── LinqShowDS
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LinqShowDS.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LinqShowDS.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LinqShowDS.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LinqShowDS.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LinqShowDS.Form1.resources
│ │ │ │ │ ├── LinqShowDS.pdb
│ │ │ │ │ ├── LinqShowDS.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LinqShowDS.sln
│ │ │ └── LinqShowDS.suo
│ │ ├── 例18.11
│ │ │ └── LinqOperXML
│ │ │ ├── LinqOperXML
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Employee.xml
│ │ │ │ │ └── LinqOperXML.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LinqOperXML.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LinqOperXML.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LinqOperXML.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LinqOperXml.Form1.resources
│ │ │ │ │ ├── LinqOperXML.pdb
│ │ │ │ │ ├── LinqOperXML.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LinqOperXML.sln
│ │ │ └── LinqOperXML.suo
│ │ ├── 例18.12
│ │ │ └── LinqShowFInfo
│ │ │ ├── LinqShowFInfo
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LinqShowFInfo.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LinqShowFInfo.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LinqShowFInfo.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LinqShowFInfo.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LinqShowFInfo.Form1.resources
│ │ │ │ │ ├── LinqShowFInfo.pdb
│ │ │ │ │ ├── LinqShowFInfo.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LinqShowFInfo.sln
│ │ │ └── LinqShowFInfo.suo
│ │ ├── 例18.13
│ │ │ └── LinqShowSalaryByType
│ │ │ ├── LinqShowSalaryByType
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LinqShowSalaryByType.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LinqShowSalaryByType.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LinqShowSalaryByType.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LinqShowSalaryByType.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LinqShowSalaryByType.Form1.resources
│ │ │ │ │ ├── LinqShowSalaryByType.pdb
│ │ │ │ │ ├── LinqShowSalaryByType.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LinqShowSalaryByType.sln
│ │ │ └── LinqShowSalaryByType.suo
│ │ ├── 例18.2
│ │ │ └── varQuery
│ │ │ ├── varQuery
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── varQuery.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── varQuery.csproj.FileListAbsolute.txt
│ │ │ │ │ └── varQuery.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── varQuery.csproj
│ │ │ ├── varQuery.sln
│ │ │ └── varQuery.suo
│ │ ├── 例18.3
│ │ │ └── useLambda
│ │ │ ├── useLambda
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── useLambda.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── useLambda.csproj.FileListAbsolute.txt
│ │ │ │ │ └── useLambda.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── useLambda.csproj
│ │ │ ├── useLambda.sln
│ │ │ └── useLambda.suo
│ │ ├── 例18.4
│ │ │ └── LINQQuery
│ │ │ ├── LINQQuery
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LINQQuery.pdb
│ │ │ │ ├── LINQQuery.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LINQQuery.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LINQQuery.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── LINQQuery.sln
│ │ │ └── LINQQuery.suo
│ │ ├── 例18.5
│ │ │ └── LINQSelectSql
│ │ │ ├── LINQSelectSql
│ │ │ │ ├── app.config
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LINQSelectSql.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LINQSelectSql.csproj
│ │ │ │ ├── linqtosqlClass.dbml
│ │ │ │ ├── linqtosqlClass.dbml.layout
│ │ │ │ ├── linqtosqlClass.designer.cs
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LINQSelectSql.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LINQSelectSql.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LINQSelectSql.Form1.resources
│ │ │ │ │ ├── LINQSelectSql.pdb
│ │ │ │ │ ├── LINQSelectSql.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── linqtosqlClass.designer.cs.dll
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LINQSelectSql.sln
│ │ │ └── LINQSelectSql.suo
│ │ ├── 例18.6
│ │ │ └── LINQAddSql
│ │ │ ├── LINQAddSql
│ │ │ │ ├── app.config
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LINQAddSql.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LINQAddSql.csproj
│ │ │ │ ├── linqtosqlClass.dbml
│ │ │ │ ├── linqtosqlClass.dbml.layout
│ │ │ │ ├── linqtosqlClass.designer.cs
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LINQAddSql.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LINQAddSql.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LINQAddSql.Form1.resources
│ │ │ │ │ ├── LINQAddSql.pdb
│ │ │ │ │ ├── LINQAddSql.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── linqtosqlClass.designer.cs.dll
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LINQAddSql.sln
│ │ │ └── LINQAddSql.suo
│ │ ├── 例18.7
│ │ │ └── LINQUpdateSql
│ │ │ ├── LINQUpdateSql
│ │ │ │ ├── app.config
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LINQUpdateSql.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── linqtosqlClass.dbml
│ │ │ │ ├── linqtosqlClass.dbml.layout
│ │ │ │ ├── linqtosqlClass.designer.cs
│ │ │ │ ├── LINQUpdateSql.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LINQUpdateSql.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LINQUpdateSql.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LINQUpdateSql.Form1.resources
│ │ │ │ │ ├── LINQUpdateSql.pdb
│ │ │ │ │ ├── LINQUpdateSql.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── linqtosqlClass.designer.cs.dll
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LINQUpdateSql.sln
│ │ │ └── LINQUpdateSql.suo
│ │ ├── 例18.8
│ │ │ └── LINQDelSql
│ │ │ ├── LINQDelSql
│ │ │ │ ├── app.config
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LINQDelSql.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LINQDelSql.csproj
│ │ │ │ ├── linqtosqlClass.dbml
│ │ │ │ ├── linqtosqlClass.dbml.layout
│ │ │ │ ├── linqtosqlClass.designer.cs
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LINQDelSql.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LINQDelSql.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LINQDelSql.Form1.resources
│ │ │ │ │ ├── LINQDelSql.pdb
│ │ │ │ │ ├── LINQDelSql.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── linqtosqlClass.designer.cs.dll
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LINQDelSql.sln
│ │ │ └── LINQDelSql.suo
│ │ ├── 例18.9
│ │ │ └── LinqOperObjects
│ │ │ ├── LinqOperObjects
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LinqOperObjects.pdb
│ │ │ │ ├── LinqOperObjects.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LinqOperObjects.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LinqOperObjects.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── LinqOperObjects.sln
│ │ │ └── LinqOperObjects.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── LinqGetAllFile
│ │ │ ├── LinqGetAllFile
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LinqGetAllFile.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LinqGetAllFile.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LinqGetAllFile.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LinqGetAllFile.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LinqGetAllFile.Form1.resources
│ │ │ │ │ ├── LinqGetAllFile.pdb
│ │ │ │ │ ├── LinqGetAllFile.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LinqGetAllFile.sln
│ │ │ └── LinqGetAllFile.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── LinqSumSalary
│ │ │ ├── LinqSumSalary
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LinqSumSalary.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LinqSumSalary.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LinqSumSalary.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LinqSumSalary.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LinqSumSalary.Form1.resources
│ │ │ │ │ ├── LinqSumSalary.pdb
│ │ │ │ │ ├── LinqSumSalary.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LinqSumSalary.sln
│ │ │ └── LinqSumSalary.suo
│ │ ├── 第3题(实践与练习)
│ │ │ └── LinqCreateXML
│ │ │ ├── LinqCreateXML
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Employee.xml
│ │ │ │ │ └── LinqCreateXML.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LinqCreateXML.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LinqCreateXML.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LinqCreateXML.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LinqCreateXML.Form1.resources
│ │ │ │ │ ├── LinqCreateXML.pdb
│ │ │ │ │ ├── LinqCreateXML.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LinqCreateXML.sln
│ │ │ └── LinqCreateXML.suo
│ │ ├── 视频18.1
│ │ ├── 视频18.2
│ │ ├── 视频18.3
│ │ └── 视频18.4
│ ├── 第19章
│ │ ├── 例19.1
│ │ │ └── UseFile
│ │ │ ├── UseFile
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseFile.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseFile.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseFile.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseFile.Form1.resources
│ │ │ │ │ ├── UseFile.pdb
│ │ │ │ │ └── UseFile.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseFile.csproj
│ │ │ ├── UseFile.sln
│ │ │ └── UseFile.suo
│ │ ├── 例19.15
│ │ │ └── GetFileInfo
│ │ │ ├── GetFileInfo
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── GetFileInfo.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── GetFileInfo.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GetFileInfo.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── GetFileInfo.csproj.GenerateResource.Cache
│ │ │ │ │ ├── GetFileInfo.Form1.resources
│ │ │ │ │ ├── GetFileInfo.pdb
│ │ │ │ │ ├── GetFileInfo.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── GetFileInfo.sln
│ │ │ └── GetFileInfo.suo
│ │ ├── 例19.2
│ │ │ └── UseFileInfo
│ │ │ ├── UseFileInfo
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseFileInfo.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseFileInfo.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseFileInfo.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseFileInfo.Form1.resources
│ │ │ │ │ ├── UseFileInfo.pdb
│ │ │ │ │ └── UseFileInfo.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseFileInfo.csproj
│ │ │ ├── UseFileInfo.sln
│ │ │ └── UseFileInfo.suo
│ │ ├── 例19.24
│ │ │ └── GetDirectoryInfo
│ │ │ ├── GetDirectoryInfo
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── GetDirectoryInfo.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── GetDirectoryInfo.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GetDirectoryInfo.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── GetDirectoryInfo.csproj.GenerateResource.Cache
│ │ │ │ │ ├── GetDirectoryInfo.Form1.resources
│ │ │ │ │ ├── GetDirectoryInfo.pdb
│ │ │ │ │ ├── GetDirectoryInfo.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── GetDirectoryInfo.sln
│ │ │ └── GetDirectoryInfo.suo
│ │ ├── 例19.26
│ │ │ └── RWTxtByIO
│ │ │ ├── RWTxtByIO
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── RWTxtByIO.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RWTxtByIO.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── RWTxtByIO.csproj.GenerateResource.Cache
│ │ │ │ │ ├── RWTxtByIO.Form1.resources
│ │ │ │ │ ├── RWTxtByIO.pdb
│ │ │ │ │ ├── RWTxtByIO.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── RWTxtByIO.csproj
│ │ │ ├── RWTxtByIO.sln
│ │ │ └── RWTxtByIO.suo
│ │ ├── 例19.27
│ │ │ └── RWBFileByIO
│ │ │ ├── RWBFileByIO
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── RWBFileByIO.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RWBFileByIO.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── RWBFileByIO.csproj.GenerateResource.Cache
│ │ │ │ │ ├── RWBFileByIO.Form1.resources
│ │ │ │ │ ├── RWBFileByIO.pdb
│ │ │ │ │ ├── RWBFileByIO.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── RWBFileByIO.csproj
│ │ │ ├── RWBFileByIO.sln
│ │ │ └── RWBFileByIO.suo
│ │ ├── 例19.28
│ │ │ └── ChangeFileNames
│ │ │ ├── ChangeFileNames
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ChangeFileNames.pdb
│ │ │ │ │ ├── Interop.Office.dll
│ │ │ │ │ ├── Interop.VBIDE.dll
│ │ │ │ │ └── Interop.Word.dll
│ │ │ │ ├── ChangeFileNames.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ChangeFileNames.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ChangeFileNames.csproj.GenerateResource.Cache
│ │ │ │ │ ├── ChangeFileNames.csproj.ResolveComReference.cache
│ │ │ │ │ ├── ChangeFileNames.Form1.resources
│ │ │ │ │ ├── ChangeFileNames.pdb
│ │ │ │ │ ├── ChangeFileNames.Properties.Resources.resources
│ │ │ │ │ ├── Interop.Office.dll
│ │ │ │ │ ├── Interop.VBIDE.dll
│ │ │ │ │ ├── Interop.Word.dll
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── ChangeFileNames.sln
│ │ │ └── ChangeFileNames.suo
│ │ ├── 例19.29
│ │ │ └── SCFile
│ │ │ ├── SCFile
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── SCFile.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Refactor
│ │ │ │ │ ├── SCFile.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SCFile.csproj.GenerateResource.Cache
│ │ │ │ │ ├── SCFile.Form1.resources
│ │ │ │ │ ├── SCFile.pdb
│ │ │ │ │ ├── SCFile.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── SCFile.csproj
│ │ │ ├── SCFile.sln
│ │ │ └── SCFile.suo
│ │ ├── 例19.3
│ │ │ └── UseDirectory
│ │ │ ├── UseDirectory
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseDirectory.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseDirectory.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseDirectory.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseDirectory.Form1.resources
│ │ │ │ │ ├── UseDirectory.pdb
│ │ │ │ │ └── UseDirectory.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseDirectory.csproj
│ │ │ ├── UseDirectory.sln
│ │ │ └── UseDirectory.suo
│ │ ├── 例19.4
│ │ │ └── UseDirectoryInfo
│ │ │ ├── UseDirectoryInfo
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseDirectoryInfo.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseDirectoryInfo.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseDirectoryInfo.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseDirectoryInfo.Form1.resources
│ │ │ │ │ ├── UseDirectoryInfo.pdb
│ │ │ │ │ └── UseDirectoryInfo.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseDirectoryInfo.csproj
│ │ │ ├── UseDirectoryInfo.sln
│ │ │ └── UseDirectoryInfo.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── CopyFiles
│ │ │ ├── CopyFiles
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CopyFiles.pdb
│ │ │ │ ├── CopyFiles.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CopyFiles.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CopyFiles.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CopyFiles.Form1.resources
│ │ │ │ │ ├── CopyFiles.pdb
│ │ │ │ │ ├── CopyFiles.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CopyFiles.sln
│ │ │ └── CopyFiles.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── GetMenu
│ │ │ ├── GetMenu
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── GetMenu.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── GetMenu.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GetMenu.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── GetMenu.csproj.GenerateResource.Cache
│ │ │ │ │ ├── GetMenu.Form1.resources
│ │ │ │ │ ├── GetMenu.pdb
│ │ │ │ │ ├── GetMenu.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── GetMenu.sln
│ │ │ └── GetMenu.suo
│ │ ├── 第3题(实践与练习)
│ │ │ └── RWMStream
│ │ │ ├── RWMStream
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── RWMStream.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RWMStream.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── RWMStream.csproj.GenerateResource.Cache
│ │ │ │ │ ├── RWMStream.Form1.resources
│ │ │ │ │ ├── RWMStream.pdb
│ │ │ │ │ ├── RWMStream.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── RWMStream.csproj
│ │ │ ├── RWMStream.sln
│ │ │ └── RWMStream.suo
│ │ ├── 视频19.1
│ │ ├── 视频19.2
│ │ ├── 视频19.3
│ │ ├── 视频19.4
│ │ └── 视频19.5
│ ├── 第1章
│ │ ├── 第1题(实践与练习)
│ │ │ └── CApp
│ │ │ ├── CApp
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CApp.pdb
│ │ │ │ ├── CApp.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CApp.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CApp.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── CApp.sln
│ │ │ └── CApp.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── WinFormApp
│ │ │ ├── WinFormApp
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── WinFormApp.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── WinFormApp.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── WinFormApp.csproj.GenerateResource.Cache
│ │ │ │ │ ├── WinFormApp.Form1.resources
│ │ │ │ │ ├── WinFormApp.pdb
│ │ │ │ │ └── WinFormApp.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── WinFormApp.csproj
│ │ │ ├── WinFormApp.sln
│ │ │ └── WinFormApp.suo
│ │ ├── 视频1.1~1.2
│ │ ├── 视频1.3~1.4
│ │ ├── 视频1.5
│ │ └── 视频1.6
│ ├── 第20章
│ │ ├── Database
│ │ │ ├── db_20_Data.MDF
│ │ │ └── db_20_Log.LDF
│ │ ├── 例20.10
│ │ │ └── DEllipse
│ │ │ ├── DEllipse
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DEllipse.pdb
│ │ │ │ ├── DEllipse.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DEllipse.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DEllipse.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DEllipse.Form1.resources
│ │ │ │ │ ├── DEllipse.pdb
│ │ │ │ │ ├── DEllipse.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DEllipse.sln
│ │ │ └── DEllipse.suo
│ │ ├── 例20.11
│ │ │ └── DArc
│ │ │ ├── DArc
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DArc.pdb
│ │ │ │ ├── DArc.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DArc.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DArc.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DArc.Form1.resources
│ │ │ │ │ ├── DArc.pdb
│ │ │ │ │ ├── DArc.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DArc.sln
│ │ │ └── DArc.suo
│ │ ├── 例20.12
│ │ │ └── DPie
│ │ │ ├── DPie
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DPie.pdb
│ │ │ │ ├── DPie.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DPie.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DPie.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DPie.Form1.resources
│ │ │ │ │ ├── DPie.pdb
│ │ │ │ │ ├── DPie.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DPie.sln
│ │ │ └── DPie.suo
│ │ ├── 例20.13
│ │ │ └── DPolygon
│ │ │ ├── DPolygon
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DPolygon.pdb
│ │ │ │ ├── DPolygon.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DPolygon.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DPolygon.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DPolygon.Form1.resources
│ │ │ │ │ ├── DPolygon.pdb
│ │ │ │ │ ├── DPolygon.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DPolygon.sln
│ │ │ └── DPolygon.suo
│ │ ├── 例20.14
│ │ │ └── DString
│ │ │ ├── DString
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DString.pdb
│ │ │ │ ├── DString.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DString.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DString.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DString.Form1.resources
│ │ │ │ │ ├── DString.pdb
│ │ │ │ │ ├── DString.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DString.sln
│ │ │ └── DString.suo
│ │ ├── 例20.15
│ │ │ └── DImage
│ │ │ ├── DImage
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DImage.pdb
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ └── 明日科技.bmp
│ │ │ │ ├── DImage.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DImage.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DImage.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DImage.Form1.resources
│ │ │ │ │ ├── DImage.pdb
│ │ │ │ │ ├── DImage.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DImage.sln
│ │ │ └── DImage.suo
│ │ ├── 例20.16
│ │ │ └── SYImage
│ │ │ ├── SYImage
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── SYImage.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── SYImage.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SYImage.csproj.GenerateResource.Cache
│ │ │ │ │ ├── SYImage.Form1.resources
│ │ │ │ │ ├── SYImage.pdb
│ │ │ │ │ ├── SYImage.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── SYImage.csproj
│ │ │ ├── SYImage.sln
│ │ │ └── SYImage.suo
│ │ ├── 例20.17
│ │ │ └── ChangePicFormat
│ │ │ ├── ChangePicFormat
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ChangePicFormat.pdb
│ │ │ │ ├── ChangePicFormat.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ChangePicFormat.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ChangePicFormat.csproj.GenerateResource.Cache
│ │ │ │ │ ├── ChangePicFormat.Form1.resources
│ │ │ │ │ ├── ChangePicFormat.pdb
│ │ │ │ │ ├── ChangePicFormat.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── Resources
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── 图标 (163).png
│ │ │ │ ├── 图标 (23).ico
│ │ │ │ └── 图标 (28).png
│ │ │ ├── ChangePicFormat.sln
│ │ │ └── ChangePicFormat.suo
│ │ ├── 例20.5
│ │ │ └── UseBrush
│ │ │ ├── UseBrush
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseBrush.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseBrush.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseBrush.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseBrush.Form1.resources
│ │ │ │ │ ├── UseBrush.pdb
│ │ │ │ │ └── UseBrush.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseBrush.csproj
│ │ │ ├── UseBrush.sln
│ │ │ └── UseBrush.suo
│ │ ├── 例20.6
│ │ │ └── UseHatchBrush
│ │ │ ├── UseHatchBrush
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseHatchBrush.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseHatchBrush.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseHatchBrush.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseHatchBrush.Form1.resources
│ │ │ │ │ ├── UseHatchBrush.pdb
│ │ │ │ │ └── UseHatchBrush.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseHatchBrush.csproj
│ │ │ ├── UseHatchBrush.sln
│ │ │ └── UseHatchBrush.suo
│ │ ├── 例20.7
│ │ │ └── UseLinerGradientBrush
│ │ │ ├── UseLinerGradientBrush
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseLinerGradientBrush.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseLinerGradientBrush.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseLinerGradientBrush.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseLinerGradientBrush.Form1.resources
│ │ │ │ │ ├── UseLinerGradientBrush.pdb
│ │ │ │ │ └── UseLinerGradientBrush.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseLinerGradientBrush.csproj
│ │ │ ├── UseLinerGradientBrush.sln
│ │ │ └── UseLinerGradientBrush.suo
│ │ ├── 例20.8
│ │ │ └── DLine
│ │ │ ├── DLine
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DLine.pdb
│ │ │ │ ├── DLine.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DLine.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DLine.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DLine.Form1.resources
│ │ │ │ │ ├── DLine.pdb
│ │ │ │ │ ├── DLine.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DLine.sln
│ │ │ └── DLine.suo
│ │ ├── 例20.9
│ │ │ └── DRectangle
│ │ │ ├── DRectangle
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DRectangle.pdb
│ │ │ │ ├── DRectangle.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DRectangle.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DRectangle.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DRectangle.Form1.resources
│ │ │ │ │ ├── DRectangle.pdb
│ │ │ │ │ ├── DRectangle.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DRectangle.sln
│ │ │ └── DRectangle.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── BXT
│ │ │ ├── BXT
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── BXT.pdb
│ │ │ │ ├── BXT.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── BXT.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── BXT.csproj.GenerateResource.Cache
│ │ │ │ │ ├── BXT.Form1.resources
│ │ │ │ │ ├── BXT.pdb
│ │ │ │ │ ├── BXT.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── BXT.sln
│ │ │ └── BXT.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── ZXT
│ │ │ ├── ZXT
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ZXT.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Form2.cs
│ │ │ │ ├── Form2.designer.cs
│ │ │ │ ├── Form2.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── ZXT.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ZXT.csproj.GenerateResource.Cache
│ │ │ │ │ ├── ZXT.Form1.resources
│ │ │ │ │ ├── ZXT.Form2.resources
│ │ │ │ │ ├── ZXT.pdb
│ │ │ │ │ └── ZXT.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── ZXT.csproj
│ │ │ ├── ZXT.sln
│ │ │ └── ZXT.suo
│ │ ├── 第3题(实践与练习)
│ │ │ └── ZheXianTu
│ │ │ ├── ZheXianTu
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ZheXianTu.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── ZheXianTu.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ZheXianTu.csproj.GenerateResource.Cache
│ │ │ │ │ ├── ZheXianTu.Form1.resources
│ │ │ │ │ ├── ZheXianTu.pdb
│ │ │ │ │ └── ZheXianTu.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── ZheXianTu.csproj
│ │ │ ├── ZheXianTu.sln
│ │ │ └── ZheXianTu.suo
│ │ ├── 第4题(实践与练习)
│ │ │ └── BingXingTu
│ │ │ ├── BingXingTu
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── BingXingTu.pdb
│ │ │ │ ├── BingXingTu.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── BingXingTu.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── BingXingTu.csproj.GenerateResource.Cache
│ │ │ │ │ ├── BingXingTu.Form1.resources
│ │ │ │ │ ├── BingXingTu.pdb
│ │ │ │ │ ├── BingXingTu.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── BingXingTu.sln
│ │ │ └── BingXingTu.suo
│ │ ├── 视频20.1
│ │ ├── 视频20.2
│ │ └── 视频20.3
│ ├── 第21章
│ │ ├── Database
│ │ │ ├── db_21_Data.MDF
│ │ │ └── db_21_Log.LDF
│ │ ├── 例21.1
│ │ │ └── CreateCReport
│ │ │ ├── CreateCReport
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CreateCReport.pdb
│ │ │ │ ├── CreateCReport.csproj
│ │ │ │ ├── CreateCReport.csproj.user
│ │ │ │ ├── CrystalReport1.cs
│ │ │ │ ├── CrystalReport1.rpt
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CreateCReport.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CreateCReport.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CreateCReport.Form1.resources
│ │ │ │ │ ├── CreateCReport.pdb
│ │ │ │ │ ├── CreateCReport.Properties.Resources.resources
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── CrystalReport1.cs.dll
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CreateCReport.sln
│ │ │ └── CreateCReport.suo
│ │ ├── 例21.10
│ │ │ └── UsePrintDocument
│ │ │ ├── UsePrintDocument
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UsePrintDocument.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UsePrintDocument.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UsePrintDocument.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UsePrintDocument.Form1.resources
│ │ │ │ │ ├── UsePrintDocument.pdb
│ │ │ │ │ └── UsePrintDocument.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UsePrintDocument.csproj
│ │ │ ├── UsePrintDocument.sln
│ │ │ └── UsePrintDocument.suo
│ │ ├── 例21.11
│ │ │ └── UsePrintPreviewControl
│ │ │ ├── UsePrintPreviewControl
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── UsePrintPreviewControl.pdb
│ │ │ │ │ └── 明日科技.bmp
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UsePrintPreviewControl.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UsePrintPreviewControl.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UsePrintPreviewControl.Form1.resources
│ │ │ │ │ ├── UsePrintPreviewControl.pdb
│ │ │ │ │ └── UsePrintPreviewControl.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UsePrintPreviewControl.csproj
│ │ │ ├── UsePrintPreviewControl.sln
│ │ │ └── UsePrintPreviewControl.suo
│ │ ├── 例21.15
│ │ │ └── PrintEnvelop
│ │ │ ├── PrintEnvelop
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── PrintEnvelop.pdb
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ └── 明日科技.bmp
│ │ │ │ ├── EnvelopCrystalReport.cs
│ │ │ │ ├── EnvelopCrystalReport.rpt
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── PrintEnvelop.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── PrintEnvelop.csproj.GenerateResource.Cache
│ │ │ │ │ ├── PrintEnvelop.Form1.resources
│ │ │ │ │ ├── PrintEnvelop.pdb
│ │ │ │ │ ├── PrintEnvelop.Properties.Resources.resources
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ └── TempPE
│ │ │ │ │ ├── CrystalReport1.cs.dll
│ │ │ │ │ └── EnvelopCrystalReport.cs.dll
│ │ │ │ ├── PrintEnvelop.csproj
│ │ │ │ ├── PrintEnvelop.csproj.user
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── PrintEnvelop.sln
│ │ │ └── PrintEnvelop.suo
│ │ ├── 例21.16
│ │ │ └── PrintGoodsInBill
│ │ │ ├── PrintGoodsInBill
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── PrintGoodsInBill.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── PrintGoodsInBill.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── PrintGoodsInBill.csproj.GenerateResource.Cache
│ │ │ │ │ ├── PrintGoodsInBill.Form1.resources
│ │ │ │ │ ├── PrintGoodsInBill.pdb
│ │ │ │ │ ├── PrintGoodsInBill.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── PrintGoodsInBill.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── PrintGoodsInBill.sln
│ │ │ └── PrintGoodsInBill.suo
│ │ ├── 例21.2
│ │ │ └── CReportGroup
│ │ │ ├── CReportGroup
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CReportGroup.pdb
│ │ │ │ ├── CReportGroup.csproj
│ │ │ │ ├── CReportGroup.csproj.user
│ │ │ │ ├── CrystalReport1.cs
│ │ │ │ ├── CrystalReport1.rpt
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CReportGroup.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CReportGroup.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CReportGroup.Form1.resources
│ │ │ │ │ ├── CReportGroup.pdb
│ │ │ │ │ ├── CReportGroup.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── CrystalReport1.cs.dll
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CReportGroup.sln
│ │ │ └── CReportGroup.suo
│ │ ├── 例21.3
│ │ │ └── CReportSort
│ │ │ ├── CReportSort
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CReportSort.pdb
│ │ │ │ ├── CReportSort.csproj
│ │ │ │ ├── CReportSort.csproj.user
│ │ │ │ ├── CrystalReport1.cs
│ │ │ │ ├── CrystalReport1.rpt
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CReportSort.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CReportSort.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CReportSort.Form1.resources
│ │ │ │ │ ├── CReportSort.pdb
│ │ │ │ │ ├── CReportSort.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── CrystalReport1.cs.dll
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CReportSort.sln
│ │ │ └── CReportSort.suo
│ │ ├── 例21.4
│ │ │ └── CReportFilter
│ │ │ ├── CReportFilter
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CReportFilter.pdb
│ │ │ │ ├── CReportFilter.csproj
│ │ │ │ ├── CReportFilter.csproj.user
│ │ │ │ ├── CrystalReport1.cs
│ │ │ │ ├── CrystalReport1.rpt
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CReportFilter.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CReportFilter.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CReportFilter.Form1.resources
│ │ │ │ │ ├── CReportFilter.pdb
│ │ │ │ │ ├── CReportFilter.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── CrystalReport1.cs.dll
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CReportFilter.sln
│ │ │ └── CReportFilter.suo
│ │ ├── 例21.6
│ │ │ └── CReportImage
│ │ │ ├── CReportImage
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CReportImage.pdb
│ │ │ │ ├── CReportImage.csproj
│ │ │ │ ├── CReportImage.csproj.user
│ │ │ │ ├── CrystalReport1.cs
│ │ │ │ ├── CrystalReport1.rpt
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CReportImage.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CReportImage.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CReportImage.Form1.resources
│ │ │ │ │ ├── CReportImage.pdb
│ │ │ │ │ ├── CReportImage.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── CrystalReport1.cs.dll
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CReportImage.sln
│ │ │ └── CReportImage.suo
│ │ ├── 例21.7
│ │ │ └── CReportChild
│ │ │ ├── CReportChild
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CReportChild.pdb
│ │ │ │ ├── CReportChild.csproj
│ │ │ │ ├── CReportChild.csproj.user
│ │ │ │ ├── CrystalReport1.cs
│ │ │ │ ├── CrystalReport1.rpt
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CReportChild.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CReportChild.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CReportChild.Form1.resources
│ │ │ │ │ ├── CReportChild.pdb
│ │ │ │ │ ├── CReportChild.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── CrystalReport1.cs.dll
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CReportChild.sln
│ │ │ └── CReportChild.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── CReportShowInfoBySex
│ │ │ ├── CReportShowInfoBySex
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CReportShowInfoBySex.pdb
│ │ │ │ ├── CReportShowInfoBySex.csproj
│ │ │ │ ├── CReportShowInfoBySex.csproj.user
│ │ │ │ ├── CrystalReport1.cs
│ │ │ │ ├── CrystalReport1.rpt
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CReportShowInfoBySex.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CReportShowInfoBySex.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CReportShowInfoBySex.Form1.resources
│ │ │ │ │ ├── CReportShowInfoBySex.pdb
│ │ │ │ │ ├── CReportShowInfoBySex.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── CrystalReport1.cs.dll
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CReportShowInfoBySex.sln
│ │ │ └── CReportShowInfoBySex.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── CReportSumScale
│ │ │ ├── CReportSumScale
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CReportSumScale.pdb
│ │ │ │ ├── CReportSumScale.csproj
│ │ │ │ ├── CReportSumScale.csproj.user
│ │ │ │ ├── CrystalReport1.cs
│ │ │ │ ├── CrystalReport1.rpt
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CReportSumScale.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CReportSumScale.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CReportSumScale.Form1.resources
│ │ │ │ │ ├── CReportSumScale.pdb
│ │ │ │ │ ├── CReportSumScale.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── CrystalReport1.cs.dll
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CReportSumScale.sln
│ │ │ └── CReportSumScale.suo
│ │ ├── 第3题(实践与练习)
│ │ │ └── PrintStuCertificate
│ │ │ ├── PrintStuCertificate
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── PrintStuCertificate.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── PrintStuCertificate.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── PrintStuCertificate.csproj.GenerateResource.Cache
│ │ │ │ │ ├── PrintStuCertificate.Form1.resources
│ │ │ │ │ ├── PrintStuCertificate.pdb
│ │ │ │ │ ├── PrintStuCertificate.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── PrintStuCertificate.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── PrintStuCertificate.sln
│ │ │ └── PrintStuCertificate.suo
│ │ ├── 视频21.1~21.2
│ │ ├── 视频21.3
│ │ ├── 视频21.4
│ │ └── 视频21.5
│ ├── 第22章
│ │ ├── 例22.1
│ │ │ └── UseDns
│ │ │ ├── UseDns
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseDns.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseDns.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseDns.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseDns.Form1.resources
│ │ │ │ │ ├── UseDns.pdb
│ │ │ │ │ └── UseDns.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseDns.csproj
│ │ │ ├── UseDns.sln
│ │ │ └── UseDns.suo
│ │ ├── 例22.11
│ │ │ └── SendEmail
│ │ │ ├── SendEmail
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── SendEmail.pdb
│ │ │ │ │ └── 邮件测试.txt
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── SendEmail.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SendEmail.csproj.GenerateResource.Cache
│ │ │ │ │ ├── SendEmail.Form1.resources
│ │ │ │ │ ├── SendEmail.pdb
│ │ │ │ │ ├── SendEmail.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── SendEmail.csproj
│ │ │ ├── SendEmail.sln
│ │ │ └── SendEmail.suo
│ │ ├── 例22.12
│ │ │ └── MRBrowser
│ │ │ ├── MRBrowser
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── MRBrowser.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── MRBrowser.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MRBrowser.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── MRBrowser.csproj.GenerateResource.Cache
│ │ │ │ │ ├── MRBrowser.Form1.resources
│ │ │ │ │ ├── MRBrowser.pdb
│ │ │ │ │ ├── MRBrowser.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── MRBrowser.sln
│ │ │ └── MRBrowser.suo
│ │ ├── 例22.13
│ │ │ └── P2PChat
│ │ │ ├── P2PChat
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── P2PChat.pdb
│ │ │ │ ├── frmMain.cs
│ │ │ │ ├── frmMain.Designer.cs
│ │ │ │ ├── frmMain.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── P2PChat.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── P2PChat.csproj.GenerateResource.Cache
│ │ │ │ │ ├── P2PChat.frmMain.resources
│ │ │ │ │ ├── P2PChat.pdb
│ │ │ │ │ ├── P2PChat.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── P2PChat.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── P2PChat.sln
│ │ │ └── P2PChat.suo
│ │ ├── 例22.14
│ │ │ └── EmailSendAndReceive
│ │ │ ├── EmailSendAndReceive
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── EmailSendAndReceive.pdb
│ │ │ │ ├── EmailSendAndReceive.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── frmReceive.cs
│ │ │ │ ├── frmReceive.designer.cs
│ │ │ │ ├── frmReceive.resx
│ │ │ │ ├── frmSend.cs
│ │ │ │ ├── frmSend.designer.cs
│ │ │ │ ├── frmSend.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── EmailSendAndReceive.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── EmailSendAndReceive.csproj.GenerateResource.Cache
│ │ │ │ │ ├── EmailSendAndReceive.Form1.resources
│ │ │ │ │ ├── EmailSendAndReceive.frmReceive.resources
│ │ │ │ │ ├── EmailSendAndReceive.frmSend.resources
│ │ │ │ │ ├── EmailSendAndReceive.pdb
│ │ │ │ │ ├── EmailSendAndReceive.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── EmailSendAndReceive.sln
│ │ │ └── EmailSendAndReceive.suo
│ │ ├── 例22.2
│ │ │ └── UseIPAddress
│ │ │ ├── UseIPAddress
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseIPAddress.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseIPAddress.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseIPAddress.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseIPAddress.Form1.resources
│ │ │ │ │ ├── UseIPAddress.pdb
│ │ │ │ │ └── UseIPAddress.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseIPAddress.csproj
│ │ │ ├── UseIPAddress.sln
│ │ │ └── UseIPAddress.suo
│ │ ├── 例22.3
│ │ │ └── UseIPEndPoint
│ │ │ ├── UseIPEndPoint
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseIPEndPoint.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseIPEndPoint.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseIPEndPoint.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseIPEndPoint.Form1.resources
│ │ │ │ │ ├── UseIPEndPoint.pdb
│ │ │ │ │ └── UseIPEndPoint.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseIPEndPoint.csproj
│ │ │ ├── UseIPEndPoint.sln
│ │ │ └── UseIPEndPoint.suo
│ │ ├── 例22.4
│ │ │ └── UseWebClient
│ │ │ ├── UseWebClient
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseWebClient.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseWebClient.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseWebClient.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseWebClient.Form1.resources
│ │ │ │ │ ├── UseWebClient.pdb
│ │ │ │ │ └── UseWebClient.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseWebClient.csproj
│ │ │ ├── UseWebClient.sln
│ │ │ └── UseWebClient.suo
│ │ ├── 例22.5
│ │ │ └── UseWebResponseAndQuest
│ │ │ ├── UseWebResponseAndQuest
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseWebResponseAndQuest.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseWebResponseAndQuest.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseWebResponseAndQuest.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseWebResponseAndQuest.Form1.resources
│ │ │ │ │ ├── UseWebResponseAndQuest.pdb
│ │ │ │ │ └── UseWebResponseAndQuest.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseWebResponseAndQuest.csproj
│ │ │ ├── UseWebResponseAndQuest.sln
│ │ │ └── UseWebResponseAndQuest.suo
│ │ ├── 例22.6
│ │ │ └── UseSocket
│ │ │ ├── UseSocket
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseSocket.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseSocket.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseSocket.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseSocket.Form1.resources
│ │ │ │ │ ├── UseSocket.pdb
│ │ │ │ │ └── UseSocket.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseSocket.csproj
│ │ │ ├── UseSocket.sln
│ │ │ └── UseSocket.suo
│ │ ├── 例22.7
│ │ │ └── UseTCP
│ │ │ ├── UseTCP
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseTCP.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseTCP.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseTCP.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseTCP.Form1.resources
│ │ │ │ │ ├── UseTCP.pdb
│ │ │ │ │ └── UseTCP.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseTCP.csproj
│ │ │ ├── UseTCP.sln
│ │ │ └── UseTCP.suo
│ │ ├── 例22.8
│ │ │ └── UseUDP
│ │ │ ├── UseUDP
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseUDP.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseUDP.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseUDP.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseUDP.Form1.resources
│ │ │ │ │ ├── UseUDP.pdb
│ │ │ │ │ └── UseUDP.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseUDP.csproj
│ │ │ ├── UseUDP.sln
│ │ │ └── UseUDP.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── TCPChat
│ │ │ ├── TCPChat
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── TCPChat.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TCPChat.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── TCPChat.csproj.GenerateResource.Cache
│ │ │ │ │ ├── TCPChat.Form1.resources
│ │ │ │ │ ├── TCPChat.pdb
│ │ │ │ │ ├── TCPChat.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TCPChat.csproj
│ │ │ ├── TCPChat.sln
│ │ │ ├── TCPChat.suo
│ │ │ └── TCPServer
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ └── TCPServer.pdb
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── TCPServer.csproj.FileListAbsolute.txt
│ │ │ │ ├── TCPServer.csproj.GenerateResource.Cache
│ │ │ │ ├── TCPServer.Form1.resources
│ │ │ │ ├── TCPServer.pdb
│ │ │ │ ├── TCPServer.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── TCPServer.csproj
│ │ ├── 第2题(实践与练习)
│ │ │ └── UDPChat
│ │ │ ├── UDPChat
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UDPChat.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UDPChat.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UDPChat.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UDPChat.Form1.resources
│ │ │ │ │ ├── UDPChat.pdb
│ │ │ │ │ └── UDPChat.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UDPChat.csproj
│ │ │ ├── UDPChat.sln
│ │ │ ├── UDPChat.suo
│ │ │ └── UDPServer
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ └── UDPServer.pdb
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Refactor
│ │ │ │ ├── TempPE
│ │ │ │ ├── UDPServer.csproj.FileListAbsolute.txt
│ │ │ │ ├── UDPServer.csproj.GenerateResource.Cache
│ │ │ │ ├── UDPServer.Form1.resources
│ │ │ │ ├── UDPServer.pdb
│ │ │ │ └── UDPServer.Properties.Resources.resources
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── UDPServer.csproj
│ │ ├── 第3题(实践与练习)
│ │ │ └── SendEmailAddAtt
│ │ │ ├── SendEmailAddAtt
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── SendEmailAddAtt.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── SendEmailAddAtt.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SendEmailAddAtt.csproj.GenerateResource.Cache
│ │ │ │ │ ├── SendEmailAddAtt.Form1.resources
│ │ │ │ │ ├── SendEmailAddAtt.pdb
│ │ │ │ │ ├── SendEmailAddAtt.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── SendEmailAddAtt.csproj
│ │ │ ├── SendEmailAddAtt.sln
│ │ │ └── SendEmailAddAtt.suo
│ │ ├── 视频22.1
│ │ ├── 视频22.2
│ │ └── 视频22.3
│ ├── 第23章
│ │ ├── 例23.10
│ │ │ └── MonitorThread
│ │ │ ├── MonitorThread
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── MonitorThread.pdb
│ │ │ │ ├── MonitorThread.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MonitorThread.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── MonitorThread.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── MonitorThread.sln
│ │ │ └── MonitorThread.suo
│ │ ├── 例23.11
│ │ │ └── MutexThread
│ │ │ ├── MutexThread
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── MutexThread.pdb
│ │ │ │ ├── MutexThread.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MutexThread.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── MutexThread.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── MutexThread.sln
│ │ │ └── MutexThread.suo
│ │ ├── 例23.12
│ │ │ └── ScanPort
│ │ │ ├── ScanPort
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ScanPort.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ScanPort.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ScanPort.csproj.GenerateResource.Cache
│ │ │ │ │ ├── ScanPort.Form1.resources
│ │ │ │ │ ├── ScanPort.pdb
│ │ │ │ │ ├── ScanPort.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── ScanPort.csproj
│ │ │ ├── ScanPort.sln
│ │ │ └── ScanPort.suo
│ │ ├── 例23.13
│ │ │ └── ShowImageByForm
│ │ │ ├── ShowImageByForm
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ShowImageByForm.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ShowImageByForm.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ShowImageByForm.csproj.GenerateResource.Cache
│ │ │ │ │ ├── ShowImageByForm.Form1.resources
│ │ │ │ │ ├── ShowImageByForm.pdb
│ │ │ │ │ ├── ShowImageByForm.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── ShowImageByForm.csproj
│ │ │ ├── ShowImageByForm.sln
│ │ │ └── ShowImageByForm.suo
│ │ ├── 例23.2
│ │ │ └── UseThread
│ │ │ ├── UseThread
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseThread.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseThread.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseThread.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseThread.Form1.resources
│ │ │ │ │ ├── UseThread.pdb
│ │ │ │ │ └── UseThread.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseThread.csproj
│ │ │ ├── UseThread.sln
│ │ │ └── UseThread.suo
│ │ ├── 例23.3
│ │ │ └── CreateThread
│ │ │ ├── CreateThread
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CreateThread.pdb
│ │ │ │ ├── CreateThread.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CreateThread.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CreateThread.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── CreateThread.sln
│ │ │ └── CreateThread.suo
│ │ ├── 例23.4
│ │ │ └── SRThread
│ │ │ ├── SRThread
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── SRThread.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── SRThread.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SRThread.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── SRThread.csproj
│ │ │ ├── SRThread.sln
│ │ │ └── SRThread.suo
│ │ ├── 例23.6
│ │ │ └── AbortThread
│ │ │ ├── AbortThread
│ │ │ │ ├── AbortThread.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── AbortThread.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── AbortThread.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── AbortThread.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── AbortThread.sln
│ │ │ └── AbortThread.suo
│ │ ├── 例23.7
│ │ │ └── JoinThread
│ │ │ ├── JoinThread
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── JoinThread.pdb
│ │ │ │ ├── JoinThread.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── JoinThread.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── JoinThread.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── JoinThread.sln
│ │ │ └── JoinThread.suo
│ │ ├── 例23.8
│ │ │ └── SetThreadPri
│ │ │ ├── SetThreadPri
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── SetThreadPri.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── SetThreadPri.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SetThreadPri.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── SetThreadPri.csproj
│ │ │ ├── SetThreadPri.sln
│ │ │ └── SetThreadPri.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── BYCStyleByThread
│ │ │ ├── BYCStyleByThread
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── BYCStyleByThread.pdb
│ │ │ │ ├── BYCStyleByThread.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── BYCStyleByThread.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── BYCStyleByThread.csproj.GenerateResource.Cache
│ │ │ │ │ ├── BYCStyleByThread.Form1.resources
│ │ │ │ │ ├── BYCStyleByThread.pdb
│ │ │ │ │ ├── BYCStyleByThread.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── BYCStyleByThread.sln
│ │ │ └── BYCStyleByThread.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── CopyFileByThread
│ │ │ ├── CopyFileByThread
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CopyFileByThread.pdb
│ │ │ │ ├── CopyFileByThread.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CopyFileByThread.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CopyFileByThread.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CopyFileByThread.Form1.resources
│ │ │ │ │ ├── CopyFileByThread.pdb
│ │ │ │ │ ├── CopyFileByThread.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CopyFileByThread.sln
│ │ │ └── CopyFileByThread.suo
│ │ ├── 视频23.1
│ │ ├── 视频23.2
│ │ ├── 视频23.3
│ │ ├── 视频23.4
│ │ └── 视频23.5
│ ├── 第24章
│ │ ├── 例24.1
│ │ │ └── UseThrow
│ │ │ ├── UseThrow
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseThrow.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseThrow.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseThrow.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseThrow.csproj
│ │ │ ├── UseThrow.sln
│ │ │ └── UseThrow.suo
│ │ ├── 例24.2
│ │ │ └── UseTrycatch
│ │ │ ├── UseTrycatch
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseTrycatch.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseTrycatch.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseTrycatch.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseTrycatch.csproj
│ │ │ ├── UseTrycatch.sln
│ │ │ └── UseTrycatch.suo
│ │ ├── 例24.3
│ │ │ └── UseFinally
│ │ │ ├── UseFinally
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseFinally.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseFinally.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseFinally.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseFinally.csproj
│ │ │ ├── UseFinally.sln
│ │ │ └── UseFinally.suo
│ │ ├── 例24.4
│ │ │ └── GetSQLException
│ │ │ ├── GetSQLException
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── GetSQLException.pdb
│ │ │ │ ├── GetSQLException.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GetSQLException.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── GetSQLException.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── GetSQLException.sln
│ │ │ └── GetSQLException.suo
│ │ ├── 例24.5
│ │ │ └── GetValueByDD
│ │ │ ├── GetValueByDD
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── GetValueByDD.pdb
│ │ │ │ ├── GetValueByDD.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GetValueByDD.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── GetValueByDD.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── GetValueByDD.sln
│ │ │ └── GetValueByDD.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── MultCatch
│ │ │ ├── MultCatch
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── MultCatch.pdb
│ │ │ │ ├── MultCatch.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MultCatch.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── MultCatch.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── MultCatch.sln
│ │ │ └── MultCatch.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── GetTypeException
│ │ │ ├── GetTypeException
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── GetTypeException.pdb
│ │ │ │ ├── GetTypeException.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GetTypeException.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── GetTypeException.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── GetTypeException.sln
│ │ │ └── GetTypeException.suo
│ │ ├── 视频24.1~24.2
│ │ ├── 视频24.3
│ │ └── 视频24.4
│ ├── 第25章
│ │ ├── Test
│ │ │ ├── Setup1
│ │ │ │ ├── Debug
│ │ │ │ │ └── Setup1.msi
│ │ │ │ ├── Release
│ │ │ │ └── Setup1.vdproj
│ │ │ ├── Test
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Test.application
│ │ │ │ │ ├── Test.pdb
│ │ │ │ │ ├── Test.txt
│ │ │ │ │ └── Test.vshost.application
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── Test.application
│ │ │ │ │ ├── Test.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── Test.csproj.GenerateResource.Cache
│ │ │ │ │ ├── Test.Form1.resources
│ │ │ │ │ ├── Test.pdb
│ │ │ │ │ └── Test.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Test.csproj
│ │ │ │ └── Test.csproj.user
│ │ │ ├── Test.sln
│ │ │ └── Test.suo
│ │ ├── 例25.1
│ │ │ └── UseFaBu
│ │ │ ├── UseFaBu
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── app.publish
│ │ │ │ │ │ ├── Application Files
│ │ │ │ │ │ │ └── UseFaBu_1_0_0_0
│ │ │ │ │ │ ├── publish.htm
│ │ │ │ │ │ └── UseFaBu.application
│ │ │ │ │ ├── UseFaBu.application
│ │ │ │ │ └── UseFaBu.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseFaBu.application
│ │ │ │ │ ├── UseFaBu.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseFaBu.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseFaBu.Form1.resources
│ │ │ │ │ ├── UseFaBu.pdb
│ │ │ │ │ └── UseFaBu.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── UseFaBu.csproj
│ │ │ │ ├── UseFaBu.csproj.user
│ │ │ │ └── UseFaBu_TemporaryKey.pfx
│ │ │ ├── UseFaBu.sln
│ │ │ └── UseFaBu.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── DeskIcon
│ │ │ ├── DeskIcon
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DeskIcon.pdb
│ │ │ │ ├── DeskIcon.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DeskIcon.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DeskIcon.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DeskIcon.pdb
│ │ │ │ │ ├── DeskIcon.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DeskIconSetup
│ │ │ │ ├── Debug
│ │ │ │ │ └── DeskIconSetup.msi
│ │ │ │ ├── DeskIconSetup.vdproj
│ │ │ │ └── Release
│ │ │ ├── DeskIcon.sln
│ │ │ └── DeskIcon.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── ChangeBack
│ │ │ ├── ChangeBack
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ChangeBack.pdb
│ │ │ │ ├── ChangeBack.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ChangeBack.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ChangeBack.csproj.GenerateResource.Cache
│ │ │ │ │ ├── ChangeBack.pdb
│ │ │ │ │ ├── ChangeBack.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── ChangeBackSetup
│ │ │ │ ├── ChangeBackSetup.vdproj
│ │ │ │ ├── Debug
│ │ │ │ │ └── ChangeBackSetup.msi
│ │ │ │ └── Release
│ │ │ ├── ChangeBack.sln
│ │ │ └── ChangeBack.suo
│ │ ├── 视频25.1~25.2
│ │ ├── 视频25.3~25.4
│ │ └── 视频25.5
│ ├── 第26章
│ │ ├── MyQQ
│ │ │ ├── Database
│ │ │ │ ├── db_MyQQ_Data.MDF
│ │ │ │ └── db_MyQQ_Log.LDF
│ │ │ ├── MyQQClient
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MyQQClient.pdb
│ │ │ │ │ ├── QQClass.dll
│ │ │ │ │ └── QQClass.pdb
│ │ │ │ ├── F_Chat.cs
│ │ │ │ ├── F_Chat.designer.cs
│ │ │ │ ├── F_Chat.resx
│ │ │ │ ├── F_Client.cs
│ │ │ │ ├── F_Client.designer.cs
│ │ │ │ ├── F_Client.resx
│ │ │ │ ├── F_Logon.cs
│ │ │ │ ├── F_Logon.designer.cs
│ │ │ │ ├── F_Logon.resx
│ │ │ │ ├── F_SerSetup.cs
│ │ │ │ ├── F_SerSetup.designer.cs
│ │ │ │ ├── F_SerSetup.resx
│ │ │ │ ├── Image
│ │ │ │ │ ├── 0.bmp
│ │ │ │ │ ├── 1.bmp
│ │ │ │ │ ├── my-QQ_03.jpg
│ │ │ │ │ ├── my-QQ_05.jpg
│ │ │ │ │ ├── my-QQ_07.jpg
│ │ │ │ │ ├── my-QQ_09.jpg
│ │ │ │ │ ├── my-QQ_10.jpg
│ │ │ │ │ ├── my-QQ_11.jpg
│ │ │ │ │ ├── my-QQ_14.jpg
│ │ │ │ │ ├── my-QQ_15.jpg
│ │ │ │ │ ├── my-QQ_16.jpg
│ │ │ │ │ ├── QQ08.jpg
│ │ │ │ │ ├── QQ12.jpg
│ │ │ │ │ ├── QQ窗体_03.jpg
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── video_03.png
│ │ │ │ │ └── 登录_03.jpg
│ │ │ │ ├── MyQQClient.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MyQQClient.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── MyQQClient.csproj.GenerateResource.Cache
│ │ │ │ │ ├── MyQQClient.F_Chat.resources
│ │ │ │ │ ├── MyQQClient.F_Client.resources
│ │ │ │ │ ├── MyQQClient.F_Logon.resources
│ │ │ │ │ ├── MyQQClient.F_SerSetup.resources
│ │ │ │ │ ├── MyQQClient.pdb
│ │ │ │ │ ├── MyQQClient.Properties.Resources.resources
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── MyQQServer
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MyQQServer.pdb
│ │ │ │ │ ├── QQClass.dll
│ │ │ │ │ └── QQClass.pdb
│ │ │ │ ├── F_Server.cs
│ │ │ │ ├── F_Server.designer.cs
│ │ │ │ ├── F_Server.resx
│ │ │ │ ├── MyQQServer.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MyQQServer.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── MyQQServer.csproj.GenerateResource.Cache
│ │ │ │ │ ├── MyQQServer.F_Server.resources
│ │ │ │ │ ├── MyQQServer.pdb
│ │ │ │ │ ├── MyQQServer.Properties.Resources.resources
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── MyQQ.sln
│ │ │ ├── MyQQ.suo
│ │ │ ├── QQClass
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── QQClass.dll
│ │ │ │ │ └── QQClass.pdb
│ │ │ │ ├── ClassForms.cs
│ │ │ │ ├── ClassMsg.cs
│ │ │ │ ├── ClassOptionData.cs
│ │ │ │ ├── ClassSerializers.cs
│ │ │ │ ├── ClassUserInfo.cs
│ │ │ │ ├── ClassUsers.cs
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── QQClass.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── QQClass.dll
│ │ │ │ │ ├── QQClass.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── Publec_Class.cs
│ │ │ │ ├── QQClass.csproj
│ │ │ │ ├── UDPSocket.cs
│ │ │ │ ├── UDPSocket.designer.cs
│ │ │ │ └── Video.cs
│ │ │ └── QQSetup
│ │ │ ├── Debug
│ │ │ │ └── QQSetup.msi
│ │ │ ├── QQSetup.vdproj
│ │ │ └── Release
│ │ ├── 程序使用说明.doc
│ │ ├── 视频26.1
│ │ ├── 视频26.10
│ │ ├── 视频26.11
│ │ ├── 视频26.12~26.13
│ │ ├── 视频26.14
│ │ ├── 视频26.2~26.3
│ │ ├── 视频26.4
│ │ ├── 视频26.5
│ │ ├── 视频26.6
│ │ ├── 视频26.7
│ │ ├── 视频26.8
│ │ └── 视频26.9
│ ├── 第27章
│ │ ├── MRCY
│ │ │ ├── MRCY
│ │ │ │ ├── AboutBox1.cs
│ │ │ │ ├── AboutBox1.designer.cs
│ │ │ │ ├── AboutBox1.resx
│ │ │ │ ├── BaseClass
│ │ │ │ │ └── DBConn.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── MRCY.pdb
│ │ │ │ ├── Data
│ │ │ │ │ └── mrcy.bak
│ │ │ │ ├── Database
│ │ │ │ │ ├── db_MrCy_Data.MDF
│ │ │ │ │ └── db_MrCy_Log.LDF
│ │ │ │ ├── frmBF.cs
│ │ │ │ ├── frmBF.designer.cs
│ │ │ │ ├── frmBF.resx
│ │ │ │ ├── frmCalender.cs
│ │ │ │ ├── frmCalender.designer.cs
│ │ │ │ ├── frmCalender.resx
│ │ │ │ ├── frmDC.cs
│ │ │ │ ├── frmDC.designer.cs
│ │ │ │ ├── frmDC.resx
│ │ │ │ ├── frmDesk.cs
│ │ │ │ ├── frmDesk.designer.cs
│ │ │ │ ├── frmDesk.resx
│ │ │ │ ├── frmDetails.cs
│ │ │ │ ├── frmDetails.designer.cs
│ │ │ │ ├── frmDetails.resx
│ │ │ │ ├── frmHF.cs
│ │ │ │ ├── frmHF.designer.cs
│ │ │ │ ├── frmHF.resx
│ │ │ │ ├── frmJZ.cs
│ │ │ │ ├── frmJZ.designer.cs
│ │ │ │ ├── frmJZ.resx
│ │ │ │ ├── frmLock.cs
│ │ │ │ ├── frmLock.designer.cs
│ │ │ │ ├── frmLock.resx
│ │ │ │ ├── frmLogin.cs
│ │ │ │ ├── frmLogin.designer.cs
│ │ │ │ ├── frmLogin.resx
│ │ │ │ ├── frmMain.cs
│ │ │ │ ├── frmMain.designer.cs
│ │ │ │ ├── frmMain.resx
│ │ │ │ ├── frmOpen.cs
│ │ │ │ ├── frmOpen.designer.cs
│ │ │ │ ├── frmOpen.resx
│ │ │ │ ├── frmPwd.cs
│ │ │ │ ├── frmPwd.designer.cs
│ │ │ │ ├── frmPwd.resx
│ │ │ │ ├── frmQxGl.cs
│ │ │ │ ├── frmQxGl.designer.cs
│ │ │ │ ├── frmQxGl.resx
│ │ │ │ ├── frmSerch.cs
│ │ │ │ ├── frmSerch.designer.cs
│ │ │ │ ├── frmSerch.resx
│ │ │ │ ├── frmUser.cs
│ │ │ │ ├── frmUser.designer.cs
│ │ │ │ ├── frmUser.resx
│ │ │ │ ├── Image
│ │ │ │ │ ├── a_1.jpg
│ │ │ │ │ ├── a_2.jpg
│ │ │ │ │ ├── bg_03.gif
│ │ │ │ │ ├── j_1.gif
│ │ │ │ │ ├── login.jpg
│ │ │ │ │ └── Thumbs.db
│ │ │ │ ├── MRCY.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MRCY.AboutBox1.resources
│ │ │ │ │ ├── MRCY.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── MRCY.csproj.GenerateResource.Cache
│ │ │ │ │ ├── MRCY.frmBF.resources
│ │ │ │ │ ├── MRCY.frmCalender.resources
│ │ │ │ │ ├── MRCY.frmDC.resources
│ │ │ │ │ ├── MRCY.frmDesk.resources
│ │ │ │ │ ├── MRCY.frmDetails.resources
│ │ │ │ │ ├── MRCY.frmHF.resources
│ │ │ │ │ ├── MRCY.frmJZ.resources
│ │ │ │ │ ├── MRCY.frmLock.resources
│ │ │ │ │ ├── MRCY.frmLogin.resources
│ │ │ │ │ ├── MRCY.frmMain.resources
│ │ │ │ │ ├── MRCY.frmOpen.resources
│ │ │ │ │ ├── MRCY.frmPwd.resources
│ │ │ │ │ ├── MRCY.frmQxGl.resources
│ │ │ │ │ ├── MRCY.frmSerch.resources
│ │ │ │ │ ├── MRCY.frmUser.resources
│ │ │ │ │ ├── MRCY.pdb
│ │ │ │ │ ├── MRCY.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── MRCY.sln
│ │ │ └── MRCY.suo
│ │ ├── 程序使用说明.doc
│ │ └── 视频
│ ├── 第28章
│ │ ├── houseAgency
│ │ │ ├── houseAgency
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── houseAgency.pdb
│ │ │ │ ├── BusinessM
│ │ │ │ │ ├── frmBargin.cs
│ │ │ │ │ ├── frmBargin.designer.cs
│ │ │ │ │ └── frmBargin.resx
│ │ │ │ ├── Database
│ │ │ │ │ ├── db_showHouse_Data.MDF
│ │ │ │ │ ├── db_showHouse_Log.LDF
│ │ │ │ │ └── 杀死进程的存储过程.sql
│ │ │ │ ├── frmMain.cs
│ │ │ │ ├── frmMain.designer.cs
│ │ │ │ ├── frmMain.resx
│ │ │ │ ├── frmUserLogin.cs
│ │ │ │ ├── frmUserLogin.designer.cs
│ │ │ │ ├── frmUserLogin.resx
│ │ │ │ ├── houseAgency.csproj
│ │ │ │ ├── Image
│ │ │ │ │ ├── 3.jpg
│ │ │ │ │ ├── dl.jpg
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── 修改.bmp
│ │ │ │ │ ├── 出租人员信息.png
│ │ │ │ │ ├── 删除.bmp
│ │ │ │ │ ├── 增加.bmp
│ │ │ │ │ ├── 成交量.png
│ │ │ │ │ ├── 房源查询.png
│ │ │ │ │ ├── 操作.bmp
│ │ │ │ │ ├── 收费记录.png
│ │ │ │ │ ├── 查询.bmp
│ │ │ │ │ └── 求租人信息.png
│ │ │ │ ├── mothedCls
│ │ │ │ │ ├── claFavorMethod.cs
│ │ │ │ │ ├── ClsCon.cs
│ │ │ │ │ ├── clsEmpleey.cs
│ │ │ │ │ ├── clsEmpleeyMethed.cs
│ │ │ │ │ ├── clsFavor.cs
│ │ │ │ │ ├── clsFitment.cs
│ │ │ │ │ ├── clsFitmentMethod.cs
│ │ │ │ │ ├── clsFloor.cs
│ │ │ │ │ ├── clsFloorMethod.cs
│ │ │ │ │ ├── clsgov.cs
│ │ │ │ │ ├── clsgovMethod.cs
│ │ │ │ │ ├── ClsHouse.cs
│ │ │ │ │ ├── ClsHouseMethed.cs
│ │ │ │ │ ├── clsIntend.cs
│ │ │ │ │ ├── clsIntendMethed.cs
│ │ │ │ │ ├── clsLogin.cs
│ │ │ │ │ ├── clsLoginMethed.cs
│ │ │ │ │ ├── clsMethed.cs
│ │ │ │ │ ├── clsMethedMethod.cs
│ │ │ │ │ ├── clsMoneyAndInfo.cs
│ │ │ │ │ ├── clsMoneyAndInfoMethod.cs
│ │ │ │ │ ├── clsSeat.cs
│ │ │ │ │ ├── clsSeatMethod.cs
│ │ │ │ │ ├── clsStudyDegree.cs
│ │ │ │ │ ├── clsStudyDegreeMethod.cs
│ │ │ │ │ ├── clstype.cs
│ │ │ │ │ ├── clstypeMethod.cs
│ │ │ │ │ ├── clsUser.cs
│ │ │ │ │ └── clsUserMethod.cs
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── houseAgency.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── houseAgency.csproj.GenerateResource.Cache
│ │ │ │ │ ├── houseAgency.frmBargin.resources
│ │ │ │ │ ├── houseAgency.frmChangYouSelfPwd.resources
│ │ │ │ │ ├── houseAgency.frmEmpleeyAll.resources
│ │ │ │ │ ├── houseAgency.frmEmploeey.resources
│ │ │ │ │ ├── houseAgency.frmFavor.resources
│ │ │ │ │ ├── houseAgency.frmFitment.resources
│ │ │ │ │ ├── houseAgency.frmFloor.resources
│ │ │ │ │ ├── houseAgency.frmGov.resources
│ │ │ │ │ ├── houseAgency.frmHouse.resources
│ │ │ │ │ ├── houseAgency.frmIntendInfo.resources
│ │ │ │ │ ├── houseAgency.frmIntend.resources
│ │ │ │ │ ├── houseAgency.frmMain.resources
│ │ │ │ │ ├── houseAgency.frmMoneyRemark.resources
│ │ │ │ │ ├── houseAgency.frmMoney.resources
│ │ │ │ │ ├── houseAgency.frmMothed.resources
│ │ │ │ │ ├── houseAgency.frmOk.resources
│ │ │ │ │ ├── houseAgency.frmPeopleInfo.resources
│ │ │ │ │ ├── houseAgency.frmPeopleList.resources
│ │ │ │ │ ├── houseAgency.frmRestore.resources
│ │ │ │ │ ├── houseAgency.frmSeat.resources
│ │ │ │ │ ├── houseAgency.frmSelect.resources
│ │ │ │ │ ├── houseAgency.frmStateHouse.resources
│ │ │ │ │ ├── houseAgency.frmStock.resources
│ │ │ │ │ ├── houseAgency.frmStudyDegree.resources
│ │ │ │ │ ├── houseAgency.frmType.resources
│ │ │ │ │ ├── houseAgency.frmUserLogin.resources
│ │ │ │ │ ├── houseAgency.pdb
│ │ │ │ │ ├── houseAgency.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── OutTenants
│ │ │ │ │ ├── frmFavor.cs
│ │ │ │ │ ├── frmFavor.designer.cs
│ │ │ │ │ ├── frmFavor.resx
│ │ │ │ │ ├── frmFitment.cs
│ │ │ │ │ ├── frmFitment.designer.cs
│ │ │ │ │ ├── frmFitment.resx
│ │ │ │ │ ├── frmFloor.cs
│ │ │ │ │ ├── frmFloor.designer.cs
│ │ │ │ │ ├── frmFloor.resx
│ │ │ │ │ ├── frmMothed.cs
│ │ │ │ │ ├── frmMothed.designer.cs
│ │ │ │ │ ├── frmMothed.resx
│ │ │ │ │ ├── frmSeat.cs
│ │ │ │ │ ├── frmSeat.designer.cs
│ │ │ │ │ ├── frmSeat.resx
│ │ │ │ │ ├── frmType.cs
│ │ │ │ │ ├── frmType.designer.cs
│ │ │ │ │ └── frmType.resx
│ │ │ │ ├── PayingM
│ │ │ │ │ ├── frmBackMoney.cs
│ │ │ │ │ ├── frmBackMoney.designer.cs
│ │ │ │ │ ├── frmBackMoney.resx
│ │ │ │ │ ├── frmMoney.cs
│ │ │ │ │ ├── frmMoney.designer.cs
│ │ │ │ │ └── frmMoney.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── SeekTenantsM
│ │ │ │ │ ├── frmHouse.cs
│ │ │ │ │ ├── frmHouse.designer.cs
│ │ │ │ │ ├── frmHouse.resx
│ │ │ │ │ ├── frmIntend.cs
│ │ │ │ │ ├── frmIntend.designer.cs
│ │ │ │ │ ├── frmIntendInfo.cs
│ │ │ │ │ ├── frmIntendInfo.designer.cs
│ │ │ │ │ ├── frmIntendInfo.resx
│ │ │ │ │ ├── frmIntend.resx
│ │ │ │ │ ├── frmOk.cs
│ │ │ │ │ ├── frmOk.designer.cs
│ │ │ │ │ ├── frmOk.resx
│ │ │ │ │ ├── frmSelect.cs
│ │ │ │ │ ├── frmSelect.designer.cs
│ │ │ │ │ ├── frmSelect.resx
│ │ │ │ │ ├── frmStateHouse.cs
│ │ │ │ │ ├── frmStateHouse.designer.cs
│ │ │ │ │ └── frmStateHouse.resx
│ │ │ │ ├── StaffInfor
│ │ │ │ │ ├── frmEmpleeyAll.cs
│ │ │ │ │ ├── frmEmpleeyAll.designer.cs
│ │ │ │ │ ├── frmEmpleeyAll.resx
│ │ │ │ │ ├── frmEmploeey.cs
│ │ │ │ │ ├── frmEmploeey.designer.cs
│ │ │ │ │ ├── frmEmploeey.resx
│ │ │ │ │ ├── frmGov.cs
│ │ │ │ │ ├── frmGov.designer.cs
│ │ │ │ │ ├── frmGov.resx
│ │ │ │ │ ├── frmStudyDegree.cs
│ │ │ │ │ ├── frmStudyDegree.designer.cs
│ │ │ │ │ └── frmStudyDegree.resx
│ │ │ │ ├── SystemM
│ │ │ │ │ ├── frmChangYouSelfPwd.cs
│ │ │ │ │ ├── frmChangYouSelfPwd.designer.cs
│ │ │ │ │ ├── frmChangYouSelfPwd.resx
│ │ │ │ │ ├── frmRestore.cs
│ │ │ │ │ ├── frmRestore.designer.cs
│ │ │ │ │ ├── frmRestore.resx
│ │ │ │ │ ├── frmStock.cs
│ │ │ │ │ ├── frmStock.designer.cs
│ │ │ │ │ └── frmStock.resx
│ │ │ │ └── UserInfor
│ │ │ │ ├── frmPeopleInfo.cs
│ │ │ │ ├── frmPeopleInfo.designer.cs
│ │ │ │ ├── frmPeopleInfo.resx
│ │ │ │ ├── frmPeopleList.cs
│ │ │ │ ├── frmPeopleList.designer.cs
│ │ │ │ └── frmPeopleList.resx
│ │ │ ├── houseAgency.sln
│ │ │ └── houseAgency.suo
│ │ ├── 房屋中介管理系统使用说明.doc
│ │ └── 视频
│ ├── 第29章
│ │ ├── PWMS
│ │ │ ├── PWMS
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── bar
│ │ │ │ │ ├── Interop.Office.dll
│ │ │ │ │ ├── Interop.VBIDE.dll
│ │ │ │ │ ├── Interop.Word.dll
│ │ │ │ │ ├── PWMS.pdb
│ │ │ │ │ └── 程序使用说明.doc
│ │ │ │ ├── Database
│ │ │ │ │ ├── db_PWMS_log.ldf
│ │ │ │ │ └── db_PWMS.mdf
│ │ │ │ ├── DataClass
│ │ │ │ │ └── MyMeans.cs
│ │ │ │ ├── F_Login.cs
│ │ │ │ ├── F_Login.designer.cs
│ │ │ │ ├── F_Login.resx
│ │ │ │ ├── F_Main.cs
│ │ │ │ ├── F_Main.designer.cs
│ │ │ │ ├── F_Main.resx
│ │ │ │ ├── Image
│ │ │ │ │ ├── 01.png
│ │ │ │ │ ├── 02.png
│ │ │ │ │ ├── 03.png
│ │ │ │ │ ├── 04.png
│ │ │ │ │ ├── 05.png
│ │ │ │ │ ├── 06.png
│ │ │ │ │ ├── 07.png
│ │ │ │ │ ├── 08.png
│ │ │ │ │ ├── 09.png
│ │ │ │ │ ├── PEOPLE.jpg
│ │ │ │ │ ├── 主界面.bmp
│ │ │ │ │ ├── 备份.bmp
│ │ │ │ │ └── 登录.bmp
│ │ │ │ ├── InfoAddForm
│ │ │ │ │ ├── F_Address.cs
│ │ │ │ │ ├── F_Address.designer.cs
│ │ │ │ │ ├── F_Address.resx
│ │ │ │ │ ├── F_Basic.cs
│ │ │ │ │ ├── F_Basic.designer.cs
│ │ │ │ │ ├── F_Basic.resx
│ │ │ │ │ ├── F_ClewSet.cs
│ │ │ │ │ ├── F_ClewSet.designer.cs
│ │ │ │ │ └── F_ClewSet.resx
│ │ │ │ ├── ModuleClass
│ │ │ │ │ └── MyModule.cs
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Interop.Microsoft.Office.Core.dll
│ │ │ │ │ ├── Interop.Microsoft.Office.Interop.Word.dll
│ │ │ │ │ ├── Interop.Office.dll
│ │ │ │ │ ├── Interop.VBIDE.dll
│ │ │ │ │ ├── Interop.Word.dll
│ │ │ │ │ ├── PWMS.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── PWMS.csproj.GenerateResource.Cache
│ │ │ │ │ ├── PWMS.csproj.ResolveComReference.cache
│ │ │ │ │ ├── PWMS.F_Login.resources
│ │ │ │ │ ├── PWMS.F_Main.resources
│ │ │ │ │ ├── PWMS.InfoAddForm.F_Address.resources
│ │ │ │ │ ├── PWMS.InfoAddForm.F_Basic.resources
│ │ │ │ │ ├── PWMS.InfoAddForm.F_ClewSet.resources
│ │ │ │ │ ├── PWMS.pdb
│ │ │ │ │ ├── PWMS.PerForm.F_AddressList.resources
│ │ │ │ │ ├── PWMS.PerForm.F_ClearData.resources
│ │ │ │ │ ├── PWMS.PerForm.F_Find.resources
│ │ │ │ │ ├── PWMS.PerForm.F_HaveBack.resources
│ │ │ │ │ ├── PWMS.PerForm.F_ManFile.resources
│ │ │ │ │ ├── PWMS.PerForm.F_Stat.resources
│ │ │ │ │ ├── PWMS.PerForm.F_UserAdd.resources
│ │ │ │ │ ├── PWMS.PerForm.F_UserPope.resources
│ │ │ │ │ ├── PWMS.PerForm.F_User.resources
│ │ │ │ │ ├── PWMS.PerForm.F_WordPad.resources
│ │ │ │ │ ├── PWMS.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── PerForm
│ │ │ │ │ ├── F_AddressList.cs
│ │ │ │ │ ├── F_AddressList.designer.cs
│ │ │ │ │ ├── F_AddressList.resx
│ │ │ │ │ ├── F_ClearData.cs
│ │ │ │ │ ├── F_ClearData.designer.cs
│ │ │ │ │ ├── F_ClearData.resx
│ │ │ │ │ ├── F_Find.cs
│ │ │ │ │ ├── F_Find.designer.cs
│ │ │ │ │ ├── F_Find.resx
│ │ │ │ │ ├── F_HaveBack.cs
│ │ │ │ │ ├── F_HaveBack.designer.cs
│ │ │ │ │ ├── F_HaveBack.resx
│ │ │ │ │ ├── F_ManFile.cs
│ │ │ │ │ ├── F_ManFile.designer.cs
│ │ │ │ │ ├── F_ManFile.resx
│ │ │ │ │ ├── F_Stat.cs
│ │ │ │ │ ├── F_Stat.designer.cs
│ │ │ │ │ ├── F_Stat.resx
│ │ │ │ │ ├── F_UserAdd.cs
│ │ │ │ │ ├── F_UserAdd.designer.cs
│ │ │ │ │ ├── F_UserAdd.resx
│ │ │ │ │ ├── F_User.cs
│ │ │ │ │ ├── F_User.designer.cs
│ │ │ │ │ ├── F_UserPope.cs
│ │ │ │ │ ├── F_UserPope.designer.cs
│ │ │ │ │ ├── F_UserPope.resx
│ │ │ │ │ ├── F_User.resx
│ │ │ │ │ ├── F_WordPad.cs
│ │ │ │ │ ├── F_WordPad.designer.cs
│ │ │ │ │ └── F_WordPad.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── PWMS.csproj
│ │ │ ├── PWMS.sln
│ │ │ └── PWMS.suo
│ │ ├── 程序使用说明.doc
│ │ ├── 视频29.1
│ │ ├── 视频29.10
│ │ ├── 视频29.11
│ │ ├── 视频29.12
│ │ ├── 视频29.13
│ │ ├── 视频29.14~29.15
│ │ ├── 视频29.16
│ │ ├── 视频29.2~29.3
│ │ ├── 视频29.4
│ │ ├── 视频29.5
│ │ ├── 视频29.6
│ │ ├── 视频29.7
│ │ ├── 视频29.8
│ │ └── 视频29.9
│ ├── 第2章
│ │ ├── 例2.1
│ │ │ └── Hello_World
│ │ │ ├── Hello_World
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── Hello_World.pdb
│ │ │ │ ├── Hello_World.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Hello_World.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── Hello_World.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Hello_World.sln
│ │ │ └── Hello_World.suo
│ │ ├── 例2.2
│ │ │ └── UseNameSpace
│ │ │ ├── UseNameSpace
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseNameSpace.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseNameSpace.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseNameSpace.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseNameSpace.csproj
│ │ │ ├── UseNameSpace.sln
│ │ │ └── UseNameSpace.suo
│ │ ├── 例2.7
│ │ │ └── CProByNote
│ │ │ └── CProByNote.txt
│ │ ├── 例2.8
│ │ │ └── FindError
│ │ │ ├── FindError
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── FindError.pdb
│ │ │ │ ├── FindError.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── FindError.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── FindError.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── FindError.sln
│ │ │ └── FindError.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── FirstCLX
│ │ │ ├── FirstCLX
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── FirstCLX.pdb
│ │ │ │ ├── FirstCLX.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── FirstCLX.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── FirstCLX.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── FirstCLX.sln
│ │ │ └── FirstCLX.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── ZTZSLX
│ │ │ ├── ZTZSLX
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ZTZSLX.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── ZTZSLX.csproj.FileListAbsolute.txt
│ │ │ │ │ └── ZTZSLX.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── ZTZSLX.csproj
│ │ │ ├── ZTZSLX.sln
│ │ │ └── ZTZSLX.suo
│ │ ├── 视频2.1
│ │ ├── 视频2.2~2.3
│ │ └── 视频2.4
│ ├── 第30章
│ │ ├── EMS
│ │ │ ├── EMS
│ │ │ │ ├── BaseClass
│ │ │ │ │ ├── BaseInfo.cs
│ │ │ │ │ └── DataBase.cs
│ │ │ │ ├── BaseInfo
│ │ │ │ │ ├── frmEmployee.cs
│ │ │ │ │ ├── frmEmployee.designer.cs
│ │ │ │ │ ├── frmEmployee.resx
│ │ │ │ │ ├── frmStock.cs
│ │ │ │ │ ├── frmStock.designer.cs
│ │ │ │ │ ├── frmStock.resx
│ │ │ │ │ ├── frmUnits.cs
│ │ │ │ │ ├── frmUnits.designer.cs
│ │ │ │ │ └── frmUnits.resx
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── EMS.pdb
│ │ │ │ │ └── 系统涉及算法.txt
│ │ │ │ ├── BuyStock
│ │ │ │ │ ├── frmBuyStockAnalyse.cs
│ │ │ │ │ ├── frmBuyStockAnalyse.designer.cs
│ │ │ │ │ ├── frmBuyStockAnalyse.resx
│ │ │ │ │ ├── frmBuyStock.cs
│ │ │ │ │ ├── frmBuyStock.designer.cs
│ │ │ │ │ ├── frmBuyStock.resx
│ │ │ │ │ ├── frmBuyStockSum.cs
│ │ │ │ │ ├── frmBuyStockSum.designer.cs
│ │ │ │ │ ├── frmBuyStockSum.resx
│ │ │ │ │ ├── frmCurrentAccountBook.cs
│ │ │ │ │ ├── frmCurrentAccountBook.designer.cs
│ │ │ │ │ ├── frmCurrentAccountBook.resx
│ │ │ │ │ ├── frmRebuyStock.cs
│ │ │ │ │ ├── frmRebuyStock.designer.cs
│ │ │ │ │ ├── frmRebuyStock.resx
│ │ │ │ │ ├── frmUnitsList.cs
│ │ │ │ │ ├── frmUnitsList.designer.cs
│ │ │ │ │ └── frmUnitsList.resx
│ │ │ │ ├── Database
│ │ │ │ │ ├── db_EMS_log.ldf
│ │ │ │ │ └── db_EMS.mdf
│ │ │ │ ├── EMS.csproj
│ │ │ │ ├── frmLogin.cs
│ │ │ │ ├── frmLogin.designer.cs
│ │ │ │ ├── frmLogin.resx
│ │ │ │ ├── frmMain.cs
│ │ │ │ ├── frmMain.designer.cs
│ │ │ │ ├── frmMain.resx
│ │ │ │ ├── icon
│ │ │ │ │ ├── 001.ico
│ │ │ │ │ ├── 07.ico
│ │ │ │ │ ├── 162.ico
│ │ │ │ │ ├── 170.ico
│ │ │ │ │ ├── 171.ico
│ │ │ │ │ ├── 172.ico
│ │ │ │ │ ├── 23.ico
│ │ │ │ │ ├── 3.ico
│ │ │ │ │ ├── 42.ico
│ │ │ │ │ ├── 44.ico
│ │ │ │ │ ├── 45.ico
│ │ │ │ │ ├── 87.ico
│ │ │ │ │ ├── add.ico
│ │ │ │ │ ├── backup.ico
│ │ │ │ │ ├── cancle.ico
│ │ │ │ │ ├── check.ico
│ │ │ │ │ ├── close.bmp
│ │ │ │ │ ├── Close.ico
│ │ │ │ │ ├── delete.ico
│ │ │ │ │ ├── detailed.ico
│ │ │ │ │ ├── edit.ico
│ │ │ │ │ ├── exit.ico
│ │ │ │ │ ├── find.ico
│ │ │ │ │ ├── help.bmp
│ │ │ │ │ ├── help.ico
│ │ │ │ │ ├── h.ico
│ │ │ │ │ ├── internet.bmp
│ │ │ │ │ ├── internet.ico
│ │ │ │ │ ├── main.ico
│ │ │ │ │ ├── print.ico
│ │ │ │ │ ├── question.ico
│ │ │ │ │ ├── save.ico
│ │ │ │ │ ├── search.ico
│ │ │ │ │ ├── s.ico
│ │ │ │ │ └── z.ico
│ │ │ │ ├── Image
│ │ │ │ │ ├── 企业进销存主窗体.jpg
│ │ │ │ │ └── 企业进销存登录窗体.jpg
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── EMS.BaseInfo.frmEmployee.resources
│ │ │ │ │ ├── EMS.BaseInfo.frmStock.resources
│ │ │ │ │ ├── EMS.BaseInfo.frmUnits.resources
│ │ │ │ │ ├── EMS.BuyStock.frmBuyStockAnalyse.resources
│ │ │ │ │ ├── EMS.BuyStock.frmBuyStock.resources
│ │ │ │ │ ├── EMS.BuyStock.frmBuyStockSum.resources
│ │ │ │ │ ├── EMS.BuyStock.frmCurrentAccountBook.resources
│ │ │ │ │ ├── EMS.BuyStock.frmRebuyStock.resources
│ │ │ │ │ ├── EMS.BuyStock.frmUnitsList.resources
│ │ │ │ │ ├── EMS.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── EMS.csproj.GenerateResource.Cache
│ │ │ │ │ ├── EMS.frmLogin.resources
│ │ │ │ │ ├── EMS.frmMain.resources
│ │ │ │ │ ├── EMS.pdb
│ │ │ │ │ ├── EMS.Properties.Resources.resources
│ │ │ │ │ ├── EMS.SaleStock.frmResellStock.resources
│ │ │ │ │ ├── EMS.SaleStock.frmSellStockCost.resources
│ │ │ │ │ ├── EMS.SaleStock.frmSellStockDesc.resources
│ │ │ │ │ ├── EMS.SaleStock.frmSellStockDetailed.resources
│ │ │ │ │ ├── EMS.SaleStock.frmSellStock.resources
│ │ │ │ │ ├── EMS.SaleStock.frmSellStockStatus.resources
│ │ │ │ │ ├── EMS.SaleStock.frmSellStockSum.resources
│ │ │ │ │ ├── EMS.SelectDataDialog.frmSelectDateTime.resources
│ │ │ │ │ ├── EMS.SelectDataDialog.frmSelectHandle.resources
│ │ │ │ │ ├── EMS.SelectDataDialog.frmSelectOrderby.resources
│ │ │ │ │ ├── EMS.SelectDataDialog.frmSelectStock.resources
│ │ │ │ │ ├── EMS.SelectDataDialog.frmSelectUnits.resources
│ │ │ │ │ ├── EMS.SelectDataDialog.frmSetStockLimit.resources
│ │ │ │ │ ├── EMS.SetSystem.frmBakup.resources
│ │ │ │ │ ├── EMS.SetSystem.frmClearTable.resources
│ │ │ │ │ ├── EMS.SetSystem.frmSetOP.resources
│ │ │ │ │ ├── EMS.SetSystem.frmUnits.resources
│ │ │ │ │ ├── EMS.Stock.frmCheckStock.resources
│ │ │ │ │ ├── EMS.Stock.frmLowerLimit.resources
│ │ │ │ │ ├── EMS.Stock.frmStockStatus.resources
│ │ │ │ │ ├── EMS.Stock.frmUpperLimit.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Resources
│ │ │ │ ├── SaleStock
│ │ │ │ │ ├── frmResellStock.cs
│ │ │ │ │ ├── frmResellStock.designer.cs
│ │ │ │ │ ├── frmResellStock.resx
│ │ │ │ │ ├── frmSellStockCost.cs
│ │ │ │ │ ├── frmSellStockCost.designer.cs
│ │ │ │ │ ├── frmSellStockCost.resx
│ │ │ │ │ ├── frmSellStock.cs
│ │ │ │ │ ├── frmSellStockDesc.cs
│ │ │ │ │ ├── frmSellStockDesc.designer.cs
│ │ │ │ │ ├── frmSellStockDesc.resx
│ │ │ │ │ ├── frmSellStock.designer.cs
│ │ │ │ │ ├── frmSellStockDetailed.cs
│ │ │ │ │ ├── frmSellStockDetailed.designer.cs
│ │ │ │ │ ├── frmSellStockDetailed.resx
│ │ │ │ │ ├── frmSellStock.resx
│ │ │ │ │ ├── frmSellStockStatus.cs
│ │ │ │ │ ├── frmSellStockStatus.designer.cs
│ │ │ │ │ ├── frmSellStockStatus.resx
│ │ │ │ │ ├── frmSellStockSum.cs
│ │ │ │ │ ├── frmSellStockSum.designer.cs
│ │ │ │ │ └── frmSellStockSum.resx
│ │ │ │ ├── SelectDataDialog
│ │ │ │ │ ├── frmSelectDateTime.cs
│ │ │ │ │ ├── frmSelectDateTime.designer.cs
│ │ │ │ │ ├── frmSelectDateTime.resx
│ │ │ │ │ ├── frmSelectHandle.cs
│ │ │ │ │ ├── frmSelectHandle.designer.cs
│ │ │ │ │ ├── frmSelectHandle.resx
│ │ │ │ │ ├── frmSelectOrderby.cs
│ │ │ │ │ ├── frmSelectOrderby.designer.cs
│ │ │ │ │ ├── frmSelectOrderby.resx
│ │ │ │ │ ├── frmSelectStock.cs
│ │ │ │ │ ├── frmSelectStock.designer.cs
│ │ │ │ │ ├── frmSelectStock.resx
│ │ │ │ │ ├── frmSelectUnits.cs
│ │ │ │ │ ├── frmSelectUnits.designer.cs
│ │ │ │ │ ├── frmSelectUnits.resx
│ │ │ │ │ ├── frmSetStockLimit.cs
│ │ │ │ │ ├── frmSetStockLimit.designer.cs
│ │ │ │ │ └── frmSetStockLimit.resx
│ │ │ │ ├── SetSystem
│ │ │ │ │ ├── frmBakup.cs
│ │ │ │ │ ├── frmBakup.designer.cs
│ │ │ │ │ ├── frmBakup.resx
│ │ │ │ │ ├── frmClearTable.cs
│ │ │ │ │ ├── frmClearTable.designer.cs
│ │ │ │ │ ├── frmClearTable.resx
│ │ │ │ │ ├── frmSetOP.cs
│ │ │ │ │ ├── frmSetOP.designer.cs
│ │ │ │ │ ├── frmSetOP.resx
│ │ │ │ │ ├── frmUnits.cs
│ │ │ │ │ ├── frmUnits.designer.cs
│ │ │ │ │ └── frmUnits.resx
│ │ │ │ └── Stock
│ │ │ │ ├── frmCheckStock.cs
│ │ │ │ ├── frmCheckStock.designer.cs
│ │ │ │ ├── frmCheckStock.resx
│ │ │ │ ├── frmLowerLimit.cs
│ │ │ │ ├── frmLowerLimit.designer.cs
│ │ │ │ ├── frmLowerLimit.resx
│ │ │ │ ├── frmStockStatus.cs
│ │ │ │ ├── frmStockStatus.designer.cs
│ │ │ │ ├── frmStockStatus.resx
│ │ │ │ ├── frmUpperLimit.cs
│ │ │ │ ├── frmUpperLimit.designer.cs
│ │ │ │ └── frmUpperLimit.resx
│ │ │ ├── EMS.sln
│ │ │ └── EMS.suo
│ │ ├── 企业进销存管理系统使用说明.doc
│ │ └── 视频
│ ├── 第3章
│ │ ├── 例3.1
│ │ │ └── UseInt
│ │ │ ├── UseInt
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseInt.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseInt.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseInt.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseInt.csproj
│ │ │ ├── UseInt.sln
│ │ │ └── UseInt.suo
│ │ ├── 例3.10
│ │ │ └── VarField
│ │ │ ├── VarField
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── VarField.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── VarField.csproj.FileListAbsolute.txt
│ │ │ │ │ └── VarField.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── VarField.csproj
│ │ │ ├── VarField.sln
│ │ │ └── VarField.suo
│ │ ├── 例3.12
│ │ │ └── UseConst
│ │ │ ├── UseConst
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseConst.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseConst.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseConst.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseConst.csproj
│ │ │ ├── UseConst.sln
│ │ │ └── UseConst.suo
│ │ ├── 例3.14
│ │ │ └── ShowConvert
│ │ │ ├── ShowConvert
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ShowConvert.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ShowConvert.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ShowConvert.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── ShowConvert.csproj
│ │ │ ├── ShowConvert.sln
│ │ │ └── ShowConvert.suo
│ │ ├── 例3.16
│ │ │ └── UpBox
│ │ │ ├── UpBox
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UpBox.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UpBox.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UpBox.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UpBox.csproj
│ │ │ ├── UpBox.sln
│ │ │ └── UpBox.suo
│ │ ├── 例3.17
│ │ │ └── DownBox
│ │ │ ├── DownBox
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DownBox.pdb
│ │ │ │ ├── DownBox.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DownBox.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DownBox.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── DownBox.sln
│ │ │ └── DownBox.suo
│ │ ├── 例3.18
│ │ │ └── UserAdd
│ │ │ ├── UserAdd
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UserAdd.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UserAdd.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UserAdd.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UserAdd.csproj
│ │ │ ├── UserAdd.sln
│ │ │ └── UserAdd.suo
│ │ ├── 例3.19
│ │ │ └── UseSub
│ │ │ ├── UseSub
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseSub.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseSub.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseSub.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseSub.csproj
│ │ │ ├── UseSub.sln
│ │ │ └── UseSub.suo
│ │ ├── 例3.20
│ │ │ └── UseMul
│ │ │ ├── UseMul
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseMul.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseMul.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseMul.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseMul.csproj
│ │ │ ├── UseMul.sln
│ │ │ └── UseMul.suo
│ │ ├── 例3.21
│ │ │ └── UseDiv
│ │ │ ├── UseDiv
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseDiv.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseDiv.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseDiv.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseDiv.csproj
│ │ │ ├── UseDiv.sln
│ │ │ └── UseDiv.suo
│ │ ├── 例3.22
│ │ │ └── UseRes
│ │ │ ├── UseRes
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseRes.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseRes.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseRes.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseRes.csproj
│ │ │ ├── UseRes.sln
│ │ │ └── UseRes.suo
│ │ ├── 例3.23
│ │ │ └── UseAddEva
│ │ │ ├── UseAddEva
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseAddEva.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseAddEva.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseAddEva.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseAddEva.csproj
│ │ │ ├── UseAddEva.sln
│ │ │ └── UseAddEva.suo
│ │ ├── 例3.24
│ │ │ └── UseDD
│ │ │ ├── UseDD
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseDD.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseDD.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseDD.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseDD.csproj
│ │ │ ├── UseDD.sln
│ │ │ └── UseDD.suo
│ │ ├── 例3.25
│ │ │ └── UseBD
│ │ │ ├── UseBD
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseBD.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseBD.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseBD.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseBD.csproj
│ │ │ ├── UseBD.sln
│ │ │ └── UseBD.suo
│ │ ├── 例3.26
│ │ │ └── UseXY
│ │ │ ├── UseXY
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseXY.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseXY.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseXY.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseXY.csproj
│ │ │ ├── UseXY.sln
│ │ │ └── UseXY.suo
│ │ ├── 例3.27
│ │ │ └── UseDY
│ │ │ ├── UseDY
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseDY.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseDY.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseDY.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseDY.csproj
│ │ │ ├── UseDY.sln
│ │ │ └── UseDY.suo
│ │ ├── 例3.28
│ │ │ └── UseXYDY
│ │ │ ├── UseXYDY
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseXYDY.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseXYDY.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseXYDY.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseXYDY.csproj
│ │ │ ├── UseXYDY.sln
│ │ │ └── UseXYDY.suo
│ │ ├── 例3.29
│ │ │ └── UseDYDY
│ │ │ ├── UseDYDY
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseDYDY.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseDYDY.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseDYDY.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseDYDY.csproj
│ │ │ ├── UseDYDY.sln
│ │ │ └── UseDYDY.suo
│ │ ├── 例3.30
│ │ │ └── UseWY
│ │ │ ├── UseWY
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseWY.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseWY.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseWY.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseWY.csproj
│ │ │ ├── UseWY.sln
│ │ │ └── UseWY.suo
│ │ ├── 例3.31
│ │ │ └── UseWH
│ │ │ ├── UseWH
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseWH.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseWH.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseWH.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseWH.csproj
│ │ │ ├── UseWH.sln
│ │ │ └── UseWH.suo
│ │ ├── 例3.32
│ │ │ └── UseWYH
│ │ │ ├── UseWYH
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseWYH.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseWYH.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseWYH.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseWYH.csproj
│ │ │ ├── UseWYH.sln
│ │ │ └── UseWYH.suo
│ │ ├── 例3.33
│ │ │ └── UseBEY
│ │ │ ├── UseBEY
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseBEY.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseBEY.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseBEY.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseBEY.csproj
│ │ │ ├── UseBEY.sln
│ │ │ └── UseBEY.suo
│ │ ├── 例3.34
│ │ │ └── UseBEH
│ │ │ ├── UseBEH
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseBEH.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseBEH.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseBEH.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseBEH.csproj
│ │ │ ├── UseBEH.sln
│ │ │ └── UseBEH.suo
│ │ ├── 例3.35
│ │ │ └── UseBEYH
│ │ │ ├── UseBEYH
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseBEYH.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseBEYH.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseBEYH.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseBEYH.csproj
│ │ │ ├── UseBEYH.sln
│ │ │ └── UseBEYH.suo
│ │ ├── 例3.36
│ │ │ └── UseZYW
│ │ │ ├── UseZYW
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseZYW.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseZYW.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseZYW.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseZYW.csproj
│ │ │ ├── UseZYW.sln
│ │ │ └── UseZYW.suo
│ │ ├── 例3.37
│ │ │ └── UseYYW
│ │ │ ├── UseYYW
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseYYW.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseYYW.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseYYW.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseYYW.csproj
│ │ │ ├── UseYYW.sln
│ │ │ └── UseYYW.suo
│ │ ├── 例3.38
│ │ │ └── UseIS
│ │ │ ├── UseIS
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseIS.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseIS.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseIS.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseIS.csproj
│ │ │ ├── UseIS.sln
│ │ │ └── UseIS.suo
│ │ ├── 例3.39
│ │ │ └── UseTJ
│ │ │ ├── UseTJ
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseTJ.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseTJ.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseTJ.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseTJ.csproj
│ │ │ ├── UseTJ.sln
│ │ │ └── UseTJ.suo
│ │ ├── 例3.40
│ │ │ └── UseNEW
│ │ │ ├── UseNEW
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseNEW.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseNEW.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseNEW.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseNEW.csproj
│ │ │ ├── UseNEW.sln
│ │ │ └── UseNEW.suo
│ │ ├── 例3.41
│ │ │ └── UseTypeOf
│ │ │ ├── UseTypeOf
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseTypeOf.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseTypeOf.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseTypeOf.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseTypeOf.csproj
│ │ │ ├── UseTypeOf.sln
│ │ │ └── UseTypeOf.suo
│ │ ├── 例3.42
│ │ │ └── UserLogin
│ │ │ ├── UserLogin
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UserLogin.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UserLogin.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UserLogin.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UserLogin.csproj
│ │ │ ├── UserLogin.sln
│ │ │ └── UserLogin.suo
│ │ ├── 例3.43
│ │ │ └── JudgePNum
│ │ │ ├── JudgePNum
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── JudgePNum.pdb
│ │ │ │ ├── JudgePNum.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── JudgePNum.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── JudgePNum.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── JudgePNum.sln
│ │ │ └── JudgePNum.suo
│ │ ├── 例3.5
│ │ │ └── UseReference
│ │ │ ├── UseReference
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseReference.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseReference.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseReference.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseReference.csproj
│ │ │ ├── UseReference.sln
│ │ │ └── UseReference.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── VarLX
│ │ │ ├── VarLX
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── VarLX.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── VarLX.csproj.FileListAbsolute.txt
│ │ │ │ │ └── VarLX.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── VarLX.csproj
│ │ │ ├── VarLX.sln
│ │ │ └── VarLX.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── ConstLX
│ │ │ ├── ConstLX
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ ├── ConstLX.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ConstLX.csproj.FileListAbsolute.txt
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── ConstLX.sln
│ │ │ └── ConstLX.suo
│ │ ├── 第3题(实践与练习)
│ │ │ └── AddLX
│ │ │ ├── AddLX
│ │ │ │ ├── AddLX.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── AddLX.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── AddLX.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── AddLX.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── AddLX.sln
│ │ │ └── AddLX.suo
│ │ ├── 第4题(实践与练习)
│ │ │ └── WHLX
│ │ │ ├── WHLX
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── WHLX.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── WHLX.csproj.FileListAbsolute.txt
│ │ │ │ │ └── WHLX.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── WHLX.csproj
│ │ │ ├── WHLX.sln
│ │ │ └── WHLX.suo
│ │ ├── 第5题(实践与练习)
│ │ │ └── JJLX
│ │ │ ├── JJLX
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── JJLX.pdb
│ │ │ │ ├── JJLX.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── JJLX.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── JJLX.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── JJLX.sln
│ │ │ └── JJLX.suo
│ │ ├── 视频3.1
│ │ ├── 视频3.2~3.3
│ │ ├── 视频3.4
│ │ ├── 视频3.5
│ │ └── 视频3.6
│ ├── 第4章
│ │ ├── 例4.1
│ │ │ └── EightQueen
│ │ │ ├── EightQueen
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── EightQueen.pdb
│ │ │ │ ├── EightQueen.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── EightQueen.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── EightQueen.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── EightQueen.sln
│ │ │ └── EightQueen.suo
│ │ ├── 例4.3
│ │ │ └── UseIF
│ │ │ ├── UseIF
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseIF.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseIF.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseIF.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseIF.csproj
│ │ │ ├── UseIF.sln
│ │ │ └── UseIF.suo
│ │ ├── 例4.4
│ │ │ └── UseElseif
│ │ │ ├── UseElseif
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseElseif.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseElseif.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseElseif.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseElseif.csproj
│ │ │ ├── UseElseif.sln
│ │ │ └── UseElseif.suo
│ │ ├── 例4.5
│ │ │ └── QTIF
│ │ │ ├── QTIF
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── QTIF.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── QTIF.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── QTIF.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── QTIF.csproj
│ │ │ ├── QTIF.sln
│ │ │ └── QTIF.suo
│ │ ├── 例4.6
│ │ │ └── UseSwitch
│ │ │ ├── UseSwitch
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseSwitch.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseSwitch.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseSwitch.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseSwitch.csproj
│ │ │ ├── UseSwitch.sln
│ │ │ └── UseSwitch.suo
│ │ ├── 例4.7
│ │ │ └── IfToSwitch
│ │ │ ├── IfToSwitch
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── IfToSwitch.pdb
│ │ │ │ ├── IfToSwitch.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── IfToSwitch.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── IfToSwitch.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── IfToSwitch.sln
│ │ │ └── IfToSwitch.suo
│ │ ├── 例4.8
│ │ │ └── LoginType
│ │ │ ├── LoginType
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LoginType.pdb
│ │ │ │ ├── LoginType.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LoginType.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LoginType.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── LoginType.sln
│ │ │ └── LoginType.suo
│ │ ├── 例4.9
│ │ │ └── DGSF
│ │ │ ├── DGSF
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DGSF.pdb
│ │ │ │ ├── DGSF.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DGSF.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DGSF.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── DGSF.sln
│ │ │ └── DGSF.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── ForAndIfLX
│ │ │ ├── ForAndIfLX
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ForAndIfLX.pdb
│ │ │ │ ├── ForAndIfLX.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ForAndIfLX.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ForAndIfLX.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── ForAndIfLX.sln
│ │ │ └── ForAndIfLX.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── SwitchLX
│ │ │ ├── SwitchLX
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── SwitchLX.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── SwitchLX.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SwitchLX.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── SwitchLX.csproj
│ │ │ ├── SwitchLX.sln
│ │ │ └── SwitchLX.suo
│ │ ├── 视频4.1
│ │ ├── 视频4.2
│ │ ├── 视频4.3
│ │ └── 视频4.4
│ ├── 第5章
│ │ ├── 例5.1
│ │ │ └── UseWhile
│ │ │ ├── UseWhile
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseWhile.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseWhile.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseWhile.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseWhile.csproj
│ │ │ ├── UseWhile.sln
│ │ │ └── UseWhile.suo
│ │ ├── 例5.10
│ │ │ └── UseReturn
│ │ │ ├── UseReturn
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseReturn.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseReturn.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseReturn.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseReturn.csproj
│ │ │ ├── UseReturn.sln
│ │ │ └── UseReturn.suo
│ │ ├── 例5.11
│ │ │ └── CockSort
│ │ │ ├── CockSort
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CockSort.pdb
│ │ │ │ ├── CockSort.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CockSort.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CockSort.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── CockSort.sln
│ │ │ └── CockSort.suo
│ │ ├── 例5.12
│ │ │ └── GDBHArith
│ │ │ ├── GDBHArith
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── GDBHArith.pdb
│ │ │ │ ├── GDBHArith.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GDBHArith.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── GDBHArith.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── GDBHArith.sln
│ │ │ └── GDBHArith.suo
│ │ ├── 例5.2
│ │ │ └── BCWhile
│ │ │ ├── BCWhile
│ │ │ │ ├── BCWhile.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── BCWhile.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── BCWhile.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── BCWhile.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── BCWhile.sln
│ │ │ └── BCWhile.suo
│ │ ├── 例5.3
│ │ │ └── UseDoWhile
│ │ │ ├── UseDoWhile
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseDoWhile.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseDoWhile.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseDoWhile.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseDoWhile.csproj
│ │ │ ├── UseDoWhile.sln
│ │ │ └── UseDoWhile.suo
│ │ ├── 例5.4
│ │ │ └── UseFor
│ │ │ ├── UseFor
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseFor.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseFor.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseFor.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseFor.csproj
│ │ │ ├── UseFor.sln
│ │ │ └── UseFor.suo
│ │ ├── 例5.5
│ │ │ └── UseForeach
│ │ │ ├── UseForeach
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseForeach.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseForeach.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseForeach.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseForeach.csproj
│ │ │ ├── UseForeach.sln
│ │ │ └── UseForeach.suo
│ │ ├── 例5.6
│ │ │ └── BreakToSwitch
│ │ │ ├── BreakToSwitch
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── BreakToSwitch.pdb
│ │ │ │ ├── BreakToSwitch.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── BreakToSwitch.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── BreakToSwitch.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── BreakToSwitch.sln
│ │ │ └── BreakToSwitch.suo
│ │ ├── 例5.7
│ │ │ └── BreakToFor
│ │ │ ├── BreakToFor
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── BreakToFor.pdb
│ │ │ │ ├── BreakToFor.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── BreakToFor.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── BreakToFor.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── BreakToFor.sln
│ │ │ └── BreakToFor.suo
│ │ ├── 例5.8
│ │ │ └── UseContinue
│ │ │ ├── UseContinue
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseContinue.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseContinue.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseContinue.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseContinue.csproj
│ │ │ ├── UseContinue.sln
│ │ │ └── UseContinue.suo
│ │ ├── 例5.9
│ │ │ └── UseGoto
│ │ │ ├── UseGoto
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseGoto.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseGoto.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseGoto.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseGoto.csproj
│ │ │ ├── UseGoto.sln
│ │ │ └── UseGoto.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── GotoLX
│ │ │ ├── GotoLX
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── GotoLX.pdb
│ │ │ │ ├── GotoLX.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GotoLX.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── GotoLX.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── GotoLX.sln
│ │ │ └── GotoLX.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── GetZXGBS
│ │ │ ├── GetZXGBS
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── GetZXGBS.pdb
│ │ │ │ ├── GetZXGBS.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GetZXGBS.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── GetZXGBS.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── GetZXGBS.sln
│ │ │ └── GetZXGBS.suo
│ │ ├── 视频5.1
│ │ ├── 视频5.2
│ │ ├── 视频5.3
│ │ └── 视频5.4
│ ├── 第6章
│ │ ├── 例6.1
│ │ │ └── UseChar
│ │ │ ├── UseChar
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseChar.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseChar.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseChar.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseChar.csproj
│ │ │ ├── UseChar.sln
│ │ │ └── UseChar.suo
│ │ ├── 例6.10
│ │ │ └── SubString
│ │ │ ├── SubString
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── SubString.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── SubString.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SubString.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── SubString.csproj
│ │ │ ├── SubString.sln
│ │ │ └── SubString.suo
│ │ ├── 例6.11
│ │ │ └── SplitString
│ │ │ ├── SplitString
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── SplitString.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── SplitString.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SplitString.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── SplitString.csproj
│ │ │ ├── SplitString.sln
│ │ │ └── SplitString.suo
│ │ ├── 例6.12
│ │ │ └── InsertString
│ │ │ ├── InsertString
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── InsertString.pdb
│ │ │ │ ├── InsertString.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── InsertString.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── InsertString.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── InsertString.sln
│ │ │ └── InsertString.suo
│ │ ├── 例6.13
│ │ │ └── PadString
│ │ │ ├── PadString
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── PadString.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── PadString.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── PadString.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── PadString.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── PadString.sln
│ │ │ └── PadString.suo
│ │ ├── 例6.14
│ │ │ └── RemoveString
│ │ │ ├── RemoveString
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── RemoveString.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RemoveString.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── RemoveString.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── RemoveString.csproj
│ │ │ ├── RemoveString.sln
│ │ │ └── RemoveString.suo
│ │ ├── 例6.15
│ │ │ └── CopyString
│ │ │ ├── CopyString
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CopyString.pdb
│ │ │ │ ├── CopyString.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CopyString.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CopyString.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── CopyString.sln
│ │ │ └── CopyString.suo
│ │ ├── 例6.16
│ │ │ └── CopyToString
│ │ │ ├── CopyToString
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CopyToString.pdb
│ │ │ │ ├── CopyToString.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CopyToString.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CopyToString.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── CopyToString.sln
│ │ │ └── CopyToString.suo
│ │ ├── 例6.17
│ │ │ └── ReplaceString
│ │ │ ├── ReplaceString
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ReplaceString.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ReplaceString.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ReplaceString.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── ReplaceString.csproj
│ │ │ ├── ReplaceString.sln
│ │ │ └── ReplaceString.suo
│ │ ├── 例6.19
│ │ │ └── UseStringBuilder
│ │ │ ├── UseStringBuilder
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseStringBuilder.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseStringBuilder.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseStringBuilder.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseStringBuilder.csproj
│ │ │ ├── UseStringBuilder.sln
│ │ │ └── UseStringBuilder.suo
│ │ ├── 例6.2
│ │ │ └── UseZY
│ │ │ ├── UseZY
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseZY.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseZY.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseZY.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseZY.csproj
│ │ │ ├── UseZY.sln
│ │ │ └── UseZY.suo
│ │ ├── 例6.20
│ │ │ └── StringPage
│ │ │ ├── StringPage
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── StringPage.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── StringPage.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── StringPage.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── StringPage.csproj
│ │ │ ├── StringPage.sln
│ │ │ └── StringPage.suo
│ │ ├── 例6.21
│ │ │ └── EDString
│ │ │ ├── EDString
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── EDString.pdb
│ │ │ │ ├── EDString.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── EDString.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── EDString.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── EDString.sln
│ │ │ └── EDString.suo
│ │ ├── 例6.22
│ │ │ └── GetCodeByChinese
│ │ │ ├── GetCodeByChinese
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── GetCodeByChinese.pdb
│ │ │ │ ├── GetCodeByChinese.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GetCodeByChinese.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── GetCodeByChinese.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── GetCodeByChinese.sln
│ │ │ └── GetCodeByChinese.suo
│ │ ├── 例6.5
│ │ │ └── CompareString
│ │ │ ├── CompareString
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CompareString.pdb
│ │ │ │ ├── CompareString.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CompareString.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CompareString.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── CompareString.sln
│ │ │ └── CompareString.suo
│ │ ├── 例6.6
│ │ │ └── CompareToString
│ │ │ ├── CompareToString
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CompareToString.pdb
│ │ │ │ ├── CompareToString.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CompareToString.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CompareToString.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── CompareToString.sln
│ │ │ └── CompareToString.suo
│ │ ├── 例6.7
│ │ │ └── EqualsString
│ │ │ ├── EqualsString
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── EqualsString.pdb
│ │ │ │ ├── EqualsString.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── EqualsString.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── EqualsString.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── EqualsString.sln
│ │ │ └── EqualsString.suo
│ │ ├── 例6.8
│ │ │ └── FormatString
│ │ │ ├── FormatString
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── FormatString.pdb
│ │ │ │ ├── FormatString.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── FormatString.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── FormatString.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── FormatString.sln
│ │ │ └── FormatString.suo
│ │ ├── 例6.9
│ │ │ └── OutDate
│ │ │ ├── OutDate
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── OutDate.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── OutDate.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── OutDate.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── OutDate.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── OutDate.sln
│ │ │ └── OutDate.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── ReverseString
│ │ │ ├── ReverseString
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ReverseString.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ReverseString.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ReverseString.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── ReverseString.csproj
│ │ │ ├── ReverseString.sln
│ │ │ └── ReverseString.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── RemoveBlank
│ │ │ ├── RemoveBlank
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── RemoveBlank.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RemoveBlank.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── RemoveBlank.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── RemoveBlank.csproj
│ │ │ ├── RemoveBlank.sln
│ │ │ └── RemoveBlank.suo
│ │ ├── 第3题(实践与练习)
│ │ │ └── GetFileInfo
│ │ │ ├── GetFileInfo
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── GetFileInfo.pdb
│ │ │ │ ├── GetFileInfo.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GetFileInfo.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── GetFileInfo.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── GetFileInfo.sln
│ │ │ └── GetFileInfo.suo
│ │ ├── 视频6.1
│ │ ├── 视频6.2
│ │ ├── 视频6.3
│ │ ├── 视频6.4
│ │ └── 视频6.5
│ ├── 第7章
│ │ ├── 例7.10
│ │ │ └── UseTwoArray
│ │ │ ├── UseTwoArray
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseTwoArray.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseTwoArray.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseTwoArray.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseTwoArray.csproj
│ │ │ ├── UseTwoArray.sln
│ │ │ └── UseTwoArray.suo
│ │ ├── 例7.12
│ │ │ └── UseDYNArray
│ │ │ ├── UseDYNArray
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseDYNArray.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseDYNArray.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseDYNArray.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseDYNArray.csproj
│ │ │ ├── UseDYNArray.sln
│ │ │ └── UseDYNArray.suo
│ │ ├── 例7.15
│ │ │ └── BubbleSort
│ │ │ ├── BubbleSort
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── BubbleSort.pdb
│ │ │ │ ├── BubbleSort.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── BubbleSort.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── BubbleSort.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── BubbleSort.sln
│ │ │ └── BubbleSort.suo
│ │ ├── 例7.16
│ │ │ └── InsertSort
│ │ │ ├── InsertSort
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── InsertSort.pdb
│ │ │ │ ├── InsertSort.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── InsertSort.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── InsertSort.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── InsertSort.sln
│ │ │ └── InsertSort.suo
│ │ ├── 例7.17
│ │ │ └── SelectSort
│ │ │ ├── SelectSort
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── SelectSort.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── SelectSort.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SelectSort.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── SelectSort.csproj
│ │ │ ├── SelectSort.sln
│ │ │ └── SelectSort.suo
│ │ ├── 例7.20
│ │ │ └── CombinArray
│ │ │ ├── CombinArray
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CombinArray.pdb
│ │ │ │ ├── CombinArray.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CombinArray.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CombinArray.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── CombinArray.sln
│ │ │ └── CombinArray.suo
│ │ ├── 例7.21
│ │ │ └── SplitArray
│ │ │ ├── SplitArray
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── SplitArray.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── SplitArray.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SplitArray.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── SplitArray.csproj
│ │ │ ├── SplitArray.sln
│ │ │ └── SplitArray.suo
│ │ ├── 例7.27
│ │ │ └── AddArrayList
│ │ │ ├── AddArrayList
│ │ │ │ ├── AddArrayList.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── AddArrayList.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── AddArrayList.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── AddArrayList.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── AddArrayList.sln
│ │ │ └── AddArrayList.suo
│ │ ├── 例7.32
│ │ │ └── RemoveArrayList
│ │ │ ├── RemoveArrayList
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── RemoveArrayList.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RemoveArrayList.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── RemoveArrayList.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── RemoveArrayList.csproj
│ │ │ ├── RemoveArrayList.sln
│ │ │ └── RemoveArrayList.suo
│ │ ├── 例7.33
│ │ │ └── GetArrayList
│ │ │ ├── GetArrayList
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── GetArrayList.pdb
│ │ │ │ ├── GetArrayList.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GetArrayList.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── GetArrayList.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── GetArrayList.sln
│ │ │ └── GetArrayList.suo
│ │ ├── 例7.37
│ │ │ └── AddHashtable
│ │ │ ├── AddHashtable
│ │ │ │ ├── AddHashtable.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── AddHashtable.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── AddHashtable.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── AddHashtable.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── AddHashtable.sln
│ │ │ └── AddHashtable.suo
│ │ ├── 例7.38
│ │ │ └── ClearHashtable
│ │ │ ├── ClearHashtable
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ClearHashtable.pdb
│ │ │ │ ├── ClearHashtable.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ClearHashtable.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ClearHashtable.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── ClearHashtable.sln
│ │ │ └── ClearHashtable.suo
│ │ ├── 例7.39
│ │ │ └── RemoveHashtable
│ │ │ ├── RemoveHashtable
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── RemoveHashtable.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RemoveHashtable.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── RemoveHashtable.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── RemoveHashtable.csproj
│ │ │ ├── RemoveHashtable.sln
│ │ │ └── RemoveHashtable.suo
│ │ ├── 例7.40
│ │ │ └── GetHashtable
│ │ │ ├── GetHashtable
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── GetHashtable.pdb
│ │ │ │ ├── GetHashtable.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GetHashtable.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── GetHashtable.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── GetHashtable.sln
│ │ │ └── GetHashtable.suo
│ │ ├── 例7.41
│ │ │ └── CHashtable
│ │ │ ├── CHashtable
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CHashtable.pdb
│ │ │ │ ├── CHashtable.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CHashtable.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CHashtable.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── CHashtable.sln
│ │ │ └── CHashtable.suo
│ │ ├── 例7.42
│ │ │ └── CValueHashtable
│ │ │ ├── CValueHashtable
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CValueHashtable.pdb
│ │ │ │ ├── CValueHashtable.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CValueHashtable.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CValueHashtable.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── CValueHashtable.sln
│ │ │ └── CValueHashtable.suo
│ │ ├── 例7.43
│ │ │ └── YSFHResult
│ │ │ ├── YSFHResult
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── YSFHResult.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── YSFHResult.csproj.FileListAbsolute.txt
│ │ │ │ │ └── YSFHResult.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── YSFHResult.csproj
│ │ │ ├── YSFHResult.sln
│ │ │ └── YSFHResult.suo
│ │ ├── 例7.44
│ │ │ └── XESort
│ │ │ ├── XESort
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── XESort.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── XESort.csproj.FileListAbsolute.txt
│ │ │ │ │ └── XESort.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── XESort.csproj
│ │ │ ├── XESort.sln
│ │ │ └── XESort.suo
│ │ ├── 例7.45
│ │ │ └── SelectIDAndName
│ │ │ ├── SelectIDAndName
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── BroadCastInfo.xml
│ │ │ │ │ └── SelectIDAndName.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── SelectIDAndName.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SelectIDAndName.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── SelectIDAndName.csproj
│ │ │ ├── SelectIDAndName.sln
│ │ │ └── SelectIDAndName.suo
│ │ ├── 例7.6
│ │ │ └── UseOneArray
│ │ │ ├── UseOneArray
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseOneArray.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseOneArray.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseOneArray.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseOneArray.csproj
│ │ │ ├── UseOneArray.sln
│ │ │ └── UseOneArray.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── FastSort
│ │ │ ├── FastSort
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── FastSort.pdb
│ │ │ │ ├── FastSort.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── FastSort.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── FastSort.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── FastSort.sln
│ │ │ └── FastSort.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── GetChinese
│ │ │ ├── GetChinese
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── GetChinese.pdb
│ │ │ │ ├── GetChinese.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GetChinese.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── GetChinese.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── GetChinese.sln
│ │ │ └── GetChinese.suo
│ │ ├── 视频7.1~7.2
│ │ ├── 视频7.3
│ │ ├── 视频7.4
│ │ ├── 视频7.5
│ │ ├── 视频7.6
│ │ └── 视频7.7
│ ├── 第8章
│ │ ├── 例8.10
│ │ │ └── UseStruct
│ │ │ ├── UseStruct
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseStruct.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseStruct.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseStruct.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseStruct.csproj
│ │ │ ├── UseStruct.sln
│ │ │ └── UseStruct.suo
│ │ ├── 例8.12
│ │ │ └── UseGZHS
│ │ │ ├── UseGZHS
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseGZHS.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseGZHS.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseGZHS.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseGZHS.csproj
│ │ │ ├── UseGZHS.sln
│ │ │ └── UseGZHS.suo
│ │ ├── 例8.13
│ │ │ └── UseXGHS
│ │ │ ├── UseXGHS
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseXGHS.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseXGHS.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseXGHS.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseXGHS.csproj
│ │ │ ├── UseXGHS.sln
│ │ │ └── UseXGHS.suo
│ │ ├── 例8.14
│ │ │ └── UseDuiXiang
│ │ │ ├── UseDuiXiang
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseDuiXiang.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseDuiXiang.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseDuiXiang.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseDuiXiang.csproj
│ │ │ ├── UseDuiXiang.sln
│ │ │ └── UseDuiXiang.suo
│ │ ├── 例8.15
│ │ │ └── UseFengZhuang
│ │ │ ├── UseFengZhuang
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseFengZhuang.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseFengZhuang.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseFengZhuang.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseFengZhuang.csproj
│ │ │ ├── UseFengZhuang.sln
│ │ │ └── UseFengZhuang.suo
│ │ ├── 例8.16
│ │ │ └── UseJiCheng
│ │ │ ├── UseJiCheng
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseJiCheng.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseJiCheng.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseJiCheng.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseJiCheng.csproj
│ │ │ ├── UseJiCheng.sln
│ │ │ └── UseJiCheng.suo
│ │ ├── 例8.17
│ │ │ └── UseSingleJC
│ │ │ ├── UseSingleJC
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseSingleJC.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseSingleJC.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseSingleJC.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseSingleJC.csproj
│ │ │ ├── UseSingleJC.sln
│ │ │ └── UseSingleJC.suo
│ │ ├── 例8.18
│ │ │ └── UseMulJC
│ │ │ ├── UseMulJC
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseMulJC.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseMulJC.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseMulJC.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseMulJC.csproj
│ │ │ ├── UseMulJC.sln
│ │ │ └── UseMulJC.suo
│ │ ├── 例8.19
│ │ │ └── UseDuoTai
│ │ │ ├── UseDuoTai
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseDuoTai.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseDuoTai.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseDuoTai.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseDuoTai.csproj
│ │ │ ├── UseDuoTai.sln
│ │ │ └── UseDuoTai.suo
│ │ ├── 例8.20
│ │ │ └── MXDXCalc
│ │ │ ├── MXDXCalc
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── MXDXCalc.pdb
│ │ │ │ ├── MXDXCalc.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MXDXCalc.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── MXDXCalc.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── MXDXCalc.sln
│ │ │ └── MXDXCalc.suo
│ │ ├── 例8.21
│ │ │ └── MXDXGetNum
│ │ │ ├── MXDXGetNum
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── MXDXGetNum.pdb
│ │ │ │ ├── MXDXGetNum.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MXDXGetNum.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── MXDXGetNum.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── MXDXGetNum.sln
│ │ │ └── MXDXGetNum.suo
│ │ ├── 例8.4
│ │ │ └── UseAttribute
│ │ │ ├── UseAttribute
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseAttribute.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseAttribute.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseAttribute.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseAttribute.csproj
│ │ │ ├── UseAttribute.sln
│ │ │ └── UseAttribute.suo
│ │ ├── 例8.6
│ │ │ └── StaticMethod
│ │ │ ├── StaticMethod
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── StaticMethod.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── StaticMethod.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── StaticMethod.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── StaticMethod.csproj
│ │ │ ├── StaticMethod.sln
│ │ │ └── StaticMethod.suo
│ │ ├── 例8.7
│ │ │ └── NStaticMethod
│ │ │ ├── NStaticMethod
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── NStaticMethod.pdb
│ │ │ │ ├── NStaticMethod.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── NStaticMethod.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── NStaticMethod.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── NStaticMethod.sln
│ │ │ └── NStaticMethod.suo
│ │ ├── 例8.8
│ │ │ └── OverMethod
│ │ │ ├── OverMethod
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── OverMethod.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── OverMethod.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── OverMethod.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── OverMethod.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── OverMethod.sln
│ │ │ └── OverMethod.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── WeekAttribute
│ │ │ ├── WeekAttribute
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── WeekAttribute.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── WeekAttribute.csproj.FileListAbsolute.txt
│ │ │ │ │ └── WeekAttribute.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── WeekAttribute.csproj
│ │ │ ├── WeekAttribute.sln
│ │ │ └── WeekAttribute.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── ShowMethod
│ │ │ ├── ShowMethod
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ShowMethod.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ShowMethod.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ShowMethod.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── ShowMethod.csproj
│ │ │ ├── ShowMethod.sln
│ │ │ └── ShowMethod.suo
│ │ ├── 第3题(实践与练习)
│ │ │ └── GetYMJByStruct
│ │ │ ├── GetYMJByStruct
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── GetYMJByStruct.pdb
│ │ │ │ ├── GetYMJByStruct.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GetYMJByStruct.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── GetYMJByStruct.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── GetYMJByStruct.sln
│ │ │ └── GetYMJByStruct.suo
│ │ ├── 第4题(实践与练习)
│ │ │ └── GetJXMJByLJC
│ │ │ ├── GetJXMJByLJC
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── GetJXMJByLJC.pdb
│ │ │ │ ├── GetJXMJByLJC.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GetJXMJByLJC.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── GetJXMJByLJC.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── GetJXMJByLJC.sln
│ │ │ └── GetJXMJByLJC.suo
│ │ ├── 视频8.1~8.2
│ │ ├── 视频8.3
│ │ ├── 视频8.4
│ │ ├── 视频8.5
│ │ ├── 视频8.6~8.8
│ │ └── 视频8.9
│ └── 第9章
│ ├── 例9.10
│ │ └── EditJCForm
│ │ ├── EditJCForm
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ └── EditJCForm.pdb
│ │ │ ├── EditJCForm.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Form2.cs
│ │ │ ├── Form2.Designer.cs
│ │ │ ├── Form2.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── EditJCForm.csproj.FileListAbsolute.txt
│ │ │ │ ├── EditJCForm.csproj.GenerateResource.Cache
│ │ │ │ ├── EditJCForm.Form1.resources
│ │ │ │ ├── EditJCForm.Form2.resources
│ │ │ │ ├── EditJCForm.pdb
│ │ │ │ ├── EditJCForm.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── EditJCForm.sln
│ │ └── EditJCForm.suo
│ ├── 例9.11
│ │ └── LoginForm
│ │ ├── LoginForm
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ └── LoginForm.pdb
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LoginForm.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── LoginForm.csproj.FileListAbsolute.txt
│ │ │ │ ├── LoginForm.csproj.GenerateResource.Cache
│ │ │ │ ├── LoginForm.Form1.resources
│ │ │ │ ├── LoginForm.pdb
│ │ │ │ ├── LoginForm.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── LoginForm.sln
│ │ └── LoginForm.suo
│ ├── 例9.12
│ │ └── StartForm
│ │ ├── StartForm
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── StartForm.pdb
│ │ │ │ ├── test.jpg
│ │ │ │ └── Thumbs.db
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Form2.cs
│ │ │ ├── Form2.designer.cs
│ │ │ ├── Form2.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── StartForm.csproj.FileListAbsolute.txt
│ │ │ │ ├── StartForm.csproj.GenerateResource.Cache
│ │ │ │ ├── StartForm.Form1.resources
│ │ │ │ ├── StartForm.Form2.resources
│ │ │ │ ├── StartForm.pdb
│ │ │ │ ├── StartForm.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── StartForm.csproj
│ │ ├── StartForm.sln
│ │ └── StartForm.suo
│ ├── 例9.6
│ │ └── CloseForm
│ │ ├── CloseForm
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ └── CloseForm.pdb
│ │ │ ├── CloseForm.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── CloseForm.csproj.FileListAbsolute.txt
│ │ │ │ ├── CloseForm.csproj.GenerateResource.Cache
│ │ │ │ ├── CloseForm.Form1.resources
│ │ │ │ ├── CloseForm.pdb
│ │ │ │ ├── CloseForm.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── CloseForm.sln
│ │ └── CloseForm.suo
│ ├── 例9.8
│ │ └── MDIForm
│ │ ├── MDIForm
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ └── MDIForm.pdb
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Form2.cs
│ │ │ ├── Form2.Designer.cs
│ │ │ ├── Form3.cs
│ │ │ ├── Form3.Designer.cs
│ │ │ ├── Form4.cs
│ │ │ ├── Form4.Designer.cs
│ │ │ ├── MDIForm.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── MDIForm.csproj.FileListAbsolute.txt
│ │ │ │ ├── MDIForm.csproj.GenerateResource.Cache
│ │ │ │ ├── MDIForm.Form1.resources
│ │ │ │ ├── MDIForm.pdb
│ │ │ │ ├── MDIForm.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── MDIForm.sln
│ │ └── MDIForm.suo
│ ├── 例9.9
│ │ └── JCForm
│ │ ├── JCForm
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ └── JCForm.pdb
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Form2.cs
│ │ │ ├── Form2.Designer.cs
│ │ │ ├── Form2.resx
│ │ │ ├── JCForm.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── JCForm.csproj.FileListAbsolute.txt
│ │ │ │ ├── JCForm.csproj.GenerateResource.Cache
│ │ │ │ ├── JCForm.Form1.resources
│ │ │ │ ├── JCForm.Form2.resources
│ │ │ │ ├── JCForm.pdb
│ │ │ │ ├── JCForm.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── JCForm.sln
│ │ └── JCForm.suo
│ ├── 第1题(实践与练习)
│ │ └── OpacityForm
│ │ ├── OpacityForm
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ └── OpacityForm.pdb
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── OpacityForm.csproj.FileListAbsolute.txt
│ │ │ │ ├── OpacityForm.csproj.GenerateResource.Cache
│ │ │ │ ├── OpacityForm.Form1.resources
│ │ │ │ ├── OpacityForm.pdb
│ │ │ │ ├── OpacityForm.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── OpacityForm.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── OpacityForm.sln
│ │ └── OpacityForm.suo
│ ├── 第2题(实践与练习)
│ │ └── RightTitleForm
│ │ ├── RightTitleForm
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ └── RightTitleForm.pdb
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── RightTitleForm.csproj.FileListAbsolute.txt
│ │ │ │ ├── RightTitleForm.csproj.GenerateResource.Cache
│ │ │ │ ├── RightTitleForm.Form1.resources
│ │ │ │ ├── RightTitleForm.pdb
│ │ │ │ ├── RightTitleForm.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── RightTitleForm.csproj
│ │ ├── RightTitleForm.sln
│ │ └── RightTitleForm.suo
│ ├── 第3题(实践与练习)
│ │ └── PDForm
│ │ ├── PDForm
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ └── PDForm.pdb
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── PDForm.csproj.FileListAbsolute.txt
│ │ │ │ ├── PDForm.csproj.GenerateResource.Cache
│ │ │ │ ├── PDForm.Form1.resources
│ │ │ │ ├── PDForm.pdb
│ │ │ │ ├── PDForm.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── PDForm.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── PDForm.sln
│ │ └── PDForm.suo
│ ├── 视频9.1
│ ├── 视频9.2
│ ├── 视频9.3
│ └── 视频9.4
└── 案例
├── 案例源程序
│ ├── 03
│ │ ├── Daila
│ │ │ ├── Daila
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── Daila.pdb
│ │ │ │ ├── D160A.cs
│ │ │ │ ├── Daila.csproj
│ │ │ │ ├── DataBase
│ │ │ │ │ └── db_Dainla.mdb
│ │ │ │ ├── Form4.Designer.cs
│ │ │ │ ├── frmCustomer.cs
│ │ │ │ ├── frmCustomer.Designer.cs
│ │ │ │ ├── frmCustomer.resx
│ │ │ │ ├── frmCustomerUpdate.cs
│ │ │ │ ├── frmCustomerUpdate.Designer.cs
│ │ │ │ ├── frmCustomerUpdate.resx
│ │ │ │ ├── frmDai.cs
│ │ │ │ ├── frmDai.Designer.cs
│ │ │ │ ├── frmDai.resx
│ │ │ │ ├── frmEmployeeInfo.cs
│ │ │ │ ├── frmEmployeeInfo.Designer.cs
│ │ │ │ ├── frmEmployeeInfo.resx
│ │ │ │ ├── frmMain.cs
│ │ │ │ ├── frmMain.Designer.cs
│ │ │ │ ├── frmMain.resx
│ │ │ │ ├── frmProd.cs
│ │ │ │ ├── frmProd.Designer.cs
│ │ │ │ ├── frmProd.resx
│ │ │ │ ├── frmtbProduction.cs
│ │ │ │ ├── frmtbProduction.Designer.cs
│ │ │ │ ├── frmtbProduction.resx
│ │ │ │ ├── frmtbProPath.cs
│ │ │ │ ├── frmtbProPath.Designer.cs
│ │ │ │ ├── frmtbProPathNew.cs
│ │ │ │ ├── frmtbProPathNew.Designer.cs
│ │ │ │ ├── frmtbProPathNew.resx
│ │ │ │ ├── frmtbProPath.resx
│ │ │ │ ├── frmTel.cs
│ │ │ │ ├── frmTel.Designer.cs
│ │ │ │ ├── frmTel.resx
│ │ │ │ ├── login.cs
│ │ │ │ ├── login.Designer.cs
│ │ │ │ ├── login.resx
│ │ │ │ ├── NewClass
│ │ │ │ │ ├── tbCustomerClass.cs
│ │ │ │ │ ├── tbEmployeeClass.cs
│ │ │ │ │ ├── tbProductionClass.cs
│ │ │ │ │ ├── tbProPathClass.cs
│ │ │ │ │ └── tbTelRecordClass.cs
│ │ │ │ ├── NewMehod
│ │ │ │ │ ├── tbCustomerMethod.cs
│ │ │ │ │ ├── tbDaiConnection.cs
│ │ │ │ │ ├── tbDistionMenthod.cs
│ │ │ │ │ ├── tbEmployeeMenthod.cs
│ │ │ │ │ ├── tbProductionMenthod.cs
│ │ │ │ │ ├── tbProPathMenthod.cs
│ │ │ │ │ └── tbTelRecordMenthod.cs
│ │ │ │ ├── obj
│ │ │ │ │ ├── Daila.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Daila.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── Daila.frmCustomer.resources
│ │ │ │ │ │ ├── Daila.frmCustomerUpdate.resources
│ │ │ │ │ │ ├── Daila.frmDai.resources
│ │ │ │ │ │ ├── Daila.frmEmployeeInfo.resources
│ │ │ │ │ │ ├── Daila.frmMain.resources
│ │ │ │ │ │ ├── Daila.frmProd.resources
│ │ │ │ │ │ ├── Daila.frmtbProduction.resources
│ │ │ │ │ │ ├── Daila.frmtbProPathNew.resources
│ │ │ │ │ │ ├── Daila.frmtbProPath.resources
│ │ │ │ │ │ ├── Daila.frmTel.resources
│ │ │ │ │ │ ├── Daila.login.resources
│ │ │ │ │ │ ├── Daila.pdb
│ │ │ │ │ │ ├── Daila.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ ├── DataBase.DainlaDataSet.Designer.cs.dll
│ │ │ │ │ │ ├── DataBase.db_DainlaDataSet.Designer.cs.dll
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ └── Release
│ │ │ │ │ ├── Daila.csproj.GenerateResource.Cache
│ │ │ │ │ ├── Daila.frmCustomerAdd.resources
│ │ │ │ │ ├── Daila.frmCustomer.resources
│ │ │ │ │ ├── Daila.frmCustomerUpdate.resources
│ │ │ │ │ ├── Daila.frmDai.resources
│ │ │ │ │ ├── Daila.frmEmployeeInfo.resources
│ │ │ │ │ ├── Daila.frmEmployee.resources
│ │ │ │ │ ├── Daila.frmMain.resources
│ │ │ │ │ ├── Daila.frmProd.resources
│ │ │ │ │ ├── Daila.frmtbProduction.resources
│ │ │ │ │ ├── Daila.frmtbProPathNew.resources
│ │ │ │ │ ├── Daila.frmtbProPath.resources
│ │ │ │ │ ├── Daila.frmTel.resources
│ │ │ │ │ ├── Daila.login.resources
│ │ │ │ │ ├── Daila.pdb
│ │ │ │ │ ├── Daila.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── Resources
│ │ │ │ ├── 取消按钮.bmp
│ │ │ │ ├── 确定按钮.bmp
│ │ │ │ └── 背景.bmp
│ │ │ ├── Daila.sln
│ │ │ └── Daila.suo
│ │ └── readme.doc
│ ├── 06
│ │ ├── MrCy
│ │ │ ├── MrCy
│ │ │ │ ├── AboutBox1.cs
│ │ │ │ ├── AboutBox1.Designer.cs
│ │ │ │ ├── AboutBox1.resx
│ │ │ │ ├── BaseClass
│ │ │ │ │ └── DBConn.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── MrCy.pdb
│ │ │ │ ├── Data
│ │ │ │ ├── DataBase
│ │ │ │ │ ├── db_MrCy_Log.LDF
│ │ │ │ │ └── db_MrCy.MDF
│ │ │ │ ├── frmBF.cs
│ │ │ │ ├── frmBF.Designer.cs
│ │ │ │ ├── frmBF.resx
│ │ │ │ ├── frmCalender.cs
│ │ │ │ ├── frmCalender.Designer.cs
│ │ │ │ ├── frmCalender.resx
│ │ │ │ ├── frmDC.cs
│ │ │ │ ├── frmDC.Designer.cs
│ │ │ │ ├── frmDC.resx
│ │ │ │ ├── frmDesk.cs
│ │ │ │ ├── frmDesk.Designer.cs
│ │ │ │ ├── frmDesk.resx
│ │ │ │ ├── frmDetails.cs
│ │ │ │ ├── frmDetails.Designer.cs
│ │ │ │ ├── frmDetails.resx
│ │ │ │ ├── frmHF.cs
│ │ │ │ ├── frmHF.Designer.cs
│ │ │ │ ├── frmHF.resx
│ │ │ │ ├── frmJZ.cs
│ │ │ │ ├── frmJZ.Designer.cs
│ │ │ │ ├── frmJZ.resx
│ │ │ │ ├── frmLock.cs
│ │ │ │ ├── frmLock.Designer.cs
│ │ │ │ ├── frmLock.resx
│ │ │ │ ├── frmLogin.cs
│ │ │ │ ├── frmLogin.Designer.cs
│ │ │ │ ├── frmLogin.resx
│ │ │ │ ├── frmMain.cs
│ │ │ │ ├── frmMain.Designer.cs
│ │ │ │ ├── frmMain.resx
│ │ │ │ ├── frmOpen.cs
│ │ │ │ ├── frmOpen.Designer.cs
│ │ │ │ ├── frmOpen.resx
│ │ │ │ ├── frmPwd.cs
│ │ │ │ ├── frmPwd.Designer.cs
│ │ │ │ ├── frmPwd.resx
│ │ │ │ ├── frmQxGl.cs
│ │ │ │ ├── frmQxGl.Designer.cs
│ │ │ │ ├── frmQxGl.resx
│ │ │ │ ├── frmSerch.cs
│ │ │ │ ├── frmSerch.Designer.cs
│ │ │ │ ├── frmSerch.resx
│ │ │ │ ├── frmUser.cs
│ │ │ │ ├── frmUser.Designer.cs
│ │ │ │ ├── frmUser.resx
│ │ │ │ ├── Image
│ │ │ │ │ ├── a_1.gif
│ │ │ │ │ ├── a_1.jpg
│ │ │ │ │ ├── a_2.gif
│ │ │ │ │ ├── a_2.jpg
│ │ │ │ │ ├── bg_03.gif
│ │ │ │ │ ├── bg0.jpg
│ │ │ │ │ ├── bg.jpg
│ │ │ │ │ ├── j_1.gif
│ │ │ │ │ └── login.jpg
│ │ │ │ ├── MrCy.csproj
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── MrCy.AboutBox1.resources
│ │ │ │ │ │ ├── MrCy.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── MrCy.frmBF.resources
│ │ │ │ │ │ ├── MrCy.frmCalender.resources
│ │ │ │ │ │ ├── MrCy.frmDC.resources
│ │ │ │ │ │ ├── MrCy.frmDesk.resources
│ │ │ │ │ │ ├── MrCy.frmDetails.resources
│ │ │ │ │ │ ├── MrCy.frmHF.resources
│ │ │ │ │ │ ├── MrCy.frmJZ.resources
│ │ │ │ │ │ ├── MrCy.frmLock.resources
│ │ │ │ │ │ ├── MrCy.frmLogin.resources
│ │ │ │ │ │ ├── MrCy.frmMain.resources
│ │ │ │ │ │ ├── MrCy.frmOpen.resources
│ │ │ │ │ │ ├── MrCy.frmPwd.resources
│ │ │ │ │ │ ├── MrCy.frmQxGl.resources
│ │ │ │ │ │ ├── MrCy.frmSerch.resources
│ │ │ │ │ │ ├── MrCy.frmUser.resources
│ │ │ │ │ │ ├── MrCy.pdb
│ │ │ │ │ │ ├── MrCy.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ └── MrCy.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── MrCy.sln
│ │ │ └── MrCy.suo
│ │ └── readme.doc
│ └── 09
│ ├── ExamOnLine
│ │ ├── admin
│ │ │ ├── AddExamination.aspx
│ │ │ ├── AddExamination.aspx.cs
│ │ │ ├── AddStudentInfo.aspx
│ │ │ ├── AddStudentInfo.aspx.cs
│ │ │ ├── AddTeacherInfo.aspx
│ │ │ ├── AddTeacherInfo.aspx.cs
│ │ │ ├── AdminChangePwd.aspx
│ │ │ ├── AdminChangePwd.aspx.cs
│ │ │ ├── AdminManage.aspx
│ │ │ ├── AdminManage.aspx.cs
│ │ │ ├── ChangeStudentInfo.aspx
│ │ │ ├── ChangeStudentInfo.aspx.cs
│ │ │ ├── ExaminationDetail.aspx
│ │ │ ├── ExaminationDetail.aspx.cs
│ │ │ ├── ExaminationInfo.aspx
│ │ │ ├── ExaminationInfo.aspx.cs
│ │ │ ├── ExaminationResult.aspx
│ │ │ ├── ExaminationResult.aspx.cs
│ │ │ ├── Img
│ │ │ │ ├── back_08.gif
│ │ │ │ ├── back_11.gif
│ │ │ │ └── back_left_06.gif
│ │ │ ├── left.htm
│ │ │ ├── Logout.aspx
│ │ │ ├── Logout.aspx.cs
│ │ │ ├── StudentInfo.aspx
│ │ │ ├── StudentInfo.aspx.cs
│ │ │ ├── Subject.aspx
│ │ │ ├── Subject.aspx.cs
│ │ │ ├── TeacherInfo.aspx
│ │ │ ├── TeacherInfo.aspx.cs
│ │ │ ├── TeacherXXinfo.aspx
│ │ │ └── TeacherXXinfo.aspx.cs
│ │ ├── App_Code
│ │ │ ├── BaseClass.cs
│ │ │ ├── MessageBox.cs
│ │ │ └── projClass.cs
│ │ ├── App_Data
│ │ │ ├── db_ExamOnline.ldf
│ │ │ └── db_ExamOnline.mdf
│ │ ├── Image
│ │ │ ├── back_01.gif
│ │ │ ├── back_03.gif
│ │ │ ├── back_13.gif
│ │ │ ├── bg.gif
│ │ │ ├── emame_03.gif
│ │ │ ├── exame_02.gif
│ │ │ ├── exame_05.gif
│ │ │ ├── kemu_03.gif
│ │ │ ├── login.gif
│ │ │ └── rule_03.gif
│ │ ├── Image.aspx
│ │ ├── Image.aspx.cs
│ │ ├── Login.aspx
│ │ ├── Login.aspx.cs
│ │ ├── Mystyle.css
│ │ ├── student
│ │ │ ├── result.aspx
│ │ │ ├── result.aspx.cs
│ │ │ ├── StartExam.aspx
│ │ │ ├── StartExam.aspx.cs
│ │ │ ├── studentexam.aspx
│ │ │ └── studentexam.aspx.cs
│ │ ├── teacher
│ │ │ ├── Img
│ │ │ │ ├── back_08.gif
│ │ │ │ ├── back_11.gif
│ │ │ │ └── back_left_06.gif
│ │ │ ├── TAddExamination.aspx
│ │ │ ├── TAddExamination.aspx.cs
│ │ │ ├── TeacherChangePwd.aspx
│ │ │ ├── TeacherChangePwd.aspx.cs
│ │ │ ├── TeacherManage.aspx
│ │ │ ├── TeacherManage.aspx.cs
│ │ │ ├── TExaminationDetail.aspx
│ │ │ ├── TExaminationDetail.aspx.cs
│ │ │ ├── TExaminationInfo.aspx
│ │ │ ├── TExaminationInfo.aspx.cs
│ │ │ ├── TExaminationResult.aspx
│ │ │ ├── TExaminationResult.aspx.cs
│ │ │ ├── Tleft.htm
│ │ │ ├── TLogout.aspx
│ │ │ └── TLogout.aspx.cs
│ │ ├── UserControls
│ │ │ ├── Fooder.ascx
│ │ │ ├── Fooder.ascx.cs
│ │ │ ├── Header1.ascx
│ │ │ ├── Header1.ascx.cs
│ │ │ ├── Header2.ascx
│ │ │ └── Header2.ascx.cs
│ │ └── Web.Config
│ └── readme.doc
├── 案例视频
│ ├── 第3章 企业电话客服系统
│ ├── 第6章 餐饮管理系统
│ └── 第9章 在线考试系统
└── 电子书
├── 03.pdf
├── 06.pdf
└── 09.pdf
3588 directories, 5957 files
c#开发实战宝典 明日科技 源代码 解压后121M 《C#开发实战宝典》从初学者的角度讲述使用Visual Studio 2008开发环境结合C#语言进行程序开发应该掌握的各项技术,突出“基础”、“全面”、“深入”;同时就像书名所暗示的一样,强调“实战”效果。在介绍技术的同时,书中都会提供示例或稍大一些的实例,同时在各章的结尾安排有综合应用,通过几个小型项目来综合应用本章所讲解的知识,做到理论联系实际。在《C#开发实战宝典》的最后5章中提供了5个完整的项目实例,讲述从前期规划、设计流程到项目最终实施的整个实现过程。 全书共分30章,主要内容包括初探C#及其开发环境,认识C#代码结构,C#程序设计基础,选择结构控制,循环结构控制,字符及字符串,数组、集合与哈希表,面向对象程序设计,Windows窗体设计,Windows应用程序常用控件,Windows应用程序高级控件,对话框、菜单、工具栏及状态栏,数据库编程基础,ADO.NET数据访问技术,DataGridView数据控件,面向对象编程高级技术,枚举类型与泛型,LINQ技术的使用,文件及I/O,GDI+绘图技术,水晶报表与打印,网络编程,线程的使用,异常处理与程序调试,Windows应用程序打包部署,企业QQ系统,餐饮管理系统,房屋中介管理系统,企业人事管理系统,进销存管理系统等。 《C#开发实战宝典》适合有志于从事软件开发的初学者、高校计算机相关专业学生和毕业生,也可作为软件开发人员的参考手册,或者高校的教学参考书。
【实例截图】
【核心代码】
4744300845219933236.7z
├── TM
│ ├── 第10章
│ │ ├── 例10.10
│ │ │ └── TXTSelectShow
│ │ │ ├── TXTSelectShow
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── TXTSelectShow.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── TXTSelectShow.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── TXTSelectShow.csproj.GenerateResource.Cache
│ │ │ │ │ ├── TXTSelectShow.Form1.resources
│ │ │ │ │ ├── TXTSelectShow.pdb
│ │ │ │ │ └── TXTSelectShow.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TXTSelectShow.csproj
│ │ │ ├── TXTSelectShow.sln
│ │ │ └── TXTSelectShow.suo
│ │ ├── 例10.11
│ │ │ └── TXTChanage
│ │ │ ├── TXTChanage
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── TXTChanage.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── TXTChanage.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── TXTChanage.csproj.GenerateResource.Cache
│ │ │ │ │ ├── TXTChanage.Form1.resources
│ │ │ │ │ ├── TXTChanage.pdb
│ │ │ │ │ └── TXTChanage.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TXTChanage.csproj
│ │ │ ├── TXTChanage.sln
│ │ │ └── TXTChanage.suo
│ │ ├── 例10.12
│ │ │ └── RTXTScroll
│ │ │ ├── RTXTScroll
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── RTXTScroll.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RTXTScroll.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── RTXTScroll.csproj.GenerateResource.Cache
│ │ │ │ │ ├── RTXTScroll.Form1.resources
│ │ │ │ │ ├── RTXTScroll.pdb
│ │ │ │ │ ├── RTXTScroll.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── RTXTScroll.csproj
│ │ │ ├── RTXTScroll.sln
│ │ │ └── RTXTScroll.suo
│ │ ├── 例10.13
│ │ │ └── RTXTFont
│ │ │ ├── RTXTFont
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── RTXTFont.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RTXTFont.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── RTXTFont.csproj.GenerateResource.Cache
│ │ │ │ │ ├── RTXTFont.Form1.resources
│ │ │ │ │ ├── RTXTFont.pdb
│ │ │ │ │ ├── RTXTFont.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── RTXTFont.csproj
│ │ │ ├── RTXTFont.sln
│ │ │ └── RTXTFont.suo
│ │ ├── 例10.14
│ │ │ └── RTXTURL
│ │ │ ├── RTXTURL
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── RTXTURL.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RTXTURL.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── RTXTURL.csproj.GenerateResource.Cache
│ │ │ │ │ ├── RTXTURL.Form1.resources
│ │ │ │ │ ├── RTXTURL.pdb
│ │ │ │ │ ├── RTXTURL.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── RTXTURL.csproj
│ │ │ ├── RTXTURL.sln
│ │ │ └── RTXTURL.suo
│ │ ├── 例10.15
│ │ │ └── RTXTStyle
│ │ │ ├── RTXTStyle
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── RTXTStyle.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RTXTStyle.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── RTXTStyle.csproj.GenerateResource.Cache
│ │ │ │ │ ├── RTXTStyle.Form1.resources
│ │ │ │ │ ├── RTXTStyle.pdb
│ │ │ │ │ ├── RTXTStyle.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── RTXTStyle.csproj
│ │ │ ├── RTXTStyle.sln
│ │ │ └── RTXTStyle.suo
│ │ ├── 例10.16
│ │ │ └── RTXTJJ
│ │ │ ├── RTXTJJ
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── RTXTJJ.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RTXTJJ.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── RTXTJJ.csproj.GenerateResource.Cache
│ │ │ │ │ ├── RTXTJJ.Form1.resources
│ │ │ │ │ ├── RTXTJJ.pdb
│ │ │ │ │ ├── RTXTJJ.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── RTXTJJ.csproj
│ │ │ ├── RTXTJJ.sln
│ │ │ └── RTXTJJ.suo
│ │ ├── 例10.17
│ │ │ └── CBoxSelect
│ │ │ ├── CBoxSelect
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CBoxSelect.pdb
│ │ │ │ ├── CBoxSelect.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CBoxSelect.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CBoxSelect.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CBoxSelect.Form1.resources
│ │ │ │ │ ├── CBoxSelect.pdb
│ │ │ │ │ ├── CBoxSelect.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CBoxSelect.sln
│ │ │ └── CBoxSelect.suo
│ │ ├── 例10.18
│ │ │ └── CBoxSelectAll
│ │ │ ├── CBoxSelectAll
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CBoxSelectAll.pdb
│ │ │ │ ├── CBoxSelectAll.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CBoxSelectAll.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CBoxSelectAll.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CBoxSelectAll.Form1.resources
│ │ │ │ │ ├── CBoxSelectAll.pdb
│ │ │ │ │ ├── CBoxSelectAll.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CBoxSelectAll.sln
│ │ │ └── CBoxSelectAll.suo
│ │ ├── 例10.19
│ │ │ └── CBoxChanged
│ │ │ ├── CBoxChanged
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CBoxChanged.pdb
│ │ │ │ ├── CBoxChanged.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CBoxChanged.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CBoxChanged.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CBoxChanged.Form1.resources
│ │ │ │ │ ├── CBoxChanged.pdb
│ │ │ │ │ ├── CBoxChanged.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CBoxChanged.sln
│ │ │ └── CBoxChanged.suo
│ │ ├── 例10.20
│ │ │ └── CKBoxCheck
│ │ │ ├── CKBoxCheck
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CKBoxCheck.pdb
│ │ │ │ ├── CKBoxCheck.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CKBoxCheck.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CKBoxCheck.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CKBoxCheck.Form1.resources
│ │ │ │ │ ├── CKBoxCheck.pdb
│ │ │ │ │ ├── CKBoxCheck.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CKBoxCheck.sln
│ │ │ └── CKBoxCheck.suo
│ │ ├── 例10.21
│ │ │ └── CKBoxChanged
│ │ │ ├── CKBoxChanged
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CKBoxChanged.pdb
│ │ │ │ ├── CKBoxChanged.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CKBoxChanged.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CKBoxChanged.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CKBoxChanged.Form1.resources
│ │ │ │ │ ├── CKBoxChanged.pdb
│ │ │ │ │ ├── CKBoxChanged.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CKBoxChanged.sln
│ │ │ └── CKBoxChanged.suo
│ │ ├── 例10.22
│ │ │ └── RBtnCheck
│ │ │ ├── RBtnCheck
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── RBtnCheck.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RBtnCheck.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── RBtnCheck.csproj.GenerateResource.Cache
│ │ │ │ │ ├── RBtnCheck.Form1.resources
│ │ │ │ │ ├── RBtnCheck.pdb
│ │ │ │ │ ├── RBtnCheck.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── RBtnCheck.csproj
│ │ │ ├── RBtnCheck.sln
│ │ │ └── RBtnCheck.suo
│ │ ├── 例10.23
│ │ │ └── RBtnChange
│ │ │ ├── RBtnChange
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── RBtnChange.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RBtnChange.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── RBtnChange.csproj.GenerateResource.Cache
│ │ │ │ │ ├── RBtnChange.Form1.resources
│ │ │ │ │ ├── RBtnChange.pdb
│ │ │ │ │ ├── RBtnChange.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── RBtnChange.csproj
│ │ │ ├── RBtnChange.sln
│ │ │ └── RBtnChange.suo
│ │ ├── 例10.24
│ │ │ └── NUDownNum
│ │ │ ├── NUDownNum
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── NUDownNum.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── NUDownNum.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── NUDownNum.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── NUDownNum.csproj.GenerateResource.Cache
│ │ │ │ │ ├── NUDownNum.Form1.resources
│ │ │ │ │ ├── NUDownNum.pdb
│ │ │ │ │ ├── NUDownNum.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── NUDownNum.sln
│ │ │ └── NUDownNum.suo
│ │ ├── 例10.25
│ │ │ └── NUDownStyle
│ │ │ ├── NUDownStyle
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── NUDownStyle.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── NUDownStyle.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── NUDownStyle.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── NUDownStyle.csproj.GenerateResource.Cache
│ │ │ │ │ ├── NUDownStyle.Form1.resources
│ │ │ │ │ ├── NUDownStyle.pdb
│ │ │ │ │ ├── NUDownStyle.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── NUDownStyle.sln
│ │ │ └── NUDownStyle.suo
│ │ ├── 例10.26
│ │ │ └── LBoxAddAndRemove
│ │ │ ├── LBoxAddAndRemove
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LBoxAddAndRemove.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LBoxAddAndRemove.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LBoxAddAndRemove.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LBoxAddAndRemove.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LBoxAddAndRemove.Form1.resources
│ │ │ │ │ ├── LBoxAddAndRemove.pdb
│ │ │ │ │ ├── LBoxAddAndRemove.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LBoxAddAndRemove.sln
│ │ │ └── LBoxAddAndRemove.suo
│ │ ├── 例10.27
│ │ │ └── LBoxScroll
│ │ │ ├── LBoxScroll
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LBoxScroll.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LBoxScroll.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LBoxScroll.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LBoxScroll.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LBoxScroll.Form1.resources
│ │ │ │ │ ├── LBoxScroll.pdb
│ │ │ │ │ ├── LBoxScroll.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LBoxScroll.sln
│ │ │ └── LBoxScroll.suo
│ │ ├── 例10.28
│ │ │ └── LBoxSelectMult
│ │ │ ├── LBoxSelectMult
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LBoxSelectMult.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LBoxSelectMult.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LBoxSelectMult.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LBoxSelectMult.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LBoxSelectMult.Form1.resources
│ │ │ │ │ ├── LBoxSelectMult.pdb
│ │ │ │ │ ├── LBoxSelectMult.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LBoxSelectMult.sln
│ │ │ └── LBoxSelectMult.suo
│ │ ├── 例10.29
│ │ │ └── UsePanel
│ │ │ ├── UsePanel
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UsePanel.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UsePanel.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UsePanel.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UsePanel.Form1.resources
│ │ │ │ │ ├── UsePanel.pdb
│ │ │ │ │ └── UsePanel.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UsePanel.csproj
│ │ │ ├── UsePanel.sln
│ │ │ └── UsePanel.suo
│ │ ├── 例10.30
│ │ │ └── UseGroupBox
│ │ │ ├── UseGroupBox
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseGroupBox.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseGroupBox.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseGroupBox.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseGroupBox.Form1.resources
│ │ │ │ │ ├── UseGroupBox.pdb
│ │ │ │ │ └── UseGroupBox.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseGroupBox.csproj
│ │ │ ├── UseGroupBox.sln
│ │ │ └── UseGroupBox.suo
│ │ ├── 例10.31
│ │ │ └── TCtrlStyle
│ │ │ ├── TCtrlStyle
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── TCtrlStyle.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TCtrlStyle.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── TCtrlStyle.csproj.GenerateResource.Cache
│ │ │ │ │ ├── TCtrlStyle.Form1.resources
│ │ │ │ │ ├── TCtrlStyle.pdb
│ │ │ │ │ ├── TCtrlStyle.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TCtrlStyle.csproj
│ │ │ ├── TCtrlStyle.sln
│ │ │ └── TCtrlStyle.suo
│ │ ├── 例10.32
│ │ │ └── TCtrlBtnStyle
│ │ │ ├── TCtrlBtnStyle
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── TCtrlBtnStyle.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TCtrlBtnStyle.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── TCtrlBtnStyle.csproj.GenerateResource.Cache
│ │ │ │ │ ├── TCtrlBtnStyle.Form1.resources
│ │ │ │ │ ├── TCtrlBtnStyle.pdb
│ │ │ │ │ ├── TCtrlBtnStyle.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TCtrlBtnStyle.csproj
│ │ │ ├── TCtrlBtnStyle.sln
│ │ │ └── TCtrlBtnStyle.suo
│ │ ├── 例10.33
│ │ │ └── TCtrlAddControl
│ │ │ ├── TCtrlAddControl
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── TCtrlAddControl.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TCtrlAddControl.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── TCtrlAddControl.csproj.GenerateResource.Cache
│ │ │ │ │ ├── TCtrlAddControl.Form1.resources
│ │ │ │ │ ├── TCtrlAddControl.pdb
│ │ │ │ │ ├── TCtrlAddControl.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TCtrlAddControl.csproj
│ │ │ ├── TCtrlAddControl.sln
│ │ │ └── TCtrlAddControl.suo
│ │ ├── 例10.34
│ │ │ └── TCtrlAddPage
│ │ │ ├── TCtrlAddPage
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── TCtrlAddPage.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TCtrlAddPage.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── TCtrlAddPage.csproj.GenerateResource.Cache
│ │ │ │ │ ├── TCtrlAddPage.Form1.resources
│ │ │ │ │ ├── TCtrlAddPage.pdb
│ │ │ │ │ ├── TCtrlAddPage.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TCtrlAddPage.csproj
│ │ │ ├── TCtrlAddPage.sln
│ │ │ └── TCtrlAddPage.suo
│ │ ├── 例10.35
│ │ │ └── TCtrlRemovePage
│ │ │ ├── TCtrlRemovePage
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── TCtrlRemovePage.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TCtrlRemovePage.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── TCtrlRemovePage.csproj.GenerateResource.Cache
│ │ │ │ │ ├── TCtrlRemovePage.Form1.resources
│ │ │ │ │ ├── TCtrlRemovePage.pdb
│ │ │ │ │ ├── TCtrlRemovePage.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TCtrlRemovePage.csproj
│ │ │ ├── TCtrlRemovePage.sln
│ │ │ └── TCtrlRemovePage.suo
│ │ ├── 例10.37
│ │ │ └── CheckUPOP
│ │ │ ├── CheckUPOP
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CheckUPOP.pdb
│ │ │ │ ├── CheckUPOP.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CheckUPOP.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CheckUPOP.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CheckUPOP.Form1.resources
│ │ │ │ │ ├── CheckUPOP.pdb
│ │ │ │ │ ├── CheckUPOP.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CheckUPOP.sln
│ │ │ └── CheckUPOP.suo
│ │ ├── 例10.38
│ │ │ └── OrderDishes
│ │ │ ├── OrderDishes
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── OrderDishes.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── OrderDishes.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── OrderDishes.csproj.GenerateResource.Cache
│ │ │ │ │ ├── OrderDishes.Form1.resources
│ │ │ │ │ ├── OrderDishes.pdb
│ │ │ │ │ ├── OrderDishes.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── OrderDishes.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── OrderDishes.sln
│ │ │ └── OrderDishes.suo
│ │ ├── 例10.4
│ │ │ └── UseBtnClick
│ │ │ ├── UseBtnClick
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseBtnClick.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseBtnClick.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseBtnClick.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseBtnClick.Form1.resources
│ │ │ │ │ ├── UseBtnClick.pdb
│ │ │ │ │ └── UseBtnClick.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseBtnClick.csproj
│ │ │ ├── UseBtnClick.sln
│ │ │ └── UseBtnClick.suo
│ │ ├── 例10.5
│ │ │ └── UseAcceptButton
│ │ │ ├── UseAcceptButton
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseAcceptButton.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseAcceptButton.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseAcceptButton.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseAcceptButton.Form1.resources
│ │ │ │ │ ├── UseAcceptButton.pdb
│ │ │ │ │ └── UseAcceptButton.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseAcceptButton.csproj
│ │ │ ├── UseAcceptButton.sln
│ │ │ └── UseAcceptButton.suo
│ │ ├── 例10.6
│ │ │ └── UseCancelButton
│ │ │ ├── UseCancelButton
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseCancelButton.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseCancelButton.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseCancelButton.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseCancelButton.Form1.resources
│ │ │ │ │ ├── UseCancelButton.pdb
│ │ │ │ │ └── UseCancelButton.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseCancelButton.csproj
│ │ │ ├── UseCancelButton.sln
│ │ │ └── UseCancelButton.suo
│ │ ├── 例10.7
│ │ │ └── TXTReadOnly
│ │ │ ├── TXTReadOnly
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── TXTReadOnly.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── TXTReadOnly.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── TXTReadOnly.csproj.GenerateResource.Cache
│ │ │ │ │ ├── TXTReadOnly.Form1.resources
│ │ │ │ │ ├── TXTReadOnly.pdb
│ │ │ │ │ └── TXTReadOnly.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TXTReadOnly.csproj
│ │ │ ├── TXTReadOnly.sln
│ │ │ └── TXTReadOnly.suo
│ │ ├── 例10.8
│ │ │ └── TXTPwdChar
│ │ │ ├── TXTPwdChar
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── TXTPwdChar.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── TXTPwdChar.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── TXTPwdChar.csproj.GenerateResource.Cache
│ │ │ │ │ ├── TXTPwdChar.Form1.resources
│ │ │ │ │ ├── TXTPwdChar.pdb
│ │ │ │ │ └── TXTPwdChar.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TXTPwdChar.csproj
│ │ │ ├── TXTPwdChar.sln
│ │ │ └── TXTPwdChar.suo
│ │ ├── 例10.9
│ │ │ └── TXTMult
│ │ │ ├── TXTMult
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── TXTMult.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── TXTMult.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── TXTMult.csproj.GenerateResource.Cache
│ │ │ │ │ ├── TXTMult.Form1.resources
│ │ │ │ │ ├── TXTMult.pdb
│ │ │ │ │ └── TXTMult.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TXTMult.csproj
│ │ │ ├── TXTMult.sln
│ │ │ └── TXTMult.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── NumTextBox
│ │ │ ├── NumTextBox
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── NumTextBox.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── NumTextBox.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── NumTextBox.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── NumTextBox.csproj.GenerateResource.Cache
│ │ │ │ │ ├── NumTextBox.Form1.resources
│ │ │ │ │ ├── NumTextBox.pdb
│ │ │ │ │ ├── NumTextBox.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── NumTextBox.sln
│ │ │ └── NumTextBox.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── BtnIcon
│ │ │ ├── BtnIcon
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── BtnIcon.pdb
│ │ │ │ ├── BtnIcon.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── BtnIcon.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── BtnIcon.csproj.GenerateResource.Cache
│ │ │ │ │ ├── BtnIcon.Form1.resources
│ │ │ │ │ ├── BtnIcon.pdb
│ │ │ │ │ ├── BtnIcon.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── BtnIcon.sln
│ │ │ └── BtnIcon.suo
│ │ ├── 视频10.1~10.2
│ │ ├── 视频10.3
│ │ ├── 视频10.4
│ │ ├── 视频10.5
│ │ └── 视频10.6
│ ├── 第11章
│ │ ├── 例11.1
│ │ │ └── AddImages
│ │ │ ├── AddImages
│ │ │ │ ├── AddImages.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 01.jpg
│ │ │ │ │ ├── 02.jpg
│ │ │ │ │ ├── AddImages.pdb
│ │ │ │ │ └── Thumbs.db
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── AddImages.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── AddImages.csproj.GenerateResource.Cache
│ │ │ │ │ ├── AddImages.Form1.resources
│ │ │ │ │ ├── AddImages.pdb
│ │ │ │ │ ├── AddImages.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── AddImages.sln
│ │ │ └── AddImages.suo
│ │ ├── 例11.11
│ │ │ └── LVGroups
│ │ │ ├── LVGroups
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LVGroups.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LVGroups.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LVGroups.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LVGroups.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LVGroups.Form1.resources
│ │ │ │ │ ├── LVGroups.pdb
│ │ │ │ │ ├── LVGroups.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LVGroups.sln
│ │ │ └── LVGroups.suo
│ │ ├── 例11.12
│ │ │ └── TVAddNodes
│ │ │ ├── TVAddNodes
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── TVAddNodes.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── TVAddNodes.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── TVAddNodes.csproj.GenerateResource.Cache
│ │ │ │ │ ├── TVAddNodes.Form1.resources
│ │ │ │ │ ├── TVAddNodes.pdb
│ │ │ │ │ └── TVAddNodes.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TVAddNodes.csproj
│ │ │ ├── TVAddNodes.sln
│ │ │ └── TVAddNodes.suo
│ │ ├── 例11.13
│ │ │ └── TVRemoveNodes
│ │ │ ├── TVRemoveNodes
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── TVRemoveNodes.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── TVRemoveNodes.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── TVRemoveNodes.csproj.GenerateResource.Cache
│ │ │ │ │ ├── TVRemoveNodes.Form1.resources
│ │ │ │ │ ├── TVRemoveNodes.pdb
│ │ │ │ │ └── TVRemoveNodes.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TVRemoveNodes.csproj
│ │ │ ├── TVRemoveNodes.sln
│ │ │ └── TVRemoveNodes.suo
│ │ ├── 例11.14
│ │ │ └── TVSelectNode
│ │ │ ├── TVSelectNode
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── TVSelectNode.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── TVSelectNode.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── TVSelectNode.csproj.GenerateResource.Cache
│ │ │ │ │ ├── TVSelectNode.Form1.resources
│ │ │ │ │ ├── TVSelectNode.pdb
│ │ │ │ │ └── TVSelectNode.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TVSelectNode.csproj
│ │ │ ├── TVSelectNode.sln
│ │ │ └── TVSelectNode.suo
│ │ ├── 例11.17
│ │ │ └── TVSetNodeIcon
│ │ │ ├── TVSetNodeIcon
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 1.png
│ │ │ │ │ ├── 2.png
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ └── TVSetNodeIcon.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── TVSetNodeIcon.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── TVSetNodeIcon.csproj.GenerateResource.Cache
│ │ │ │ │ ├── TVSetNodeIcon.Form1.resources
│ │ │ │ │ ├── TVSetNodeIcon.pdb
│ │ │ │ │ └── TVSetNodeIcon.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TVSetNodeIcon.csproj
│ │ │ ├── TVSetNodeIcon.sln
│ │ │ └── TVSetNodeIcon.suo
│ │ ├── 例11.18
│ │ │ └── DTPickShowTime
│ │ │ ├── DTPickShowTime
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DTPickShowTime.pdb
│ │ │ │ ├── DTPickShowTime.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DTPickShowTime.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DTPickShowTime.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DTPickShowTime.Form1.resources
│ │ │ │ │ ├── DTPickShowTime.pdb
│ │ │ │ │ ├── DTPickShowTime.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DTPickShowTime.sln
│ │ │ └── DTPickShowTime.suo
│ │ ├── 例11.19
│ │ │ └── DTPickShowDate
│ │ │ ├── DTPickShowDate
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DTPickShowDate.pdb
│ │ │ │ ├── DTPickShowDate.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DTPickShowDate.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DTPickShowDate.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DTPickShowDate.Form1.resources
│ │ │ │ │ ├── DTPickShowDate.pdb
│ │ │ │ │ ├── DTPickShowDate.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DTPickShowDate.sln
│ │ │ └── DTPickShowDate.suo
│ │ ├── 例11.2
│ │ │ └── RemoveImages
│ │ │ ├── RemoveImages
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 01.jpg
│ │ │ │ │ ├── RemoveImages.pdb
│ │ │ │ │ └── Thumbs.db
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RemoveImages.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── RemoveImages.csproj.GenerateResource.Cache
│ │ │ │ │ ├── RemoveImages.Form1.resources
│ │ │ │ │ ├── RemoveImages.pdb
│ │ │ │ │ ├── RemoveImages.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── RemoveImages.csproj
│ │ │ ├── RemoveImages.sln
│ │ │ └── RemoveImages.suo
│ │ ├── 例11.20
│ │ │ └── DTPickGetDate
│ │ │ ├── DTPickGetDate
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DTPickGetDate.pdb
│ │ │ │ ├── DTPickGetDate.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DTPickGetDate.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DTPickGetDate.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DTPickGetDate.Form1.resources
│ │ │ │ │ ├── DTPickGetDate.pdb
│ │ │ │ │ ├── DTPickGetDate.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DTPickGetDate.sln
│ │ │ └── DTPickGetDate.suo
│ │ ├── 例11.21
│ │ │ └── MCalendarSetColor
│ │ │ ├── MCalendarSetColor
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── MCalendarSetColor.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── MCalendarSetColor.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MCalendarSetColor.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── MCalendarSetColor.csproj.GenerateResource.Cache
│ │ │ │ │ ├── MCalendarSetColor.Form1.resources
│ │ │ │ │ ├── MCalendarSetColor.pdb
│ │ │ │ │ ├── MCalendarSetColor.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── MCalendarSetColor.sln
│ │ │ └── MCalendarSetColor.suo
│ │ ├── 例11.22
│ │ │ └── MCalendarShowWeek
│ │ │ ├── MCalendarShowWeek
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── MCalendarShowWeek.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── MCalendarShowWeek.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MCalendarShowWeek.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── MCalendarShowWeek.csproj.GenerateResource.Cache
│ │ │ │ │ ├── MCalendarShowWeek.Form1.resources
│ │ │ │ │ ├── MCalendarShowWeek.pdb
│ │ │ │ │ ├── MCalendarShowWeek.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── MCalendarShowWeek.sln
│ │ │ └── MCalendarShowWeek.suo
│ │ ├── 例11.23
│ │ │ └── MCalendarShowMultMonth
│ │ │ ├── MCalendarShowMultMonth
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── MCalendarShowMultMonth.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── MCalendarShowMultMonth.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MCalendarShowMultMonth.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── MCalendarShowMultMonth.csproj.GenerateResource.Cache
│ │ │ │ │ ├── MCalendarShowMultMonth.Form1.resources
│ │ │ │ │ ├── MCalendarShowMultMonth.pdb
│ │ │ │ │ ├── MCalendarShowMultMonth.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── MCalendarShowMultMonth.sln
│ │ │ └── MCalendarShowMultMonth.suo
│ │ ├── 例11.24
│ │ │ └── MCalendarBoldDate
│ │ │ ├── MCalendarBoldDate
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── MCalendarBoldDate.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── MCalendarBoldDate.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MCalendarBoldDate.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── MCalendarBoldDate.csproj.GenerateResource.Cache
│ │ │ │ │ ├── MCalendarBoldDate.Form1.resources
│ │ │ │ │ ├── MCalendarBoldDate.pdb
│ │ │ │ │ ├── MCalendarBoldDate.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── MCalendarBoldDate.sln
│ │ │ └── MCalendarBoldDate.suo
│ │ ├── 例11.25
│ │ │ └── MCalendarSelectDate
│ │ │ ├── MCalendarSelectDate
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── MCalendarSelectDate.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── MCalendarSelectDate.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MCalendarSelectDate.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── MCalendarSelectDate.csproj.GenerateResource.Cache
│ │ │ │ │ ├── MCalendarSelectDate.Form1.resources
│ │ │ │ │ ├── MCalendarSelectDate.pdb
│ │ │ │ │ ├── MCalendarSelectDate.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── MCalendarSelectDate.sln
│ │ │ └── MCalendarSelectDate.suo
│ │ ├── 例11.26
│ │ │ └── EProValTXT
│ │ │ ├── EProValTXT
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── EProValTXT.pdb
│ │ │ │ ├── EProValTXT.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── EProValTXT.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── EProValTXT.csproj.GenerateResource.Cache
│ │ │ │ │ ├── EProValTXT.Form1.resources
│ │ │ │ │ ├── EProValTXT.pdb
│ │ │ │ │ ├── EProValTXT.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── EProValTXT.sln
│ │ │ └── EProValTXT.suo
│ │ ├── 例11.27
│ │ │ └── HProUseHelp
│ │ │ ├── HProUseHelp
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── helpPage.htm
│ │ │ │ │ ├── HProUseHelp.pdb
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── 帮助.ico
│ │ │ │ │ └── 帮助.png
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── HProUseHelp.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── HProUseHelp.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── HProUseHelp.csproj.GenerateResource.Cache
│ │ │ │ │ ├── HProUseHelp.Form1.resources
│ │ │ │ │ ├── HProUseHelp.pdb
│ │ │ │ │ ├── HProUseHelp.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── HProUseHelp.sln
│ │ │ └── HProUseHelp.suo
│ │ ├── 例11.28
│ │ │ └── UseTimer
│ │ │ ├── UseTimer
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseTimer.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseTimer.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseTimer.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseTimer.Form1.resources
│ │ │ │ │ ├── UseTimer.pdb
│ │ │ │ │ └── UseTimer.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseTimer.csproj
│ │ │ ├── UseTimer.sln
│ │ │ └── UseTimer.suo
│ │ ├── 例11.29
│ │ │ └── ShowPBar
│ │ │ ├── ShowPBar
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ShowPBar.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ShowPBar.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ShowPBar.csproj.GenerateResource.Cache
│ │ │ │ │ ├── ShowPBar.Form1.resources
│ │ │ │ │ ├── ShowPBar.pdb
│ │ │ │ │ ├── ShowPBar.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── ShowPBar.csproj
│ │ │ ├── ShowPBar.sln
│ │ │ └── ShowPBar.suo
│ │ ├── 例11.3
│ │ │ └── LVAddItems
│ │ │ ├── LVAddItems
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LVAddItems.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LVAddItems.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LVAddItems.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LVAddItems.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LVAddItems.Form1.resources
│ │ │ │ │ ├── LVAddItems.pdb
│ │ │ │ │ ├── LVAddItems.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LVAddItems.sln
│ │ │ └── LVAddItems.suo
│ │ ├── 例11.30
│ │ │ └── PowerCalendar
│ │ │ ├── PowerCalendar
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── PowerCalendar.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── PowerCalendar.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── PowerCalendar.csproj.GenerateResource.Cache
│ │ │ │ │ ├── PowerCalendar.Form1.resources
│ │ │ │ │ ├── PowerCalendar.pdb
│ │ │ │ │ ├── PowerCalendar.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── PowerCalendar.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── PowerCalendar.sln
│ │ │ └── PowerCalendar.suo
│ │ ├── 例11.31
│ │ │ └── ClockAlarm
│ │ │ ├── ClockAlarm
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ClockAlarm.pdb
│ │ │ │ ├── ClockAlarm.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ClockAlarm.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ClockAlarm.csproj.GenerateResource.Cache
│ │ │ │ │ ├── ClockAlarm.Form1.resources
│ │ │ │ │ ├── ClockAlarm.pdb
│ │ │ │ │ ├── ClockAlarm.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── ClockAlarm.sln
│ │ │ └── ClockAlarm.suo
│ │ ├── 例11.32
│ │ │ └── ShowDialogPBar
│ │ │ ├── ShowDialogPBar
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ShowDialogPBar.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Frm_Plan.cs
│ │ │ │ ├── Frm_Plan.designer.cs
│ │ │ │ ├── Frm_Plan.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ShowDialogPBar.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ShowDialogPBar.csproj.GenerateResource.Cache
│ │ │ │ │ ├── ShowDialogPBar.Form1.resources
│ │ │ │ │ ├── ShowDialogPBar.Frm_Plan.resources
│ │ │ │ │ ├── ShowDialogPBar.pdb
│ │ │ │ │ ├── ShowDialogPBar.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── ShowDialogPBar.csproj
│ │ │ ├── ShowDialogPBar.sln
│ │ │ └── ShowDialogPBar.suo
│ │ ├── 例11.4
│ │ │ └── LVRemoveItems
│ │ │ ├── LVRemoveItems
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LVRemoveItems.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LVRemoveItems.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LVRemoveItems.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LVRemoveItems.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LVRemoveItems.Form1.resources
│ │ │ │ │ ├── LVRemoveItems.pdb
│ │ │ │ │ ├── LVRemoveItems.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LVRemoveItems.sln
│ │ │ └── LVRemoveItems.suo
│ │ ├── 例11.5
│ │ │ └── LVSelectItem
│ │ │ ├── LVSelectItem
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LVSelectItem.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LVSelectItem.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LVSelectItem.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LVSelectItem.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LVSelectItem.Form1.resources
│ │ │ │ │ ├── LVSelectItem.pdb
│ │ │ │ │ ├── LVSelectItem.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LVSelectItem.sln
│ │ │ └── LVSelectItem.suo
│ │ ├── 例11.6
│ │ │ └── LVSetItemIcon
│ │ │ ├── LVSetItemIcon
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 01.png
│ │ │ │ │ ├── 02.png
│ │ │ │ │ ├── LVSetItemIcon.pdb
│ │ │ │ │ └── Thumbs.db
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LVSetItemIcon.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LVSetItemIcon.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LVSetItemIcon.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LVSetItemIcon.Form1.resources
│ │ │ │ │ ├── LVSetItemIcon.pdb
│ │ │ │ │ ├── LVSetItemIcon.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LVSetItemIcon.sln
│ │ │ └── LVSetItemIcon.suo
│ │ ├── 例11.7
│ │ │ └── LVSetPPView
│ │ │ ├── LVSetPPView
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 1.bmp
│ │ │ │ │ ├── 2.bmp
│ │ │ │ │ ├── LVSetPPView.pdb
│ │ │ │ │ └── Thumbs.db
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LVSetPPView.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LVSetPPView.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LVSetPPView.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LVSetPPView.Form1.resources
│ │ │ │ │ ├── LVSetPPView.pdb
│ │ │ │ │ ├── LVSetPPView.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LVSetPPView.sln
│ │ │ └── LVSetPPView.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── AddBookMenu
│ │ │ ├── AddBookMenu
│ │ │ │ ├── AddBookMenu.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── AddBookMenu.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── AddBookMenu.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── AddBookMenu.csproj.GenerateResource.Cache
│ │ │ │ │ ├── AddBookMenu.Form1.resources
│ │ │ │ │ ├── AddBookMenu.pdb
│ │ │ │ │ ├── AddBookMenu.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── AddBookMenu.sln
│ │ │ └── AddBookMenu.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── WinTask
│ │ │ ├── WinTask
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── WinTask.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── WinTask.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── WinTask.csproj.GenerateResource.Cache
│ │ │ │ │ ├── WinTask.Form1.resources
│ │ │ │ │ ├── WinTask.pdb
│ │ │ │ │ └── WinTask.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── WinTask.csproj
│ │ │ ├── WinTask.sln
│ │ │ └── WinTask.suo
│ │ ├── 第3题(实践与练习)
│ │ │ └── ShowFileBar
│ │ │ ├── ShowFileBar
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ShowFileBar.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ShowFileBar.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ShowFileBar.csproj.GenerateResource.Cache
│ │ │ │ │ ├── ShowFileBar.Form1.resources
│ │ │ │ │ ├── ShowFileBar.pdb
│ │ │ │ │ ├── ShowFileBar.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── ShowFileBar.csproj
│ │ │ ├── ShowFileBar.sln
│ │ │ └── ShowFileBar.suo
│ │ ├── 视频11.1
│ │ ├── 视频11.2
│ │ ├── 视频11.3
│ │ ├── 视频11.4
│ │ ├── 视频11.5
│ │ ├── 视频11.6
│ │ └── 视频11.7
│ ├── 第12章
│ │ ├── 例12.1
│ │ │ └── UseOpenDialog
│ │ │ ├── UseOpenDialog
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseOpenDialog.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseOpenDialog.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseOpenDialog.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseOpenDialog.Form1.resources
│ │ │ │ │ ├── UseOpenDialog.pdb
│ │ │ │ │ └── UseOpenDialog.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseOpenDialog.csproj
│ │ │ ├── UseOpenDialog.sln
│ │ │ └── UseOpenDialog.suo
│ │ ├── 例12.10
│ │ │ └── XPMenu
│ │ │ ├── XPMenu
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── XPMenu.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Image
│ │ │ │ │ ├── 1.bmp
│ │ │ │ │ ├── 1.jpg
│ │ │ │ │ ├── 2.jpg
│ │ │ │ │ ├── 3.jpg
│ │ │ │ │ ├── 4.jpg
│ │ │ │ │ ├── 5.jpg
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── 大背景.jpg
│ │ │ │ │ ├── 朝上按钮.jpg
│ │ │ │ │ └── 朝下按钮.jpg
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ ├── XPMenu.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── XPMenu.csproj.GenerateResource.Cache
│ │ │ │ │ ├── XPMenu.Form1.resources
│ │ │ │ │ ├── XPMenu.pdb
│ │ │ │ │ └── XPMenu.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Resources
│ │ │ │ └── XPMenu.csproj
│ │ │ ├── XPMenu.sln
│ │ │ └── XPMenu.suo
│ │ ├── 例12.2
│ │ │ └── UseSaveDialog
│ │ │ ├── UseSaveDialog
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseSaveDialog.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseSaveDialog.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseSaveDialog.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseSaveDialog.Form1.resources
│ │ │ │ │ ├── UseSaveDialog.pdb
│ │ │ │ │ └── UseSaveDialog.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseSaveDialog.csproj
│ │ │ ├── UseSaveDialog.sln
│ │ │ └── UseSaveDialog.suo
│ │ ├── 例12.3
│ │ │ └── UseBrowserDialog
│ │ │ ├── UseBrowserDialog
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseBrowserDialog.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseBrowserDialog.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseBrowserDialog.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseBrowserDialog.Form1.resources
│ │ │ │ │ ├── UseBrowserDialog.pdb
│ │ │ │ │ └── UseBrowserDialog.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseBrowserDialog.csproj
│ │ │ ├── UseBrowserDialog.sln
│ │ │ └── UseBrowserDialog.suo
│ │ ├── 例12.4
│ │ │ └── UseColorDialog
│ │ │ ├── UseColorDialog
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseColorDialog.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseColorDialog.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseColorDialog.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseColorDialog.Form1.resources
│ │ │ │ │ ├── UseColorDialog.pdb
│ │ │ │ │ └── UseColorDialog.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseColorDialog.csproj
│ │ │ ├── UseColorDialog.sln
│ │ │ └── UseColorDialog.suo
│ │ ├── 例12.5
│ │ │ └── UseFontDialog
│ │ │ ├── UseFontDialog
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseFontDialog.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseFontDialog.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseFontDialog.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseFontDialog.Form1.resources
│ │ │ │ │ ├── UseFontDialog.pdb
│ │ │ │ │ └── UseFontDialog.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseFontDialog.csproj
│ │ │ ├── UseFontDialog.sln
│ │ │ └── UseFontDialog.suo
│ │ ├── 例12.6
│ │ │ └── UseMenu
│ │ │ ├── UseMenu
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseMenu.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseMenu.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseMenu.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseMenu.Form1.resources
│ │ │ │ │ ├── UseMenu.pdb
│ │ │ │ │ └── UseMenu.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseMenu.csproj
│ │ │ ├── UseMenu.sln
│ │ │ └── UseMenu.suo
│ │ ├── 例12.7
│ │ │ └── UseTool
│ │ │ ├── UseTool
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseTool.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseTool.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseTool.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseTool.Form1.resources
│ │ │ │ │ ├── UseTool.pdb
│ │ │ │ │ └── UseTool.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseTool.csproj
│ │ │ ├── UseTool.sln
│ │ │ └── UseTool.suo
│ │ ├── 例12.8
│ │ │ └── UseStatus
│ │ │ ├── UseStatus
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseStatus.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseStatus.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseStatus.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseStatus.Form1.resources
│ │ │ │ │ ├── UseStatus.pdb
│ │ │ │ │ └── UseStatus.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseStatus.csproj
│ │ │ ├── UseStatus.sln
│ │ │ └── UseStatus.suo
│ │ ├── 例12.9
│ │ │ └── HistoryMenu
│ │ │ ├── HistoryMenu
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── HistoryMenu.pdb
│ │ │ │ │ └── Menu.ini
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── HistoryMenu.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── HistoryMenu.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── HistoryMenu.csproj.GenerateResource.Cache
│ │ │ │ │ ├── HistoryMenu.Form1.resources
│ │ │ │ │ ├── HistoryMenu.pdb
│ │ │ │ │ ├── HistoryMenu.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── HistoryMenu.sln
│ │ │ └── HistoryMenu.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── LaShenMenu
│ │ │ ├── LaShenMenu
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LaShenMenu.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LaShenMenu.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LaShenMenu.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LaShenMenu.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LaShenMenu.Form1.resources
│ │ │ │ │ ├── LaShenMenu.pdb
│ │ │ │ │ ├── LaShenMenu.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LaShenMenu.sln
│ │ │ └── LaShenMenu.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── NoteBook
│ │ │ ├── NoteBook
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── NoteBook.pdb
│ │ │ │ ├── frmGoto.cs
│ │ │ │ ├── frmGoto.designer.cs
│ │ │ │ ├── frmGoto.resx
│ │ │ │ ├── frmHelp.cs
│ │ │ │ ├── frmHelp.designer.cs
│ │ │ │ ├── frmHelp.resx
│ │ │ │ ├── frmMain.cs
│ │ │ │ ├── frmMain.designer.cs
│ │ │ │ ├── frmMain.resx
│ │ │ │ ├── frmReplace.cs
│ │ │ │ ├── frmReplace.designer.cs
│ │ │ │ ├── frmReplace.resx
│ │ │ │ ├── frmSearch.cs
│ │ │ │ ├── frmSearch.designer.cs
│ │ │ │ ├── frmSearch.resx
│ │ │ │ ├── NoteBook.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── NoteBook.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── NoteBook.csproj.GenerateResource.Cache
│ │ │ │ │ ├── NoteBook.frmGoto.resources
│ │ │ │ │ ├── NoteBook.frmHelp.resources
│ │ │ │ │ ├── NoteBook.frmMain.resources
│ │ │ │ │ ├── NoteBook.frmReplace.resources
│ │ │ │ │ ├── NoteBook.frmSearch.resources
│ │ │ │ │ ├── NoteBook.pdb
│ │ │ │ │ └── NoteBook.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── NoteBook.sln
│ │ │ └── NoteBook.suo
│ │ ├── 视频12.1
│ │ ├── 视频12.2
│ │ └── 视频12.3
│ ├── 第13章
│ │ ├── Database
│ │ │ ├── db_13_Data.MDF
│ │ │ └── db_13_Log.LDF
│ │ ├── 例13.5
│ │ │ └── InsertRows.sql
│ │ ├── 例13.6
│ │ │ └── CopyRows.sql
│ │ ├── 第1题(实践与练习)
│ │ │ └── DKESelect.sql
│ │ ├── 第2题(实践与练习)
│ │ │ └── RemoveXTMenu.sql
│ │ ├── 视频13.1
│ │ ├── 视频13.2
│ │ └── 视频13.3
│ ├── 第14章
│ │ ├── Database
│ │ │ ├── db_14_Data.MDF
│ │ │ └── db_14_Log.LDF
│ │ ├── 例14.1
│ │ │ └── ConSQL
│ │ │ ├── ConSQL
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ConSQL.pdb
│ │ │ │ ├── ConSQL.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ConSQL.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ConSQL.csproj.GenerateResource.Cache
│ │ │ │ │ ├── ConSQL.Form1.resources
│ │ │ │ │ ├── ConSQL.pdb
│ │ │ │ │ ├── ConSQL.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── ConSQL.sln
│ │ │ └── ConSQL.suo
│ │ ├── 例14.10
│ │ │ └── UpdateDataSet
│ │ │ ├── UpdateDataSet
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UpdateDataSet.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UpdateDataSet.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UpdateDataSet.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UpdateDataSet.Form1.resources
│ │ │ │ │ ├── UpdateDataSet.pdb
│ │ │ │ │ └── UpdateDataSet.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UpdateDataSet.csproj
│ │ │ ├── UpdateDataSet.sln
│ │ │ └── UpdateDataSet.suo
│ │ ├── 例14.12
│ │ │ └── MergeDataSet
│ │ │ ├── MergeDataSet
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── MergeDataSet.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── MergeDataSet.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MergeDataSet.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── MergeDataSet.csproj.GenerateResource.Cache
│ │ │ │ │ ├── MergeDataSet.Form1.resources
│ │ │ │ │ ├── MergeDataSet.pdb
│ │ │ │ │ ├── MergeDataSet.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── MergeDataSet.sln
│ │ │ └── MergeDataSet.suo
│ │ ├── 例14.13
│ │ │ └── CopyDataSet
│ │ │ ├── CopyDataSet
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CopyDataSet.pdb
│ │ │ │ ├── CopyDataSet.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CopyDataSet.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CopyDataSet.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CopyDataSet.Form1.resources
│ │ │ │ │ ├── CopyDataSet.pdb
│ │ │ │ │ ├── CopyDataSet.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CopyDataSet.sln
│ │ │ └── CopyDataSet.suo
│ │ ├── 例14.14
│ │ │ └── ByteImage
│ │ │ ├── ByteImage
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ByteImage.pdb
│ │ │ │ ├── ByteImage.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ByteImage.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ByteImage.csproj.GenerateResource.Cache
│ │ │ │ │ ├── ByteImage.Form1.resources
│ │ │ │ │ ├── ByteImage.pdb
│ │ │ │ │ ├── ByteImage.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── ByteImage.sln
│ │ │ └── ByteImage.suo
│ │ ├── 例14.15
│ │ │ └── AutoID
│ │ │ ├── AutoID
│ │ │ │ ├── AutoID.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── AutoID.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── AutoID.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── AutoID.csproj.GenerateResource.Cache
│ │ │ │ │ ├── AutoID.Form1.resources
│ │ │ │ │ ├── AutoID.pdb
│ │ │ │ │ ├── AutoID.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── AutoID.sln
│ │ │ └── AutoID.suo
│ │ ├── 例14.16
│ │ │ └── CrossAnalyse
│ │ │ ├── CrossAnalyse
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CrossAnalyse.pdb
│ │ │ │ ├── CrossAnalyse.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CrossAnalyse.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CrossAnalyse.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CrossAnalyse.Form1.resources
│ │ │ │ │ ├── CrossAnalyse.pdb
│ │ │ │ │ ├── CrossAnalyse.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CrossAnalyse.sln
│ │ │ └── CrossAnalyse.suo
│ │ ├── 例14.2
│ │ │ └── CloseSQL
│ │ │ ├── CloseSQL
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CloseSQL.pdb
│ │ │ │ ├── CloseSQL.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CloseSQL.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CloseSQL.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CloseSQL.Form1.resources
│ │ │ │ │ ├── CloseSQL.pdb
│ │ │ │ │ ├── CloseSQL.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CloseSQL.sln
│ │ │ └── CloseSQL.suo
│ │ ├── 例14.3
│ │ │ └── SqlCmdSelect
│ │ │ ├── SqlCmdSelect
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── SqlCmdSelect.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── SqlCmdSelect.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SqlCmdSelect.csproj.GenerateResource.Cache
│ │ │ │ │ ├── SqlCmdSelect.Form1.resources
│ │ │ │ │ ├── SqlCmdSelect.pdb
│ │ │ │ │ ├── SqlCmdSelect.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── SqlCmdSelect.csproj
│ │ │ ├── SqlCmdSelect.sln
│ │ │ └── SqlCmdSelect.suo
│ │ ├── 例14.4
│ │ │ └── SqlCmdENQuery
│ │ │ ├── SqlCmdENQuery
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── SqlCmdENQuery.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── SqlCmdENQuery.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SqlCmdENQuery.csproj.GenerateResource.Cache
│ │ │ │ │ ├── SqlCmdENQuery.Form1.resources
│ │ │ │ │ ├── SqlCmdENQuery.pdb
│ │ │ │ │ ├── SqlCmdENQuery.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── SqlCmdENQuery.csproj
│ │ │ ├── SqlCmdENQuery.sln
│ │ │ └── SqlCmdENQuery.suo
│ │ ├── 例14.5
│ │ │ └── SqlCmdEReader
│ │ │ ├── SqlCmdEReader
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── SqlCmdEReader.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── SqlCmdEReader.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SqlCmdEReader.csproj.GenerateResource.Cache
│ │ │ │ │ ├── SqlCmdEReader.Form1.resources
│ │ │ │ │ ├── SqlCmdEReader.pdb
│ │ │ │ │ ├── SqlCmdEReader.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── SqlCmdEReader.csproj
│ │ │ ├── SqlCmdEReader.sln
│ │ │ └── SqlCmdEReader.suo
│ │ ├── 例14.7
│ │ │ └── SqlReaderHasRows
│ │ │ ├── SqlReaderHasRows
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── SqlReaderHasRows.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── SqlReaderHasRows.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SqlReaderHasRows.csproj.GenerateResource.Cache
│ │ │ │ │ ├── SqlReaderHasRows.Form1.resources
│ │ │ │ │ ├── SqlReaderHasRows.pdb
│ │ │ │ │ ├── SqlReaderHasRows.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── SqlReaderHasRows.csproj
│ │ │ ├── SqlReaderHasRows.sln
│ │ │ └── SqlReaderHasRows.suo
│ │ ├── 例14.9
│ │ │ └── FillDataSet
│ │ │ ├── FillDataSet
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── FillDataSet.pdb
│ │ │ │ ├── FillDataSet.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── FillDataSet.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── FillDataSet.csproj.GenerateResource.Cache
│ │ │ │ │ ├── FillDataSet.Form1.resources
│ │ │ │ │ ├── FillDataSet.pdb
│ │ │ │ │ ├── FillDataSet.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── FillDataSet.sln
│ │ │ └── FillDataSet.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── AddDataLX
│ │ │ ├── AddDataLX
│ │ │ │ ├── AddDataLX.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── AddDataLX.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── AddDataLX.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── AddDataLX.csproj.GenerateResource.Cache
│ │ │ │ │ ├── AddDataLX.Form1.resources
│ │ │ │ │ ├── AddDataLX.pdb
│ │ │ │ │ ├── AddDataLX.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── AddDataLX.sln
│ │ │ └── AddDataLX.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── UpdateDataLX
│ │ │ ├── UpdateDataLX
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UpdateDataLX.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UpdateDataLX.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UpdateDataLX.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UpdateDataLX.Form1.resources
│ │ │ │ │ ├── UpdateDataLX.pdb
│ │ │ │ │ └── UpdateDataLX.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UpdateDataLX.csproj
│ │ │ ├── UpdateDataLX.sln
│ │ │ └── UpdateDataLX.suo
│ │ ├── 第3题(实践与练习)
│ │ │ └── GetDataLX
│ │ │ ├── GetDataLX
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── GetDataLX.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── GetDataLX.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GetDataLX.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── GetDataLX.csproj.GenerateResource.Cache
│ │ │ │ │ ├── GetDataLX.Form1.resources
│ │ │ │ │ ├── GetDataLX.pdb
│ │ │ │ │ ├── GetDataLX.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── GetDataLX.sln
│ │ │ └── GetDataLX.suo
│ │ ├── 视频14.1~14.2
│ │ ├── 视频14.3
│ │ ├── 视频14.4
│ │ ├── 视频14.5
│ │ ├── 视频14.6
│ │ └── 视频14.7
│ ├── 第15章
│ │ ├── Database
│ │ │ ├── db_15_Data.MDF
│ │ │ └── db_15_Log.LDF
│ │ ├── 例15.1
│ │ │ └── ShowData
│ │ │ ├── ShowData
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ShowData.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ShowData.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ShowData.csproj.GenerateResource.Cache
│ │ │ │ │ ├── ShowData.Form1.resources
│ │ │ │ │ ├── ShowData.pdb
│ │ │ │ │ ├── ShowData.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── ShowData.csproj
│ │ │ ├── ShowData.sln
│ │ │ └── ShowData.suo
│ │ ├── 例15.10
│ │ │ └── DGVToExcel
│ │ │ ├── DGVToExcel
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DGVToExcel.pdb
│ │ │ │ │ ├── Interop.Excel.dll
│ │ │ │ │ ├── Interop.Office.dll
│ │ │ │ │ └── Interop.VBIDE.dll
│ │ │ │ ├── DGVToExcel.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DGVToExcel.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DGVToExcel.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DGVToExcel.csproj.ResolveComReference.cache
│ │ │ │ │ ├── DGVToExcel.Form1.resources
│ │ │ │ │ ├── DGVToExcel.pdb
│ │ │ │ │ ├── DGVToExcel.Properties.Resources.resources
│ │ │ │ │ ├── Interop.Excel.dll
│ │ │ │ │ ├── Interop.Office.dll
│ │ │ │ │ ├── Interop.VBIDE.dll
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DGVToExcel.sln
│ │ │ └── DGVToExcel.suo
│ │ ├── 例15.2
│ │ │ └── GetCellInfo
│ │ │ ├── GetCellInfo
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── GetCellInfo.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── GetCellInfo.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GetCellInfo.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── GetCellInfo.csproj.GenerateResource.Cache
│ │ │ │ │ ├── GetCellInfo.Form1.resources
│ │ │ │ │ ├── GetCellInfo.pdb
│ │ │ │ │ ├── GetCellInfo.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── GetCellInfo.sln
│ │ │ └── GetCellInfo.suo
│ │ ├── 例15.3
│ │ │ └── DGVUpdateData
│ │ │ ├── DGVUpdateData
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DGVUpdateData.pdb
│ │ │ │ ├── DGVUpdateData.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DGVUpdateData.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DGVUpdateData.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DGVUpdateData.Form1.resources
│ │ │ │ │ ├── DGVUpdateData.pdb
│ │ │ │ │ ├── DGVUpdateData.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DGVUpdateData.sln
│ │ │ └── DGVUpdateData.suo
│ │ ├── 例15.5
│ │ │ └── DGVChanageColor
│ │ │ ├── DGVChanageColor
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DGVChanageColor.pdb
│ │ │ │ ├── DGVChanageColor.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DGVChanageColor.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DGVChanageColor.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DGVChanageColor.Form1.resources
│ │ │ │ │ ├── DGVChanageColor.pdb
│ │ │ │ │ ├── DGVChanageColor.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DGVChanageColor.sln
│ │ │ └── DGVChanageColor.suo
│ │ ├── 例15.7
│ │ │ └── DGVNotSort
│ │ │ ├── DGVNotSort
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DGVNotSort.pdb
│ │ │ │ ├── DGVNotSort.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DGVNotSort.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DGVNotSort.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DGVNotSort.Form1.resources
│ │ │ │ │ ├── DGVNotSort.pdb
│ │ │ │ │ ├── DGVNotSort.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DGVNotSort.sln
│ │ │ └── DGVNotSort.suo
│ │ ├── 例15.8
│ │ │ └── DGVCombinCell
│ │ │ ├── DGVCombinCell
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DGVCombinCell.pdb
│ │ │ │ ├── DGVCombinCell.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DGVCombinCell.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DGVCombinCell.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DGVCombinCell.Form1.resources
│ │ │ │ │ ├── DGVCombinCell.pdb
│ │ │ │ │ ├── DGVCombinCell.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DGVCombinCell.sln
│ │ │ └── DGVCombinCell.suo
│ │ ├── 例15.9
│ │ │ └── DGVToWord
│ │ │ ├── DGVToWord
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DGVToWord.pdb
│ │ │ │ │ ├── Interop.Office.dll
│ │ │ │ │ ├── Interop.VBIDE.dll
│ │ │ │ │ └── Interop.Word.dll
│ │ │ │ ├── DGVToWord.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DGVToWord.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DGVToWord.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DGVToWord.csproj.ResolveComReference.cache
│ │ │ │ │ ├── DGVToWord.Form1.resources
│ │ │ │ │ ├── DGVToWord.pdb
│ │ │ │ │ ├── DGVToWord.Properties.Resources.resources
│ │ │ │ │ ├── Interop.Office.dll
│ │ │ │ │ ├── Interop.VBIDE.dll
│ │ │ │ │ ├── Interop.Word.dll
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DGVToWord.sln
│ │ │ └── DGVToWord.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── DGVAddRow
│ │ │ ├── DGVAddRow
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DGVAddRow.pdb
│ │ │ │ ├── DGVAddRow.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DGVAddRow.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DGVAddRow.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DGVAddRow.Form1.resources
│ │ │ │ │ ├── DGVAddRow.pdb
│ │ │ │ │ ├── DGVAddRow.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DGVAddRow.sln
│ │ │ └── DGVAddRow.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── DGVCopyLikeExcel
│ │ │ ├── DGVCopyLikeExcel
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DGVCopyLikeExcel.pdb
│ │ │ │ ├── DGVCopyLikeExcel.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DGVCopyLikeExcel.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DGVCopyLikeExcel.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DGVCopyLikeExcel.Form1.resources
│ │ │ │ │ ├── DGVCopyLikeExcel.pdb
│ │ │ │ │ ├── DGVCopyLikeExcel.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DGVCopyLikeExcel.sln
│ │ │ └── DGVCopyLikeExcel.suo
│ │ ├── 第3题(实践与练习)
│ │ │ └── DGVToTreeView
│ │ │ ├── DGVToTreeView
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DGVToTreeView.pdb
│ │ │ │ ├── DGVToTreeView.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DGVToTreeView.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DGVToTreeView.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DGVToTreeView.Form1.resources
│ │ │ │ │ ├── DGVToTreeView.pdb
│ │ │ │ │ ├── DGVToTreeView.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DGVToTreeView.sln
│ │ │ └── DGVToTreeView.suo
│ │ ├── 视频15.1~15.8
│ │ └── 视频15.9
│ ├── 第16章
│ │ ├── 例16.10
│ │ │ └── IMultJC
│ │ │ ├── IMultJC
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── IMultJC.pdb
│ │ │ │ ├── IMultJC.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── IMultJC.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── IMultJC.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── IMultJC.sln
│ │ │ └── IMultJC.suo
│ │ ├── 例16.11
│ │ │ └── MFUserInfo
│ │ │ ├── MFUserInfo
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── MFUserInfo.pdb
│ │ │ │ ├── MFUserInfo.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MFUserInfo.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── MFUserInfo.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── MFUserInfo.sln
│ │ │ └── MFUserInfo.suo
│ │ ├── 例16.2
│ │ │ └── ISingleJC
│ │ │ ├── ISingleJC
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ISingleJC.pdb
│ │ │ │ ├── ISingleJC.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ISingleJC.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ISingleJC.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── ISingleJC.sln
│ │ │ └── ISingleJC.suo
│ │ ├── 例16.3
│ │ │ └── IShowJC
│ │ │ ├── IShowJC
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── IShowJC.pdb
│ │ │ │ ├── IShowJC.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── IShowJC.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── IShowJC.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── IShowJC.sln
│ │ │ └── IShowJC.suo
│ │ ├── 例16.6
│ │ │ └── UseAClass
│ │ │ ├── UseAClass
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseAClass.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseAClass.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseAClass.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseAClass.csproj
│ │ │ ├── UseAClass.sln
│ │ │ └── UseAClass.suo
│ │ ├── 例16.9
│ │ │ └── UseSClass
│ │ │ ├── UseSClass
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseSClass.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseSClass.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseSClass.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseSClass.csproj
│ │ │ ├── UseSClass.sln
│ │ │ └── UseSClass.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── ICountRectArea
│ │ │ ├── ICountRectArea
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ICountRectArea.pdb
│ │ │ │ ├── ICountRectArea.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ICountRectArea.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ICountRectArea.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── ICountRectArea.sln
│ │ │ └── ICountRectArea.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── AClassCountRArea
│ │ │ ├── AClassCountRArea
│ │ │ │ ├── AClassCountRArea.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── AClassCountRArea.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── AClassCountRArea.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── AClassCountRArea.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── AClassCountRArea.sln
│ │ │ └── AClassCountRArea.suo
│ │ ├── 第3题(实践与练习)
│ │ │ └── SClassShowInfo
│ │ │ ├── SClassShowInfo
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── SClassShowInfo.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── SClassShowInfo.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SClassShowInfo.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── SClassShowInfo.csproj
│ │ │ ├── SClassShowInfo.sln
│ │ │ └── SClassShowInfo.suo
│ │ ├── 视频16.1
│ │ ├── 视频16.2
│ │ ├── 视频16.3
│ │ └── 视频16.4
│ ├── 第17章
│ │ ├── 例17.2
│ │ │ └── EnumAndFlags
│ │ │ ├── EnumAndFlags
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── EnumAndFlags.pdb
│ │ │ │ ├── EnumAndFlags.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── EnumAndFlags.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── EnumAndFlags.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── EnumAndFlags.sln
│ │ │ └── EnumAndFlags.suo
│ │ ├── 例17.3
│ │ │ └── UseEnum
│ │ │ ├── UseEnum
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseEnum.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseEnum.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseEnum.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseEnum.csproj
│ │ │ ├── UseEnum.sln
│ │ │ └── UseEnum.suo
│ │ ├── 例17.6
│ │ │ └── FXInterface
│ │ │ ├── FXInterface
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── FXInterface.pdb
│ │ │ │ ├── FXInterface.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── FXInterface.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── FXInterface.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── FXInterface.sln
│ │ │ └── FXInterface.suo
│ │ ├── 例17.7
│ │ │ └── FXMethod
│ │ │ ├── FXMethod
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── FXMethod.pdb
│ │ │ │ ├── FXMethod.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── FXMethod.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── FXMethod.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── FXMethod.sln
│ │ │ └── FXMethod.suo
│ │ ├── 例17.8
│ │ │ └── EFlagUser
│ │ │ ├── EFlagUser
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── EFlagUser.pdb
│ │ │ │ ├── EFlagUser.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── EFlagUser.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── EFlagUser.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── EFlagUser.sln
│ │ │ └── EFlagUser.suo
│ │ ├── 例17.9
│ │ │ └── RemoveXTNum
│ │ │ ├── RemoveXTNum
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── RemoveXTNum.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RemoveXTNum.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── RemoveXTNum.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── RemoveXTNum.csproj
│ │ │ ├── RemoveXTNum.sln
│ │ │ └── RemoveXTNum.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── EnumBooks
│ │ │ ├── EnumBooks
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── EnumBooks.pdb
│ │ │ │ ├── EnumBooks.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── EnumBooks.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── EnumBooks.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── EnumBooks.sln
│ │ │ └── EnumBooks.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── FXStoreTen
│ │ │ ├── FXStoreTen
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── FXStoreTen.pdb
│ │ │ │ ├── FXStoreTen.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── FXStoreTen.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── FXStoreTen.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── FXStoreTen.sln
│ │ │ └── FXStoreTen.suo
│ │ ├── 第3题(实践与练习)
│ │ │ └── FXJC
│ │ │ ├── FXJC
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── FXJC.pdb
│ │ │ │ ├── FXJC.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── FXJC.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── FXJC.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── FXJC.sln
│ │ │ └── FXJC.suo
│ │ ├── 视频17.1
│ │ ├── 视频17.2
│ │ └── 视频17.3
│ ├── 第18章
│ │ ├── Database
│ │ │ ├── db_18_Data.MDF
│ │ │ └── db_18_Log.LDF
│ │ ├── 例18.10
│ │ │ └── LinqShowDS
│ │ │ ├── LinqShowDS
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LinqShowDS.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LinqShowDS.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LinqShowDS.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LinqShowDS.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LinqShowDS.Form1.resources
│ │ │ │ │ ├── LinqShowDS.pdb
│ │ │ │ │ ├── LinqShowDS.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LinqShowDS.sln
│ │ │ └── LinqShowDS.suo
│ │ ├── 例18.11
│ │ │ └── LinqOperXML
│ │ │ ├── LinqOperXML
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Employee.xml
│ │ │ │ │ └── LinqOperXML.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LinqOperXML.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LinqOperXML.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LinqOperXML.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LinqOperXml.Form1.resources
│ │ │ │ │ ├── LinqOperXML.pdb
│ │ │ │ │ ├── LinqOperXML.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LinqOperXML.sln
│ │ │ └── LinqOperXML.suo
│ │ ├── 例18.12
│ │ │ └── LinqShowFInfo
│ │ │ ├── LinqShowFInfo
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LinqShowFInfo.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LinqShowFInfo.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LinqShowFInfo.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LinqShowFInfo.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LinqShowFInfo.Form1.resources
│ │ │ │ │ ├── LinqShowFInfo.pdb
│ │ │ │ │ ├── LinqShowFInfo.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LinqShowFInfo.sln
│ │ │ └── LinqShowFInfo.suo
│ │ ├── 例18.13
│ │ │ └── LinqShowSalaryByType
│ │ │ ├── LinqShowSalaryByType
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LinqShowSalaryByType.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LinqShowSalaryByType.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LinqShowSalaryByType.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LinqShowSalaryByType.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LinqShowSalaryByType.Form1.resources
│ │ │ │ │ ├── LinqShowSalaryByType.pdb
│ │ │ │ │ ├── LinqShowSalaryByType.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LinqShowSalaryByType.sln
│ │ │ └── LinqShowSalaryByType.suo
│ │ ├── 例18.2
│ │ │ └── varQuery
│ │ │ ├── varQuery
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── varQuery.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── varQuery.csproj.FileListAbsolute.txt
│ │ │ │ │ └── varQuery.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── varQuery.csproj
│ │ │ ├── varQuery.sln
│ │ │ └── varQuery.suo
│ │ ├── 例18.3
│ │ │ └── useLambda
│ │ │ ├── useLambda
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── useLambda.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── useLambda.csproj.FileListAbsolute.txt
│ │ │ │ │ └── useLambda.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── useLambda.csproj
│ │ │ ├── useLambda.sln
│ │ │ └── useLambda.suo
│ │ ├── 例18.4
│ │ │ └── LINQQuery
│ │ │ ├── LINQQuery
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LINQQuery.pdb
│ │ │ │ ├── LINQQuery.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LINQQuery.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LINQQuery.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── LINQQuery.sln
│ │ │ └── LINQQuery.suo
│ │ ├── 例18.5
│ │ │ └── LINQSelectSql
│ │ │ ├── LINQSelectSql
│ │ │ │ ├── app.config
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LINQSelectSql.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LINQSelectSql.csproj
│ │ │ │ ├── linqtosqlClass.dbml
│ │ │ │ ├── linqtosqlClass.dbml.layout
│ │ │ │ ├── linqtosqlClass.designer.cs
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LINQSelectSql.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LINQSelectSql.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LINQSelectSql.Form1.resources
│ │ │ │ │ ├── LINQSelectSql.pdb
│ │ │ │ │ ├── LINQSelectSql.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── linqtosqlClass.designer.cs.dll
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LINQSelectSql.sln
│ │ │ └── LINQSelectSql.suo
│ │ ├── 例18.6
│ │ │ └── LINQAddSql
│ │ │ ├── LINQAddSql
│ │ │ │ ├── app.config
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LINQAddSql.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LINQAddSql.csproj
│ │ │ │ ├── linqtosqlClass.dbml
│ │ │ │ ├── linqtosqlClass.dbml.layout
│ │ │ │ ├── linqtosqlClass.designer.cs
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LINQAddSql.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LINQAddSql.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LINQAddSql.Form1.resources
│ │ │ │ │ ├── LINQAddSql.pdb
│ │ │ │ │ ├── LINQAddSql.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── linqtosqlClass.designer.cs.dll
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LINQAddSql.sln
│ │ │ └── LINQAddSql.suo
│ │ ├── 例18.7
│ │ │ └── LINQUpdateSql
│ │ │ ├── LINQUpdateSql
│ │ │ │ ├── app.config
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LINQUpdateSql.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── linqtosqlClass.dbml
│ │ │ │ ├── linqtosqlClass.dbml.layout
│ │ │ │ ├── linqtosqlClass.designer.cs
│ │ │ │ ├── LINQUpdateSql.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LINQUpdateSql.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LINQUpdateSql.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LINQUpdateSql.Form1.resources
│ │ │ │ │ ├── LINQUpdateSql.pdb
│ │ │ │ │ ├── LINQUpdateSql.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── linqtosqlClass.designer.cs.dll
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LINQUpdateSql.sln
│ │ │ └── LINQUpdateSql.suo
│ │ ├── 例18.8
│ │ │ └── LINQDelSql
│ │ │ ├── LINQDelSql
│ │ │ │ ├── app.config
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LINQDelSql.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LINQDelSql.csproj
│ │ │ │ ├── linqtosqlClass.dbml
│ │ │ │ ├── linqtosqlClass.dbml.layout
│ │ │ │ ├── linqtosqlClass.designer.cs
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LINQDelSql.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LINQDelSql.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LINQDelSql.Form1.resources
│ │ │ │ │ ├── LINQDelSql.pdb
│ │ │ │ │ ├── LINQDelSql.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── linqtosqlClass.designer.cs.dll
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LINQDelSql.sln
│ │ │ └── LINQDelSql.suo
│ │ ├── 例18.9
│ │ │ └── LinqOperObjects
│ │ │ ├── LinqOperObjects
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LinqOperObjects.pdb
│ │ │ │ ├── LinqOperObjects.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LinqOperObjects.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LinqOperObjects.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── LinqOperObjects.sln
│ │ │ └── LinqOperObjects.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── LinqGetAllFile
│ │ │ ├── LinqGetAllFile
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LinqGetAllFile.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LinqGetAllFile.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LinqGetAllFile.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LinqGetAllFile.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LinqGetAllFile.Form1.resources
│ │ │ │ │ ├── LinqGetAllFile.pdb
│ │ │ │ │ ├── LinqGetAllFile.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LinqGetAllFile.sln
│ │ │ └── LinqGetAllFile.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── LinqSumSalary
│ │ │ ├── LinqSumSalary
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LinqSumSalary.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LinqSumSalary.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LinqSumSalary.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LinqSumSalary.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LinqSumSalary.Form1.resources
│ │ │ │ │ ├── LinqSumSalary.pdb
│ │ │ │ │ ├── LinqSumSalary.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LinqSumSalary.sln
│ │ │ └── LinqSumSalary.suo
│ │ ├── 第3题(实践与练习)
│ │ │ └── LinqCreateXML
│ │ │ ├── LinqCreateXML
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Employee.xml
│ │ │ │ │ └── LinqCreateXML.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LinqCreateXML.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LinqCreateXML.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LinqCreateXML.csproj.GenerateResource.Cache
│ │ │ │ │ ├── LinqCreateXML.Form1.resources
│ │ │ │ │ ├── LinqCreateXML.pdb
│ │ │ │ │ ├── LinqCreateXML.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LinqCreateXML.sln
│ │ │ └── LinqCreateXML.suo
│ │ ├── 视频18.1
│ │ ├── 视频18.2
│ │ ├── 视频18.3
│ │ └── 视频18.4
│ ├── 第19章
│ │ ├── 例19.1
│ │ │ └── UseFile
│ │ │ ├── UseFile
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseFile.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseFile.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseFile.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseFile.Form1.resources
│ │ │ │ │ ├── UseFile.pdb
│ │ │ │ │ └── UseFile.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseFile.csproj
│ │ │ ├── UseFile.sln
│ │ │ └── UseFile.suo
│ │ ├── 例19.15
│ │ │ └── GetFileInfo
│ │ │ ├── GetFileInfo
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── GetFileInfo.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── GetFileInfo.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GetFileInfo.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── GetFileInfo.csproj.GenerateResource.Cache
│ │ │ │ │ ├── GetFileInfo.Form1.resources
│ │ │ │ │ ├── GetFileInfo.pdb
│ │ │ │ │ ├── GetFileInfo.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── GetFileInfo.sln
│ │ │ └── GetFileInfo.suo
│ │ ├── 例19.2
│ │ │ └── UseFileInfo
│ │ │ ├── UseFileInfo
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseFileInfo.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseFileInfo.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseFileInfo.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseFileInfo.Form1.resources
│ │ │ │ │ ├── UseFileInfo.pdb
│ │ │ │ │ └── UseFileInfo.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseFileInfo.csproj
│ │ │ ├── UseFileInfo.sln
│ │ │ └── UseFileInfo.suo
│ │ ├── 例19.24
│ │ │ └── GetDirectoryInfo
│ │ │ ├── GetDirectoryInfo
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── GetDirectoryInfo.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── GetDirectoryInfo.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GetDirectoryInfo.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── GetDirectoryInfo.csproj.GenerateResource.Cache
│ │ │ │ │ ├── GetDirectoryInfo.Form1.resources
│ │ │ │ │ ├── GetDirectoryInfo.pdb
│ │ │ │ │ ├── GetDirectoryInfo.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── GetDirectoryInfo.sln
│ │ │ └── GetDirectoryInfo.suo
│ │ ├── 例19.26
│ │ │ └── RWTxtByIO
│ │ │ ├── RWTxtByIO
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── RWTxtByIO.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RWTxtByIO.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── RWTxtByIO.csproj.GenerateResource.Cache
│ │ │ │ │ ├── RWTxtByIO.Form1.resources
│ │ │ │ │ ├── RWTxtByIO.pdb
│ │ │ │ │ ├── RWTxtByIO.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── RWTxtByIO.csproj
│ │ │ ├── RWTxtByIO.sln
│ │ │ └── RWTxtByIO.suo
│ │ ├── 例19.27
│ │ │ └── RWBFileByIO
│ │ │ ├── RWBFileByIO
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── RWBFileByIO.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RWBFileByIO.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── RWBFileByIO.csproj.GenerateResource.Cache
│ │ │ │ │ ├── RWBFileByIO.Form1.resources
│ │ │ │ │ ├── RWBFileByIO.pdb
│ │ │ │ │ ├── RWBFileByIO.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── RWBFileByIO.csproj
│ │ │ ├── RWBFileByIO.sln
│ │ │ └── RWBFileByIO.suo
│ │ ├── 例19.28
│ │ │ └── ChangeFileNames
│ │ │ ├── ChangeFileNames
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ChangeFileNames.pdb
│ │ │ │ │ ├── Interop.Office.dll
│ │ │ │ │ ├── Interop.VBIDE.dll
│ │ │ │ │ └── Interop.Word.dll
│ │ │ │ ├── ChangeFileNames.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ChangeFileNames.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ChangeFileNames.csproj.GenerateResource.Cache
│ │ │ │ │ ├── ChangeFileNames.csproj.ResolveComReference.cache
│ │ │ │ │ ├── ChangeFileNames.Form1.resources
│ │ │ │ │ ├── ChangeFileNames.pdb
│ │ │ │ │ ├── ChangeFileNames.Properties.Resources.resources
│ │ │ │ │ ├── Interop.Office.dll
│ │ │ │ │ ├── Interop.VBIDE.dll
│ │ │ │ │ ├── Interop.Word.dll
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── ChangeFileNames.sln
│ │ │ └── ChangeFileNames.suo
│ │ ├── 例19.29
│ │ │ └── SCFile
│ │ │ ├── SCFile
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── SCFile.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Refactor
│ │ │ │ │ ├── SCFile.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SCFile.csproj.GenerateResource.Cache
│ │ │ │ │ ├── SCFile.Form1.resources
│ │ │ │ │ ├── SCFile.pdb
│ │ │ │ │ ├── SCFile.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── SCFile.csproj
│ │ │ ├── SCFile.sln
│ │ │ └── SCFile.suo
│ │ ├── 例19.3
│ │ │ └── UseDirectory
│ │ │ ├── UseDirectory
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseDirectory.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseDirectory.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseDirectory.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseDirectory.Form1.resources
│ │ │ │ │ ├── UseDirectory.pdb
│ │ │ │ │ └── UseDirectory.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseDirectory.csproj
│ │ │ ├── UseDirectory.sln
│ │ │ └── UseDirectory.suo
│ │ ├── 例19.4
│ │ │ └── UseDirectoryInfo
│ │ │ ├── UseDirectoryInfo
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseDirectoryInfo.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseDirectoryInfo.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseDirectoryInfo.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseDirectoryInfo.Form1.resources
│ │ │ │ │ ├── UseDirectoryInfo.pdb
│ │ │ │ │ └── UseDirectoryInfo.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseDirectoryInfo.csproj
│ │ │ ├── UseDirectoryInfo.sln
│ │ │ └── UseDirectoryInfo.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── CopyFiles
│ │ │ ├── CopyFiles
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CopyFiles.pdb
│ │ │ │ ├── CopyFiles.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CopyFiles.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CopyFiles.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CopyFiles.Form1.resources
│ │ │ │ │ ├── CopyFiles.pdb
│ │ │ │ │ ├── CopyFiles.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CopyFiles.sln
│ │ │ └── CopyFiles.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── GetMenu
│ │ │ ├── GetMenu
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── GetMenu.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── GetMenu.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GetMenu.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── GetMenu.csproj.GenerateResource.Cache
│ │ │ │ │ ├── GetMenu.Form1.resources
│ │ │ │ │ ├── GetMenu.pdb
│ │ │ │ │ ├── GetMenu.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── GetMenu.sln
│ │ │ └── GetMenu.suo
│ │ ├── 第3题(实践与练习)
│ │ │ └── RWMStream
│ │ │ ├── RWMStream
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── RWMStream.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RWMStream.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── RWMStream.csproj.GenerateResource.Cache
│ │ │ │ │ ├── RWMStream.Form1.resources
│ │ │ │ │ ├── RWMStream.pdb
│ │ │ │ │ ├── RWMStream.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── RWMStream.csproj
│ │ │ ├── RWMStream.sln
│ │ │ └── RWMStream.suo
│ │ ├── 视频19.1
│ │ ├── 视频19.2
│ │ ├── 视频19.3
│ │ ├── 视频19.4
│ │ └── 视频19.5
│ ├── 第1章
│ │ ├── 第1题(实践与练习)
│ │ │ └── CApp
│ │ │ ├── CApp
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CApp.pdb
│ │ │ │ ├── CApp.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CApp.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CApp.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── CApp.sln
│ │ │ └── CApp.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── WinFormApp
│ │ │ ├── WinFormApp
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── WinFormApp.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── WinFormApp.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── WinFormApp.csproj.GenerateResource.Cache
│ │ │ │ │ ├── WinFormApp.Form1.resources
│ │ │ │ │ ├── WinFormApp.pdb
│ │ │ │ │ └── WinFormApp.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── WinFormApp.csproj
│ │ │ ├── WinFormApp.sln
│ │ │ └── WinFormApp.suo
│ │ ├── 视频1.1~1.2
│ │ ├── 视频1.3~1.4
│ │ ├── 视频1.5
│ │ └── 视频1.6
│ ├── 第20章
│ │ ├── Database
│ │ │ ├── db_20_Data.MDF
│ │ │ └── db_20_Log.LDF
│ │ ├── 例20.10
│ │ │ └── DEllipse
│ │ │ ├── DEllipse
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DEllipse.pdb
│ │ │ │ ├── DEllipse.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DEllipse.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DEllipse.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DEllipse.Form1.resources
│ │ │ │ │ ├── DEllipse.pdb
│ │ │ │ │ ├── DEllipse.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DEllipse.sln
│ │ │ └── DEllipse.suo
│ │ ├── 例20.11
│ │ │ └── DArc
│ │ │ ├── DArc
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DArc.pdb
│ │ │ │ ├── DArc.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DArc.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DArc.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DArc.Form1.resources
│ │ │ │ │ ├── DArc.pdb
│ │ │ │ │ ├── DArc.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DArc.sln
│ │ │ └── DArc.suo
│ │ ├── 例20.12
│ │ │ └── DPie
│ │ │ ├── DPie
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DPie.pdb
│ │ │ │ ├── DPie.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DPie.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DPie.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DPie.Form1.resources
│ │ │ │ │ ├── DPie.pdb
│ │ │ │ │ ├── DPie.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DPie.sln
│ │ │ └── DPie.suo
│ │ ├── 例20.13
│ │ │ └── DPolygon
│ │ │ ├── DPolygon
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DPolygon.pdb
│ │ │ │ ├── DPolygon.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DPolygon.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DPolygon.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DPolygon.Form1.resources
│ │ │ │ │ ├── DPolygon.pdb
│ │ │ │ │ ├── DPolygon.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DPolygon.sln
│ │ │ └── DPolygon.suo
│ │ ├── 例20.14
│ │ │ └── DString
│ │ │ ├── DString
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DString.pdb
│ │ │ │ ├── DString.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DString.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DString.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DString.Form1.resources
│ │ │ │ │ ├── DString.pdb
│ │ │ │ │ ├── DString.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DString.sln
│ │ │ └── DString.suo
│ │ ├── 例20.15
│ │ │ └── DImage
│ │ │ ├── DImage
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DImage.pdb
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ └── 明日科技.bmp
│ │ │ │ ├── DImage.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DImage.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DImage.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DImage.Form1.resources
│ │ │ │ │ ├── DImage.pdb
│ │ │ │ │ ├── DImage.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DImage.sln
│ │ │ └── DImage.suo
│ │ ├── 例20.16
│ │ │ └── SYImage
│ │ │ ├── SYImage
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── SYImage.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── SYImage.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SYImage.csproj.GenerateResource.Cache
│ │ │ │ │ ├── SYImage.Form1.resources
│ │ │ │ │ ├── SYImage.pdb
│ │ │ │ │ ├── SYImage.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── SYImage.csproj
│ │ │ ├── SYImage.sln
│ │ │ └── SYImage.suo
│ │ ├── 例20.17
│ │ │ └── ChangePicFormat
│ │ │ ├── ChangePicFormat
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ChangePicFormat.pdb
│ │ │ │ ├── ChangePicFormat.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ChangePicFormat.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ChangePicFormat.csproj.GenerateResource.Cache
│ │ │ │ │ ├── ChangePicFormat.Form1.resources
│ │ │ │ │ ├── ChangePicFormat.pdb
│ │ │ │ │ ├── ChangePicFormat.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── Resources
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── 图标 (163).png
│ │ │ │ ├── 图标 (23).ico
│ │ │ │ └── 图标 (28).png
│ │ │ ├── ChangePicFormat.sln
│ │ │ └── ChangePicFormat.suo
│ │ ├── 例20.5
│ │ │ └── UseBrush
│ │ │ ├── UseBrush
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseBrush.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseBrush.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseBrush.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseBrush.Form1.resources
│ │ │ │ │ ├── UseBrush.pdb
│ │ │ │ │ └── UseBrush.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseBrush.csproj
│ │ │ ├── UseBrush.sln
│ │ │ └── UseBrush.suo
│ │ ├── 例20.6
│ │ │ └── UseHatchBrush
│ │ │ ├── UseHatchBrush
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseHatchBrush.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseHatchBrush.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseHatchBrush.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseHatchBrush.Form1.resources
│ │ │ │ │ ├── UseHatchBrush.pdb
│ │ │ │ │ └── UseHatchBrush.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseHatchBrush.csproj
│ │ │ ├── UseHatchBrush.sln
│ │ │ └── UseHatchBrush.suo
│ │ ├── 例20.7
│ │ │ └── UseLinerGradientBrush
│ │ │ ├── UseLinerGradientBrush
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseLinerGradientBrush.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseLinerGradientBrush.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseLinerGradientBrush.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseLinerGradientBrush.Form1.resources
│ │ │ │ │ ├── UseLinerGradientBrush.pdb
│ │ │ │ │ └── UseLinerGradientBrush.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseLinerGradientBrush.csproj
│ │ │ ├── UseLinerGradientBrush.sln
│ │ │ └── UseLinerGradientBrush.suo
│ │ ├── 例20.8
│ │ │ └── DLine
│ │ │ ├── DLine
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DLine.pdb
│ │ │ │ ├── DLine.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DLine.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DLine.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DLine.Form1.resources
│ │ │ │ │ ├── DLine.pdb
│ │ │ │ │ ├── DLine.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DLine.sln
│ │ │ └── DLine.suo
│ │ ├── 例20.9
│ │ │ └── DRectangle
│ │ │ ├── DRectangle
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DRectangle.pdb
│ │ │ │ ├── DRectangle.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DRectangle.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DRectangle.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DRectangle.Form1.resources
│ │ │ │ │ ├── DRectangle.pdb
│ │ │ │ │ ├── DRectangle.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DRectangle.sln
│ │ │ └── DRectangle.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── BXT
│ │ │ ├── BXT
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── BXT.pdb
│ │ │ │ ├── BXT.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── BXT.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── BXT.csproj.GenerateResource.Cache
│ │ │ │ │ ├── BXT.Form1.resources
│ │ │ │ │ ├── BXT.pdb
│ │ │ │ │ ├── BXT.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── BXT.sln
│ │ │ └── BXT.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── ZXT
│ │ │ ├── ZXT
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ZXT.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Form2.cs
│ │ │ │ ├── Form2.designer.cs
│ │ │ │ ├── Form2.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── ZXT.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ZXT.csproj.GenerateResource.Cache
│ │ │ │ │ ├── ZXT.Form1.resources
│ │ │ │ │ ├── ZXT.Form2.resources
│ │ │ │ │ ├── ZXT.pdb
│ │ │ │ │ └── ZXT.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── ZXT.csproj
│ │ │ ├── ZXT.sln
│ │ │ └── ZXT.suo
│ │ ├── 第3题(实践与练习)
│ │ │ └── ZheXianTu
│ │ │ ├── ZheXianTu
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ZheXianTu.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── ZheXianTu.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ZheXianTu.csproj.GenerateResource.Cache
│ │ │ │ │ ├── ZheXianTu.Form1.resources
│ │ │ │ │ ├── ZheXianTu.pdb
│ │ │ │ │ └── ZheXianTu.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── ZheXianTu.csproj
│ │ │ ├── ZheXianTu.sln
│ │ │ └── ZheXianTu.suo
│ │ ├── 第4题(实践与练习)
│ │ │ └── BingXingTu
│ │ │ ├── BingXingTu
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── BingXingTu.pdb
│ │ │ │ ├── BingXingTu.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── BingXingTu.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── BingXingTu.csproj.GenerateResource.Cache
│ │ │ │ │ ├── BingXingTu.Form1.resources
│ │ │ │ │ ├── BingXingTu.pdb
│ │ │ │ │ ├── BingXingTu.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── BingXingTu.sln
│ │ │ └── BingXingTu.suo
│ │ ├── 视频20.1
│ │ ├── 视频20.2
│ │ └── 视频20.3
│ ├── 第21章
│ │ ├── Database
│ │ │ ├── db_21_Data.MDF
│ │ │ └── db_21_Log.LDF
│ │ ├── 例21.1
│ │ │ └── CreateCReport
│ │ │ ├── CreateCReport
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CreateCReport.pdb
│ │ │ │ ├── CreateCReport.csproj
│ │ │ │ ├── CreateCReport.csproj.user
│ │ │ │ ├── CrystalReport1.cs
│ │ │ │ ├── CrystalReport1.rpt
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CreateCReport.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CreateCReport.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CreateCReport.Form1.resources
│ │ │ │ │ ├── CreateCReport.pdb
│ │ │ │ │ ├── CreateCReport.Properties.Resources.resources
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── CrystalReport1.cs.dll
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CreateCReport.sln
│ │ │ └── CreateCReport.suo
│ │ ├── 例21.10
│ │ │ └── UsePrintDocument
│ │ │ ├── UsePrintDocument
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UsePrintDocument.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UsePrintDocument.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UsePrintDocument.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UsePrintDocument.Form1.resources
│ │ │ │ │ ├── UsePrintDocument.pdb
│ │ │ │ │ └── UsePrintDocument.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UsePrintDocument.csproj
│ │ │ ├── UsePrintDocument.sln
│ │ │ └── UsePrintDocument.suo
│ │ ├── 例21.11
│ │ │ └── UsePrintPreviewControl
│ │ │ ├── UsePrintPreviewControl
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── UsePrintPreviewControl.pdb
│ │ │ │ │ └── 明日科技.bmp
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UsePrintPreviewControl.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UsePrintPreviewControl.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UsePrintPreviewControl.Form1.resources
│ │ │ │ │ ├── UsePrintPreviewControl.pdb
│ │ │ │ │ └── UsePrintPreviewControl.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UsePrintPreviewControl.csproj
│ │ │ ├── UsePrintPreviewControl.sln
│ │ │ └── UsePrintPreviewControl.suo
│ │ ├── 例21.15
│ │ │ └── PrintEnvelop
│ │ │ ├── PrintEnvelop
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── PrintEnvelop.pdb
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ └── 明日科技.bmp
│ │ │ │ ├── EnvelopCrystalReport.cs
│ │ │ │ ├── EnvelopCrystalReport.rpt
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── PrintEnvelop.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── PrintEnvelop.csproj.GenerateResource.Cache
│ │ │ │ │ ├── PrintEnvelop.Form1.resources
│ │ │ │ │ ├── PrintEnvelop.pdb
│ │ │ │ │ ├── PrintEnvelop.Properties.Resources.resources
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ └── TempPE
│ │ │ │ │ ├── CrystalReport1.cs.dll
│ │ │ │ │ └── EnvelopCrystalReport.cs.dll
│ │ │ │ ├── PrintEnvelop.csproj
│ │ │ │ ├── PrintEnvelop.csproj.user
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── PrintEnvelop.sln
│ │ │ └── PrintEnvelop.suo
│ │ ├── 例21.16
│ │ │ └── PrintGoodsInBill
│ │ │ ├── PrintGoodsInBill
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── PrintGoodsInBill.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── PrintGoodsInBill.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── PrintGoodsInBill.csproj.GenerateResource.Cache
│ │ │ │ │ ├── PrintGoodsInBill.Form1.resources
│ │ │ │ │ ├── PrintGoodsInBill.pdb
│ │ │ │ │ ├── PrintGoodsInBill.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── PrintGoodsInBill.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── PrintGoodsInBill.sln
│ │ │ └── PrintGoodsInBill.suo
│ │ ├── 例21.2
│ │ │ └── CReportGroup
│ │ │ ├── CReportGroup
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CReportGroup.pdb
│ │ │ │ ├── CReportGroup.csproj
│ │ │ │ ├── CReportGroup.csproj.user
│ │ │ │ ├── CrystalReport1.cs
│ │ │ │ ├── CrystalReport1.rpt
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CReportGroup.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CReportGroup.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CReportGroup.Form1.resources
│ │ │ │ │ ├── CReportGroup.pdb
│ │ │ │ │ ├── CReportGroup.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── CrystalReport1.cs.dll
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CReportGroup.sln
│ │ │ └── CReportGroup.suo
│ │ ├── 例21.3
│ │ │ └── CReportSort
│ │ │ ├── CReportSort
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CReportSort.pdb
│ │ │ │ ├── CReportSort.csproj
│ │ │ │ ├── CReportSort.csproj.user
│ │ │ │ ├── CrystalReport1.cs
│ │ │ │ ├── CrystalReport1.rpt
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CReportSort.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CReportSort.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CReportSort.Form1.resources
│ │ │ │ │ ├── CReportSort.pdb
│ │ │ │ │ ├── CReportSort.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── CrystalReport1.cs.dll
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CReportSort.sln
│ │ │ └── CReportSort.suo
│ │ ├── 例21.4
│ │ │ └── CReportFilter
│ │ │ ├── CReportFilter
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CReportFilter.pdb
│ │ │ │ ├── CReportFilter.csproj
│ │ │ │ ├── CReportFilter.csproj.user
│ │ │ │ ├── CrystalReport1.cs
│ │ │ │ ├── CrystalReport1.rpt
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CReportFilter.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CReportFilter.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CReportFilter.Form1.resources
│ │ │ │ │ ├── CReportFilter.pdb
│ │ │ │ │ ├── CReportFilter.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── CrystalReport1.cs.dll
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CReportFilter.sln
│ │ │ └── CReportFilter.suo
│ │ ├── 例21.6
│ │ │ └── CReportImage
│ │ │ ├── CReportImage
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CReportImage.pdb
│ │ │ │ ├── CReportImage.csproj
│ │ │ │ ├── CReportImage.csproj.user
│ │ │ │ ├── CrystalReport1.cs
│ │ │ │ ├── CrystalReport1.rpt
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CReportImage.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CReportImage.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CReportImage.Form1.resources
│ │ │ │ │ ├── CReportImage.pdb
│ │ │ │ │ ├── CReportImage.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── CrystalReport1.cs.dll
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CReportImage.sln
│ │ │ └── CReportImage.suo
│ │ ├── 例21.7
│ │ │ └── CReportChild
│ │ │ ├── CReportChild
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CReportChild.pdb
│ │ │ │ ├── CReportChild.csproj
│ │ │ │ ├── CReportChild.csproj.user
│ │ │ │ ├── CrystalReport1.cs
│ │ │ │ ├── CrystalReport1.rpt
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CReportChild.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CReportChild.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CReportChild.Form1.resources
│ │ │ │ │ ├── CReportChild.pdb
│ │ │ │ │ ├── CReportChild.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── CrystalReport1.cs.dll
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CReportChild.sln
│ │ │ └── CReportChild.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── CReportShowInfoBySex
│ │ │ ├── CReportShowInfoBySex
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CReportShowInfoBySex.pdb
│ │ │ │ ├── CReportShowInfoBySex.csproj
│ │ │ │ ├── CReportShowInfoBySex.csproj.user
│ │ │ │ ├── CrystalReport1.cs
│ │ │ │ ├── CrystalReport1.rpt
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CReportShowInfoBySex.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CReportShowInfoBySex.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CReportShowInfoBySex.Form1.resources
│ │ │ │ │ ├── CReportShowInfoBySex.pdb
│ │ │ │ │ ├── CReportShowInfoBySex.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── CrystalReport1.cs.dll
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CReportShowInfoBySex.sln
│ │ │ └── CReportShowInfoBySex.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── CReportSumScale
│ │ │ ├── CReportSumScale
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CReportSumScale.pdb
│ │ │ │ ├── CReportSumScale.csproj
│ │ │ │ ├── CReportSumScale.csproj.user
│ │ │ │ ├── CrystalReport1.cs
│ │ │ │ ├── CrystalReport1.rpt
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CReportSumScale.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CReportSumScale.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CReportSumScale.Form1.resources
│ │ │ │ │ ├── CReportSumScale.pdb
│ │ │ │ │ ├── CReportSumScale.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── CrystalReport1.cs.dll
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CReportSumScale.sln
│ │ │ └── CReportSumScale.suo
│ │ ├── 第3题(实践与练习)
│ │ │ └── PrintStuCertificate
│ │ │ ├── PrintStuCertificate
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── PrintStuCertificate.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── PrintStuCertificate.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── PrintStuCertificate.csproj.GenerateResource.Cache
│ │ │ │ │ ├── PrintStuCertificate.Form1.resources
│ │ │ │ │ ├── PrintStuCertificate.pdb
│ │ │ │ │ ├── PrintStuCertificate.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── PrintStuCertificate.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── PrintStuCertificate.sln
│ │ │ └── PrintStuCertificate.suo
│ │ ├── 视频21.1~21.2
│ │ ├── 视频21.3
│ │ ├── 视频21.4
│ │ └── 视频21.5
│ ├── 第22章
│ │ ├── 例22.1
│ │ │ └── UseDns
│ │ │ ├── UseDns
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseDns.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseDns.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseDns.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseDns.Form1.resources
│ │ │ │ │ ├── UseDns.pdb
│ │ │ │ │ └── UseDns.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseDns.csproj
│ │ │ ├── UseDns.sln
│ │ │ └── UseDns.suo
│ │ ├── 例22.11
│ │ │ └── SendEmail
│ │ │ ├── SendEmail
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── SendEmail.pdb
│ │ │ │ │ └── 邮件测试.txt
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── SendEmail.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SendEmail.csproj.GenerateResource.Cache
│ │ │ │ │ ├── SendEmail.Form1.resources
│ │ │ │ │ ├── SendEmail.pdb
│ │ │ │ │ ├── SendEmail.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── SendEmail.csproj
│ │ │ ├── SendEmail.sln
│ │ │ └── SendEmail.suo
│ │ ├── 例22.12
│ │ │ └── MRBrowser
│ │ │ ├── MRBrowser
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── MRBrowser.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── MRBrowser.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MRBrowser.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── MRBrowser.csproj.GenerateResource.Cache
│ │ │ │ │ ├── MRBrowser.Form1.resources
│ │ │ │ │ ├── MRBrowser.pdb
│ │ │ │ │ ├── MRBrowser.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── MRBrowser.sln
│ │ │ └── MRBrowser.suo
│ │ ├── 例22.13
│ │ │ └── P2PChat
│ │ │ ├── P2PChat
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── P2PChat.pdb
│ │ │ │ ├── frmMain.cs
│ │ │ │ ├── frmMain.Designer.cs
│ │ │ │ ├── frmMain.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── P2PChat.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── P2PChat.csproj.GenerateResource.Cache
│ │ │ │ │ ├── P2PChat.frmMain.resources
│ │ │ │ │ ├── P2PChat.pdb
│ │ │ │ │ ├── P2PChat.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── P2PChat.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── P2PChat.sln
│ │ │ └── P2PChat.suo
│ │ ├── 例22.14
│ │ │ └── EmailSendAndReceive
│ │ │ ├── EmailSendAndReceive
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── EmailSendAndReceive.pdb
│ │ │ │ ├── EmailSendAndReceive.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── frmReceive.cs
│ │ │ │ ├── frmReceive.designer.cs
│ │ │ │ ├── frmReceive.resx
│ │ │ │ ├── frmSend.cs
│ │ │ │ ├── frmSend.designer.cs
│ │ │ │ ├── frmSend.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── EmailSendAndReceive.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── EmailSendAndReceive.csproj.GenerateResource.Cache
│ │ │ │ │ ├── EmailSendAndReceive.Form1.resources
│ │ │ │ │ ├── EmailSendAndReceive.frmReceive.resources
│ │ │ │ │ ├── EmailSendAndReceive.frmSend.resources
│ │ │ │ │ ├── EmailSendAndReceive.pdb
│ │ │ │ │ ├── EmailSendAndReceive.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── EmailSendAndReceive.sln
│ │ │ └── EmailSendAndReceive.suo
│ │ ├── 例22.2
│ │ │ └── UseIPAddress
│ │ │ ├── UseIPAddress
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseIPAddress.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseIPAddress.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseIPAddress.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseIPAddress.Form1.resources
│ │ │ │ │ ├── UseIPAddress.pdb
│ │ │ │ │ └── UseIPAddress.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseIPAddress.csproj
│ │ │ ├── UseIPAddress.sln
│ │ │ └── UseIPAddress.suo
│ │ ├── 例22.3
│ │ │ └── UseIPEndPoint
│ │ │ ├── UseIPEndPoint
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseIPEndPoint.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseIPEndPoint.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseIPEndPoint.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseIPEndPoint.Form1.resources
│ │ │ │ │ ├── UseIPEndPoint.pdb
│ │ │ │ │ └── UseIPEndPoint.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseIPEndPoint.csproj
│ │ │ ├── UseIPEndPoint.sln
│ │ │ └── UseIPEndPoint.suo
│ │ ├── 例22.4
│ │ │ └── UseWebClient
│ │ │ ├── UseWebClient
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseWebClient.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseWebClient.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseWebClient.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseWebClient.Form1.resources
│ │ │ │ │ ├── UseWebClient.pdb
│ │ │ │ │ └── UseWebClient.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseWebClient.csproj
│ │ │ ├── UseWebClient.sln
│ │ │ └── UseWebClient.suo
│ │ ├── 例22.5
│ │ │ └── UseWebResponseAndQuest
│ │ │ ├── UseWebResponseAndQuest
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseWebResponseAndQuest.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseWebResponseAndQuest.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseWebResponseAndQuest.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseWebResponseAndQuest.Form1.resources
│ │ │ │ │ ├── UseWebResponseAndQuest.pdb
│ │ │ │ │ └── UseWebResponseAndQuest.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseWebResponseAndQuest.csproj
│ │ │ ├── UseWebResponseAndQuest.sln
│ │ │ └── UseWebResponseAndQuest.suo
│ │ ├── 例22.6
│ │ │ └── UseSocket
│ │ │ ├── UseSocket
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseSocket.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseSocket.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseSocket.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseSocket.Form1.resources
│ │ │ │ │ ├── UseSocket.pdb
│ │ │ │ │ └── UseSocket.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseSocket.csproj
│ │ │ ├── UseSocket.sln
│ │ │ └── UseSocket.suo
│ │ ├── 例22.7
│ │ │ └── UseTCP
│ │ │ ├── UseTCP
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseTCP.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseTCP.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseTCP.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseTCP.Form1.resources
│ │ │ │ │ ├── UseTCP.pdb
│ │ │ │ │ └── UseTCP.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseTCP.csproj
│ │ │ ├── UseTCP.sln
│ │ │ └── UseTCP.suo
│ │ ├── 例22.8
│ │ │ └── UseUDP
│ │ │ ├── UseUDP
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseUDP.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseUDP.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseUDP.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseUDP.Form1.resources
│ │ │ │ │ ├── UseUDP.pdb
│ │ │ │ │ └── UseUDP.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseUDP.csproj
│ │ │ ├── UseUDP.sln
│ │ │ └── UseUDP.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── TCPChat
│ │ │ ├── TCPChat
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── TCPChat.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TCPChat.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── TCPChat.csproj.GenerateResource.Cache
│ │ │ │ │ ├── TCPChat.Form1.resources
│ │ │ │ │ ├── TCPChat.pdb
│ │ │ │ │ ├── TCPChat.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TCPChat.csproj
│ │ │ ├── TCPChat.sln
│ │ │ ├── TCPChat.suo
│ │ │ └── TCPServer
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ └── TCPServer.pdb
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── TCPServer.csproj.FileListAbsolute.txt
│ │ │ │ ├── TCPServer.csproj.GenerateResource.Cache
│ │ │ │ ├── TCPServer.Form1.resources
│ │ │ │ ├── TCPServer.pdb
│ │ │ │ ├── TCPServer.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── TCPServer.csproj
│ │ ├── 第2题(实践与练习)
│ │ │ └── UDPChat
│ │ │ ├── UDPChat
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UDPChat.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UDPChat.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UDPChat.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UDPChat.Form1.resources
│ │ │ │ │ ├── UDPChat.pdb
│ │ │ │ │ └── UDPChat.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UDPChat.csproj
│ │ │ ├── UDPChat.sln
│ │ │ ├── UDPChat.suo
│ │ │ └── UDPServer
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ └── UDPServer.pdb
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Refactor
│ │ │ │ ├── TempPE
│ │ │ │ ├── UDPServer.csproj.FileListAbsolute.txt
│ │ │ │ ├── UDPServer.csproj.GenerateResource.Cache
│ │ │ │ ├── UDPServer.Form1.resources
│ │ │ │ ├── UDPServer.pdb
│ │ │ │ └── UDPServer.Properties.Resources.resources
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── UDPServer.csproj
│ │ ├── 第3题(实践与练习)
│ │ │ └── SendEmailAddAtt
│ │ │ ├── SendEmailAddAtt
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── SendEmailAddAtt.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── SendEmailAddAtt.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SendEmailAddAtt.csproj.GenerateResource.Cache
│ │ │ │ │ ├── SendEmailAddAtt.Form1.resources
│ │ │ │ │ ├── SendEmailAddAtt.pdb
│ │ │ │ │ ├── SendEmailAddAtt.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── SendEmailAddAtt.csproj
│ │ │ ├── SendEmailAddAtt.sln
│ │ │ └── SendEmailAddAtt.suo
│ │ ├── 视频22.1
│ │ ├── 视频22.2
│ │ └── 视频22.3
│ ├── 第23章
│ │ ├── 例23.10
│ │ │ └── MonitorThread
│ │ │ ├── MonitorThread
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── MonitorThread.pdb
│ │ │ │ ├── MonitorThread.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MonitorThread.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── MonitorThread.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── MonitorThread.sln
│ │ │ └── MonitorThread.suo
│ │ ├── 例23.11
│ │ │ └── MutexThread
│ │ │ ├── MutexThread
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── MutexThread.pdb
│ │ │ │ ├── MutexThread.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MutexThread.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── MutexThread.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── MutexThread.sln
│ │ │ └── MutexThread.suo
│ │ ├── 例23.12
│ │ │ └── ScanPort
│ │ │ ├── ScanPort
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ScanPort.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ScanPort.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ScanPort.csproj.GenerateResource.Cache
│ │ │ │ │ ├── ScanPort.Form1.resources
│ │ │ │ │ ├── ScanPort.pdb
│ │ │ │ │ ├── ScanPort.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── ScanPort.csproj
│ │ │ ├── ScanPort.sln
│ │ │ └── ScanPort.suo
│ │ ├── 例23.13
│ │ │ └── ShowImageByForm
│ │ │ ├── ShowImageByForm
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ShowImageByForm.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ShowImageByForm.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ShowImageByForm.csproj.GenerateResource.Cache
│ │ │ │ │ ├── ShowImageByForm.Form1.resources
│ │ │ │ │ ├── ShowImageByForm.pdb
│ │ │ │ │ ├── ShowImageByForm.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── ShowImageByForm.csproj
│ │ │ ├── ShowImageByForm.sln
│ │ │ └── ShowImageByForm.suo
│ │ ├── 例23.2
│ │ │ └── UseThread
│ │ │ ├── UseThread
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseThread.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseThread.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseThread.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseThread.Form1.resources
│ │ │ │ │ ├── UseThread.pdb
│ │ │ │ │ └── UseThread.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UseThread.csproj
│ │ │ ├── UseThread.sln
│ │ │ └── UseThread.suo
│ │ ├── 例23.3
│ │ │ └── CreateThread
│ │ │ ├── CreateThread
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CreateThread.pdb
│ │ │ │ ├── CreateThread.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CreateThread.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CreateThread.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── CreateThread.sln
│ │ │ └── CreateThread.suo
│ │ ├── 例23.4
│ │ │ └── SRThread
│ │ │ ├── SRThread
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── SRThread.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── SRThread.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SRThread.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── SRThread.csproj
│ │ │ ├── SRThread.sln
│ │ │ └── SRThread.suo
│ │ ├── 例23.6
│ │ │ └── AbortThread
│ │ │ ├── AbortThread
│ │ │ │ ├── AbortThread.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── AbortThread.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── AbortThread.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── AbortThread.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── AbortThread.sln
│ │ │ └── AbortThread.suo
│ │ ├── 例23.7
│ │ │ └── JoinThread
│ │ │ ├── JoinThread
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── JoinThread.pdb
│ │ │ │ ├── JoinThread.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── JoinThread.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── JoinThread.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── JoinThread.sln
│ │ │ └── JoinThread.suo
│ │ ├── 例23.8
│ │ │ └── SetThreadPri
│ │ │ ├── SetThreadPri
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── SetThreadPri.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── SetThreadPri.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SetThreadPri.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── SetThreadPri.csproj
│ │ │ ├── SetThreadPri.sln
│ │ │ └── SetThreadPri.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── BYCStyleByThread
│ │ │ ├── BYCStyleByThread
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── BYCStyleByThread.pdb
│ │ │ │ ├── BYCStyleByThread.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── BYCStyleByThread.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── BYCStyleByThread.csproj.GenerateResource.Cache
│ │ │ │ │ ├── BYCStyleByThread.Form1.resources
│ │ │ │ │ ├── BYCStyleByThread.pdb
│ │ │ │ │ ├── BYCStyleByThread.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── BYCStyleByThread.sln
│ │ │ └── BYCStyleByThread.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── CopyFileByThread
│ │ │ ├── CopyFileByThread
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CopyFileByThread.pdb
│ │ │ │ ├── CopyFileByThread.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CopyFileByThread.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CopyFileByThread.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CopyFileByThread.Form1.resources
│ │ │ │ │ ├── CopyFileByThread.pdb
│ │ │ │ │ ├── CopyFileByThread.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CopyFileByThread.sln
│ │ │ └── CopyFileByThread.suo
│ │ ├── 视频23.1
│ │ ├── 视频23.2
│ │ ├── 视频23.3
│ │ ├── 视频23.4
│ │ └── 视频23.5
│ ├── 第24章
│ │ ├── 例24.1
│ │ │ └── UseThrow
│ │ │ ├── UseThrow
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseThrow.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseThrow.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseThrow.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseThrow.csproj
│ │ │ ├── UseThrow.sln
│ │ │ └── UseThrow.suo
│ │ ├── 例24.2
│ │ │ └── UseTrycatch
│ │ │ ├── UseTrycatch
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseTrycatch.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseTrycatch.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseTrycatch.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseTrycatch.csproj
│ │ │ ├── UseTrycatch.sln
│ │ │ └── UseTrycatch.suo
│ │ ├── 例24.3
│ │ │ └── UseFinally
│ │ │ ├── UseFinally
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseFinally.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseFinally.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseFinally.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseFinally.csproj
│ │ │ ├── UseFinally.sln
│ │ │ └── UseFinally.suo
│ │ ├── 例24.4
│ │ │ └── GetSQLException
│ │ │ ├── GetSQLException
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── GetSQLException.pdb
│ │ │ │ ├── GetSQLException.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GetSQLException.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── GetSQLException.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── GetSQLException.sln
│ │ │ └── GetSQLException.suo
│ │ ├── 例24.5
│ │ │ └── GetValueByDD
│ │ │ ├── GetValueByDD
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── GetValueByDD.pdb
│ │ │ │ ├── GetValueByDD.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GetValueByDD.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── GetValueByDD.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── GetValueByDD.sln
│ │ │ └── GetValueByDD.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── MultCatch
│ │ │ ├── MultCatch
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── MultCatch.pdb
│ │ │ │ ├── MultCatch.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MultCatch.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── MultCatch.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── MultCatch.sln
│ │ │ └── MultCatch.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── GetTypeException
│ │ │ ├── GetTypeException
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── GetTypeException.pdb
│ │ │ │ ├── GetTypeException.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GetTypeException.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── GetTypeException.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── GetTypeException.sln
│ │ │ └── GetTypeException.suo
│ │ ├── 视频24.1~24.2
│ │ ├── 视频24.3
│ │ └── 视频24.4
│ ├── 第25章
│ │ ├── Test
│ │ │ ├── Setup1
│ │ │ │ ├── Debug
│ │ │ │ │ └── Setup1.msi
│ │ │ │ ├── Release
│ │ │ │ └── Setup1.vdproj
│ │ │ ├── Test
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Test.application
│ │ │ │ │ ├── Test.pdb
│ │ │ │ │ ├── Test.txt
│ │ │ │ │ └── Test.vshost.application
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── Test.application
│ │ │ │ │ ├── Test.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── Test.csproj.GenerateResource.Cache
│ │ │ │ │ ├── Test.Form1.resources
│ │ │ │ │ ├── Test.pdb
│ │ │ │ │ └── Test.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Test.csproj
│ │ │ │ └── Test.csproj.user
│ │ │ ├── Test.sln
│ │ │ └── Test.suo
│ │ ├── 例25.1
│ │ │ └── UseFaBu
│ │ │ ├── UseFaBu
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── app.publish
│ │ │ │ │ │ ├── Application Files
│ │ │ │ │ │ │ └── UseFaBu_1_0_0_0
│ │ │ │ │ │ ├── publish.htm
│ │ │ │ │ │ └── UseFaBu.application
│ │ │ │ │ ├── UseFaBu.application
│ │ │ │ │ └── UseFaBu.pdb
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseFaBu.application
│ │ │ │ │ ├── UseFaBu.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── UseFaBu.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UseFaBu.Form1.resources
│ │ │ │ │ ├── UseFaBu.pdb
│ │ │ │ │ └── UseFaBu.Properties.Resources.resources
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── UseFaBu.csproj
│ │ │ │ ├── UseFaBu.csproj.user
│ │ │ │ └── UseFaBu_TemporaryKey.pfx
│ │ │ ├── UseFaBu.sln
│ │ │ └── UseFaBu.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── DeskIcon
│ │ │ ├── DeskIcon
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DeskIcon.pdb
│ │ │ │ ├── DeskIcon.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DeskIcon.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DeskIcon.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DeskIcon.pdb
│ │ │ │ │ ├── DeskIcon.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DeskIconSetup
│ │ │ │ ├── Debug
│ │ │ │ │ └── DeskIconSetup.msi
│ │ │ │ ├── DeskIconSetup.vdproj
│ │ │ │ └── Release
│ │ │ ├── DeskIcon.sln
│ │ │ └── DeskIcon.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── ChangeBack
│ │ │ ├── ChangeBack
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ChangeBack.pdb
│ │ │ │ ├── ChangeBack.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ChangeBack.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ChangeBack.csproj.GenerateResource.Cache
│ │ │ │ │ ├── ChangeBack.pdb
│ │ │ │ │ ├── ChangeBack.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── ChangeBackSetup
│ │ │ │ ├── ChangeBackSetup.vdproj
│ │ │ │ ├── Debug
│ │ │ │ │ └── ChangeBackSetup.msi
│ │ │ │ └── Release
│ │ │ ├── ChangeBack.sln
│ │ │ └── ChangeBack.suo
│ │ ├── 视频25.1~25.2
│ │ ├── 视频25.3~25.4
│ │ └── 视频25.5
│ ├── 第26章
│ │ ├── MyQQ
│ │ │ ├── Database
│ │ │ │ ├── db_MyQQ_Data.MDF
│ │ │ │ └── db_MyQQ_Log.LDF
│ │ │ ├── MyQQClient
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MyQQClient.pdb
│ │ │ │ │ ├── QQClass.dll
│ │ │ │ │ └── QQClass.pdb
│ │ │ │ ├── F_Chat.cs
│ │ │ │ ├── F_Chat.designer.cs
│ │ │ │ ├── F_Chat.resx
│ │ │ │ ├── F_Client.cs
│ │ │ │ ├── F_Client.designer.cs
│ │ │ │ ├── F_Client.resx
│ │ │ │ ├── F_Logon.cs
│ │ │ │ ├── F_Logon.designer.cs
│ │ │ │ ├── F_Logon.resx
│ │ │ │ ├── F_SerSetup.cs
│ │ │ │ ├── F_SerSetup.designer.cs
│ │ │ │ ├── F_SerSetup.resx
│ │ │ │ ├── Image
│ │ │ │ │ ├── 0.bmp
│ │ │ │ │ ├── 1.bmp
│ │ │ │ │ ├── my-QQ_03.jpg
│ │ │ │ │ ├── my-QQ_05.jpg
│ │ │ │ │ ├── my-QQ_07.jpg
│ │ │ │ │ ├── my-QQ_09.jpg
│ │ │ │ │ ├── my-QQ_10.jpg
│ │ │ │ │ ├── my-QQ_11.jpg
│ │ │ │ │ ├── my-QQ_14.jpg
│ │ │ │ │ ├── my-QQ_15.jpg
│ │ │ │ │ ├── my-QQ_16.jpg
│ │ │ │ │ ├── QQ08.jpg
│ │ │ │ │ ├── QQ12.jpg
│ │ │ │ │ ├── QQ窗体_03.jpg
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── video_03.png
│ │ │ │ │ └── 登录_03.jpg
│ │ │ │ ├── MyQQClient.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MyQQClient.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── MyQQClient.csproj.GenerateResource.Cache
│ │ │ │ │ ├── MyQQClient.F_Chat.resources
│ │ │ │ │ ├── MyQQClient.F_Client.resources
│ │ │ │ │ ├── MyQQClient.F_Logon.resources
│ │ │ │ │ ├── MyQQClient.F_SerSetup.resources
│ │ │ │ │ ├── MyQQClient.pdb
│ │ │ │ │ ├── MyQQClient.Properties.Resources.resources
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── MyQQServer
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MyQQServer.pdb
│ │ │ │ │ ├── QQClass.dll
│ │ │ │ │ └── QQClass.pdb
│ │ │ │ ├── F_Server.cs
│ │ │ │ ├── F_Server.designer.cs
│ │ │ │ ├── F_Server.resx
│ │ │ │ ├── MyQQServer.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MyQQServer.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── MyQQServer.csproj.GenerateResource.Cache
│ │ │ │ │ ├── MyQQServer.F_Server.resources
│ │ │ │ │ ├── MyQQServer.pdb
│ │ │ │ │ ├── MyQQServer.Properties.Resources.resources
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── MyQQ.sln
│ │ │ ├── MyQQ.suo
│ │ │ ├── QQClass
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── QQClass.dll
│ │ │ │ │ └── QQClass.pdb
│ │ │ │ ├── ClassForms.cs
│ │ │ │ ├── ClassMsg.cs
│ │ │ │ ├── ClassOptionData.cs
│ │ │ │ ├── ClassSerializers.cs
│ │ │ │ ├── ClassUserInfo.cs
│ │ │ │ ├── ClassUsers.cs
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── QQClass.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── QQClass.dll
│ │ │ │ │ ├── QQClass.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── Publec_Class.cs
│ │ │ │ ├── QQClass.csproj
│ │ │ │ ├── UDPSocket.cs
│ │ │ │ ├── UDPSocket.designer.cs
│ │ │ │ └── Video.cs
│ │ │ └── QQSetup
│ │ │ ├── Debug
│ │ │ │ └── QQSetup.msi
│ │ │ ├── QQSetup.vdproj
│ │ │ └── Release
│ │ ├── 程序使用说明.doc
│ │ ├── 视频26.1
│ │ ├── 视频26.10
│ │ ├── 视频26.11
│ │ ├── 视频26.12~26.13
│ │ ├── 视频26.14
│ │ ├── 视频26.2~26.3
│ │ ├── 视频26.4
│ │ ├── 视频26.5
│ │ ├── 视频26.6
│ │ ├── 视频26.7
│ │ ├── 视频26.8
│ │ └── 视频26.9
│ ├── 第27章
│ │ ├── MRCY
│ │ │ ├── MRCY
│ │ │ │ ├── AboutBox1.cs
│ │ │ │ ├── AboutBox1.designer.cs
│ │ │ │ ├── AboutBox1.resx
│ │ │ │ ├── BaseClass
│ │ │ │ │ └── DBConn.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── MRCY.pdb
│ │ │ │ ├── Data
│ │ │ │ │ └── mrcy.bak
│ │ │ │ ├── Database
│ │ │ │ │ ├── db_MrCy_Data.MDF
│ │ │ │ │ └── db_MrCy_Log.LDF
│ │ │ │ ├── frmBF.cs
│ │ │ │ ├── frmBF.designer.cs
│ │ │ │ ├── frmBF.resx
│ │ │ │ ├── frmCalender.cs
│ │ │ │ ├── frmCalender.designer.cs
│ │ │ │ ├── frmCalender.resx
│ │ │ │ ├── frmDC.cs
│ │ │ │ ├── frmDC.designer.cs
│ │ │ │ ├── frmDC.resx
│ │ │ │ ├── frmDesk.cs
│ │ │ │ ├── frmDesk.designer.cs
│ │ │ │ ├── frmDesk.resx
│ │ │ │ ├── frmDetails.cs
│ │ │ │ ├── frmDetails.designer.cs
│ │ │ │ ├── frmDetails.resx
│ │ │ │ ├── frmHF.cs
│ │ │ │ ├── frmHF.designer.cs
│ │ │ │ ├── frmHF.resx
│ │ │ │ ├── frmJZ.cs
│ │ │ │ ├── frmJZ.designer.cs
│ │ │ │ ├── frmJZ.resx
│ │ │ │ ├── frmLock.cs
│ │ │ │ ├── frmLock.designer.cs
│ │ │ │ ├── frmLock.resx
│ │ │ │ ├── frmLogin.cs
│ │ │ │ ├── frmLogin.designer.cs
│ │ │ │ ├── frmLogin.resx
│ │ │ │ ├── frmMain.cs
│ │ │ │ ├── frmMain.designer.cs
│ │ │ │ ├── frmMain.resx
│ │ │ │ ├── frmOpen.cs
│ │ │ │ ├── frmOpen.designer.cs
│ │ │ │ ├── frmOpen.resx
│ │ │ │ ├── frmPwd.cs
│ │ │ │ ├── frmPwd.designer.cs
│ │ │ │ ├── frmPwd.resx
│ │ │ │ ├── frmQxGl.cs
│ │ │ │ ├── frmQxGl.designer.cs
│ │ │ │ ├── frmQxGl.resx
│ │ │ │ ├── frmSerch.cs
│ │ │ │ ├── frmSerch.designer.cs
│ │ │ │ ├── frmSerch.resx
│ │ │ │ ├── frmUser.cs
│ │ │ │ ├── frmUser.designer.cs
│ │ │ │ ├── frmUser.resx
│ │ │ │ ├── Image
│ │ │ │ │ ├── a_1.jpg
│ │ │ │ │ ├── a_2.jpg
│ │ │ │ │ ├── bg_03.gif
│ │ │ │ │ ├── j_1.gif
│ │ │ │ │ ├── login.jpg
│ │ │ │ │ └── Thumbs.db
│ │ │ │ ├── MRCY.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MRCY.AboutBox1.resources
│ │ │ │ │ ├── MRCY.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── MRCY.csproj.GenerateResource.Cache
│ │ │ │ │ ├── MRCY.frmBF.resources
│ │ │ │ │ ├── MRCY.frmCalender.resources
│ │ │ │ │ ├── MRCY.frmDC.resources
│ │ │ │ │ ├── MRCY.frmDesk.resources
│ │ │ │ │ ├── MRCY.frmDetails.resources
│ │ │ │ │ ├── MRCY.frmHF.resources
│ │ │ │ │ ├── MRCY.frmJZ.resources
│ │ │ │ │ ├── MRCY.frmLock.resources
│ │ │ │ │ ├── MRCY.frmLogin.resources
│ │ │ │ │ ├── MRCY.frmMain.resources
│ │ │ │ │ ├── MRCY.frmOpen.resources
│ │ │ │ │ ├── MRCY.frmPwd.resources
│ │ │ │ │ ├── MRCY.frmQxGl.resources
│ │ │ │ │ ├── MRCY.frmSerch.resources
│ │ │ │ │ ├── MRCY.frmUser.resources
│ │ │ │ │ ├── MRCY.pdb
│ │ │ │ │ ├── MRCY.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── MRCY.sln
│ │ │ └── MRCY.suo
│ │ ├── 程序使用说明.doc
│ │ └── 视频
│ ├── 第28章
│ │ ├── houseAgency
│ │ │ ├── houseAgency
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── houseAgency.pdb
│ │ │ │ ├── BusinessM
│ │ │ │ │ ├── frmBargin.cs
│ │ │ │ │ ├── frmBargin.designer.cs
│ │ │ │ │ └── frmBargin.resx
│ │ │ │ ├── Database
│ │ │ │ │ ├── db_showHouse_Data.MDF
│ │ │ │ │ ├── db_showHouse_Log.LDF
│ │ │ │ │ └── 杀死进程的存储过程.sql
│ │ │ │ ├── frmMain.cs
│ │ │ │ ├── frmMain.designer.cs
│ │ │ │ ├── frmMain.resx
│ │ │ │ ├── frmUserLogin.cs
│ │ │ │ ├── frmUserLogin.designer.cs
│ │ │ │ ├── frmUserLogin.resx
│ │ │ │ ├── houseAgency.csproj
│ │ │ │ ├── Image
│ │ │ │ │ ├── 3.jpg
│ │ │ │ │ ├── dl.jpg
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── 修改.bmp
│ │ │ │ │ ├── 出租人员信息.png
│ │ │ │ │ ├── 删除.bmp
│ │ │ │ │ ├── 增加.bmp
│ │ │ │ │ ├── 成交量.png
│ │ │ │ │ ├── 房源查询.png
│ │ │ │ │ ├── 操作.bmp
│ │ │ │ │ ├── 收费记录.png
│ │ │ │ │ ├── 查询.bmp
│ │ │ │ │ └── 求租人信息.png
│ │ │ │ ├── mothedCls
│ │ │ │ │ ├── claFavorMethod.cs
│ │ │ │ │ ├── ClsCon.cs
│ │ │ │ │ ├── clsEmpleey.cs
│ │ │ │ │ ├── clsEmpleeyMethed.cs
│ │ │ │ │ ├── clsFavor.cs
│ │ │ │ │ ├── clsFitment.cs
│ │ │ │ │ ├── clsFitmentMethod.cs
│ │ │ │ │ ├── clsFloor.cs
│ │ │ │ │ ├── clsFloorMethod.cs
│ │ │ │ │ ├── clsgov.cs
│ │ │ │ │ ├── clsgovMethod.cs
│ │ │ │ │ ├── ClsHouse.cs
│ │ │ │ │ ├── ClsHouseMethed.cs
│ │ │ │ │ ├── clsIntend.cs
│ │ │ │ │ ├── clsIntendMethed.cs
│ │ │ │ │ ├── clsLogin.cs
│ │ │ │ │ ├── clsLoginMethed.cs
│ │ │ │ │ ├── clsMethed.cs
│ │ │ │ │ ├── clsMethedMethod.cs
│ │ │ │ │ ├── clsMoneyAndInfo.cs
│ │ │ │ │ ├── clsMoneyAndInfoMethod.cs
│ │ │ │ │ ├── clsSeat.cs
│ │ │ │ │ ├── clsSeatMethod.cs
│ │ │ │ │ ├── clsStudyDegree.cs
│ │ │ │ │ ├── clsStudyDegreeMethod.cs
│ │ │ │ │ ├── clstype.cs
│ │ │ │ │ ├── clstypeMethod.cs
│ │ │ │ │ ├── clsUser.cs
│ │ │ │ │ └── clsUserMethod.cs
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── houseAgency.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── houseAgency.csproj.GenerateResource.Cache
│ │ │ │ │ ├── houseAgency.frmBargin.resources
│ │ │ │ │ ├── houseAgency.frmChangYouSelfPwd.resources
│ │ │ │ │ ├── houseAgency.frmEmpleeyAll.resources
│ │ │ │ │ ├── houseAgency.frmEmploeey.resources
│ │ │ │ │ ├── houseAgency.frmFavor.resources
│ │ │ │ │ ├── houseAgency.frmFitment.resources
│ │ │ │ │ ├── houseAgency.frmFloor.resources
│ │ │ │ │ ├── houseAgency.frmGov.resources
│ │ │ │ │ ├── houseAgency.frmHouse.resources
│ │ │ │ │ ├── houseAgency.frmIntendInfo.resources
│ │ │ │ │ ├── houseAgency.frmIntend.resources
│ │ │ │ │ ├── houseAgency.frmMain.resources
│ │ │ │ │ ├── houseAgency.frmMoneyRemark.resources
│ │ │ │ │ ├── houseAgency.frmMoney.resources
│ │ │ │ │ ├── houseAgency.frmMothed.resources
│ │ │ │ │ ├── houseAgency.frmOk.resources
│ │ │ │ │ ├── houseAgency.frmPeopleInfo.resources
│ │ │ │ │ ├── houseAgency.frmPeopleList.resources
│ │ │ │ │ ├── houseAgency.frmRestore.resources
│ │ │ │ │ ├── houseAgency.frmSeat.resources
│ │ │ │ │ ├── houseAgency.frmSelect.resources
│ │ │ │ │ ├── houseAgency.frmStateHouse.resources
│ │ │ │ │ ├── houseAgency.frmStock.resources
│ │ │ │ │ ├── houseAgency.frmStudyDegree.resources
│ │ │ │ │ ├── houseAgency.frmType.resources
│ │ │ │ │ ├── houseAgency.frmUserLogin.resources
│ │ │ │ │ ├── houseAgency.pdb
│ │ │ │ │ ├── houseAgency.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── OutTenants
│ │ │ │ │ ├── frmFavor.cs
│ │ │ │ │ ├── frmFavor.designer.cs
│ │ │ │ │ ├── frmFavor.resx
│ │ │ │ │ ├── frmFitment.cs
│ │ │ │ │ ├── frmFitment.designer.cs
│ │ │ │ │ ├── frmFitment.resx
│ │ │ │ │ ├── frmFloor.cs
│ │ │ │ │ ├── frmFloor.designer.cs
│ │ │ │ │ ├── frmFloor.resx
│ │ │ │ │ ├── frmMothed.cs
│ │ │ │ │ ├── frmMothed.designer.cs
│ │ │ │ │ ├── frmMothed.resx
│ │ │ │ │ ├── frmSeat.cs
│ │ │ │ │ ├── frmSeat.designer.cs
│ │ │ │ │ ├── frmSeat.resx
│ │ │ │ │ ├── frmType.cs
│ │ │ │ │ ├── frmType.designer.cs
│ │ │ │ │ └── frmType.resx
│ │ │ │ ├── PayingM
│ │ │ │ │ ├── frmBackMoney.cs
│ │ │ │ │ ├── frmBackMoney.designer.cs
│ │ │ │ │ ├── frmBackMoney.resx
│ │ │ │ │ ├── frmMoney.cs
│ │ │ │ │ ├── frmMoney.designer.cs
│ │ │ │ │ └── frmMoney.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── SeekTenantsM
│ │ │ │ │ ├── frmHouse.cs
│ │ │ │ │ ├── frmHouse.designer.cs
│ │ │ │ │ ├── frmHouse.resx
│ │ │ │ │ ├── frmIntend.cs
│ │ │ │ │ ├── frmIntend.designer.cs
│ │ │ │ │ ├── frmIntendInfo.cs
│ │ │ │ │ ├── frmIntendInfo.designer.cs
│ │ │ │ │ ├── frmIntendInfo.resx
│ │ │ │ │ ├── frmIntend.resx
│ │ │ │ │ ├── frmOk.cs
│ │ │ │ │ ├── frmOk.designer.cs
│ │ │ │ │ ├── frmOk.resx
│ │ │ │ │ ├── frmSelect.cs
│ │ │ │ │ ├── frmSelect.designer.cs
│ │ │ │ │ ├── frmSelect.resx
│ │ │ │ │ ├── frmStateHouse.cs
│ │ │ │ │ ├── frmStateHouse.designer.cs
│ │ │ │ │ └── frmStateHouse.resx
│ │ │ │ ├── StaffInfor
│ │ │ │ │ ├── frmEmpleeyAll.cs
│ │ │ │ │ ├── frmEmpleeyAll.designer.cs
│ │ │ │ │ ├── frmEmpleeyAll.resx
│ │ │ │ │ ├── frmEmploeey.cs
│ │ │ │ │ ├── frmEmploeey.designer.cs
│ │ │ │ │ ├── frmEmploeey.resx
│ │ │ │ │ ├── frmGov.cs
│ │ │ │ │ ├── frmGov.designer.cs
│ │ │ │ │ ├── frmGov.resx
│ │ │ │ │ ├── frmStudyDegree.cs
│ │ │ │ │ ├── frmStudyDegree.designer.cs
│ │ │ │ │ └── frmStudyDegree.resx
│ │ │ │ ├── SystemM
│ │ │ │ │ ├── frmChangYouSelfPwd.cs
│ │ │ │ │ ├── frmChangYouSelfPwd.designer.cs
│ │ │ │ │ ├── frmChangYouSelfPwd.resx
│ │ │ │ │ ├── frmRestore.cs
│ │ │ │ │ ├── frmRestore.designer.cs
│ │ │ │ │ ├── frmRestore.resx
│ │ │ │ │ ├── frmStock.cs
│ │ │ │ │ ├── frmStock.designer.cs
│ │ │ │ │ └── frmStock.resx
│ │ │ │ └── UserInfor
│ │ │ │ ├── frmPeopleInfo.cs
│ │ │ │ ├── frmPeopleInfo.designer.cs
│ │ │ │ ├── frmPeopleInfo.resx
│ │ │ │ ├── frmPeopleList.cs
│ │ │ │ ├── frmPeopleList.designer.cs
│ │ │ │ └── frmPeopleList.resx
│ │ │ ├── houseAgency.sln
│ │ │ └── houseAgency.suo
│ │ ├── 房屋中介管理系统使用说明.doc
│ │ └── 视频
│ ├── 第29章
│ │ ├── PWMS
│ │ │ ├── PWMS
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── bar
│ │ │ │ │ ├── Interop.Office.dll
│ │ │ │ │ ├── Interop.VBIDE.dll
│ │ │ │ │ ├── Interop.Word.dll
│ │ │ │ │ ├── PWMS.pdb
│ │ │ │ │ └── 程序使用说明.doc
│ │ │ │ ├── Database
│ │ │ │ │ ├── db_PWMS_log.ldf
│ │ │ │ │ └── db_PWMS.mdf
│ │ │ │ ├── DataClass
│ │ │ │ │ └── MyMeans.cs
│ │ │ │ ├── F_Login.cs
│ │ │ │ ├── F_Login.designer.cs
│ │ │ │ ├── F_Login.resx
│ │ │ │ ├── F_Main.cs
│ │ │ │ ├── F_Main.designer.cs
│ │ │ │ ├── F_Main.resx
│ │ │ │ ├── Image
│ │ │ │ │ ├── 01.png
│ │ │ │ │ ├── 02.png
│ │ │ │ │ ├── 03.png
│ │ │ │ │ ├── 04.png
│ │ │ │ │ ├── 05.png
│ │ │ │ │ ├── 06.png
│ │ │ │ │ ├── 07.png
│ │ │ │ │ ├── 08.png
│ │ │ │ │ ├── 09.png
│ │ │ │ │ ├── PEOPLE.jpg
│ │ │ │ │ ├── 主界面.bmp
│ │ │ │ │ ├── 备份.bmp
│ │ │ │ │ └── 登录.bmp
│ │ │ │ ├── InfoAddForm
│ │ │ │ │ ├── F_Address.cs
│ │ │ │ │ ├── F_Address.designer.cs
│ │ │ │ │ ├── F_Address.resx
│ │ │ │ │ ├── F_Basic.cs
│ │ │ │ │ ├── F_Basic.designer.cs
│ │ │ │ │ ├── F_Basic.resx
│ │ │ │ │ ├── F_ClewSet.cs
│ │ │ │ │ ├── F_ClewSet.designer.cs
│ │ │ │ │ └── F_ClewSet.resx
│ │ │ │ ├── ModuleClass
│ │ │ │ │ └── MyModule.cs
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Interop.Microsoft.Office.Core.dll
│ │ │ │ │ ├── Interop.Microsoft.Office.Interop.Word.dll
│ │ │ │ │ ├── Interop.Office.dll
│ │ │ │ │ ├── Interop.VBIDE.dll
│ │ │ │ │ ├── Interop.Word.dll
│ │ │ │ │ ├── PWMS.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── PWMS.csproj.GenerateResource.Cache
│ │ │ │ │ ├── PWMS.csproj.ResolveComReference.cache
│ │ │ │ │ ├── PWMS.F_Login.resources
│ │ │ │ │ ├── PWMS.F_Main.resources
│ │ │ │ │ ├── PWMS.InfoAddForm.F_Address.resources
│ │ │ │ │ ├── PWMS.InfoAddForm.F_Basic.resources
│ │ │ │ │ ├── PWMS.InfoAddForm.F_ClewSet.resources
│ │ │ │ │ ├── PWMS.pdb
│ │ │ │ │ ├── PWMS.PerForm.F_AddressList.resources
│ │ │ │ │ ├── PWMS.PerForm.F_ClearData.resources
│ │ │ │ │ ├── PWMS.PerForm.F_Find.resources
│ │ │ │ │ ├── PWMS.PerForm.F_HaveBack.resources
│ │ │ │ │ ├── PWMS.PerForm.F_ManFile.resources
│ │ │ │ │ ├── PWMS.PerForm.F_Stat.resources
│ │ │ │ │ ├── PWMS.PerForm.F_UserAdd.resources
│ │ │ │ │ ├── PWMS.PerForm.F_UserPope.resources
│ │ │ │ │ ├── PWMS.PerForm.F_User.resources
│ │ │ │ │ ├── PWMS.PerForm.F_WordPad.resources
│ │ │ │ │ ├── PWMS.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── PerForm
│ │ │ │ │ ├── F_AddressList.cs
│ │ │ │ │ ├── F_AddressList.designer.cs
│ │ │ │ │ ├── F_AddressList.resx
│ │ │ │ │ ├── F_ClearData.cs
│ │ │ │ │ ├── F_ClearData.designer.cs
│ │ │ │ │ ├── F_ClearData.resx
│ │ │ │ │ ├── F_Find.cs
│ │ │ │ │ ├── F_Find.designer.cs
│ │ │ │ │ ├── F_Find.resx
│ │ │ │ │ ├── F_HaveBack.cs
│ │ │ │ │ ├── F_HaveBack.designer.cs
│ │ │ │ │ ├── F_HaveBack.resx
│ │ │ │ │ ├── F_ManFile.cs
│ │ │ │ │ ├── F_ManFile.designer.cs
│ │ │ │ │ ├── F_ManFile.resx
│ │ │ │ │ ├── F_Stat.cs
│ │ │ │ │ ├── F_Stat.designer.cs
│ │ │ │ │ ├── F_Stat.resx
│ │ │ │ │ ├── F_UserAdd.cs
│ │ │ │ │ ├── F_UserAdd.designer.cs
│ │ │ │ │ ├── F_UserAdd.resx
│ │ │ │ │ ├── F_User.cs
│ │ │ │ │ ├── F_User.designer.cs
│ │ │ │ │ ├── F_UserPope.cs
│ │ │ │ │ ├── F_UserPope.designer.cs
│ │ │ │ │ ├── F_UserPope.resx
│ │ │ │ │ ├── F_User.resx
│ │ │ │ │ ├── F_WordPad.cs
│ │ │ │ │ ├── F_WordPad.designer.cs
│ │ │ │ │ └── F_WordPad.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── PWMS.csproj
│ │ │ ├── PWMS.sln
│ │ │ └── PWMS.suo
│ │ ├── 程序使用说明.doc
│ │ ├── 视频29.1
│ │ ├── 视频29.10
│ │ ├── 视频29.11
│ │ ├── 视频29.12
│ │ ├── 视频29.13
│ │ ├── 视频29.14~29.15
│ │ ├── 视频29.16
│ │ ├── 视频29.2~29.3
│ │ ├── 视频29.4
│ │ ├── 视频29.5
│ │ ├── 视频29.6
│ │ ├── 视频29.7
│ │ ├── 视频29.8
│ │ └── 视频29.9
│ ├── 第2章
│ │ ├── 例2.1
│ │ │ └── Hello_World
│ │ │ ├── Hello_World
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── Hello_World.pdb
│ │ │ │ ├── Hello_World.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Hello_World.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── Hello_World.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Hello_World.sln
│ │ │ └── Hello_World.suo
│ │ ├── 例2.2
│ │ │ └── UseNameSpace
│ │ │ ├── UseNameSpace
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseNameSpace.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseNameSpace.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseNameSpace.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseNameSpace.csproj
│ │ │ ├── UseNameSpace.sln
│ │ │ └── UseNameSpace.suo
│ │ ├── 例2.7
│ │ │ └── CProByNote
│ │ │ └── CProByNote.txt
│ │ ├── 例2.8
│ │ │ └── FindError
│ │ │ ├── FindError
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── FindError.pdb
│ │ │ │ ├── FindError.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── FindError.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── FindError.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── FindError.sln
│ │ │ └── FindError.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── FirstCLX
│ │ │ ├── FirstCLX
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── FirstCLX.pdb
│ │ │ │ ├── FirstCLX.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── FirstCLX.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── FirstCLX.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── FirstCLX.sln
│ │ │ └── FirstCLX.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── ZTZSLX
│ │ │ ├── ZTZSLX
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ZTZSLX.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── ZTZSLX.csproj.FileListAbsolute.txt
│ │ │ │ │ └── ZTZSLX.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── ZTZSLX.csproj
│ │ │ ├── ZTZSLX.sln
│ │ │ └── ZTZSLX.suo
│ │ ├── 视频2.1
│ │ ├── 视频2.2~2.3
│ │ └── 视频2.4
│ ├── 第30章
│ │ ├── EMS
│ │ │ ├── EMS
│ │ │ │ ├── BaseClass
│ │ │ │ │ ├── BaseInfo.cs
│ │ │ │ │ └── DataBase.cs
│ │ │ │ ├── BaseInfo
│ │ │ │ │ ├── frmEmployee.cs
│ │ │ │ │ ├── frmEmployee.designer.cs
│ │ │ │ │ ├── frmEmployee.resx
│ │ │ │ │ ├── frmStock.cs
│ │ │ │ │ ├── frmStock.designer.cs
│ │ │ │ │ ├── frmStock.resx
│ │ │ │ │ ├── frmUnits.cs
│ │ │ │ │ ├── frmUnits.designer.cs
│ │ │ │ │ └── frmUnits.resx
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── EMS.pdb
│ │ │ │ │ └── 系统涉及算法.txt
│ │ │ │ ├── BuyStock
│ │ │ │ │ ├── frmBuyStockAnalyse.cs
│ │ │ │ │ ├── frmBuyStockAnalyse.designer.cs
│ │ │ │ │ ├── frmBuyStockAnalyse.resx
│ │ │ │ │ ├── frmBuyStock.cs
│ │ │ │ │ ├── frmBuyStock.designer.cs
│ │ │ │ │ ├── frmBuyStock.resx
│ │ │ │ │ ├── frmBuyStockSum.cs
│ │ │ │ │ ├── frmBuyStockSum.designer.cs
│ │ │ │ │ ├── frmBuyStockSum.resx
│ │ │ │ │ ├── frmCurrentAccountBook.cs
│ │ │ │ │ ├── frmCurrentAccountBook.designer.cs
│ │ │ │ │ ├── frmCurrentAccountBook.resx
│ │ │ │ │ ├── frmRebuyStock.cs
│ │ │ │ │ ├── frmRebuyStock.designer.cs
│ │ │ │ │ ├── frmRebuyStock.resx
│ │ │ │ │ ├── frmUnitsList.cs
│ │ │ │ │ ├── frmUnitsList.designer.cs
│ │ │ │ │ └── frmUnitsList.resx
│ │ │ │ ├── Database
│ │ │ │ │ ├── db_EMS_log.ldf
│ │ │ │ │ └── db_EMS.mdf
│ │ │ │ ├── EMS.csproj
│ │ │ │ ├── frmLogin.cs
│ │ │ │ ├── frmLogin.designer.cs
│ │ │ │ ├── frmLogin.resx
│ │ │ │ ├── frmMain.cs
│ │ │ │ ├── frmMain.designer.cs
│ │ │ │ ├── frmMain.resx
│ │ │ │ ├── icon
│ │ │ │ │ ├── 001.ico
│ │ │ │ │ ├── 07.ico
│ │ │ │ │ ├── 162.ico
│ │ │ │ │ ├── 170.ico
│ │ │ │ │ ├── 171.ico
│ │ │ │ │ ├── 172.ico
│ │ │ │ │ ├── 23.ico
│ │ │ │ │ ├── 3.ico
│ │ │ │ │ ├── 42.ico
│ │ │ │ │ ├── 44.ico
│ │ │ │ │ ├── 45.ico
│ │ │ │ │ ├── 87.ico
│ │ │ │ │ ├── add.ico
│ │ │ │ │ ├── backup.ico
│ │ │ │ │ ├── cancle.ico
│ │ │ │ │ ├── check.ico
│ │ │ │ │ ├── close.bmp
│ │ │ │ │ ├── Close.ico
│ │ │ │ │ ├── delete.ico
│ │ │ │ │ ├── detailed.ico
│ │ │ │ │ ├── edit.ico
│ │ │ │ │ ├── exit.ico
│ │ │ │ │ ├── find.ico
│ │ │ │ │ ├── help.bmp
│ │ │ │ │ ├── help.ico
│ │ │ │ │ ├── h.ico
│ │ │ │ │ ├── internet.bmp
│ │ │ │ │ ├── internet.ico
│ │ │ │ │ ├── main.ico
│ │ │ │ │ ├── print.ico
│ │ │ │ │ ├── question.ico
│ │ │ │ │ ├── save.ico
│ │ │ │ │ ├── search.ico
│ │ │ │ │ ├── s.ico
│ │ │ │ │ └── z.ico
│ │ │ │ ├── Image
│ │ │ │ │ ├── 企业进销存主窗体.jpg
│ │ │ │ │ └── 企业进销存登录窗体.jpg
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── EMS.BaseInfo.frmEmployee.resources
│ │ │ │ │ ├── EMS.BaseInfo.frmStock.resources
│ │ │ │ │ ├── EMS.BaseInfo.frmUnits.resources
│ │ │ │ │ ├── EMS.BuyStock.frmBuyStockAnalyse.resources
│ │ │ │ │ ├── EMS.BuyStock.frmBuyStock.resources
│ │ │ │ │ ├── EMS.BuyStock.frmBuyStockSum.resources
│ │ │ │ │ ├── EMS.BuyStock.frmCurrentAccountBook.resources
│ │ │ │ │ ├── EMS.BuyStock.frmRebuyStock.resources
│ │ │ │ │ ├── EMS.BuyStock.frmUnitsList.resources
│ │ │ │ │ ├── EMS.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── EMS.csproj.GenerateResource.Cache
│ │ │ │ │ ├── EMS.frmLogin.resources
│ │ │ │ │ ├── EMS.frmMain.resources
│ │ │ │ │ ├── EMS.pdb
│ │ │ │ │ ├── EMS.Properties.Resources.resources
│ │ │ │ │ ├── EMS.SaleStock.frmResellStock.resources
│ │ │ │ │ ├── EMS.SaleStock.frmSellStockCost.resources
│ │ │ │ │ ├── EMS.SaleStock.frmSellStockDesc.resources
│ │ │ │ │ ├── EMS.SaleStock.frmSellStockDetailed.resources
│ │ │ │ │ ├── EMS.SaleStock.frmSellStock.resources
│ │ │ │ │ ├── EMS.SaleStock.frmSellStockStatus.resources
│ │ │ │ │ ├── EMS.SaleStock.frmSellStockSum.resources
│ │ │ │ │ ├── EMS.SelectDataDialog.frmSelectDateTime.resources
│ │ │ │ │ ├── EMS.SelectDataDialog.frmSelectHandle.resources
│ │ │ │ │ ├── EMS.SelectDataDialog.frmSelectOrderby.resources
│ │ │ │ │ ├── EMS.SelectDataDialog.frmSelectStock.resources
│ │ │ │ │ ├── EMS.SelectDataDialog.frmSelectUnits.resources
│ │ │ │ │ ├── EMS.SelectDataDialog.frmSetStockLimit.resources
│ │ │ │ │ ├── EMS.SetSystem.frmBakup.resources
│ │ │ │ │ ├── EMS.SetSystem.frmClearTable.resources
│ │ │ │ │ ├── EMS.SetSystem.frmSetOP.resources
│ │ │ │ │ ├── EMS.SetSystem.frmUnits.resources
│ │ │ │ │ ├── EMS.Stock.frmCheckStock.resources
│ │ │ │ │ ├── EMS.Stock.frmLowerLimit.resources
│ │ │ │ │ ├── EMS.Stock.frmStockStatus.resources
│ │ │ │ │ ├── EMS.Stock.frmUpperLimit.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Resources
│ │ │ │ ├── SaleStock
│ │ │ │ │ ├── frmResellStock.cs
│ │ │ │ │ ├── frmResellStock.designer.cs
│ │ │ │ │ ├── frmResellStock.resx
│ │ │ │ │ ├── frmSellStockCost.cs
│ │ │ │ │ ├── frmSellStockCost.designer.cs
│ │ │ │ │ ├── frmSellStockCost.resx
│ │ │ │ │ ├── frmSellStock.cs
│ │ │ │ │ ├── frmSellStockDesc.cs
│ │ │ │ │ ├── frmSellStockDesc.designer.cs
│ │ │ │ │ ├── frmSellStockDesc.resx
│ │ │ │ │ ├── frmSellStock.designer.cs
│ │ │ │ │ ├── frmSellStockDetailed.cs
│ │ │ │ │ ├── frmSellStockDetailed.designer.cs
│ │ │ │ │ ├── frmSellStockDetailed.resx
│ │ │ │ │ ├── frmSellStock.resx
│ │ │ │ │ ├── frmSellStockStatus.cs
│ │ │ │ │ ├── frmSellStockStatus.designer.cs
│ │ │ │ │ ├── frmSellStockStatus.resx
│ │ │ │ │ ├── frmSellStockSum.cs
│ │ │ │ │ ├── frmSellStockSum.designer.cs
│ │ │ │ │ └── frmSellStockSum.resx
│ │ │ │ ├── SelectDataDialog
│ │ │ │ │ ├── frmSelectDateTime.cs
│ │ │ │ │ ├── frmSelectDateTime.designer.cs
│ │ │ │ │ ├── frmSelectDateTime.resx
│ │ │ │ │ ├── frmSelectHandle.cs
│ │ │ │ │ ├── frmSelectHandle.designer.cs
│ │ │ │ │ ├── frmSelectHandle.resx
│ │ │ │ │ ├── frmSelectOrderby.cs
│ │ │ │ │ ├── frmSelectOrderby.designer.cs
│ │ │ │ │ ├── frmSelectOrderby.resx
│ │ │ │ │ ├── frmSelectStock.cs
│ │ │ │ │ ├── frmSelectStock.designer.cs
│ │ │ │ │ ├── frmSelectStock.resx
│ │ │ │ │ ├── frmSelectUnits.cs
│ │ │ │ │ ├── frmSelectUnits.designer.cs
│ │ │ │ │ ├── frmSelectUnits.resx
│ │ │ │ │ ├── frmSetStockLimit.cs
│ │ │ │ │ ├── frmSetStockLimit.designer.cs
│ │ │ │ │ └── frmSetStockLimit.resx
│ │ │ │ ├── SetSystem
│ │ │ │ │ ├── frmBakup.cs
│ │ │ │ │ ├── frmBakup.designer.cs
│ │ │ │ │ ├── frmBakup.resx
│ │ │ │ │ ├── frmClearTable.cs
│ │ │ │ │ ├── frmClearTable.designer.cs
│ │ │ │ │ ├── frmClearTable.resx
│ │ │ │ │ ├── frmSetOP.cs
│ │ │ │ │ ├── frmSetOP.designer.cs
│ │ │ │ │ ├── frmSetOP.resx
│ │ │ │ │ ├── frmUnits.cs
│ │ │ │ │ ├── frmUnits.designer.cs
│ │ │ │ │ └── frmUnits.resx
│ │ │ │ └── Stock
│ │ │ │ ├── frmCheckStock.cs
│ │ │ │ ├── frmCheckStock.designer.cs
│ │ │ │ ├── frmCheckStock.resx
│ │ │ │ ├── frmLowerLimit.cs
│ │ │ │ ├── frmLowerLimit.designer.cs
│ │ │ │ ├── frmLowerLimit.resx
│ │ │ │ ├── frmStockStatus.cs
│ │ │ │ ├── frmStockStatus.designer.cs
│ │ │ │ ├── frmStockStatus.resx
│ │ │ │ ├── frmUpperLimit.cs
│ │ │ │ ├── frmUpperLimit.designer.cs
│ │ │ │ └── frmUpperLimit.resx
│ │ │ ├── EMS.sln
│ │ │ └── EMS.suo
│ │ ├── 企业进销存管理系统使用说明.doc
│ │ └── 视频
│ ├── 第3章
│ │ ├── 例3.1
│ │ │ └── UseInt
│ │ │ ├── UseInt
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseInt.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseInt.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseInt.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseInt.csproj
│ │ │ ├── UseInt.sln
│ │ │ └── UseInt.suo
│ │ ├── 例3.10
│ │ │ └── VarField
│ │ │ ├── VarField
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── VarField.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── VarField.csproj.FileListAbsolute.txt
│ │ │ │ │ └── VarField.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── VarField.csproj
│ │ │ ├── VarField.sln
│ │ │ └── VarField.suo
│ │ ├── 例3.12
│ │ │ └── UseConst
│ │ │ ├── UseConst
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseConst.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseConst.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseConst.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseConst.csproj
│ │ │ ├── UseConst.sln
│ │ │ └── UseConst.suo
│ │ ├── 例3.14
│ │ │ └── ShowConvert
│ │ │ ├── ShowConvert
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ShowConvert.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ShowConvert.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ShowConvert.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── ShowConvert.csproj
│ │ │ ├── ShowConvert.sln
│ │ │ └── ShowConvert.suo
│ │ ├── 例3.16
│ │ │ └── UpBox
│ │ │ ├── UpBox
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UpBox.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UpBox.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UpBox.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UpBox.csproj
│ │ │ ├── UpBox.sln
│ │ │ └── UpBox.suo
│ │ ├── 例3.17
│ │ │ └── DownBox
│ │ │ ├── DownBox
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DownBox.pdb
│ │ │ │ ├── DownBox.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DownBox.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DownBox.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── DownBox.sln
│ │ │ └── DownBox.suo
│ │ ├── 例3.18
│ │ │ └── UserAdd
│ │ │ ├── UserAdd
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UserAdd.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UserAdd.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UserAdd.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UserAdd.csproj
│ │ │ ├── UserAdd.sln
│ │ │ └── UserAdd.suo
│ │ ├── 例3.19
│ │ │ └── UseSub
│ │ │ ├── UseSub
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseSub.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseSub.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseSub.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseSub.csproj
│ │ │ ├── UseSub.sln
│ │ │ └── UseSub.suo
│ │ ├── 例3.20
│ │ │ └── UseMul
│ │ │ ├── UseMul
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseMul.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseMul.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseMul.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseMul.csproj
│ │ │ ├── UseMul.sln
│ │ │ └── UseMul.suo
│ │ ├── 例3.21
│ │ │ └── UseDiv
│ │ │ ├── UseDiv
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseDiv.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseDiv.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseDiv.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseDiv.csproj
│ │ │ ├── UseDiv.sln
│ │ │ └── UseDiv.suo
│ │ ├── 例3.22
│ │ │ └── UseRes
│ │ │ ├── UseRes
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseRes.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseRes.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseRes.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseRes.csproj
│ │ │ ├── UseRes.sln
│ │ │ └── UseRes.suo
│ │ ├── 例3.23
│ │ │ └── UseAddEva
│ │ │ ├── UseAddEva
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseAddEva.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseAddEva.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseAddEva.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseAddEva.csproj
│ │ │ ├── UseAddEva.sln
│ │ │ └── UseAddEva.suo
│ │ ├── 例3.24
│ │ │ └── UseDD
│ │ │ ├── UseDD
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseDD.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseDD.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseDD.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseDD.csproj
│ │ │ ├── UseDD.sln
│ │ │ └── UseDD.suo
│ │ ├── 例3.25
│ │ │ └── UseBD
│ │ │ ├── UseBD
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseBD.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseBD.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseBD.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseBD.csproj
│ │ │ ├── UseBD.sln
│ │ │ └── UseBD.suo
│ │ ├── 例3.26
│ │ │ └── UseXY
│ │ │ ├── UseXY
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseXY.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseXY.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseXY.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseXY.csproj
│ │ │ ├── UseXY.sln
│ │ │ └── UseXY.suo
│ │ ├── 例3.27
│ │ │ └── UseDY
│ │ │ ├── UseDY
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseDY.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseDY.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseDY.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseDY.csproj
│ │ │ ├── UseDY.sln
│ │ │ └── UseDY.suo
│ │ ├── 例3.28
│ │ │ └── UseXYDY
│ │ │ ├── UseXYDY
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseXYDY.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseXYDY.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseXYDY.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseXYDY.csproj
│ │ │ ├── UseXYDY.sln
│ │ │ └── UseXYDY.suo
│ │ ├── 例3.29
│ │ │ └── UseDYDY
│ │ │ ├── UseDYDY
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseDYDY.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseDYDY.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseDYDY.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseDYDY.csproj
│ │ │ ├── UseDYDY.sln
│ │ │ └── UseDYDY.suo
│ │ ├── 例3.30
│ │ │ └── UseWY
│ │ │ ├── UseWY
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseWY.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseWY.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseWY.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseWY.csproj
│ │ │ ├── UseWY.sln
│ │ │ └── UseWY.suo
│ │ ├── 例3.31
│ │ │ └── UseWH
│ │ │ ├── UseWH
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseWH.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseWH.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseWH.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseWH.csproj
│ │ │ ├── UseWH.sln
│ │ │ └── UseWH.suo
│ │ ├── 例3.32
│ │ │ └── UseWYH
│ │ │ ├── UseWYH
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseWYH.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseWYH.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseWYH.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseWYH.csproj
│ │ │ ├── UseWYH.sln
│ │ │ └── UseWYH.suo
│ │ ├── 例3.33
│ │ │ └── UseBEY
│ │ │ ├── UseBEY
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseBEY.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseBEY.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseBEY.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseBEY.csproj
│ │ │ ├── UseBEY.sln
│ │ │ └── UseBEY.suo
│ │ ├── 例3.34
│ │ │ └── UseBEH
│ │ │ ├── UseBEH
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseBEH.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseBEH.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseBEH.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseBEH.csproj
│ │ │ ├── UseBEH.sln
│ │ │ └── UseBEH.suo
│ │ ├── 例3.35
│ │ │ └── UseBEYH
│ │ │ ├── UseBEYH
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseBEYH.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseBEYH.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseBEYH.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseBEYH.csproj
│ │ │ ├── UseBEYH.sln
│ │ │ └── UseBEYH.suo
│ │ ├── 例3.36
│ │ │ └── UseZYW
│ │ │ ├── UseZYW
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseZYW.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseZYW.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseZYW.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseZYW.csproj
│ │ │ ├── UseZYW.sln
│ │ │ └── UseZYW.suo
│ │ ├── 例3.37
│ │ │ └── UseYYW
│ │ │ ├── UseYYW
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseYYW.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseYYW.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseYYW.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseYYW.csproj
│ │ │ ├── UseYYW.sln
│ │ │ └── UseYYW.suo
│ │ ├── 例3.38
│ │ │ └── UseIS
│ │ │ ├── UseIS
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseIS.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseIS.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseIS.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseIS.csproj
│ │ │ ├── UseIS.sln
│ │ │ └── UseIS.suo
│ │ ├── 例3.39
│ │ │ └── UseTJ
│ │ │ ├── UseTJ
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseTJ.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseTJ.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseTJ.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseTJ.csproj
│ │ │ ├── UseTJ.sln
│ │ │ └── UseTJ.suo
│ │ ├── 例3.40
│ │ │ └── UseNEW
│ │ │ ├── UseNEW
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseNEW.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseNEW.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseNEW.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseNEW.csproj
│ │ │ ├── UseNEW.sln
│ │ │ └── UseNEW.suo
│ │ ├── 例3.41
│ │ │ └── UseTypeOf
│ │ │ ├── UseTypeOf
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseTypeOf.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseTypeOf.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseTypeOf.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseTypeOf.csproj
│ │ │ ├── UseTypeOf.sln
│ │ │ └── UseTypeOf.suo
│ │ ├── 例3.42
│ │ │ └── UserLogin
│ │ │ ├── UserLogin
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UserLogin.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UserLogin.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UserLogin.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UserLogin.csproj
│ │ │ ├── UserLogin.sln
│ │ │ └── UserLogin.suo
│ │ ├── 例3.43
│ │ │ └── JudgePNum
│ │ │ ├── JudgePNum
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── JudgePNum.pdb
│ │ │ │ ├── JudgePNum.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── JudgePNum.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── JudgePNum.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── JudgePNum.sln
│ │ │ └── JudgePNum.suo
│ │ ├── 例3.5
│ │ │ └── UseReference
│ │ │ ├── UseReference
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseReference.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseReference.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseReference.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseReference.csproj
│ │ │ ├── UseReference.sln
│ │ │ └── UseReference.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── VarLX
│ │ │ ├── VarLX
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── VarLX.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── VarLX.csproj.FileListAbsolute.txt
│ │ │ │ │ └── VarLX.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── VarLX.csproj
│ │ │ ├── VarLX.sln
│ │ │ └── VarLX.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── ConstLX
│ │ │ ├── ConstLX
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ ├── ConstLX.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ConstLX.csproj.FileListAbsolute.txt
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── ConstLX.sln
│ │ │ └── ConstLX.suo
│ │ ├── 第3题(实践与练习)
│ │ │ └── AddLX
│ │ │ ├── AddLX
│ │ │ │ ├── AddLX.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── AddLX.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── AddLX.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── AddLX.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── AddLX.sln
│ │ │ └── AddLX.suo
│ │ ├── 第4题(实践与练习)
│ │ │ └── WHLX
│ │ │ ├── WHLX
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── WHLX.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── WHLX.csproj.FileListAbsolute.txt
│ │ │ │ │ └── WHLX.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── WHLX.csproj
│ │ │ ├── WHLX.sln
│ │ │ └── WHLX.suo
│ │ ├── 第5题(实践与练习)
│ │ │ └── JJLX
│ │ │ ├── JJLX
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── JJLX.pdb
│ │ │ │ ├── JJLX.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── JJLX.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── JJLX.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── JJLX.sln
│ │ │ └── JJLX.suo
│ │ ├── 视频3.1
│ │ ├── 视频3.2~3.3
│ │ ├── 视频3.4
│ │ ├── 视频3.5
│ │ └── 视频3.6
│ ├── 第4章
│ │ ├── 例4.1
│ │ │ └── EightQueen
│ │ │ ├── EightQueen
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── EightQueen.pdb
│ │ │ │ ├── EightQueen.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── EightQueen.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── EightQueen.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── EightQueen.sln
│ │ │ └── EightQueen.suo
│ │ ├── 例4.3
│ │ │ └── UseIF
│ │ │ ├── UseIF
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseIF.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseIF.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseIF.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseIF.csproj
│ │ │ ├── UseIF.sln
│ │ │ └── UseIF.suo
│ │ ├── 例4.4
│ │ │ └── UseElseif
│ │ │ ├── UseElseif
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseElseif.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseElseif.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseElseif.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseElseif.csproj
│ │ │ ├── UseElseif.sln
│ │ │ └── UseElseif.suo
│ │ ├── 例4.5
│ │ │ └── QTIF
│ │ │ ├── QTIF
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── QTIF.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── QTIF.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── QTIF.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── QTIF.csproj
│ │ │ ├── QTIF.sln
│ │ │ └── QTIF.suo
│ │ ├── 例4.6
│ │ │ └── UseSwitch
│ │ │ ├── UseSwitch
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseSwitch.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseSwitch.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseSwitch.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseSwitch.csproj
│ │ │ ├── UseSwitch.sln
│ │ │ └── UseSwitch.suo
│ │ ├── 例4.7
│ │ │ └── IfToSwitch
│ │ │ ├── IfToSwitch
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── IfToSwitch.pdb
│ │ │ │ ├── IfToSwitch.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── IfToSwitch.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── IfToSwitch.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── IfToSwitch.sln
│ │ │ └── IfToSwitch.suo
│ │ ├── 例4.8
│ │ │ └── LoginType
│ │ │ ├── LoginType
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── LoginType.pdb
│ │ │ │ ├── LoginType.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LoginType.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── LoginType.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── LoginType.sln
│ │ │ └── LoginType.suo
│ │ ├── 例4.9
│ │ │ └── DGSF
│ │ │ ├── DGSF
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── DGSF.pdb
│ │ │ │ ├── DGSF.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DGSF.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DGSF.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── DGSF.sln
│ │ │ └── DGSF.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── ForAndIfLX
│ │ │ ├── ForAndIfLX
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ForAndIfLX.pdb
│ │ │ │ ├── ForAndIfLX.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ForAndIfLX.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ForAndIfLX.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── ForAndIfLX.sln
│ │ │ └── ForAndIfLX.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── SwitchLX
│ │ │ ├── SwitchLX
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── SwitchLX.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── SwitchLX.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SwitchLX.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── SwitchLX.csproj
│ │ │ ├── SwitchLX.sln
│ │ │ └── SwitchLX.suo
│ │ ├── 视频4.1
│ │ ├── 视频4.2
│ │ ├── 视频4.3
│ │ └── 视频4.4
│ ├── 第5章
│ │ ├── 例5.1
│ │ │ └── UseWhile
│ │ │ ├── UseWhile
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseWhile.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseWhile.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseWhile.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseWhile.csproj
│ │ │ ├── UseWhile.sln
│ │ │ └── UseWhile.suo
│ │ ├── 例5.10
│ │ │ └── UseReturn
│ │ │ ├── UseReturn
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseReturn.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseReturn.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseReturn.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseReturn.csproj
│ │ │ ├── UseReturn.sln
│ │ │ └── UseReturn.suo
│ │ ├── 例5.11
│ │ │ └── CockSort
│ │ │ ├── CockSort
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CockSort.pdb
│ │ │ │ ├── CockSort.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CockSort.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CockSort.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── CockSort.sln
│ │ │ └── CockSort.suo
│ │ ├── 例5.12
│ │ │ └── GDBHArith
│ │ │ ├── GDBHArith
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── GDBHArith.pdb
│ │ │ │ ├── GDBHArith.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GDBHArith.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── GDBHArith.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── GDBHArith.sln
│ │ │ └── GDBHArith.suo
│ │ ├── 例5.2
│ │ │ └── BCWhile
│ │ │ ├── BCWhile
│ │ │ │ ├── BCWhile.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── BCWhile.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── BCWhile.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── BCWhile.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── BCWhile.sln
│ │ │ └── BCWhile.suo
│ │ ├── 例5.3
│ │ │ └── UseDoWhile
│ │ │ ├── UseDoWhile
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseDoWhile.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseDoWhile.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseDoWhile.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseDoWhile.csproj
│ │ │ ├── UseDoWhile.sln
│ │ │ └── UseDoWhile.suo
│ │ ├── 例5.4
│ │ │ └── UseFor
│ │ │ ├── UseFor
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseFor.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseFor.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseFor.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseFor.csproj
│ │ │ ├── UseFor.sln
│ │ │ └── UseFor.suo
│ │ ├── 例5.5
│ │ │ └── UseForeach
│ │ │ ├── UseForeach
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseForeach.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseForeach.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseForeach.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseForeach.csproj
│ │ │ ├── UseForeach.sln
│ │ │ └── UseForeach.suo
│ │ ├── 例5.6
│ │ │ └── BreakToSwitch
│ │ │ ├── BreakToSwitch
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── BreakToSwitch.pdb
│ │ │ │ ├── BreakToSwitch.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── BreakToSwitch.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── BreakToSwitch.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── BreakToSwitch.sln
│ │ │ └── BreakToSwitch.suo
│ │ ├── 例5.7
│ │ │ └── BreakToFor
│ │ │ ├── BreakToFor
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── BreakToFor.pdb
│ │ │ │ ├── BreakToFor.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── BreakToFor.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── BreakToFor.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── BreakToFor.sln
│ │ │ └── BreakToFor.suo
│ │ ├── 例5.8
│ │ │ └── UseContinue
│ │ │ ├── UseContinue
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseContinue.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseContinue.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseContinue.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseContinue.csproj
│ │ │ ├── UseContinue.sln
│ │ │ └── UseContinue.suo
│ │ ├── 例5.9
│ │ │ └── UseGoto
│ │ │ ├── UseGoto
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseGoto.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseGoto.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseGoto.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseGoto.csproj
│ │ │ ├── UseGoto.sln
│ │ │ └── UseGoto.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── GotoLX
│ │ │ ├── GotoLX
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── GotoLX.pdb
│ │ │ │ ├── GotoLX.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GotoLX.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── GotoLX.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── GotoLX.sln
│ │ │ └── GotoLX.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── GetZXGBS
│ │ │ ├── GetZXGBS
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── GetZXGBS.pdb
│ │ │ │ ├── GetZXGBS.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GetZXGBS.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── GetZXGBS.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── GetZXGBS.sln
│ │ │ └── GetZXGBS.suo
│ │ ├── 视频5.1
│ │ ├── 视频5.2
│ │ ├── 视频5.3
│ │ └── 视频5.4
│ ├── 第6章
│ │ ├── 例6.1
│ │ │ └── UseChar
│ │ │ ├── UseChar
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseChar.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseChar.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseChar.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseChar.csproj
│ │ │ ├── UseChar.sln
│ │ │ └── UseChar.suo
│ │ ├── 例6.10
│ │ │ └── SubString
│ │ │ ├── SubString
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── SubString.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── SubString.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SubString.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── SubString.csproj
│ │ │ ├── SubString.sln
│ │ │ └── SubString.suo
│ │ ├── 例6.11
│ │ │ └── SplitString
│ │ │ ├── SplitString
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── SplitString.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── SplitString.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SplitString.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── SplitString.csproj
│ │ │ ├── SplitString.sln
│ │ │ └── SplitString.suo
│ │ ├── 例6.12
│ │ │ └── InsertString
│ │ │ ├── InsertString
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── InsertString.pdb
│ │ │ │ ├── InsertString.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── InsertString.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── InsertString.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── InsertString.sln
│ │ │ └── InsertString.suo
│ │ ├── 例6.13
│ │ │ └── PadString
│ │ │ ├── PadString
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── PadString.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── PadString.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── PadString.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── PadString.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── PadString.sln
│ │ │ └── PadString.suo
│ │ ├── 例6.14
│ │ │ └── RemoveString
│ │ │ ├── RemoveString
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── RemoveString.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RemoveString.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── RemoveString.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── RemoveString.csproj
│ │ │ ├── RemoveString.sln
│ │ │ └── RemoveString.suo
│ │ ├── 例6.15
│ │ │ └── CopyString
│ │ │ ├── CopyString
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CopyString.pdb
│ │ │ │ ├── CopyString.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CopyString.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CopyString.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── CopyString.sln
│ │ │ └── CopyString.suo
│ │ ├── 例6.16
│ │ │ └── CopyToString
│ │ │ ├── CopyToString
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CopyToString.pdb
│ │ │ │ ├── CopyToString.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CopyToString.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CopyToString.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── CopyToString.sln
│ │ │ └── CopyToString.suo
│ │ ├── 例6.17
│ │ │ └── ReplaceString
│ │ │ ├── ReplaceString
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ReplaceString.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ReplaceString.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ReplaceString.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── ReplaceString.csproj
│ │ │ ├── ReplaceString.sln
│ │ │ └── ReplaceString.suo
│ │ ├── 例6.19
│ │ │ └── UseStringBuilder
│ │ │ ├── UseStringBuilder
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseStringBuilder.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseStringBuilder.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseStringBuilder.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseStringBuilder.csproj
│ │ │ ├── UseStringBuilder.sln
│ │ │ └── UseStringBuilder.suo
│ │ ├── 例6.2
│ │ │ └── UseZY
│ │ │ ├── UseZY
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseZY.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseZY.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseZY.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseZY.csproj
│ │ │ ├── UseZY.sln
│ │ │ └── UseZY.suo
│ │ ├── 例6.20
│ │ │ └── StringPage
│ │ │ ├── StringPage
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── StringPage.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── StringPage.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── StringPage.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── StringPage.csproj
│ │ │ ├── StringPage.sln
│ │ │ └── StringPage.suo
│ │ ├── 例6.21
│ │ │ └── EDString
│ │ │ ├── EDString
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── EDString.pdb
│ │ │ │ ├── EDString.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── EDString.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── EDString.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── EDString.sln
│ │ │ └── EDString.suo
│ │ ├── 例6.22
│ │ │ └── GetCodeByChinese
│ │ │ ├── GetCodeByChinese
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── GetCodeByChinese.pdb
│ │ │ │ ├── GetCodeByChinese.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GetCodeByChinese.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── GetCodeByChinese.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── GetCodeByChinese.sln
│ │ │ └── GetCodeByChinese.suo
│ │ ├── 例6.5
│ │ │ └── CompareString
│ │ │ ├── CompareString
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CompareString.pdb
│ │ │ │ ├── CompareString.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CompareString.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CompareString.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── CompareString.sln
│ │ │ └── CompareString.suo
│ │ ├── 例6.6
│ │ │ └── CompareToString
│ │ │ ├── CompareToString
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CompareToString.pdb
│ │ │ │ ├── CompareToString.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CompareToString.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CompareToString.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── CompareToString.sln
│ │ │ └── CompareToString.suo
│ │ ├── 例6.7
│ │ │ └── EqualsString
│ │ │ ├── EqualsString
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── EqualsString.pdb
│ │ │ │ ├── EqualsString.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── EqualsString.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── EqualsString.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── EqualsString.sln
│ │ │ └── EqualsString.suo
│ │ ├── 例6.8
│ │ │ └── FormatString
│ │ │ ├── FormatString
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── FormatString.pdb
│ │ │ │ ├── FormatString.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── FormatString.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── FormatString.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── FormatString.sln
│ │ │ └── FormatString.suo
│ │ ├── 例6.9
│ │ │ └── OutDate
│ │ │ ├── OutDate
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── OutDate.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── OutDate.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── OutDate.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── OutDate.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── OutDate.sln
│ │ │ └── OutDate.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── ReverseString
│ │ │ ├── ReverseString
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ReverseString.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ReverseString.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ReverseString.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── ReverseString.csproj
│ │ │ ├── ReverseString.sln
│ │ │ └── ReverseString.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── RemoveBlank
│ │ │ ├── RemoveBlank
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── RemoveBlank.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RemoveBlank.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── RemoveBlank.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── RemoveBlank.csproj
│ │ │ ├── RemoveBlank.sln
│ │ │ └── RemoveBlank.suo
│ │ ├── 第3题(实践与练习)
│ │ │ └── GetFileInfo
│ │ │ ├── GetFileInfo
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── GetFileInfo.pdb
│ │ │ │ ├── GetFileInfo.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GetFileInfo.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── GetFileInfo.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── GetFileInfo.sln
│ │ │ └── GetFileInfo.suo
│ │ ├── 视频6.1
│ │ ├── 视频6.2
│ │ ├── 视频6.3
│ │ ├── 视频6.4
│ │ └── 视频6.5
│ ├── 第7章
│ │ ├── 例7.10
│ │ │ └── UseTwoArray
│ │ │ ├── UseTwoArray
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseTwoArray.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseTwoArray.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseTwoArray.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseTwoArray.csproj
│ │ │ ├── UseTwoArray.sln
│ │ │ └── UseTwoArray.suo
│ │ ├── 例7.12
│ │ │ └── UseDYNArray
│ │ │ ├── UseDYNArray
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseDYNArray.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseDYNArray.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseDYNArray.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseDYNArray.csproj
│ │ │ ├── UseDYNArray.sln
│ │ │ └── UseDYNArray.suo
│ │ ├── 例7.15
│ │ │ └── BubbleSort
│ │ │ ├── BubbleSort
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── BubbleSort.pdb
│ │ │ │ ├── BubbleSort.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── BubbleSort.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── BubbleSort.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── BubbleSort.sln
│ │ │ └── BubbleSort.suo
│ │ ├── 例7.16
│ │ │ └── InsertSort
│ │ │ ├── InsertSort
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── InsertSort.pdb
│ │ │ │ ├── InsertSort.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── InsertSort.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── InsertSort.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── InsertSort.sln
│ │ │ └── InsertSort.suo
│ │ ├── 例7.17
│ │ │ └── SelectSort
│ │ │ ├── SelectSort
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── SelectSort.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── SelectSort.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SelectSort.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── SelectSort.csproj
│ │ │ ├── SelectSort.sln
│ │ │ └── SelectSort.suo
│ │ ├── 例7.20
│ │ │ └── CombinArray
│ │ │ ├── CombinArray
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CombinArray.pdb
│ │ │ │ ├── CombinArray.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CombinArray.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CombinArray.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── CombinArray.sln
│ │ │ └── CombinArray.suo
│ │ ├── 例7.21
│ │ │ └── SplitArray
│ │ │ ├── SplitArray
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── SplitArray.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── SplitArray.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SplitArray.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── SplitArray.csproj
│ │ │ ├── SplitArray.sln
│ │ │ └── SplitArray.suo
│ │ ├── 例7.27
│ │ │ └── AddArrayList
│ │ │ ├── AddArrayList
│ │ │ │ ├── AddArrayList.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── AddArrayList.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── AddArrayList.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── AddArrayList.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── AddArrayList.sln
│ │ │ └── AddArrayList.suo
│ │ ├── 例7.32
│ │ │ └── RemoveArrayList
│ │ │ ├── RemoveArrayList
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── RemoveArrayList.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RemoveArrayList.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── RemoveArrayList.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── RemoveArrayList.csproj
│ │ │ ├── RemoveArrayList.sln
│ │ │ └── RemoveArrayList.suo
│ │ ├── 例7.33
│ │ │ └── GetArrayList
│ │ │ ├── GetArrayList
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── GetArrayList.pdb
│ │ │ │ ├── GetArrayList.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GetArrayList.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── GetArrayList.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── GetArrayList.sln
│ │ │ └── GetArrayList.suo
│ │ ├── 例7.37
│ │ │ └── AddHashtable
│ │ │ ├── AddHashtable
│ │ │ │ ├── AddHashtable.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── AddHashtable.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── AddHashtable.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── AddHashtable.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── AddHashtable.sln
│ │ │ └── AddHashtable.suo
│ │ ├── 例7.38
│ │ │ └── ClearHashtable
│ │ │ ├── ClearHashtable
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ClearHashtable.pdb
│ │ │ │ ├── ClearHashtable.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ClearHashtable.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ClearHashtable.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── ClearHashtable.sln
│ │ │ └── ClearHashtable.suo
│ │ ├── 例7.39
│ │ │ └── RemoveHashtable
│ │ │ ├── RemoveHashtable
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── RemoveHashtable.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RemoveHashtable.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── RemoveHashtable.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── RemoveHashtable.csproj
│ │ │ ├── RemoveHashtable.sln
│ │ │ └── RemoveHashtable.suo
│ │ ├── 例7.40
│ │ │ └── GetHashtable
│ │ │ ├── GetHashtable
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── GetHashtable.pdb
│ │ │ │ ├── GetHashtable.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GetHashtable.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── GetHashtable.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── GetHashtable.sln
│ │ │ └── GetHashtable.suo
│ │ ├── 例7.41
│ │ │ └── CHashtable
│ │ │ ├── CHashtable
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CHashtable.pdb
│ │ │ │ ├── CHashtable.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CHashtable.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CHashtable.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── CHashtable.sln
│ │ │ └── CHashtable.suo
│ │ ├── 例7.42
│ │ │ └── CValueHashtable
│ │ │ ├── CValueHashtable
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── CValueHashtable.pdb
│ │ │ │ ├── CValueHashtable.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── CValueHashtable.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CValueHashtable.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── CValueHashtable.sln
│ │ │ └── CValueHashtable.suo
│ │ ├── 例7.43
│ │ │ └── YSFHResult
│ │ │ ├── YSFHResult
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── YSFHResult.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── YSFHResult.csproj.FileListAbsolute.txt
│ │ │ │ │ └── YSFHResult.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── YSFHResult.csproj
│ │ │ ├── YSFHResult.sln
│ │ │ └── YSFHResult.suo
│ │ ├── 例7.44
│ │ │ └── XESort
│ │ │ ├── XESort
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── XESort.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── XESort.csproj.FileListAbsolute.txt
│ │ │ │ │ └── XESort.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── XESort.csproj
│ │ │ ├── XESort.sln
│ │ │ └── XESort.suo
│ │ ├── 例7.45
│ │ │ └── SelectIDAndName
│ │ │ ├── SelectIDAndName
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── BroadCastInfo.xml
│ │ │ │ │ └── SelectIDAndName.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── SelectIDAndName.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SelectIDAndName.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── SelectIDAndName.csproj
│ │ │ ├── SelectIDAndName.sln
│ │ │ └── SelectIDAndName.suo
│ │ ├── 例7.6
│ │ │ └── UseOneArray
│ │ │ ├── UseOneArray
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseOneArray.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseOneArray.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseOneArray.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseOneArray.csproj
│ │ │ ├── UseOneArray.sln
│ │ │ └── UseOneArray.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── FastSort
│ │ │ ├── FastSort
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── FastSort.pdb
│ │ │ │ ├── FastSort.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── FastSort.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── FastSort.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── FastSort.sln
│ │ │ └── FastSort.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── GetChinese
│ │ │ ├── GetChinese
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── GetChinese.pdb
│ │ │ │ ├── GetChinese.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GetChinese.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── GetChinese.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── GetChinese.sln
│ │ │ └── GetChinese.suo
│ │ ├── 视频7.1~7.2
│ │ ├── 视频7.3
│ │ ├── 视频7.4
│ │ ├── 视频7.5
│ │ ├── 视频7.6
│ │ └── 视频7.7
│ ├── 第8章
│ │ ├── 例8.10
│ │ │ └── UseStruct
│ │ │ ├── UseStruct
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseStruct.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseStruct.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseStruct.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseStruct.csproj
│ │ │ ├── UseStruct.sln
│ │ │ └── UseStruct.suo
│ │ ├── 例8.12
│ │ │ └── UseGZHS
│ │ │ ├── UseGZHS
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseGZHS.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseGZHS.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseGZHS.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseGZHS.csproj
│ │ │ ├── UseGZHS.sln
│ │ │ └── UseGZHS.suo
│ │ ├── 例8.13
│ │ │ └── UseXGHS
│ │ │ ├── UseXGHS
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseXGHS.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseXGHS.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseXGHS.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseXGHS.csproj
│ │ │ ├── UseXGHS.sln
│ │ │ └── UseXGHS.suo
│ │ ├── 例8.14
│ │ │ └── UseDuiXiang
│ │ │ ├── UseDuiXiang
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseDuiXiang.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseDuiXiang.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseDuiXiang.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseDuiXiang.csproj
│ │ │ ├── UseDuiXiang.sln
│ │ │ └── UseDuiXiang.suo
│ │ ├── 例8.15
│ │ │ └── UseFengZhuang
│ │ │ ├── UseFengZhuang
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseFengZhuang.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseFengZhuang.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseFengZhuang.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseFengZhuang.csproj
│ │ │ ├── UseFengZhuang.sln
│ │ │ └── UseFengZhuang.suo
│ │ ├── 例8.16
│ │ │ └── UseJiCheng
│ │ │ ├── UseJiCheng
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseJiCheng.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseJiCheng.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseJiCheng.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseJiCheng.csproj
│ │ │ ├── UseJiCheng.sln
│ │ │ └── UseJiCheng.suo
│ │ ├── 例8.17
│ │ │ └── UseSingleJC
│ │ │ ├── UseSingleJC
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseSingleJC.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseSingleJC.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseSingleJC.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseSingleJC.csproj
│ │ │ ├── UseSingleJC.sln
│ │ │ └── UseSingleJC.suo
│ │ ├── 例8.18
│ │ │ └── UseMulJC
│ │ │ ├── UseMulJC
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseMulJC.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseMulJC.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseMulJC.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseMulJC.csproj
│ │ │ ├── UseMulJC.sln
│ │ │ └── UseMulJC.suo
│ │ ├── 例8.19
│ │ │ └── UseDuoTai
│ │ │ ├── UseDuoTai
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseDuoTai.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseDuoTai.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseDuoTai.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseDuoTai.csproj
│ │ │ ├── UseDuoTai.sln
│ │ │ └── UseDuoTai.suo
│ │ ├── 例8.20
│ │ │ └── MXDXCalc
│ │ │ ├── MXDXCalc
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── MXDXCalc.pdb
│ │ │ │ ├── MXDXCalc.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MXDXCalc.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── MXDXCalc.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── MXDXCalc.sln
│ │ │ └── MXDXCalc.suo
│ │ ├── 例8.21
│ │ │ └── MXDXGetNum
│ │ │ ├── MXDXGetNum
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── MXDXGetNum.pdb
│ │ │ │ ├── MXDXGetNum.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MXDXGetNum.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── MXDXGetNum.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── MXDXGetNum.sln
│ │ │ └── MXDXGetNum.suo
│ │ ├── 例8.4
│ │ │ └── UseAttribute
│ │ │ ├── UseAttribute
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── UseAttribute.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UseAttribute.csproj.FileListAbsolute.txt
│ │ │ │ │ └── UseAttribute.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseAttribute.csproj
│ │ │ ├── UseAttribute.sln
│ │ │ └── UseAttribute.suo
│ │ ├── 例8.6
│ │ │ └── StaticMethod
│ │ │ ├── StaticMethod
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── StaticMethod.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── StaticMethod.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── StaticMethod.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── StaticMethod.csproj
│ │ │ ├── StaticMethod.sln
│ │ │ └── StaticMethod.suo
│ │ ├── 例8.7
│ │ │ └── NStaticMethod
│ │ │ ├── NStaticMethod
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── NStaticMethod.pdb
│ │ │ │ ├── NStaticMethod.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── NStaticMethod.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── NStaticMethod.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── NStaticMethod.sln
│ │ │ └── NStaticMethod.suo
│ │ ├── 例8.8
│ │ │ └── OverMethod
│ │ │ ├── OverMethod
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── OverMethod.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── OverMethod.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── OverMethod.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── OverMethod.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── OverMethod.sln
│ │ │ └── OverMethod.suo
│ │ ├── 第1题(实践与练习)
│ │ │ └── WeekAttribute
│ │ │ ├── WeekAttribute
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── WeekAttribute.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── WeekAttribute.csproj.FileListAbsolute.txt
│ │ │ │ │ └── WeekAttribute.pdb
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── WeekAttribute.csproj
│ │ │ ├── WeekAttribute.sln
│ │ │ └── WeekAttribute.suo
│ │ ├── 第2题(实践与练习)
│ │ │ └── ShowMethod
│ │ │ ├── ShowMethod
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ShowMethod.pdb
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ShowMethod.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ShowMethod.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── ShowMethod.csproj
│ │ │ ├── ShowMethod.sln
│ │ │ └── ShowMethod.suo
│ │ ├── 第3题(实践与练习)
│ │ │ └── GetYMJByStruct
│ │ │ ├── GetYMJByStruct
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── GetYMJByStruct.pdb
│ │ │ │ ├── GetYMJByStruct.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GetYMJByStruct.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── GetYMJByStruct.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── GetYMJByStruct.sln
│ │ │ └── GetYMJByStruct.suo
│ │ ├── 第4题(实践与练习)
│ │ │ └── GetJXMJByLJC
│ │ │ ├── GetJXMJByLJC
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── GetJXMJByLJC.pdb
│ │ │ │ ├── GetJXMJByLJC.csproj
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GetJXMJByLJC.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── GetJXMJByLJC.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── GetJXMJByLJC.sln
│ │ │ └── GetJXMJByLJC.suo
│ │ ├── 视频8.1~8.2
│ │ ├── 视频8.3
│ │ ├── 视频8.4
│ │ ├── 视频8.5
│ │ ├── 视频8.6~8.8
│ │ └── 视频8.9
│ └── 第9章
│ ├── 例9.10
│ │ └── EditJCForm
│ │ ├── EditJCForm
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ └── EditJCForm.pdb
│ │ │ ├── EditJCForm.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Form2.cs
│ │ │ ├── Form2.Designer.cs
│ │ │ ├── Form2.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── EditJCForm.csproj.FileListAbsolute.txt
│ │ │ │ ├── EditJCForm.csproj.GenerateResource.Cache
│ │ │ │ ├── EditJCForm.Form1.resources
│ │ │ │ ├── EditJCForm.Form2.resources
│ │ │ │ ├── EditJCForm.pdb
│ │ │ │ ├── EditJCForm.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── EditJCForm.sln
│ │ └── EditJCForm.suo
│ ├── 例9.11
│ │ └── LoginForm
│ │ ├── LoginForm
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ └── LoginForm.pdb
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LoginForm.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── LoginForm.csproj.FileListAbsolute.txt
│ │ │ │ ├── LoginForm.csproj.GenerateResource.Cache
│ │ │ │ ├── LoginForm.Form1.resources
│ │ │ │ ├── LoginForm.pdb
│ │ │ │ ├── LoginForm.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── LoginForm.sln
│ │ └── LoginForm.suo
│ ├── 例9.12
│ │ └── StartForm
│ │ ├── StartForm
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── StartForm.pdb
│ │ │ │ ├── test.jpg
│ │ │ │ └── Thumbs.db
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Form2.cs
│ │ │ ├── Form2.designer.cs
│ │ │ ├── Form2.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── StartForm.csproj.FileListAbsolute.txt
│ │ │ │ ├── StartForm.csproj.GenerateResource.Cache
│ │ │ │ ├── StartForm.Form1.resources
│ │ │ │ ├── StartForm.Form2.resources
│ │ │ │ ├── StartForm.pdb
│ │ │ │ ├── StartForm.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── StartForm.csproj
│ │ ├── StartForm.sln
│ │ └── StartForm.suo
│ ├── 例9.6
│ │ └── CloseForm
│ │ ├── CloseForm
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ └── CloseForm.pdb
│ │ │ ├── CloseForm.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── CloseForm.csproj.FileListAbsolute.txt
│ │ │ │ ├── CloseForm.csproj.GenerateResource.Cache
│ │ │ │ ├── CloseForm.Form1.resources
│ │ │ │ ├── CloseForm.pdb
│ │ │ │ ├── CloseForm.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── CloseForm.sln
│ │ └── CloseForm.suo
│ ├── 例9.8
│ │ └── MDIForm
│ │ ├── MDIForm
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ └── MDIForm.pdb
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Form2.cs
│ │ │ ├── Form2.Designer.cs
│ │ │ ├── Form3.cs
│ │ │ ├── Form3.Designer.cs
│ │ │ ├── Form4.cs
│ │ │ ├── Form4.Designer.cs
│ │ │ ├── MDIForm.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── MDIForm.csproj.FileListAbsolute.txt
│ │ │ │ ├── MDIForm.csproj.GenerateResource.Cache
│ │ │ │ ├── MDIForm.Form1.resources
│ │ │ │ ├── MDIForm.pdb
│ │ │ │ ├── MDIForm.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── MDIForm.sln
│ │ └── MDIForm.suo
│ ├── 例9.9
│ │ └── JCForm
│ │ ├── JCForm
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ └── JCForm.pdb
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Form2.cs
│ │ │ ├── Form2.Designer.cs
│ │ │ ├── Form2.resx
│ │ │ ├── JCForm.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── JCForm.csproj.FileListAbsolute.txt
│ │ │ │ ├── JCForm.csproj.GenerateResource.Cache
│ │ │ │ ├── JCForm.Form1.resources
│ │ │ │ ├── JCForm.Form2.resources
│ │ │ │ ├── JCForm.pdb
│ │ │ │ ├── JCForm.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── JCForm.sln
│ │ └── JCForm.suo
│ ├── 第1题(实践与练习)
│ │ └── OpacityForm
│ │ ├── OpacityForm
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ └── OpacityForm.pdb
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── OpacityForm.csproj.FileListAbsolute.txt
│ │ │ │ ├── OpacityForm.csproj.GenerateResource.Cache
│ │ │ │ ├── OpacityForm.Form1.resources
│ │ │ │ ├── OpacityForm.pdb
│ │ │ │ ├── OpacityForm.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── OpacityForm.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── OpacityForm.sln
│ │ └── OpacityForm.suo
│ ├── 第2题(实践与练习)
│ │ └── RightTitleForm
│ │ ├── RightTitleForm
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ └── RightTitleForm.pdb
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── RightTitleForm.csproj.FileListAbsolute.txt
│ │ │ │ ├── RightTitleForm.csproj.GenerateResource.Cache
│ │ │ │ ├── RightTitleForm.Form1.resources
│ │ │ │ ├── RightTitleForm.pdb
│ │ │ │ ├── RightTitleForm.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── RightTitleForm.csproj
│ │ ├── RightTitleForm.sln
│ │ └── RightTitleForm.suo
│ ├── 第3题(实践与练习)
│ │ └── PDForm
│ │ ├── PDForm
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ └── PDForm.pdb
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── PDForm.csproj.FileListAbsolute.txt
│ │ │ │ ├── PDForm.csproj.GenerateResource.Cache
│ │ │ │ ├── PDForm.Form1.resources
│ │ │ │ ├── PDForm.pdb
│ │ │ │ ├── PDForm.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── PDForm.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── PDForm.sln
│ │ └── PDForm.suo
│ ├── 视频9.1
│ ├── 视频9.2
│ ├── 视频9.3
│ └── 视频9.4
└── 案例
├── 案例源程序
│ ├── 03
│ │ ├── Daila
│ │ │ ├── Daila
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── Daila.pdb
│ │ │ │ ├── D160A.cs
│ │ │ │ ├── Daila.csproj
│ │ │ │ ├── DataBase
│ │ │ │ │ └── db_Dainla.mdb
│ │ │ │ ├── Form4.Designer.cs
│ │ │ │ ├── frmCustomer.cs
│ │ │ │ ├── frmCustomer.Designer.cs
│ │ │ │ ├── frmCustomer.resx
│ │ │ │ ├── frmCustomerUpdate.cs
│ │ │ │ ├── frmCustomerUpdate.Designer.cs
│ │ │ │ ├── frmCustomerUpdate.resx
│ │ │ │ ├── frmDai.cs
│ │ │ │ ├── frmDai.Designer.cs
│ │ │ │ ├── frmDai.resx
│ │ │ │ ├── frmEmployeeInfo.cs
│ │ │ │ ├── frmEmployeeInfo.Designer.cs
│ │ │ │ ├── frmEmployeeInfo.resx
│ │ │ │ ├── frmMain.cs
│ │ │ │ ├── frmMain.Designer.cs
│ │ │ │ ├── frmMain.resx
│ │ │ │ ├── frmProd.cs
│ │ │ │ ├── frmProd.Designer.cs
│ │ │ │ ├── frmProd.resx
│ │ │ │ ├── frmtbProduction.cs
│ │ │ │ ├── frmtbProduction.Designer.cs
│ │ │ │ ├── frmtbProduction.resx
│ │ │ │ ├── frmtbProPath.cs
│ │ │ │ ├── frmtbProPath.Designer.cs
│ │ │ │ ├── frmtbProPathNew.cs
│ │ │ │ ├── frmtbProPathNew.Designer.cs
│ │ │ │ ├── frmtbProPathNew.resx
│ │ │ │ ├── frmtbProPath.resx
│ │ │ │ ├── frmTel.cs
│ │ │ │ ├── frmTel.Designer.cs
│ │ │ │ ├── frmTel.resx
│ │ │ │ ├── login.cs
│ │ │ │ ├── login.Designer.cs
│ │ │ │ ├── login.resx
│ │ │ │ ├── NewClass
│ │ │ │ │ ├── tbCustomerClass.cs
│ │ │ │ │ ├── tbEmployeeClass.cs
│ │ │ │ │ ├── tbProductionClass.cs
│ │ │ │ │ ├── tbProPathClass.cs
│ │ │ │ │ └── tbTelRecordClass.cs
│ │ │ │ ├── NewMehod
│ │ │ │ │ ├── tbCustomerMethod.cs
│ │ │ │ │ ├── tbDaiConnection.cs
│ │ │ │ │ ├── tbDistionMenthod.cs
│ │ │ │ │ ├── tbEmployeeMenthod.cs
│ │ │ │ │ ├── tbProductionMenthod.cs
│ │ │ │ │ ├── tbProPathMenthod.cs
│ │ │ │ │ └── tbTelRecordMenthod.cs
│ │ │ │ ├── obj
│ │ │ │ │ ├── Daila.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Daila.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── Daila.frmCustomer.resources
│ │ │ │ │ │ ├── Daila.frmCustomerUpdate.resources
│ │ │ │ │ │ ├── Daila.frmDai.resources
│ │ │ │ │ │ ├── Daila.frmEmployeeInfo.resources
│ │ │ │ │ │ ├── Daila.frmMain.resources
│ │ │ │ │ │ ├── Daila.frmProd.resources
│ │ │ │ │ │ ├── Daila.frmtbProduction.resources
│ │ │ │ │ │ ├── Daila.frmtbProPathNew.resources
│ │ │ │ │ │ ├── Daila.frmtbProPath.resources
│ │ │ │ │ │ ├── Daila.frmTel.resources
│ │ │ │ │ │ ├── Daila.login.resources
│ │ │ │ │ │ ├── Daila.pdb
│ │ │ │ │ │ ├── Daila.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ ├── DataBase.DainlaDataSet.Designer.cs.dll
│ │ │ │ │ │ ├── DataBase.db_DainlaDataSet.Designer.cs.dll
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ └── Release
│ │ │ │ │ ├── Daila.csproj.GenerateResource.Cache
│ │ │ │ │ ├── Daila.frmCustomerAdd.resources
│ │ │ │ │ ├── Daila.frmCustomer.resources
│ │ │ │ │ ├── Daila.frmCustomerUpdate.resources
│ │ │ │ │ ├── Daila.frmDai.resources
│ │ │ │ │ ├── Daila.frmEmployeeInfo.resources
│ │ │ │ │ ├── Daila.frmEmployee.resources
│ │ │ │ │ ├── Daila.frmMain.resources
│ │ │ │ │ ├── Daila.frmProd.resources
│ │ │ │ │ ├── Daila.frmtbProduction.resources
│ │ │ │ │ ├── Daila.frmtbProPathNew.resources
│ │ │ │ │ ├── Daila.frmtbProPath.resources
│ │ │ │ │ ├── Daila.frmTel.resources
│ │ │ │ │ ├── Daila.login.resources
│ │ │ │ │ ├── Daila.pdb
│ │ │ │ │ ├── Daila.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── Resources
│ │ │ │ ├── 取消按钮.bmp
│ │ │ │ ├── 确定按钮.bmp
│ │ │ │ └── 背景.bmp
│ │ │ ├── Daila.sln
│ │ │ └── Daila.suo
│ │ └── readme.doc
│ ├── 06
│ │ ├── MrCy
│ │ │ ├── MrCy
│ │ │ │ ├── AboutBox1.cs
│ │ │ │ ├── AboutBox1.Designer.cs
│ │ │ │ ├── AboutBox1.resx
│ │ │ │ ├── BaseClass
│ │ │ │ │ └── DBConn.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── MrCy.pdb
│ │ │ │ ├── Data
│ │ │ │ ├── DataBase
│ │ │ │ │ ├── db_MrCy_Log.LDF
│ │ │ │ │ └── db_MrCy.MDF
│ │ │ │ ├── frmBF.cs
│ │ │ │ ├── frmBF.Designer.cs
│ │ │ │ ├── frmBF.resx
│ │ │ │ ├── frmCalender.cs
│ │ │ │ ├── frmCalender.Designer.cs
│ │ │ │ ├── frmCalender.resx
│ │ │ │ ├── frmDC.cs
│ │ │ │ ├── frmDC.Designer.cs
│ │ │ │ ├── frmDC.resx
│ │ │ │ ├── frmDesk.cs
│ │ │ │ ├── frmDesk.Designer.cs
│ │ │ │ ├── frmDesk.resx
│ │ │ │ ├── frmDetails.cs
│ │ │ │ ├── frmDetails.Designer.cs
│ │ │ │ ├── frmDetails.resx
│ │ │ │ ├── frmHF.cs
│ │ │ │ ├── frmHF.Designer.cs
│ │ │ │ ├── frmHF.resx
│ │ │ │ ├── frmJZ.cs
│ │ │ │ ├── frmJZ.Designer.cs
│ │ │ │ ├── frmJZ.resx
│ │ │ │ ├── frmLock.cs
│ │ │ │ ├── frmLock.Designer.cs
│ │ │ │ ├── frmLock.resx
│ │ │ │ ├── frmLogin.cs
│ │ │ │ ├── frmLogin.Designer.cs
│ │ │ │ ├── frmLogin.resx
│ │ │ │ ├── frmMain.cs
│ │ │ │ ├── frmMain.Designer.cs
│ │ │ │ ├── frmMain.resx
│ │ │ │ ├── frmOpen.cs
│ │ │ │ ├── frmOpen.Designer.cs
│ │ │ │ ├── frmOpen.resx
│ │ │ │ ├── frmPwd.cs
│ │ │ │ ├── frmPwd.Designer.cs
│ │ │ │ ├── frmPwd.resx
│ │ │ │ ├── frmQxGl.cs
│ │ │ │ ├── frmQxGl.Designer.cs
│ │ │ │ ├── frmQxGl.resx
│ │ │ │ ├── frmSerch.cs
│ │ │ │ ├── frmSerch.Designer.cs
│ │ │ │ ├── frmSerch.resx
│ │ │ │ ├── frmUser.cs
│ │ │ │ ├── frmUser.Designer.cs
│ │ │ │ ├── frmUser.resx
│ │ │ │ ├── Image
│ │ │ │ │ ├── a_1.gif
│ │ │ │ │ ├── a_1.jpg
│ │ │ │ │ ├── a_2.gif
│ │ │ │ │ ├── a_2.jpg
│ │ │ │ │ ├── bg_03.gif
│ │ │ │ │ ├── bg0.jpg
│ │ │ │ │ ├── bg.jpg
│ │ │ │ │ ├── j_1.gif
│ │ │ │ │ └── login.jpg
│ │ │ │ ├── MrCy.csproj
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── MrCy.AboutBox1.resources
│ │ │ │ │ │ ├── MrCy.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── MrCy.frmBF.resources
│ │ │ │ │ │ ├── MrCy.frmCalender.resources
│ │ │ │ │ │ ├── MrCy.frmDC.resources
│ │ │ │ │ │ ├── MrCy.frmDesk.resources
│ │ │ │ │ │ ├── MrCy.frmDetails.resources
│ │ │ │ │ │ ├── MrCy.frmHF.resources
│ │ │ │ │ │ ├── MrCy.frmJZ.resources
│ │ │ │ │ │ ├── MrCy.frmLock.resources
│ │ │ │ │ │ ├── MrCy.frmLogin.resources
│ │ │ │ │ │ ├── MrCy.frmMain.resources
│ │ │ │ │ │ ├── MrCy.frmOpen.resources
│ │ │ │ │ │ ├── MrCy.frmPwd.resources
│ │ │ │ │ │ ├── MrCy.frmQxGl.resources
│ │ │ │ │ │ ├── MrCy.frmSerch.resources
│ │ │ │ │ │ ├── MrCy.frmUser.resources
│ │ │ │ │ │ ├── MrCy.pdb
│ │ │ │ │ │ ├── MrCy.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ └── MrCy.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── MrCy.sln
│ │ │ └── MrCy.suo
│ │ └── readme.doc
│ └── 09
│ ├── ExamOnLine
│ │ ├── admin
│ │ │ ├── AddExamination.aspx
│ │ │ ├── AddExamination.aspx.cs
│ │ │ ├── AddStudentInfo.aspx
│ │ │ ├── AddStudentInfo.aspx.cs
│ │ │ ├── AddTeacherInfo.aspx
│ │ │ ├── AddTeacherInfo.aspx.cs
│ │ │ ├── AdminChangePwd.aspx
│ │ │ ├── AdminChangePwd.aspx.cs
│ │ │ ├── AdminManage.aspx
│ │ │ ├── AdminManage.aspx.cs
│ │ │ ├── ChangeStudentInfo.aspx
│ │ │ ├── ChangeStudentInfo.aspx.cs
│ │ │ ├── ExaminationDetail.aspx
│ │ │ ├── ExaminationDetail.aspx.cs
│ │ │ ├── ExaminationInfo.aspx
│ │ │ ├── ExaminationInfo.aspx.cs
│ │ │ ├── ExaminationResult.aspx
│ │ │ ├── ExaminationResult.aspx.cs
│ │ │ ├── Img
│ │ │ │ ├── back_08.gif
│ │ │ │ ├── back_11.gif
│ │ │ │ └── back_left_06.gif
│ │ │ ├── left.htm
│ │ │ ├── Logout.aspx
│ │ │ ├── Logout.aspx.cs
│ │ │ ├── StudentInfo.aspx
│ │ │ ├── StudentInfo.aspx.cs
│ │ │ ├── Subject.aspx
│ │ │ ├── Subject.aspx.cs
│ │ │ ├── TeacherInfo.aspx
│ │ │ ├── TeacherInfo.aspx.cs
│ │ │ ├── TeacherXXinfo.aspx
│ │ │ └── TeacherXXinfo.aspx.cs
│ │ ├── App_Code
│ │ │ ├── BaseClass.cs
│ │ │ ├── MessageBox.cs
│ │ │ └── projClass.cs
│ │ ├── App_Data
│ │ │ ├── db_ExamOnline.ldf
│ │ │ └── db_ExamOnline.mdf
│ │ ├── Image
│ │ │ ├── back_01.gif
│ │ │ ├── back_03.gif
│ │ │ ├── back_13.gif
│ │ │ ├── bg.gif
│ │ │ ├── emame_03.gif
│ │ │ ├── exame_02.gif
│ │ │ ├── exame_05.gif
│ │ │ ├── kemu_03.gif
│ │ │ ├── login.gif
│ │ │ └── rule_03.gif
│ │ ├── Image.aspx
│ │ ├── Image.aspx.cs
│ │ ├── Login.aspx
│ │ ├── Login.aspx.cs
│ │ ├── Mystyle.css
│ │ ├── student
│ │ │ ├── result.aspx
│ │ │ ├── result.aspx.cs
│ │ │ ├── StartExam.aspx
│ │ │ ├── StartExam.aspx.cs
│ │ │ ├── studentexam.aspx
│ │ │ └── studentexam.aspx.cs
│ │ ├── teacher
│ │ │ ├── Img
│ │ │ │ ├── back_08.gif
│ │ │ │ ├── back_11.gif
│ │ │ │ └── back_left_06.gif
│ │ │ ├── TAddExamination.aspx
│ │ │ ├── TAddExamination.aspx.cs
│ │ │ ├── TeacherChangePwd.aspx
│ │ │ ├── TeacherChangePwd.aspx.cs
│ │ │ ├── TeacherManage.aspx
│ │ │ ├── TeacherManage.aspx.cs
│ │ │ ├── TExaminationDetail.aspx
│ │ │ ├── TExaminationDetail.aspx.cs
│ │ │ ├── TExaminationInfo.aspx
│ │ │ ├── TExaminationInfo.aspx.cs
│ │ │ ├── TExaminationResult.aspx
│ │ │ ├── TExaminationResult.aspx.cs
│ │ │ ├── Tleft.htm
│ │ │ ├── TLogout.aspx
│ │ │ └── TLogout.aspx.cs
│ │ ├── UserControls
│ │ │ ├── Fooder.ascx
│ │ │ ├── Fooder.ascx.cs
│ │ │ ├── Header1.ascx
│ │ │ ├── Header1.ascx.cs
│ │ │ ├── Header2.ascx
│ │ │ └── Header2.ascx.cs
│ │ └── Web.Config
│ └── readme.doc
├── 案例视频
│ ├── 第3章 企业电话客服系统
│ ├── 第6章 餐饮管理系统
│ └── 第9章 在线考试系统
└── 电子书
├── 03.pdf
├── 06.pdf
└── 09.pdf
3588 directories, 5957 files
标签:
好例子网口号:伸出你的我的手 — 分享!
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论