在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → C#开发经验技巧宝典(源代码15-17)

C#开发经验技巧宝典(源代码15-17)

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:6.14M
  • 下载次数:17
  • 浏览次数:53
  • 发布时间:2023-04-16
  • 实例类别:C#语言基础
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2

实例介绍

【实例简介】C#开发经验技巧宝典(源代码15-17)
0783 如何实现类似QQ的程序界面 475 0784 如何实现动画显示窗体 476 0785 如何显示和隐藏任务栏 477 0786 如何实现OutLook界面 478 0787 如何在C#中回车换行 478 0788 如何获取进程的命令行 479 0789 ...

【实例截图】

from clipboard

【核心代码】
文件清单
├── 15
│   ├── Ex15_01
│   │   ├── Ex15_01
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex15_01.exe
│   │   │   │       ├── Ex15_01.pdb
│   │   │   │       └── Ex15_01.vshost.exe
│   │   │   ├── Ex15_01.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex15_01.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex15_01.exe
│   │   │   │   │   ├── Ex15_01.Form1.resources
│   │   │   │   │   ├── Ex15_01.pdb
│   │   │   │   │   ├── Ex15_01.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex15_01.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex15_01.sln
│   │   └── Ex15_01.suo
│   ├── Ex15_02
│   │   ├── Ex15_02
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex15_02.exe
│   │   │   │       ├── Ex15_02.pdb
│   │   │   │       └── Ex15_02.vshost.exe
│   │   │   ├── Ex15_02.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex15_02.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex15_02.exe
│   │   │   │   │   ├── Ex15_02.Form1.resources
│   │   │   │   │   ├── Ex15_02.pdb
│   │   │   │   │   ├── Ex15_02.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex15_02.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex15_02.sln
│   │   └── Ex15_02.suo
│   ├── Ex15_03
│   │   ├── Ex15_03
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex15_03.exe
│   │   │   │       ├── Ex15_03.pdb
│   │   │   │       ├── Ex15_03.vshost.exe
│   │   │   │       └── pen_il.cur
│   │   │   ├── Ex15_03.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex15_03.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex15_03.exe
│   │   │   │   │   ├── Ex15_03.Form1.resources
│   │   │   │   │   ├── Ex15_03.pdb
│   │   │   │   │   ├── Ex15_03.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex15_03.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex15_03.sln
│   │   └── Ex15_03.suo
│   ├── Ex15_04
│   │   ├── Ex15_04
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── arrow_l.cur
│   │   │   │       ├── Ex15_04.exe
│   │   │   │       ├── Ex15_04.pdb
│   │   │   │       └── Ex15_04.vshost.exe
│   │   │   ├── Ex15_04.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex15_04.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex15_04.exe
│   │   │   │   │   ├── Ex15_04.Form1.resources
│   │   │   │   │   ├── Ex15_04.pdb
│   │   │   │   │   ├── Ex15_04.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex15_04.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex15_04.sln
│   │   └── Ex15_04.suo
│   ├── Ex15_05
│   │   ├── Ex15_05
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex15_05.exe
│   │   │   │       ├── Ex15_05.pdb
│   │   │   │       └── Ex15_05.vshost.exe
│   │   │   ├── Ex15_05.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex15_05.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex15_05.exe
│   │   │   │   │   ├── Ex15_05.Form1.resources
│   │   │   │   │   ├── Ex15_05.pdb
│   │   │   │   │   ├── Ex15_05.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex15_05.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex15_05.sln
│   │   └── Ex15_05.suo
│   ├── Ex15_06
│   │   ├── Ex15_06
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex15_06.exe
│   │   │   │       ├── Ex15_06.pdb
│   │   │   │       └── Ex15_06.vshost.exe
│   │   │   ├── Ex15_06.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex15_06.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex15_06.exe
│   │   │   │   │   ├── Ex15_06.Form1.resources
│   │   │   │   │   ├── Ex15_06.pdb
│   │   │   │   │   ├── Ex15_06.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex15_06.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex15_06.sln
│   │   └── Ex15_06.suo
│   ├── Ex15_07
│   │   ├── Ex15_07
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex15_07.exe
│   │   │   │       ├── Ex15_07.pdb
│   │   │   │       └── Ex15_07.vshost.exe
│   │   │   ├── Ex15_07.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex15_07.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex15_07.exe
│   │   │   │   │   ├── Ex15_07.Form1.resources
│   │   │   │   │   ├── Ex15_07.pdb
│   │   │   │   │   ├── Ex15_07.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex15_07.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex15_07.sln
│   │   └── Ex15_07.suo
│   ├── Ex15_08
│   │   ├── Ex15_08
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex15_08.exe
│   │   │   │       ├── Ex15_08.pdb
│   │   │   │       └── Ex15_08.vshost.exe
│   │   │   ├── Ex15_08.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex15_08.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex15_08.exe
│   │   │   │   │   ├── Ex15_08.Form1.resources
│   │   │   │   │   ├── Ex15_08.pdb
│   │   │   │   │   ├── Ex15_08.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex15_08.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex15_08.sln
│   │   └── Ex15_08.suo
│   ├── Ex15_09
│   │   ├── Ex15_09
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex15_09.exe
│   │   │   │       ├── Ex15_09.pdb
│   │   │   │       └── Ex15_09.vshost.exe
│   │   │   ├── Ex15_09.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex15_09.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex15_09.exe
│   │   │   │   │   ├── Ex15_09.Form1.resources
│   │   │   │   │   ├── Ex15_09.pdb
│   │   │   │   │   ├── Ex15_09.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex15_09.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex15_09.sln
│   │   └── Ex15_09.suo
│   ├── Ex15_10
│   │   ├── Ex15_10
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex15_10.exe
│   │   │   │       ├── Ex15_10.pdb
│   │   │   │       └── Ex15_10.vshost.exe
│   │   │   ├── Ex15_10.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex15_10.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex15_10.exe
│   │   │   │   │   ├── Ex15_10.Form1.resources
│   │   │   │   │   ├── Ex15_10.pdb
│   │   │   │   │   ├── Ex15_10.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex15_10.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex15_10.sln
│   │   └── Ex15_10.suo
│   ├── Ex15_11
│   │   ├── Ex15_11
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex15_11.exe
│   │   │   │       ├── Ex15_11.pdb
│   │   │   │       └── Ex15_11.vshost.exe
│   │   │   ├── Ex15_11.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex15_11.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex15_11.exe
│   │   │   │   │   ├── Ex15_11.Form1.resources
│   │   │   │   │   ├── Ex15_11.pdb
│   │   │   │   │   ├── Ex15_11.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex15_11.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex15_11.sln
│   │   └── Ex15_11.suo
│   ├── Ex15_12
│   │   ├── Ex15_12
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex15_12.exe
│   │   │   │       ├── Ex15_12.pdb
│   │   │   │       └── Ex15_12.vshost.exe
│   │   │   ├── Ex15_12.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── frmMouse.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex15_12.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex15_12.exe
│   │   │   │   │   ├── Ex15_12.Form1.resources
│   │   │   │   │   ├── Ex15_12.frmMouse.resources
│   │   │   │   │   ├── Ex15_12.pdb
│   │   │   │   │   ├── Ex15_12.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex15_12.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex15_12.sln
│   │   └── Ex15_12.suo
│   ├── Ex15_13
│   │   ├── Ex15_13
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex15_13.exe
│   │   │   │       ├── Ex15_13.pdb
│   │   │   │       └── Ex15_13.vshost.exe
│   │   │   ├── Ex15_13.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex15_13.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex15_13.exe
│   │   │   │   │   ├── Ex15_13.Form1.resources
│   │   │   │   │   ├── Ex15_13.pdb
│   │   │   │   │   ├── Ex15_13.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex15_13.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex15_13.sln
│   │   └── Ex15_13.suo
│   ├── Ex15_14
│   │   ├── Ex15_14.sln
│   │   ├── Ex15_14.suo
│   │   └── WEx15_14
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── WEx15_14.exe
│   │       │       ├── WEx15_14.pdb
│   │       │       └── WEx15_14.vshost.exe
│   │       ├── Ex15_14.csproj
│   │       ├── Form1.cs
│   │       ├── Form1.Designer.cs
│   │       ├── Form1.resx
│   │       ├── obj
│   │       │   ├── Debug
│   │       │   │   ├── Ex15_14.csproj.GenerateResource.Cache
│   │       │   │   ├── Ex15_14.Form1.resources
│   │       │   │   ├── TempPE
│   │       │   │   ├── WEx15_14.exe
│   │       │   │   ├── WEx15_14.pdb
│   │       │   │   └── WEx15_14.Properties.Resources.resources
│   │       │   └── Ex15_14.csproj.FileList.txt
│   │       ├── Program.cs
│   │       └── Properties
│   │           ├── AssemblyInfo.cs
│   │           ├── Resources.Designer.cs
│   │           ├── Resources.resx
│   │           ├── Settings.Designer.cs
│   │           └── Settings.settings
│   ├── Ex15_15
│   │   ├── Ex15_15
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex15_15.exe
│   │   │   │       ├── Ex15_15.pdb
│   │   │   │       └── Ex15_15.vshost.exe
│   │   │   ├── Ex15_15.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex15_15.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex15_15.exe
│   │   │   │   │   ├── Ex15_15.Form1.resources
│   │   │   │   │   ├── Ex15_15.pdb
│   │   │   │   │   ├── Ex15_15.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex15_15.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex15_15.sln
│   │   └── Ex15_15.suo
│   ├── Ex15_16
│   │   ├── Ex15_16
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex15_16.exe
│   │   │   │       ├── Ex15_16.pdb
│   │   │   │       └── Ex15_16.vshost.exe
│   │   │   ├── Ex15_16.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex15_16.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex15_16.exe
│   │   │   │   │   ├── Ex15_16.Form1.resources
│   │   │   │   │   ├── Ex15_16.pdb
│   │   │   │   │   ├── Ex15_16.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex15_16.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex15_16.sln
│   │   └── Ex15_16.suo
│   ├── Ex15_17
│   │   ├── Ex15_17
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex15_17.exe
│   │   │   │       ├── Ex15_17.pdb
│   │   │   │       └── Ex15_17.vshost.exe
│   │   │   ├── Ex15_17.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex15_17.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex15_17.exe
│   │   │   │   │   ├── Ex15_17.Form1.resources
│   │   │   │   │   ├── Ex15_17.pdb
│   │   │   │   │   ├── Ex15_17.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex15_17.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex15_17.sln
│   │   └── Ex15_17.suo
│   ├── Ex15_18
│   │   ├── Ex15_18
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex15_18.exe
│   │   │   │       ├── Ex15_18.pdb
│   │   │   │       └── Ex15_18.vshost.exe
│   │   │   ├── Ex15_18.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex15_18.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex15_18.exe
│   │   │   │   │   ├── Ex15_18.Form1.resources
│   │   │   │   │   ├── Ex15_18.pdb
│   │   │   │   │   ├── Ex15_18.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex15_18.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex15_18.sln
│   │   └── Ex15_18.suo
│   ├── Ex15_19
│   │   ├── Ex15_19
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex15_19.exe
│   │   │   │       ├── Ex15_19.pdb
│   │   │   │       └── Ex15_19.vshost.exe
│   │   │   ├── Ex15_19.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex15_19.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex15_19.exe
│   │   │   │   │   ├── Ex15_19.Form1.resources
│   │   │   │   │   ├── Ex15_19.pdb
│   │   │   │   │   ├── Ex15_19.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex15_19.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex15_19.sln
│   │   └── Ex15_19.suo
│   ├── Ex15_20
│   │   ├── Ex15_20
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex15_20.exe
│   │   │   │       ├── Ex15_20.pdb
│   │   │   │       └── Ex15_20.vshost.exe
│   │   │   ├── Ex15_20.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex15_20.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex15_20.exe
│   │   │   │   │   ├── Ex15_20.Form1.resources
│   │   │   │   │   ├── Ex15_20.pdb
│   │   │   │   │   ├── Ex15_20.Properties.Resources.resources
│   │   │   │   │   ├── Refactor
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex15_20.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex15_20.sln
│   │   └── Ex15_20.suo
│   ├── Ex15_21
│   │   ├── Ex15_21
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex15_21.exe
│   │   │   │       ├── Ex15_21.pdb
│   │   │   │       └── Ex15_21.vshost.exe
│   │   │   ├── Ex15_21.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex15_21.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex15_21.exe
│   │   │   │   │   ├── Ex15_21.Form1.resources
│   │   │   │   │   ├── Ex15_21.pdb
│   │   │   │   │   ├── Ex15_21.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex15_21.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex15_21.sln
│   │   └── Ex15_21.suo
│   ├── Ex15_22
│   │   ├── Ex15_22
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex15_22.exe
│   │   │   │       ├── Ex15_22.pdb
│   │   │   │       └── Ex15_22.vshost.exe
│   │   │   ├── Ex15_22.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex15_22.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex15_22.exe
│   │   │   │   │   ├── Ex15_22.Form1.resources
│   │   │   │   │   ├── Ex15_22.pdb
│   │   │   │   │   ├── Ex15_22.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex15_22.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex15_22.sln
│   │   └── Ex15_22.suo
│   ├── Ex15_23
│   │   ├── Ex15_23
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex15_23.exe
│   │   │   │       ├── Ex15_23.pdb
│   │   │   │       └── Ex15_23.vshost.exe
│   │   │   ├── Ex15_23.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex15_23.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex15_23.exe
│   │   │   │   │   ├── Ex15_23.Form1.resources
│   │   │   │   │   ├── Ex15_23.pdb
│   │   │   │   │   ├── Ex15_23.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   │       └── Properties.Resources.Designer.cs.dll
│   │   │   │   └── Ex15_23.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex15_23.sln
│   │   └── Ex15_23.suo
│   ├── Ex15_24
│   │   ├── Ex15_24
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex15_24.exe
│   │   │   │       ├── Ex15_24.pdb
│   │   │   │       └── Ex15_24.vshost.exe
│   │   │   ├── Ex15_24.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex15_24.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex15_24.exe
│   │   │   │   │   ├── Ex15_24.Form1.resources
│   │   │   │   │   ├── Ex15_24.pdb
│   │   │   │   │   ├── Ex15_24.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex15_24.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex15_24.sln
│   │   └── Ex15_24.suo
│   ├── Ex15_25
│   │   ├── Ex15_25
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex15_25.exe
│   │   │   │       ├── Ex15_25.pdb
│   │   │   │       └── Ex15_25.vshost.exe
│   │   │   ├── Ex15_25.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex15_25.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex15_25.exe
│   │   │   │   │   ├── Ex15_25.Form1.resources
│   │   │   │   │   ├── Ex15_25.pdb
│   │   │   │   │   ├── Ex15_25.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex15_25.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex15_25.sln
│   │   └── Ex15_25.suo
│   ├── Ex15_26
│   │   ├── Ex15_26
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex15_26.exe
│   │   │   │       ├── Ex15_26.pdb
│   │   │   │       └── Ex15_26.vshost.exe
│   │   │   ├── Ex15_26.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex15_26.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex15_26.exe
│   │   │   │   │   ├── Ex15_26.Form1.resources
│   │   │   │   │   ├── Ex15_26.pdb
│   │   │   │   │   ├── Ex15_26.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex15_26.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex15_26.sln
│   │   └── Ex15_26.suo
│   ├── Ex15_27
│   │   ├── Ex15_27
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex15_27.exe
│   │   │   │       ├── Ex15_27.pdb
│   │   │   │       └── Ex15_27.vshost.exe
│   │   │   ├── Ex15_27.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex15_27.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex15_27.exe
│   │   │   │   │   ├── Ex15_27.Form1.resources
│   │   │   │   │   ├── Ex15_27.pdb
│   │   │   │   │   ├── Ex15_27.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex15_27.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex15_27.sln
│   │   └── Ex15_27.suo
│   └── Ex15_28
│       ├── Ex15_28
│       │   ├── bin
│       │   │   └── Debug
│       │   │       ├── Ex15_28.exe
│       │   │       ├── Ex15_28.pdb
│       │   │       └── Ex15_28.vshost.exe
│       │   ├── Ex15_28.csproj
│       │   ├── Form1.cs
│       │   ├── Form1.Designer.cs
│       │   ├── Form1.resx
│       │   ├── Form2.cs
│       │   ├── Form2.Designer.cs
│       │   ├── Form2.resx
│       │   ├── obj
│       │   │   ├── Debug
│       │   │   │   ├── Ex15_28.csproj.GenerateResource.Cache
│       │   │   │   ├── Ex15_28.exe
│       │   │   │   ├── Ex15_28.Form1.resources
│       │   │   │   ├── Ex15_28.Form2.resources
│       │   │   │   ├── Ex15_28.pdb
│       │   │   │   ├── Ex15_28.Properties.Resources.resources
│       │   │   │   └── TempPE
│       │   │   └── Ex15_28.csproj.FileList.txt
│       │   ├── Program.cs
│       │   └── Properties
│       │       ├── AssemblyInfo.cs
│       │       ├── Resources.Designer.cs
│       │       ├── Resources.resx
│       │       ├── Settings.Designer.cs
│       │       └── Settings.settings
│       ├── Ex15_28.sln
│       └── Ex15_28.suo
├── 16
│   ├── database
│   │   ├── db_16_Data.MDF
│   │   └── db_16_Log.LDF
│   ├── Ex16_01
│   │   ├── Ex16_01
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_01.exe
│   │   │   │       ├── Ex16_01.pdb
│   │   │   │       └── Ex16_01.vshost.exe
│   │   │   ├── Ex16_01.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_01.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_01.exe
│   │   │   │   │   ├── Ex16_01.Form1.resources
│   │   │   │   │   ├── Ex16_01.pdb
│   │   │   │   │   ├── Ex16_01.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_01.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_01.sln
│   │   └── Ex16_01.suo
│   ├── Ex16_02
│   │   ├── Ex16_02
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_02.exe
│   │   │   │       ├── Ex16_02.pdb
│   │   │   │       └── Ex16_02.vshost.exe
│   │   │   ├── Ex16_02.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_02.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_02.exe
│   │   │   │   │   ├── Ex16_02.Form1.resources
│   │   │   │   │   ├── Ex16_02.pdb
│   │   │   │   │   ├── Ex16_02.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_02.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_02.sln
│   │   └── Ex16_02.suo
│   ├── Ex16_03
│   │   ├── Ex16_03
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_03.exe
│   │   │   │       ├── Ex16_03.pdb
│   │   │   │       └── Ex16_03.vshost.exe
│   │   │   ├── Ex16_03.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_03.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_03.exe
│   │   │   │   │   ├── Ex16_03.Form1.resources
│   │   │   │   │   ├── Ex16_03.pdb
│   │   │   │   │   ├── Ex16_03.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_03.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_03.sln
│   │   └── Ex16_03.suo
│   ├── Ex16_04
│   │   ├── Ex16_04
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_04.exe
│   │   │   │       ├── Ex16_04.pdb
│   │   │   │       └── Ex16_04.vshost.exe
│   │   │   ├── Ex16_04.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_04.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_04.exe
│   │   │   │   │   ├── Ex16_04.Form1.resources
│   │   │   │   │   ├── Ex16_04.pdb
│   │   │   │   │   ├── Ex16_04.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_04.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_04.sln
│   │   └── Ex16_04.suo
│   ├── Ex16_05
│   │   ├── Ex16_05
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_05.exe
│   │   │   │       ├── Ex16_05.pdb
│   │   │   │       └── Ex16_05.vshost.exe
│   │   │   ├── Ex16_05.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_05.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_05.exe
│   │   │   │   │   ├── Ex16_05.Form1.resources
│   │   │   │   │   ├── Ex16_05.pdb
│   │   │   │   │   ├── Ex16_05.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_05.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_05.sln
│   │   └── Ex16_05.suo
│   ├── Ex16_06
│   │   ├── Ex16_06
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_06.exe
│   │   │   │       ├── Ex16_06.pdb
│   │   │   │       └── Ex16_06.vshost.exe
│   │   │   ├── Ex16_06.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_06.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_06.exe
│   │   │   │   │   ├── Ex16_06.Form1.resources
│   │   │   │   │   ├── Ex16_06.pdb
│   │   │   │   │   ├── Ex16_06.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_06.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_06.sln
│   │   └── Ex16_06.suo
│   ├── Ex16_07
│   │   ├── Ex16_07
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_07.exe
│   │   │   │       ├── Ex16_07.pdb
│   │   │   │       └── Ex16_07.vshost.exe
│   │   │   ├── Ex16_07.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_07.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_07.exe
│   │   │   │   │   ├── Ex16_07.Form1.resources
│   │   │   │   │   ├── Ex16_07.pdb
│   │   │   │   │   ├── Ex16_07.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_07.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_07.sln
│   │   └── Ex16_07.suo
│   ├── Ex16_08
│   │   ├── Ex16_08
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_08.exe
│   │   │   │       ├── Ex16_08.pdb
│   │   │   │       └── Ex16_08.vshost.exe
│   │   │   ├── Ex16_08.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_08.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_08.exe
│   │   │   │   │   ├── Ex16_08.Form1.resources
│   │   │   │   │   ├── Ex16_08.pdb
│   │   │   │   │   ├── Ex16_08.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_08.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_08.sln
│   │   └── Ex16_08.suo
│   ├── Ex16_09
│   │   ├── Ex16_09
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_09.exe
│   │   │   │       ├── Ex16_09.pdb
│   │   │   │       └── Ex16_09.vshost.exe
│   │   │   ├── Ex16_09.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_09.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_09.exe
│   │   │   │   │   ├── Ex16_09.Form1.resources
│   │   │   │   │   ├── Ex16_09.pdb
│   │   │   │   │   ├── Ex16_09.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_09.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_09.sln
│   │   └── Ex16_09.suo
│   ├── Ex16_10
│   │   ├── Ex16_10
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_10.exe
│   │   │   │       ├── Ex16_10.pdb
│   │   │   │       └── Ex16_10.vshost.exe
│   │   │   ├── Ex16_10.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_10.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_10.exe
│   │   │   │   │   ├── Ex16_10.Form1.resources
│   │   │   │   │   ├── Ex16_10.pdb
│   │   │   │   │   ├── Ex16_10.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_10.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_10.sln
│   │   └── Ex16_10.suo
│   ├── Ex16_11
│   │   ├── Ex16_11
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_11.exe
│   │   │   │       ├── Ex16_11.pdb
│   │   │   │       └── Ex16_11.vshost.exe
│   │   │   ├── Ex16_11.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_11.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_11.exe
│   │   │   │   │   ├── Ex16_11.Form1.resources
│   │   │   │   │   ├── Ex16_11.pdb
│   │   │   │   │   ├── Ex16_11.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_11.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_11.sln
│   │   └── Ex16_11.suo
│   ├── Ex16_12
│   │   ├── Ex16_12
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_12.exe
│   │   │   │       ├── Ex16_12.pdb
│   │   │   │       └── Ex16_12.vshost.exe
│   │   │   ├── Ex16_12.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_12.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_12.exe
│   │   │   │   │   ├── Ex16_12.Form1.resources
│   │   │   │   │   ├── Ex16_12.pdb
│   │   │   │   │   ├── Ex16_12.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_12.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_12.sln
│   │   └── Ex16_12.suo
│   ├── Ex16_13
│   │   ├── Ex16_13
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_13.exe
│   │   │   │       ├── Ex16_13.pdb
│   │   │   │       └── Ex16_13.vshost.exe
│   │   │   ├── Ex16_13.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_13.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_13.exe
│   │   │   │   │   ├── Ex16_13.Form1.resources
│   │   │   │   │   ├── Ex16_13.pdb
│   │   │   │   │   ├── Ex16_13.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_13.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_13.sln
│   │   └── Ex16_13.suo
│   ├── Ex16_14
│   │   ├── Ex16_14
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_14.exe
│   │   │   │       ├── Ex16_14.pdb
│   │   │   │       └── Ex16_14.vshost.exe
│   │   │   ├── Ex16_14.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_14.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_14.exe
│   │   │   │   │   ├── Ex16_14.Form1.resources
│   │   │   │   │   ├── Ex16_14.pdb
│   │   │   │   │   ├── Ex16_14.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_14.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_14.sln
│   │   └── Ex16_14.suo
│   ├── Ex16_15
│   │   ├── Ex16_15
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_15.exe
│   │   │   │       ├── Ex16_15.pdb
│   │   │   │       └── Ex16_15.vshost.exe
│   │   │   ├── Ex16_15.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_15.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_15.exe
│   │   │   │   │   ├── Ex16_15.Form1.resources
│   │   │   │   │   ├── Ex16_15.pdb
│   │   │   │   │   ├── Ex16_15.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_15.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_15.sln
│   │   └── Ex16_15.suo
│   ├── Ex16_16
│   │   ├── Ex16_16
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_16.exe
│   │   │   │       ├── Ex16_16.pdb
│   │   │   │       └── Ex16_16.vshost.exe
│   │   │   ├── Ex16_16.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_16.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_16.exe
│   │   │   │   │   ├── Ex16_16.Form1.resources
│   │   │   │   │   ├── Ex16_16.pdb
│   │   │   │   │   ├── Ex16_16.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_16.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_16.sln
│   │   └── Ex16_16.suo
│   ├── Ex16_17
│   │   ├── Ex16_17
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_17.exe
│   │   │   │       ├── Ex16_17.pdb
│   │   │   │       └── Ex16_17.vshost.exe
│   │   │   ├── Ex16_17.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_17.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_17.exe
│   │   │   │   │   ├── Ex16_17.Form1.resources
│   │   │   │   │   ├── Ex16_17.pdb
│   │   │   │   │   ├── Ex16_17.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_17.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_17.sln
│   │   └── Ex16_17.suo
│   ├── Ex16_18
│   │   ├── Ex16_18
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_18.exe
│   │   │   │       ├── Ex16_18.pdb
│   │   │   │       └── Ex16_18.vshost.exe
│   │   │   ├── Ex16_18.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_18.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_18.exe
│   │   │   │   │   ├── Ex16_18.Form1.resources
│   │   │   │   │   ├── Ex16_18.pdb
│   │   │   │   │   ├── Ex16_18.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_18.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_18.sln
│   │   └── Ex16_18.suo
│   ├── Ex16_19
│   │   ├── Ex16_19
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_19.exe
│   │   │   │       ├── Ex16_19.pdb
│   │   │   │       └── Ex16_19.vshost.exe
│   │   │   ├── Ex16_19.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_19.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_19.exe
│   │   │   │   │   ├── Ex16_19.Form1.resources
│   │   │   │   │   ├── Ex16_19.pdb
│   │   │   │   │   ├── Ex16_19.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_19.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_19.sln
│   │   └── Ex16_19.suo
│   ├── Ex16_20
│   │   ├── Ex16_20
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_20.exe
│   │   │   │       ├── Ex16_20.pdb
│   │   │   │       └── Ex16_20.vshost.exe
│   │   │   ├── Ex16_20.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_20.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_20.exe
│   │   │   │   │   ├── Ex16_20.Form1.resources
│   │   │   │   │   ├── Ex16_20.pdb
│   │   │   │   │   ├── Ex16_20.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_20.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_20.sln
│   │   └── Ex16_20.suo
│   ├── Ex16_21
│   │   ├── Ex16_21
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_21.exe
│   │   │   │       ├── Ex16_21.pdb
│   │   │   │       └── Ex16_21.vshost.exe
│   │   │   ├── Ex16_21.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_21.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_21.exe
│   │   │   │   │   ├── Ex16_21.Form1.resources
│   │   │   │   │   ├── Ex16_21.pdb
│   │   │   │   │   ├── Ex16_21.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_21.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_21.sln
│   │   └── Ex16_21.suo
│   ├── Ex16_22
│   │   ├── Ex16_22
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_22.exe
│   │   │   │       ├── Ex16_22.pdb
│   │   │   │       └── Ex16_22.vshost.exe
│   │   │   ├── Ex16_22.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_22.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_22.exe
│   │   │   │   │   ├── Ex16_22.Form1.resources
│   │   │   │   │   ├── Ex16_22.pdb
│   │   │   │   │   ├── Ex16_22.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_22.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_22.sln
│   │   └── Ex16_22.suo
│   ├── Ex16_23
│   │   ├── Ex16_23
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_23.exe
│   │   │   │       ├── Ex16_23.pdb
│   │   │   │       └── Ex16_23.vshost.exe
│   │   │   ├── Ex16_23.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_23.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_23.exe
│   │   │   │   │   ├── Ex16_23.Form1.resources
│   │   │   │   │   ├── Ex16_23.pdb
│   │   │   │   │   ├── Ex16_23.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_23.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_23.sln
│   │   └── Ex16_23.suo
│   ├── Ex16_24
│   │   ├── Ex16_24
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_24.exe
│   │   │   │       ├── Ex16_24.pdb
│   │   │   │       └── Ex16_24.vshost.exe
│   │   │   ├── Ex16_24.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_24.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_24.exe
│   │   │   │   │   ├── Ex16_24.Form1.resources
│   │   │   │   │   ├── Ex16_24.pdb
│   │   │   │   │   ├── Ex16_24.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_24.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_24.sln
│   │   └── Ex16_24.suo
│   ├── Ex16_25
│   │   ├── App_Data
│   │   ├── Default.aspx
│   │   ├── Default.aspx.cs
│   │   ├── Ex16_25.suo
│   │   ├── fjtp.jpg
│   │   ├── Web.Config
│   │   └── 测试文件.txt
│   ├── Ex16_26
│   │   ├── App_Data
│   │   ├── Default.aspx
│   │   ├── Default.aspx.cs
│   │   └── Web.Config
│   ├── Ex16_27
│   │   ├── Ex16_27
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_27.exe
│   │   │   │       ├── Ex16_27.pdb
│   │   │   │       └── Ex16_27.vshost.exe
│   │   │   ├── Ex16_27.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_27.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_27.exe
│   │   │   │   │   ├── Ex16_27.Form1.resources
│   │   │   │   │   ├── Ex16_27.pdb
│   │   │   │   │   ├── Ex16_27.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_27.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_27.sln
│   │   └── Ex16_27.suo
│   ├── Ex16_28
│   │   ├── Ex16_28
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_28.exe
│   │   │   │       ├── Ex16_28.pdb
│   │   │   │       └── Ex16_28.vshost.exe
│   │   │   ├── Ex16_28.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_28.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_28.exe
│   │   │   │   │   ├── Ex16_28.Form1.resources
│   │   │   │   │   ├── Ex16_28.pdb
│   │   │   │   │   ├── Ex16_28.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_28.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_28.sln
│   │   └── Ex16_28.suo
│   ├── Ex16_29
│   │   ├── Ex16_29
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_29.exe
│   │   │   │       ├── Ex16_29.pdb
│   │   │   │       └── Ex16_29.vshost.exe
│   │   │   ├── Ex16_29.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_29.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_29.exe
│   │   │   │   │   ├── Ex16_29.Form1.resources
│   │   │   │   │   ├── Ex16_29.pdb
│   │   │   │   │   ├── Ex16_29.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_29.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_29.sln
│   │   └── Ex16_29.suo
│   ├── Ex16_30
│   │   ├── Ex16_30
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_30.exe
│   │   │   │       ├── Ex16_30.pdb
│   │   │   │       └── Ex16_30.vshost.exe
│   │   │   ├── Ex16_30.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_30.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_30.exe
│   │   │   │   │   ├── Ex16_30.Form1.resources
│   │   │   │   │   ├── Ex16_30.pdb
│   │   │   │   │   ├── Ex16_30.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_30.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_30.sln
│   │   └── Ex16_30.suo
│   ├── Ex16_31
│   │   ├── Ex16_31
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_31.exe
│   │   │   │       ├── Ex16_31.pdb
│   │   │   │       └── Ex16_31.vshost.exe
│   │   │   ├── Ex16_31.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_31.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_31.exe
│   │   │   │   │   ├── Ex16_31.Form1.resources
│   │   │   │   │   ├── Ex16_31.pdb
│   │   │   │   │   ├── Ex16_31.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_31.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_31.sln
│   │   └── Ex16_31.suo
│   ├── Ex16_32
│   │   ├── Ex16_32
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_32.exe
│   │   │   │       ├── Ex16_32.pdb
│   │   │   │       └── Ex16_32.vshost.exe
│   │   │   ├── Ex16_32.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_32.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_32.exe
│   │   │   │   │   ├── Ex16_32.Form1.resources
│   │   │   │   │   ├── Ex16_32.pdb
│   │   │   │   │   ├── Ex16_32.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_32.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_32.sln
│   │   └── Ex16_32.suo
│   ├── Ex16_33
│   │   ├── Ex16_33
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_33.exe
│   │   │   │       ├── Ex16_33.pdb
│   │   │   │       └── Ex16_33.vshost.exe
│   │   │   ├── Ex16_33.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_33.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_33.exe
│   │   │   │   │   ├── Ex16_33.Form1.resources
│   │   │   │   │   ├── Ex16_33.pdb
│   │   │   │   │   ├── Ex16_33.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_33.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── 程序使用说明.txt
│   │   ├── Ex16_33.sln
│   │   └── Ex16_33.suo
│   ├── Ex16_34
│   │   ├── Ex16_34
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_34.exe
│   │   │   │       ├── Ex16_34.pdb
│   │   │   │       └── Ex16_34.vshost.exe
│   │   │   ├── Ex16_34.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_34.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_34.exe
│   │   │   │   │   ├── Ex16_34.Form1.resources
│   │   │   │   │   ├── Ex16_34.pdb
│   │   │   │   │   ├── Ex16_34.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_34.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_34.sln
│   │   └── Ex16_34.suo
│   ├── Ex16_35
│   │   ├── Ex16_35
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_35.exe
│   │   │   │       ├── Ex16_35.pdb
│   │   │   │       └── Ex16_35.vshost.exe
│   │   │   ├── Ex16_35.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_35.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_35.exe
│   │   │   │   │   ├── Ex16_35.Form1.resources
│   │   │   │   │   ├── Ex16_35.pdb
│   │   │   │   │   ├── Ex16_35.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_35.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_35.sln
│   │   └── Ex16_35.suo
│   ├── Ex16_36
│   │   ├── Ex16_36
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_36.exe
│   │   │   │       ├── Ex16_36.pdb
│   │   │   │       └── Ex16_36.vshost.exe
│   │   │   ├── Ex16_36.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_36.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_36.exe
│   │   │   │   │   ├── Ex16_36.Form1.resources
│   │   │   │   │   ├── Ex16_36.pdb
│   │   │   │   │   ├── Ex16_36.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_36.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_36.sln
│   │   └── Ex16_36.suo
│   ├── Ex16_37
│   │   ├── Ex16_37
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_37.exe
│   │   │   │       ├── Ex16_37.pdb
│   │   │   │       └── Ex16_37.vshost.exe
│   │   │   ├── Ex16_37.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_37.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_37.exe
│   │   │   │   │   ├── Ex16_37.Form1.resources
│   │   │   │   │   ├── Ex16_37.pdb
│   │   │   │   │   ├── Ex16_37.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_37.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_37.sln
│   │   └── Ex16_37.suo
│   ├── Ex16_38
│   │   ├── Ex16_38
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_38.exe
│   │   │   │       ├── Ex16_38.pdb
│   │   │   │       └── Ex16_38.vshost.exe
│   │   │   ├── Ex16_38.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_38.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_38.exe
│   │   │   │   │   ├── Ex16_38.Form1.resources
│   │   │   │   │   ├── Ex16_38.pdb
│   │   │   │   │   ├── Ex16_38.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_38.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_38.sln
│   │   └── Ex16_38.suo
│   ├── Ex16_39
│   │   ├── Ex16_39
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_39.exe
│   │   │   │       ├── Ex16_39.pdb
│   │   │   │       └── Ex16_39.vshost.exe
│   │   │   ├── Ex16_39.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_39.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_39.exe
│   │   │   │   │   ├── Ex16_39.Form1.resources
│   │   │   │   │   ├── Ex16_39.pdb
│   │   │   │   │   ├── Ex16_39.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_39.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_39.sln
│   │   └── Ex16_39.suo
│   ├── Ex16_40
│   │   ├── Ex16_40
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_40.exe
│   │   │   │       ├── Ex16_40.pdb
│   │   │   │       └── Ex16_40.vshost.exe
│   │   │   ├── Ex16_40.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_40.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_40.exe
│   │   │   │   │   ├── Ex16_40.Form1.resources
│   │   │   │   │   ├── Ex16_40.pdb
│   │   │   │   │   ├── Ex16_40.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_40.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_40.sln
│   │   └── Ex16_40.suo
│   ├── Ex16_41
│   │   ├── Ex16_41
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_41.exe
│   │   │   │       ├── Ex16_41.pdb
│   │   │   │       └── Ex16_41.vshost.exe
│   │   │   ├── Ex16_41.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_41.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_41.exe
│   │   │   │   │   ├── Ex16_41.Form1.resources
│   │   │   │   │   ├── Ex16_41.pdb
│   │   │   │   │   ├── Ex16_41.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_41.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_41.sln
│   │   └── Ex16_41.suo
│   ├── Ex16_42
│   │   ├── Ex16_42
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_42.exe
│   │   │   │       ├── Ex16_42.pdb
│   │   │   │       └── Ex16_42.vshost.exe
│   │   │   ├── Ex16_42.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_42.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_42.exe
│   │   │   │   │   ├── Ex16_42.Form1.resources
│   │   │   │   │   ├── Ex16_42.pdb
│   │   │   │   │   ├── Ex16_42.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_42.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_42.sln
│   │   └── Ex16_42.suo
│   ├── Ex16_43
│   │   ├── Ex16_43
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_43.exe
│   │   │   │       ├── Ex16_43.pdb
│   │   │   │       └── Ex16_43.vshost.exe
│   │   │   ├── Ex16_43.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_43.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_43.exe
│   │   │   │   │   ├── Ex16_43.Form1.resources
│   │   │   │   │   ├── Ex16_43.pdb
│   │   │   │   │   ├── Ex16_43.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_43.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_43.sln
│   │   └── Ex16_43.suo
│   ├── Ex16_44
│   │   ├── Ex16_44
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_44.exe
│   │   │   │       ├── Ex16_44.pdb
│   │   │   │       └── Ex16_44.vshost.exe
│   │   │   ├── Ex16_44.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_44.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_44.exe
│   │   │   │   │   ├── Ex16_44.Form1.resources
│   │   │   │   │   ├── Ex16_44.pdb
│   │   │   │   │   ├── Ex16_44.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_44.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_44.sln
│   │   └── Ex16_44.suo
│   ├── Ex16_45
│   │   └── 设置文件访问模式.doc
│   ├── Ex16_46
│   │   ├── Ex16_46
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── dataCon.ini
│   │   │   │       ├── Ex16_46.exe
│   │   │   │       ├── Ex16_46.pdb
│   │   │   │       └── Ex16_46.vshost.exe
│   │   │   ├── Ex16_46.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_46.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_46.exe
│   │   │   │   │   ├── Ex16_46.Form1.resources
│   │   │   │   │   ├── Ex16_46.pdb
│   │   │   │   │   ├── Ex16_46.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_46.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_46.sln
│   │   └── Ex16_46.suo
│   ├── Ex16_47
│   │   ├── Ex16_47
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_47.exe
│   │   │   │       ├── Ex16_47.pdb
│   │   │   │       └── Ex16_47.vshost.exe
│   │   │   ├── Ex16_47.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_47.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_47.exe
│   │   │   │   │   ├── Ex16_47.Form1.resources
│   │   │   │   │   ├── Ex16_47.pdb
│   │   │   │   │   ├── Ex16_47.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_47.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_47.sln
│   │   └── Ex16_47.suo
│   ├── Ex16_48
│   │   ├── Ex16_48
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_48.exe
│   │   │   │       ├── Ex16_48.pdb
│   │   │   │       ├── Ex16_48.vshost.exe
│   │   │   │       ├── Interop.Office.dll
│   │   │   │       └── Interop.Word.dll
│   │   │   ├── Ex16_48.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_48.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_48.csproj.ResolveComReference.cache
│   │   │   │   │   ├── Ex16_48.exe
│   │   │   │   │   ├── Ex16_48.Form1.resources
│   │   │   │   │   ├── Ex16_48.pdb
│   │   │   │   │   ├── Ex16_48.Properties.Resources.resources
│   │   │   │   │   ├── Interop.Office.dll
│   │   │   │   │   ├── Interop.Word.dll
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_48.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_48.sln
│   │   └── Ex16_48.suo
│   ├── Ex16_49
│   │   ├── Ex16_49
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_49.exe
│   │   │   │       ├── Ex16_49.pdb
│   │   │   │       ├── Ex16_49.vshost.exe
│   │   │   │       ├── Interop.Excel.dll
│   │   │   │       └── Interop.Office.dll
│   │   │   ├── Ex16_49.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_49.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_49.csproj.ResolveComReference.cache
│   │   │   │   │   ├── Ex16_49.exe
│   │   │   │   │   ├── Ex16_49.Form1.resources
│   │   │   │   │   ├── Ex16_49.pdb
│   │   │   │   │   ├── Ex16_49.Properties.Resources.resources
│   │   │   │   │   ├── Interop.Excel.dll
│   │   │   │   │   ├── Interop.Office.dll
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_49.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_49.sln
│   │   └── Ex16_49.suo
│   ├── Ex16_50
│   │   ├── Ex16_50
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_50.exe
│   │   │   │       ├── Ex16_50.pdb
│   │   │   │       ├── Ex16_50.vshost.exe
│   │   │   │       └── 公司网页.htm
│   │   │   ├── Ex16_50.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_50.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_50.exe
│   │   │   │   │   ├── Ex16_50.Form1.resources
│   │   │   │   │   ├── Ex16_50.pdb
│   │   │   │   │   ├── Ex16_50.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_50.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_50.sln
│   │   └── Ex16_50.suo
│   ├── Ex16_51
│   │   ├── Ex16_51
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_51.exe
│   │   │   │       ├── Ex16_51.pdb
│   │   │   │       └── Ex16_51.vshost.exe
│   │   │   ├── Ex16_51.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_51.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_51.exe
│   │   │   │   │   ├── Ex16_51.Form1.resources
│   │   │   │   │   ├── Ex16_51.pdb
│   │   │   │   │   ├── Ex16_51.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_51.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_51.sln
│   │   └── Ex16_51.suo
│   ├── Ex16_52
│   │   ├── Ex16_52
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_52.exe
│   │   │   │       ├── Ex16_52.pdb
│   │   │   │       └── Ex16_52.vshost.exe
│   │   │   ├── Ex16_52.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_52.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_52.exe
│   │   │   │   │   ├── Ex16_52.Form1.resources
│   │   │   │   │   ├── Ex16_52.pdb
│   │   │   │   │   ├── Ex16_52.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_52.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_52.sln
│   │   └── Ex16_52.suo
│   ├── Ex16_53
│   │   ├── Ex16_53
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_53.exe
│   │   │   │       ├── Ex16_53.pdb
│   │   │   │       └── Ex16_53.vshost.exe
│   │   │   ├── Ex16_53.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_53.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_53.exe
│   │   │   │   │   ├── Ex16_53.Form1.resources
│   │   │   │   │   ├── Ex16_53.pdb
│   │   │   │   │   ├── Ex16_53.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_53.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_53.sln
│   │   └── Ex16_53.suo
│   ├── Ex16_54
│   │   ├── Ex16_54
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_54.exe
│   │   │   │       ├── Ex16_54.pdb
│   │   │   │       └── Ex16_54.vshost.exe
│   │   │   ├── Ex16_54.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_54.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_54.exe
│   │   │   │   │   ├── Ex16_54.Form1.resources
│   │   │   │   │   ├── Ex16_54.pdb
│   │   │   │   │   ├── Ex16_54.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_54.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_54.sln
│   │   └── Ex16_54.suo
│   ├── Ex16_55
│   │   ├── Ex16_55
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── contosoBooks.xml
│   │   │   │       ├── Ex16_55.exe
│   │   │   │       ├── Ex16_55.pdb
│   │   │   │       └── Ex16_55.vshost.exe
│   │   │   ├── Ex16_55.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_55.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_55.exe
│   │   │   │   │   ├── Ex16_55.Form1.resources
│   │   │   │   │   ├── Ex16_55.pdb
│   │   │   │   │   ├── Ex16_55.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_55.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_55.sln
│   │   └── Ex16_55.suo
│   ├── Ex16_56
│   │   ├── Ex16_56
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── books.xml
│   │   │   │       ├── Ex16_56.exe
│   │   │   │       ├── Ex16_56.pdb
│   │   │   │       └── Ex16_56.vshost.exe
│   │   │   ├── Ex16_56.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_56.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_56.exe
│   │   │   │   │   ├── Ex16_56.Form1.resources
│   │   │   │   │   ├── Ex16_56.pdb
│   │   │   │   │   ├── Ex16_56.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_56.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_56.sln
│   │   └── Ex16_56.suo
│   ├── Ex16_57
│   │   ├── Ex16_57
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_57.exe
│   │   │   │       ├── Ex16_57.pdb
│   │   │   │       ├── Ex16_57.vshost.exe
│   │   │   │       ├── SaveImage.xml
│   │   │   │       └── test.bmp
│   │   │   ├── Ex16_57.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_57.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_57.exe
│   │   │   │   │   ├── Ex16_57.Form1.resources
│   │   │   │   │   ├── Ex16_57.pdb
│   │   │   │   │   ├── Ex16_57.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_57.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_57.sln
│   │   └── Ex16_57.suo
│   ├── Ex16_58
│   │   ├── Ex16_58
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_58.exe
│   │   │   │       ├── Ex16_58.pdb
│   │   │   │       └── Ex16_58.vshost.exe
│   │   │   ├── Ex16_58.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_58.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_58.exe
│   │   │   │   │   ├── Ex16_58.Form1.resources
│   │   │   │   │   ├── Ex16_58.pdb
│   │   │   │   │   ├── Ex16_58.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_58.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_58.sln
│   │   └── Ex16_58.suo
│   ├── Ex16_59
│   │   ├── App_Data
│   │   ├── Default.aspx
│   │   ├── Default.aspx.cs
│   │   └── Images
│   │       └── fjtp.jpg
│   ├── Ex16_60
│   │   ├── Ex16_60
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex16_60.exe
│   │   │   │       ├── Ex16_60.pdb
│   │   │   │       ├── Ex16_60.vshost.exe
│   │   │   │       └── test.txt
│   │   │   ├── Ex16_60.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex16_60.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex16_60.exe
│   │   │   │   │   ├── Ex16_60.Form1.resources
│   │   │   │   │   ├── Ex16_60.pdb
│   │   │   │   │   ├── Ex16_60.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex16_60.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex16_60.sln
│   │   └── Ex16_60.suo
│   └── Ex16_61
│       ├── Ex16_61
│       │   ├── bin
│       │   │   └── Debug
│       │   │       ├── Ex16_61.exe
│       │   │       ├── Ex16_61.pdb
│       │   │       ├── Ex16_61.vshost.exe
│       │   │       └── test.txt
│       │   ├── Ex16_61.csproj
│       │   ├── Form1.cs
│       │   ├── Form1.designer.cs
│       │   ├── Form1.resx
│       │   ├── obj
│       │   │   ├── Debug
│       │   │   │   ├── Ex16_61.csproj.GenerateResource.Cache
│       │   │   │   ├── Ex16_61.exe
│       │   │   │   ├── Ex16_61.Form1.resources
│       │   │   │   ├── Ex16_61.pdb
│       │   │   │   ├── Ex16_61.Properties.Resources.resources
│       │   │   │   └── TempPE
│       │   │   └── Ex16_61.csproj.FileList.txt
│       │   ├── Program.cs
│       │   └── Properties
│       │       ├── AssemblyInfo.cs
│       │       ├── Resources.Designer.cs
│       │       ├── Resources.resx
│       │       ├── Settings.Designer.cs
│       │       └── Settings.settings
│       ├── Ex16_61.sln
│       └── Ex16_61.suo
└── 17
    ├── Ex17_01
    │   └── GetCPUName
    │       ├── GetCPUName
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── GetCPUName.exe
    │       │   │       ├── GetCPUName.pdb
    │       │   │       └── GetCPUName.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── GetCPUName.csproj
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── GetCPUName.csproj.GenerateResource.Cache
    │       │   │   │   ├── GetCPUName.exe
    │       │   │   │   ├── GetCPUName.Form1.resources
    │       │   │   │   ├── GetCPUName.pdb
    │       │   │   │   ├── GetCPUName.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── GetCPUName.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── GetCPUName.sln
    │       └── GetCPUName.suo
    ├── Ex17_02
    │   └── GetCUPManufacturer
    │       ├── GetCUPManufacturer
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── GetCUPManufacturer.exe
    │       │   │       ├── GetCUPManufacturer.pdb
    │       │   │       └── GetCUPManufacturer.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── GetCUPManufacturer.csproj
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── GetCUPManufacturer.csproj.GenerateResource.Cache
    │       │   │   │   ├── GetCUPManufacturer.exe
    │       │   │   │   ├── GetCUPManufacturer.Form1.resources
    │       │   │   │   ├── GetCUPManufacturer.pdb
    │       │   │   │   ├── GetCUPManufacturer.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── GetCUPManufacturer.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── GetCUPManufacturer.sln
    │       └── GetCUPManufacturer.suo
    ├── Ex17_03
    │   └── HardDiskSpace
    │       ├── HardDiskSpace
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── HardDiskSpace.exe
    │       │   │       ├── HardDiskSpace.pdb
    │       │   │       └── HardDiskSpace.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── HardDiskSpace.csproj
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── HardDiskSpace.csproj.GenerateResource.Cache
    │       │   │   │   ├── HardDiskSpace.exe
    │       │   │   │   ├── HardDiskSpace.Form1.resources
    │       │   │   │   ├── HardDiskSpace.pdb
    │       │   │   │   ├── HardDiskSpace.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── HardDiskSpace.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── HardDiskSpace.sln
    │       └── HardDiskSpace.suo
    ├── Ex17_04
    │   └── HardDiskFreeSpace
    │       ├── HardDiskFreeSpace
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── HardDiskFreeSpace.exe
    │       │   │       ├── HardDiskFreeSpace.pdb
    │       │   │       └── HardDiskFreeSpace.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── HardDiskFreeSpace.csproj
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── HardDiskFreeSpace.csproj.GenerateResource.Cache
    │       │   │   │   ├── HardDiskFreeSpace.exe
    │       │   │   │   ├── HardDiskFreeSpace.Form1.resources
    │       │   │   │   ├── HardDiskFreeSpace.pdb
    │       │   │   │   ├── HardDiskFreeSpace.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── HardDiskFreeSpace.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── HardDiskFreeSpace.sln
    │       └── HardDiskFreeSpace.suo
    ├── Ex17_05
    │   └── DeskSize
    │       ├── DeskSize
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── DeskSize.exe
    │       │   │       ├── DeskSize.pdb
    │       │   │       └── DeskSize.vshost.exe
    │       │   ├── DeskSize.csproj
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── DeskSize.csproj.GenerateResource.Cache
    │       │   │   │   ├── DeskSize.exe
    │       │   │   │   ├── DeskSize.Form1.resources
    │       │   │   │   ├── DeskSize.pdb
    │       │   │   │   ├── DeskSize.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── DeskSize.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── DeskSize.sln
    │       └── DeskSize.suo
    ├── Ex17_06
    │   └── HardDiskJueBiao
    │       ├── HardDiskJueBiao
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── HardDiskJueBiao.exe
    │       │   │       ├── HardDiskJueBiao.pdb
    │       │   │       └── HardDiskJueBiao.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── HardDiskJueBiao.csproj
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── HardDiskJueBiao.csproj.GenerateResource.Cache
    │       │   │   │   ├── HardDiskJueBiao.exe
    │       │   │   │   ├── HardDiskJueBiao.Form1.resources
    │       │   │   │   ├── HardDiskJueBiao.pdb
    │       │   │   │   ├── HardDiskJueBiao.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── HardDiskJueBiao.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── HardDiskJueBiao.sln
    │       └── HardDiskJueBiao.suo
    ├── Ex17_07
    │   └── HardDiskFileType
    │       ├── HardDiskFileType
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── HardDiskFileType.exe
    │       │   │       ├── HardDiskFileType.pdb
    │       │   │       └── HardDiskFileType.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── HardDiskFileType.csproj
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── HardDiskFileType.csproj.GenerateResource.Cache
    │       │   │   │   ├── HardDiskFileType.exe
    │       │   │   │   ├── HardDiskFileType.Form1.resources
    │       │   │   │   ├── HardDiskFileType.pdb
    │       │   │   │   ├── HardDiskFileType.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── HardDiskFileType.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── HardDiskFileType.sln
    │       └── HardDiskFileType.suo
    ├── Ex17_08
    │   └── GetProgramFiles
    │       ├── GetProgramFiles
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── GetProgramFiles.exe
    │       │   │       ├── GetProgramFiles.pdb
    │       │   │       └── GetProgramFiles.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── GetProgramFiles.csproj
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── GetProgramFiles.csproj.GenerateResource.Cache
    │       │   │   │   ├── GetProgramFiles.exe
    │       │   │   │   ├── GetProgramFiles.Form1.resources
    │       │   │   │   ├── GetProgramFiles.pdb
    │       │   │   │   ├── GetProgramFiles.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── GetProgramFiles.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── GetProgramFiles.sln
    │       └── GetProgramFiles.suo
    ├── Ex17_09
    │   └── GetDeskDirectory
    │       ├── GetDeskDirectory
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── GetDeskDirectory.exe
    │       │   │       ├── GetDeskDirectory.pdb
    │       │   │       └── GetDeskDirectory.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── GetDeskDirectory.csproj
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── GetDeskDirectory.csproj.GenerateResource.Cache
    │       │   │   │   ├── GetDeskDirectory.exe
    │       │   │   │   ├── GetDeskDirectory.Form1.resources
    │       │   │   │   ├── GetDeskDirectory.pdb
    │       │   │   │   ├── GetDeskDirectory.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── GetDeskDirectory.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── GetDeskDirectory.sln
    │       └── GetDeskDirectory.suo
    ├── Ex17_10
    │   └── GetStartMenuDir
    │       ├── GetStartMenuDir
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── GetStartMenuDir.exe
    │       │   │       ├── GetStartMenuDir.pdb
    │       │   │       └── GetStartMenuDir.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── GetStartMenuDir.csproj
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── GetStartMenuDir.csproj.GenerateResource.Cache
    │       │   │   │   ├── GetStartMenuDir.exe
    │       │   │   │   ├── GetStartMenuDir.Form1.resources
    │       │   │   │   ├── GetStartMenuDir.pdb
    │       │   │   │   ├── GetStartMenuDir.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── GetStartMenuDir.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── GetStartMenuDir.sln
    │       └── GetStartMenuDir.suo
    ├── Ex17_11
    │   └── GetProgramsDir
    │       ├── GetProgramsDir
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── GetProgramsDir.exe
    │       │   │       ├── GetProgramsDir.pdb
    │       │   │       └── GetProgramsDir.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── GetProgramsDir.csproj
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── GetProgramsDir.csproj.GenerateResource.Cache
    │       │   │   │   ├── GetProgramsDir.exe
    │       │   │   │   ├── GetProgramsDir.Form1.resources
    │       │   │   │   ├── GetProgramsDir.pdb
    │       │   │   │   ├── GetProgramsDir.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── GetProgramsDir.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── GetProgramsDir.sln
    │       └── GetProgramsDir.suo
    ├── Ex17_12
    │   └── GetTemplates
    │       ├── GetTemplates
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── GetTemplates.exe
    │       │   │       ├── GetTemplates.pdb
    │       │   │       └── GetTemplates.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── GetTemplates.csproj
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── GetTemplates.csproj.GenerateResource.Cache
    │       │   │   │   ├── GetTemplates.exe
    │       │   │   │   ├── GetTemplates.Form1.resources
    │       │   │   │   ├── GetTemplates.pdb
    │       │   │   │   ├── GetTemplates.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── GetTemplates.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── GetTemplates.sln
    │       └── GetTemplates.suo
    ├── Ex17_13
    │   └── GetFavorites
    │       ├── GetFavorites
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── GetFavorites.exe
    │       │   │       ├── GetFavorites.pdb
    │       │   │       └── GetFavorites.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── GetFavorites.csproj
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── GetFavorites.csproj.GenerateResource.Cache
    │       │   │   │   ├── GetFavorites.exe
    │       │   │   │   ├── GetFavorites.Form1.resources
    │       │   │   │   ├── GetFavorites.pdb
    │       │   │   │   ├── GetFavorites.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── GetFavorites.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── GetFavorites.sln
    │       └── GetFavorites.suo
    ├── Ex17_14
    │   └── GetCommonProgramFiles
    │       ├── GetCommonProgramFiles
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── GetCommonProgramFiles.exe
    │       │   │       ├── GetCommonProgramFiles.pdb
    │       │   │       └── GetCommonProgramFiles.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── GetCommonProgramFiles.csproj
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── GetCommonProgramFiles.csproj.GenerateResource.Cache
    │       │   │   │   ├── GetCommonProgramFiles.exe
    │       │   │   │   ├── GetCommonProgramFiles.Form1.resources
    │       │   │   │   ├── GetCommonProgramFiles.pdb
    │       │   │   │   ├── GetCommonProgramFiles.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── GetCommonProgramFiles.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── GetCommonProgramFiles.sln
    │       └── GetCommonProgramFiles.suo
    ├── Ex17_15
    │   └── GetMyMusic
    │       ├── GetMyMusic
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── GetMyMusic.exe
    │       │   │       ├── GetMyMusic.pdb
    │       │   │       └── GetMyMusic.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── GetMyPictures.csproj
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── GetMyMusic.csproj.GenerateResource.Cache
    │       │   │   │   ├── GetMyMusic.exe
    │       │   │   │   ├── GetMyMusic.Form1.resources
    │       │   │   │   ├── GetMyMusic.pdb
    │       │   │   │   ├── GetMyMusic.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── GetMyMusic.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── GetMyPictures.sln
    │       └── GetMyPictures.suo
    ├── Ex17_16
    │   └── GetHistoryDir
    │       ├── GetHistoryDir
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── GetMyVedioDir.exe
    │       │   │       ├── GetMyVedioDir.pdb
    │       │   │       └── GetMyVedioDir.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── GetHistoryDir.csproj
    │       │   ├── GetHistoryDir.sln
    │       │   ├── GetHistoryDir.suo
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── GetHistoryDir.csproj.GenerateResource.Cache
    │       │   │   │   ├── GetMyVedioDir.exe
    │       │   │   │   ├── GetMyVedioDir.Form1.resources
    │       │   │   │   ├── GetMyVedioDir.pdb
    │       │   │   │   ├── GetMyVedioDir.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── GetHistoryDir.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── GetHistoryDir.sln
    │       └── GetHistoryDir.suo
    ├── Ex17_17
    │   └── GetInternetCacheDir
    │       ├── GetInternetCacheDir
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── GetInternetCacheDir.exe
    │       │   │       ├── GetInternetCacheDir.pdb
    │       │   │       └── GetInternetCacheDir.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── GetInternetCacheDir.csproj
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── GetInternetCacheDir.csproj.GenerateResource.Cache
    │       │   │   │   ├── GetInternetCacheDir.exe
    │       │   │   │   ├── GetInternetCacheDir.Form1.resources
    │       │   │   │   ├── GetInternetCacheDir.pdb
    │       │   │   │   ├── GetInternetCacheDir.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── GetInternetCacheDir.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── GetInternetCacheDir.sln
    │       └── GetInternetCacheDir.suo
    ├── Ex17_18
    │   └── JudgeConnUser
    │       ├── JudgeCommUser.sln
    │       ├── JudgeCommUser.suo
    │       └── JudgeConnUser
    │           ├── bin
    │           │   └── Debug
    │           │       ├── JudgeCommUser.exe
    │           │       ├── JudgeCommUser.pdb
    │           │       └── JudgeCommUser.vshost.exe
    │           ├── Form1.cs
    │           ├── Form1.Designer.cs
    │           ├── Form1.resx
    │           ├── JudgeCommUser.csproj
    │           ├── obj
    │           │   ├── Debug
    │           │   │   ├── JudgeCommUser.csproj.GenerateResource.Cache
    │           │   │   ├── JudgeCommUser.exe
    │           │   │   ├── JudgeCommUser.pdb
    │           │   │   ├── JudgeCommUser.Properties.Resources.resources
    │           │   │   ├── JudgeConnUser.Form1.resources
    │           │   │   └── TempPE
    │           │   │       └── Properties.Resources.Designer.cs.dll
    │           │   └── JudgeCommUser.csproj.FileList.txt
    │           ├── Program.cs
    │           └── Properties
    │               ├── AssemblyInfo.cs
    │               ├── Resources.Designer.cs
    │               ├── Resources.resx
    │               ├── Settings.Designer.cs
    │               └── Settings.settings
    ├── Ex17_19
    │   └── JudgePowerUser
    │       ├── JudgePowerUser
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── JudgePowerUser.exe
    │       │   │       ├── JudgePowerUser.pdb
    │       │   │       └── JudgePowerUser.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── JudgePowerUser.csproj
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── JudgePowerUser.csproj.GenerateResource.Cache
    │       │   │   │   ├── JudgePowerUser.exe
    │       │   │   │   ├── JudgePowerUser.Form1.resources
    │       │   │   │   ├── JudgePowerUser.pdb
    │       │   │   │   ├── JudgePowerUser.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── JudgePowerUser.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── JudgePowerUser.sln
    │       └── JudgePowerUser.suo
    ├── Ex17_20
    │   └── JudgeSystemUser
    │       ├── JudgeSystemUser
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── JudgeSystemUser.exe
    │       │   │       ├── JudgeSystemUser.pdb
    │       │   │       └── JudgeSystemUser.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── JudgeSystemUser.csproj
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── JudgeSystemUser.csproj.GenerateResource.Cache
    │       │   │   │   ├── JudgeSystemUser.exe
    │       │   │   │   ├── JudgeSystemUser.Form1.resources
    │       │   │   │   ├── JudgeSystemUser.pdb
    │       │   │   │   ├── JudgeSystemUser.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── JudgeSystemUser.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── JudgeSystemUser.sln
    │       └── JudgeSystemUser.suo
    ├── Ex17_21
    │   └── JudgeOperator
    │       ├── JudgeOperator
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── JudgeOperator.exe
    │       │   │       ├── JudgeOperator.pdb
    │       │   │       └── JudgeOperator.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── JudgeOperator.csproj
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── JudgeOperator.csproj.GenerateResource.Cache
    │       │   │   │   ├── JudgeOperator.exe
    │       │   │   │   ├── JudgeOperator.Form1.resources
    │       │   │   │   ├── JudgeOperator.pdb
    │       │   │   │   ├── JudgeOperator.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── JudgeOperator.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── JudgeOperator.sln
    │       └── JudgeOperator.suo
    ├── Ex17_22
    │   └── JudgeBackupOperator
    │       ├── JudgeBackupOperator
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── JudgeBackupOperator.exe
    │       │   │       ├── JudgeBackupOperator.pdb
    │       │   │       └── JudgeBackupOperator.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── JudgeBackupOperator.csproj
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── JudgeBackupOperator.csproj.GenerateResource.Cache
    │       │   │   │   ├── JudgeBackupOperator.exe
    │       │   │   │   ├── JudgeBackupOperator.Form1.resources
    │       │   │   │   ├── JudgeBackupOperator.pdb
    │       │   │   │   ├── JudgeBackupOperator.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── JudgeBackupOperator.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── JudgeBackupOperator.sln
    │       └── JudgeBackupOperator.suo
    ├── Ex17_23
    │   └── JudgePrintOperator
    │       ├── JudgePrintOperator
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── JudgePrintOperator.exe
    │       │   │       ├── JudgePrintOperator.pdb
    │       │   │       └── JudgePrintOperator.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── JudgePrintOperator.csproj
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── JudgePrintOperator.csproj.GenerateResource.Cache
    │       │   │   │   ├── JudgePrintOperator.exe
    │       │   │   │   ├── JudgePrintOperator.Form1.resources
    │       │   │   │   ├── JudgePrintOperator.pdb
    │       │   │   │   ├── JudgePrintOperator.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── JudgePrintOperator.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── JudgePrintOperator.sln
    │       └── JudgePrintOperator.suo
    ├── Ex17_24
    │   └── JudgeReplicator
    │       ├── JudgeReplicator
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── JudgeReplicator.exe
    │       │   │       ├── JudgeReplicator.pdb
    │       │   │       └── JudgeReplicator.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── JudgeReplicator.csproj
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── JudgeReplicator.csproj.GenerateResource.Cache
    │       │   │   │   ├── JudgeReplicator.exe
    │       │   │   │   ├── JudgeReplicator.Form1.resources
    │       │   │   │   ├── JudgeReplicator.pdb
    │       │   │   │   ├── JudgeReplicator.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── JudgeReplicator.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── JudgeReplicator.sln
    │       └── JudgeReplicator.suo
    ├── Ex17_25
    │   └── JudgeAccountOperator
    │       ├── JudgeAccountOperator
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── JudgeAccountOperator.exe
    │       │   │       ├── JudgeAccountOperator.pdb
    │       │   │       └── JudgeAccountOperator.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── JudgeAccountOperator.csproj
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── JudgeAccountOperator.csproj.GenerateResource.Cache
    │       │   │   │   ├── JudgeAccountOperator.exe
    │       │   │   │   ├── JudgeAccountOperator.Form1.resources
    │       │   │   │   ├── JudgeAccountOperator.pdb
    │       │   │   │   ├── JudgeAccountOperator.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── JudgeAccountOperator.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── JudgeAccountOperator.sln
    │       └── JudgeAccountOperator.suo
    ├── Ex17_26
    │   └── GetSystemLog
    │       ├── GetSystemLog
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── GetSystemLog.exe
    │       │   │       ├── GetSystemLog.pdb
    │       │   │       └── GetSystemLog.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── GetSystemLog.csproj
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── GetSystemLog.csproj.GenerateResource.Cache
    │       │   │   │   ├── GetSystemLog.exe
    │       │   │   │   ├── GetSystemLog.Form1.resources
    │       │   │   │   ├── GetSystemLog.pdb
    │       │   │   │   ├── GetSystemLog.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── GetSystemLog.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── GetSystemLog.sln
    │       └── GetSystemLog.suo
    ├── Ex17_27
    │   └── GetSecurityLog
    │       ├── GetSecurityLog
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── GetSecurityLog.exe
    │       │   │       ├── GetSecurityLog.pdb
    │       │   │       └── GetSecurityLog.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── GetSecurityLog.csproj
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── GetSecurityLog.csproj.GenerateResource.Cache
    │       │   │   │   ├── GetSecurityLog.exe
    │       │   │   │   ├── GetSecurityLog.Form1.resources
    │       │   │   │   ├── GetSecurityLog.pdb
    │       │   │   │   ├── GetSecurityLog.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── GetSecurityLog.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── GetSecurityLog.sln
    │       └── GetSecurityLog.suo
    ├── Ex17_28
    │   └── GetApplicationLog
    │       ├── GetApplicationLog
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── GetApplicationLog.exe
    │       │   │       ├── GetApplicationLog.pdb
    │       │   │       └── GetApplicationLog.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── GetApplicationLog.csproj
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── GetApplicationLog.csproj.GenerateResource.Cache
    │       │   │   │   ├── GetApplicationLog.exe
    │       │   │   │   ├── GetApplicationLog.Form1.resources
    │       │   │   │   ├── GetApplicationLog.pdb
    │       │   │   │   ├── GetApplicationLog.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── GetApplicationLog.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── GetApplicationLog.sln
    │       └── GetApplicationLog.suo
    ├── Ex17_29
    │   └── CreateNewLog
    │       ├── CreateNewLog
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── CreateNewLog.exe
    │       │   │       ├── CreateNewLog.pdb
    │       │   │       └── CreateNewLog.vshost.exe
    │       │   ├── CreateNewLog.csproj
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── obj
    │       │   │   ├── CreateNewLog.csproj.FileList.txt
    │       │   │   └── Debug
    │       │   │       ├── CreateNewLog.csproj.GenerateResource.Cache
    │       │   │       ├── CreateNewLog.exe
    │       │   │       ├── CreateNewLog.Form1.resources
    │       │   │       ├── CreateNewLog.pdb
    │       │   │       ├── CreateNewLog.Properties.Resources.resources
    │       │   │       └── TempPE
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── CreateNewLog.sln
    │       └── CreateNewLog.suo
    ├── Ex17_30
    │   └── WriteSystemLog
    │       ├── WriteSystemLog
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── WriteSystemLog.exe
    │       │   │       ├── WriteSystemLog.pdb
    │       │   │       └── WriteSystemLog.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── TempPE
    │       │   │   │   ├── WriteSystemLog.csproj.GenerateResource.Cache
    │       │   │   │   ├── WriteSystemLog.exe
    │       │   │   │   ├── WriteSystemLog.Form1.resources
    │       │   │   │   ├── WriteSystemLog.pdb
    │       │   │   │   └── WriteSystemLog.Properties.Resources.resources
    │       │   │   └── WriteSystemLog.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   ├── Properties
    │       │   │   ├── AssemblyInfo.cs
    │       │   │   ├── Resources.Designer.cs
    │       │   │   ├── Resources.resx
    │       │   │   ├── Settings.Designer.cs
    │       │   │   └── Settings.settings
    │       │   └── WriteSystemLog.csproj
    │       ├── WriteSystemLog.sln
    │       └── WriteSystemLog.suo
    ├── Ex17_31
    │   └── WriteApplication
    │       ├── WriteApplication
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── WriteApplication.exe
    │       │   │       ├── WriteApplication.pdb
    │       │   │       └── WriteApplication.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── TempPE
    │       │   │   │   ├── WriteApplication.csproj.GenerateResource.Cache
    │       │   │   │   ├── WriteApplication.exe
    │       │   │   │   ├── WriteApplication.Form1.resources
    │       │   │   │   ├── WriteApplication.pdb
    │       │   │   │   └── WriteApplication.Properties.Resources.resources
    │       │   │   └── WriteApplication.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   ├── Properties
    │       │   │   ├── AssemblyInfo.cs
    │       │   │   ├── Resources.Designer.cs
    │       │   │   ├── Resources.resx
    │       │   │   ├── Settings.Designer.cs
    │       │   │   └── Settings.settings
    │       │   └── WriteApplication.csproj
    │       ├── WriteApplication.sln
    │       └── WriteApplication.suo
    ├── Ex17_32
    │   └── SetComputerSleep
    │       ├── SetComputerSleep
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── SetComputerSleep.exe
    │       │   │       ├── SetComputerSleep.pdb
    │       │   │       └── SetComputerSleep.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── SetComputerSleep.csproj.GenerateResource.Cache
    │       │   │   │   ├── SetComputerSleep.exe
    │       │   │   │   ├── SetComputerSleep.Form1.resources
    │       │   │   │   ├── SetComputerSleep.pdb
    │       │   │   │   ├── SetComputerSleep.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── SetComputerSleep.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   ├── Properties
    │       │   │   ├── AssemblyInfo.cs
    │       │   │   ├── Resources.Designer.cs
    │       │   │   ├── Resources.resx
    │       │   │   ├── Settings.Designer.cs
    │       │   │   └── Settings.settings
    │       │   └── SetComputerSleep.csproj
    │       ├── SetComputerSleep.sln
    │       └── SetComputerSleep.suo
    ├── Ex17_33
    │   └── EnableTaskMgr
    │       ├── EnableTaskMgr
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── EnableTaskMgr.exe
    │       │   │       ├── EnableTaskMgr.pdb
    │       │   │       └── EnableTaskMgr.vshost.exe
    │       │   ├── EnableTaskMgr.csproj
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── EnableTaskMgr.csproj.GenerateResource.Cache
    │       │   │   │   ├── EnableTaskMgr.exe
    │       │   │   │   ├── EnableTaskMgr.Form1.resources
    │       │   │   │   ├── EnableTaskMgr.pdb
    │       │   │   │   ├── EnableTaskMgr.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── EnableTaskMgr.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── EnableTaskMgr.sln
    │       └── EnableTaskMgr.suo
    ├── Ex17_34
    │   └── AddContextMenu
    │       ├── AddContextMenu
    │       │   ├── AddContextMenu.csproj
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── AddContextMenu.exe
    │       │   │       ├── AddContextMenu.pdb
    │       │   │       └── AddContextMenu.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── obj
    │       │   │   ├── AddContextMenu.csproj.FileList.txt
    │       │   │   └── Debug
    │       │   │       ├── AddContextMenu.csproj.GenerateResource.Cache
    │       │   │       ├── AddContextMenu.exe
    │       │   │       ├── AddContextMenu.Form1.resources
    │       │   │       ├── AddContextMenu.pdb
    │       │   │       ├── AddContextMenu.Properties.Resources.resources
    │       │   │       └── TempPE
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── AddContextMenu.sln
    │       └── AddContextMenu.suo
    ├── Ex17_35
    │   └── OnlyRunApplication
    │       ├── OnlyRunApplication
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── OnlyRunApplication.exe
    │       │   │       ├── OnlyRunApplication.pdb
    │       │   │       └── OnlyRunApplication.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── OnlyRunApplication.csproj.GenerateResource.Cache
    │       │   │   │   ├── OnlyRunApplication.exe
    │       │   │   │   ├── OnlyRunApplication.Form1.resources
    │       │   │   │   ├── OnlyRunApplication.pdb
    │       │   │   │   ├── OnlyRunApplication.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── OnlyRunApplication.csproj.FileList.txt
    │       │   ├── OnlyRunApplication.csproj
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── OnlyRunApplication.sln
    │       └── OnlyRunApplication.suo
    ├── Ex17_36
    │   └── WindowsXP
    │       ├── WindowsXP
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── WindowsXP.exe
    │       │   │       ├── WindowsXP.pdb
    │       │   │       └── WindowsXP.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── TempPE
    │       │   │   │   │   └── Properties.Resources.Designer.cs.dll
    │       │   │   │   ├── WindowsXP.csproj.GenerateResource.Cache
    │       │   │   │   ├── WindowsXP.exe
    │       │   │   │   ├── WindowsXP.Form1.resources
    │       │   │   │   ├── WindowsXP.pdb
    │       │   │   │   └── WindowsXP.Properties.Resources.resources
    │       │   │   └── WindowsXP.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   ├── Properties
    │       │   │   ├── AssemblyInfo.cs
    │       │   │   ├── Resources.Designer.cs
    │       │   │   ├── Resources.resx
    │       │   │   ├── Settings.Designer.cs
    │       │   │   └── Settings.settings
    │       │   ├── Resources
    │       │   │   ├── XP上.jpg
    │       │   │   ├── Xp中1.jpg
    │       │   │   ├── Xp中.jpg
    │       │   │   ├── XP右.jpg
    │       │   │   ├── XP小.jpg
    │       │   │   └── XP左背景.jpg
    │       │   └── WindowsXP.csproj
    │       ├── WindowsXP.sln
    │       └── WindowsXP.suo
    ├── Ex17_37
    │   └── SerchFile
    │       ├── SerchFile
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── SerchFile.exe
    │       │   │       ├── SerchFile.pdb
    │       │   │       └── SerchFile.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── SerchFile.csproj.GenerateResource.Cache
    │       │   │   │   ├── SerchFile.exe
    │       │   │   │   ├── SerchFile.Form1.resources
    │       │   │   │   ├── SerchFile.pdb
    │       │   │   │   ├── SerchFile.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── SerchFile.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   ├── Properties
    │       │   │   ├── AssemblyInfo.cs
    │       │   │   ├── Resources.Designer.cs
    │       │   │   ├── Resources.resx
    │       │   │   ├── Settings.Designer.cs
    │       │   │   └── Settings.settings
    │       │   └── SerchFile.csproj
    │       ├── SerchFile.sln
    │       └── SerchFile.suo
    ├── Ex17_38
    │   └── SpecialSharpWindows
    │       ├── SpecialSharpWindows
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── Heart.bmp
    │       │   │       ├── SpecialSharpWindows.exe
    │       │   │       ├── SpecialSharpWindows.pdb
    │       │   │       └── SpecialSharpWindows.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── SpecialSharpWindows.csproj.GenerateResource.Cache
    │       │   │   │   ├── SpecialSharpWindows.exe
    │       │   │   │   ├── SpecialSharpWindows.Form1.resources
    │       │   │   │   ├── SpecialSharpWindows.pdb
    │       │   │   │   ├── SpecialSharpWindows.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── SpecialSharpWindows.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   ├── Properties
    │       │   │   ├── AssemblyInfo.cs
    │       │   │   ├── Resources.Designer.cs
    │       │   │   ├── Resources.resx
    │       │   │   ├── Settings.Designer.cs
    │       │   │   └── Settings.settings
    │       │   └── SpecialSharpWindows.csproj
    │       ├── SpecialSharpWindows.sln
    │       └── SpecialSharpWindows.suo
    ├── Ex17_39
    │   └── MoveUsingFile
    │       ├── MoveUsingFile
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── MoveUsingFile.exe
    │       │   │       ├── MoveUsingFile.pdb
    │       │   │       └── MoveUsingFile.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── MoveUsingFile.csproj
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── MoveUsingFile.csproj.GenerateResource.Cache
    │       │   │   │   ├── MoveUsingFile.exe
    │       │   │   │   ├── MoveUsingFile.Form1.resources
    │       │   │   │   ├── MoveUsingFile.pdb
    │       │   │   │   ├── MoveUsingFile.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── MoveUsingFile.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── MoveUsingFile.sln
    │       └── MoveUsingFile.suo
    ├── Ex17_40
    │   └── QQ
    │       ├── QQ
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── QQ.exe
    │       │   │       ├── QQ.pdb
    │       │   │       └── QQ.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── QQ.csproj.GenerateResource.Cache
    │       │   │   │   ├── QQ.exe
    │       │   │   │   ├── QQ.Form1.resources
    │       │   │   │   ├── QQ.pdb
    │       │   │   │   ├── QQ.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── QQ.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   ├── Properties
    │       │   │   ├── AssemblyInfo.cs
    │       │   │   ├── Resources.Designer.cs
    │       │   │   ├── Resources.resx
    │       │   │   ├── Settings.Designer.cs
    │       │   │   └── Settings.settings
    │       │   └── QQ.csproj
    │       ├── QQ.sln
    │       └── QQ.suo
    ├── Ex17_41
    │   └── FalshWindows
    │       ├── FalshWindows
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── FalshWindows.exe
    │       │   │       ├── FalshWindows.pdb
    │       │   │       └── FalshWindows.vshost.exe
    │       │   ├── FalshWindows.csproj
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── FalshWindows.csproj.GenerateResource.Cache
    │       │   │   │   ├── FalshWindows.exe
    │       │   │   │   ├── FalshWindows.Form1.resources
    │       │   │   │   ├── FalshWindows.pdb
    │       │   │   │   ├── FalshWindows.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   │       └── Properties.Resources.Designer.cs.dll
    │       │   │   └── FalshWindows.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   ├── Properties
    │       │   │   ├── AssemblyInfo.cs
    │       │   │   ├── Resources.Designer.cs
    │       │   │   ├── Resources.resx
    │       │   │   ├── Settings.Designer.cs
    │       │   │   └── Settings.settings
    │       │   └── Resources
    │       │       └── 1.jpg
    │       ├── FalshWindows.sln
    │       └── FalshWindows.suo
    ├── Ex17_42
    │   └── ShowTaskWindows
    │       ├── ShowTaskWindows
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── ShowTaskWindows.exe
    │       │   │       ├── ShowTaskWindows.pdb
    │       │   │       └── ShowTaskWindows.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── ShowTaskWindows.csproj.GenerateResource.Cache
    │       │   │   │   ├── ShowTaskWindows.exe
    │       │   │   │   ├── ShowTaskWindows.Form1.resources
    │       │   │   │   ├── ShowTaskWindows.pdb
    │       │   │   │   ├── ShowTaskWindows.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── ShowTaskWindows.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   ├── Properties
    │       │   │   ├── AssemblyInfo.cs
    │       │   │   ├── Resources.Designer.cs
    │       │   │   ├── Resources.resx
    │       │   │   ├── Settings.Designer.cs
    │       │   │   └── Settings.settings
    │       │   └── ShowTaskWindows.csproj
    │       ├── ShowTaskWindows.sln
    │       └── ShowTaskWindows.suo
    ├── Ex17_43
    │   └── OutLook
    │       ├── OutLook
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── OutLook.exe
    │       │   │       ├── OutLook.pdb
    │       │   │       └── OutLook.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── OutLook.csproj.GenerateResource.Cache
    │       │   │   │   ├── OutLook.exe
    │       │   │   │   ├── OutLook.Form1.resources
    │       │   │   │   ├── OutLook.pdb
    │       │   │   │   ├── OutLook.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── OutLook.csproj.FileList.txt
    │       │   ├── OutLook.csproj
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── OutLook.sln
    │       └── OutLook.suo
    ├── Ex17_44
    │   └── ReadLine
    │       ├── ReadLine
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── ReadLine.exe
    │       │   │       ├── ReadLine.pdb
    │       │   │       └── ReadLine.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── ReadLine.csproj.GenerateResource.Cache
    │       │   │   │   ├── ReadLine.exe
    │       │   │   │   ├── ReadLine.Form1.resources
    │       │   │   │   ├── ReadLine.pdb
    │       │   │   │   ├── ReadLine.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── ReadLine.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   ├── Properties
    │       │   │   ├── AssemblyInfo.cs
    │       │   │   ├── Resources.Designer.cs
    │       │   │   ├── Resources.resx
    │       │   │   ├── Settings.Designer.cs
    │       │   │   └── Settings.settings
    │       │   └── ReadLine.csproj
    │       ├── ReadLine.sln
    │       └── ReadLine.suo
    ├── Ex17_45
    │   └── AddExcel
    │       ├── AddExcel
    │       │   ├── AddExcel.csproj
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── AddExcel.exe
    │       │   │       ├── AddExcel.pdb
    │       │   │       └── AddExcel.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── obj
    │       │   │   ├── AddExcel.csproj.FileList.txt
    │       │   │   └── Debug
    │       │   │       ├── AddExcel.csproj.GenerateResource.Cache
    │       │   │       ├── AddExcel.exe
    │       │   │       ├── AddExcel.Form1.resources
    │       │   │       ├── AddExcel.pdb
    │       │   │       ├── AddExcel.Properties.Resources.resources
    │       │   │       └── TempPE
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── AddExcel.sln
    │       └── AddExcel.suo
    ├── Ex17_46
    │   └── MutexHuChi
    │       ├── MutexHuChi
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── MutexHuChi.exe
    │       │   │       ├── MutexHuChi.pdb
    │       │   │       └── MutexHuChi.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── MutexHuChi.csproj
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── MutexHuChi.csproj.GenerateResource.Cache
    │       │   │   │   ├── MutexHuChi.exe
    │       │   │   │   ├── MutexHuChi.Form1.resources
    │       │   │   │   ├── MutexHuChi.pdb
    │       │   │   │   ├── MutexHuChi.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── MutexHuChi.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── MutexHuChi.sln
    │       └── MutexHuChi.suo
    ├── Ex17_47
    │   └── ProcessHuChi
    │       ├── ProcessHuChi
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── ProcessHuChi.exe
    │       │   │       ├── ProcessHuChi.pdb
    │       │   │       └── ProcessHuChi.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── ProcessHuChi.csproj.GenerateResource.Cache
    │       │   │   │   ├── ProcessHuChi.exe
    │       │   │   │   ├── ProcessHuChi.Form1.resources
    │       │   │   │   ├── ProcessHuChi.pdb
    │       │   │   │   ├── ProcessHuChi.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── ProcessHuChi.csproj.FileList.txt
    │       │   ├── ProcessHuChi.csproj
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── ProcessHuChi.sln
    │       └── ProcessHuChi.suo
    └── Ex17_48
        └── GetConsoleResult
            ├── GetConsoleResult
            │   ├── bin
            │   │   └── Debug
            │   │       ├── GetConsoleResult.exe
            │   │       ├── GetConsoleResult.pdb
            │   │       └── GetConsoleResult.vshost.exe
            │   ├── Form1.cs
            │   ├── Form1.Designer.cs
            │   ├── Form1.resx
            │   ├── GetConsoleResult.csproj
            │   ├── obj
            │   │   ├── Debug
            │   │   │   ├── GetConsoleResult.csproj.GenerateResource.Cache
            │   │   │   ├── GetConsoleResult.exe
            │   │   │   ├── GetConsoleResult.Form1.resources
            │   │   │   ├── GetConsoleResult.pdb
            │   │   │   ├── GetConsoleResult.Properties.Resources.resources
            │   │   │   └── TempPE
            │   │   └── GetConsoleResult.csproj.FileList.txt
            │   ├── Program.cs
            │   └── Properties
            │       ├── AssemblyInfo.cs
            │       ├── Resources.Designer.cs
            │       ├── Resources.resx
            │       ├── Settings.Designer.cs
            │       └── Settings.settings
            ├── GetConsoleResult.sln
            └── GetConsoleResult.suo

1127 directories, 2849 files

实例下载地址

C#开发经验技巧宝典(源代码15-17)

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警