在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → 周红安 21天学通C# 源代码

周红安 21天学通C# 源代码

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:3.32M
  • 下载次数:28
  • 浏览次数:78
  • 发布时间:2023-11-22
  • 实例类别:C#语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.rar
  • 所需积分:2
 相关标签: 源代码 源代码 21天 21 代码

实例介绍

【实例简介】包括21天学通C#随书赠送光盘中的所有源代码程序

【实例截图】

from clipboard

【核心代码】

.
├── 源代码
│   ├── 第10章
│   │   └── Ex_10_1
│   │       ├── Debug
│   │       │   ├── Setup.msi
│   │       │   └── setup.exe
│   │       ├── Release
│   │       └── Setup.vdproj
│   ├── 第11章
│   │   ├── Ex_11_1
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   └── web.config
│   │   ├── Ex_11_10
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   └── web.config
│   │   ├── Ex_11_11
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   ├── menu.xml
│   │   │   └── web.config
│   │   ├── Ex_11_12
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   └── web.config
│   │   ├── Ex_11_13
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   └── web.config
│   │   ├── Ex_11_2
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   └── web.config
│   │   ├── Ex_11_3
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   ├── UpFiles
│   │   │   └── web.config
│   │   ├── Ex_11_4
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   └── web.config
│   │   ├── Ex_11_5
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   └── web.config
│   │   ├── Ex_11_6
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   └── web.config
│   │   ├── Ex_11_7
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   └── web.config
│   │   ├── Ex_11_8
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   └── web.config
│   │   └── Ex_11_9
│   │       ├── App_Data
│   │       ├── Default.aspx
│   │       ├── Default.aspx.cs
│   │       └── web.config
│   ├── 第12章
│   │   ├── Ex_12_1
│   │   │   ├── 403.htm
│   │   │   ├── 404.htm
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   ├── Default2.aspx
│   │   │   ├── Default2.aspx.cs
│   │   │   ├── Web.config
│   │   │   └── all.htm
│   │   └── Ex_12_2
│   │       ├── 404.htm
│   │       ├── App_Data
│   │       ├── Default.aspx
│   │       ├── Default.aspx.cs
│   │       └── web.config
│   ├── 第13章
│   │   └── Ex_13_1
│   │       ├── App_Data
│   │       ├── Default.aspx
│   │       ├── Default.aspx.cs
│   │       ├── demoA
│   │       │   ├── Default.aspx
│   │       │   ├── Default.aspx.cs
│   │       │   └── Web.config
│   │       ├── demoB
│   │       │   ├── Default.aspx
│   │       │   ├── Default.aspx.cs
│   │       │   └── Web.config
│   │       └── web.config
│   ├── 第14章
│   │   └── 设置示例.txt
│   ├── 第15章
│   │   ├── Ex_15_1
│   │   │   ├── App_Code
│   │   │   │   └── Service.cs
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   ├── Service.asmx
│   │   │   └── web.config
│   │   ├── Ex_15_2
│   │   │   ├── App_Code
│   │   │   │   └── DBService.cs
│   │   │   ├── App_Data
│   │   │   ├── DBService.asmx
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   └── web.config
│   │   └── Ex_15_3
│   │       ├── App_Code
│   │       │   └── Service.cs
│   │       ├── App_Data
│   │       ├── Default.aspx
│   │       ├── Default.aspx.cs
│   │       ├── Service.asmx
│   │       └── web.config
│   ├── 第16章
│   │   ├── Ex_16_1
│   │   │   └── Ex_16_1.txt
│   │   ├── Ex_16_2
│   │   │   ├── Ex_16_2
│   │   │   │   ├── Ex_16_2.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_16_2.exe
│   │   │   │   │       ├── Ex_16_2.pdb
│   │   │   │   │       ├── Ex_16_2.vshost.exe
│   │   │   │   │       └── Ex_16_2.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_16_2.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_16_2.exe
│   │   │   │           ├── Ex_16_2.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_16_2.sln
│   │   ├── Ex_16_3
│   │   │   ├── Ex_16_3
│   │   │   │   ├── Ex_16_3.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_16_3.exe
│   │   │   │   │       ├── Ex_16_3.pdb
│   │   │   │   │       ├── Ex_16_3.vshost.exe
│   │   │   │   │       └── Ex_16_3.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_16_3.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_16_3.exe
│   │   │   │           ├── Ex_16_3.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_16_3.sln
│   │   ├── Ex_16_4
│   │   │   ├── Ex_16_4
│   │   │   │   ├── Ex_16_4.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_16_4.vshost.exe
│   │   │   │   │       └── Ex_16_4.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           └── TempPE
│   │   │   └── Ex_16_4.sln
│   │   ├── Ex_16_5
│   │   │   ├── Ex_16_5
│   │   │   │   ├── Ex_16_5.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_16_5.exe
│   │   │   │   │       ├── Ex_16_5.pdb
│   │   │   │   │       ├── Ex_16_5.vshost.exe
│   │   │   │   │       └── Ex_16_5.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_16_5.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_16_5.exe
│   │   │   │           ├── Ex_16_5.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_16_5.sln
│   │   ├── Ex_16_6
│   │   │   ├── Ex_16_6
│   │   │   │   ├── Ex_16_6.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_16_6.exe
│   │   │   │   │       ├── Ex_16_6.pdb
│   │   │   │   │       ├── Ex_16_6.vshost.exe
│   │   │   │   │       └── Ex_16_6.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_16_6.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_16_6.exe
│   │   │   │           ├── Ex_16_6.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_16_6.sln
│   │   └── Ex_16_7
│   │       ├── App_Data
│   │       ├── Default.aspx
│   │       ├── Default.aspx.cs
│   │       └── web.config
│   ├── 第17章
│   │   ├── Ex_17_1
│   │   │   ├── Ex_17_1
│   │   │   │   ├── Ex_17_1.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── XMLFile1.xml
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_17_1.exe
│   │   │   │   │       ├── Ex_17_1.pdb
│   │   │   │   │       ├── Ex_17_1.vshost.exe
│   │   │   │   │       ├── Ex_17_1.vshost.exe.manifest
│   │   │   │   │       └── XMLFile1.xml
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_17_1.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_17_1.exe
│   │   │   │           ├── Ex_17_1.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_17_1.sln
│   │   ├── Ex_17_2
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   ├── book.xml
│   │   │   └── web.config
│   │   ├── Ex_17_3
│   │   │   ├── Ex_17_3
│   │   │   │   ├── Ex_17_3.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_17_3.exe
│   │   │   │   │       ├── Ex_17_3.pdb
│   │   │   │   │       ├── Ex_17_3.vshost.exe
│   │   │   │   │       └── book.xml
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_17_3.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_17_3.exe
│   │   │   │           ├── Ex_17_3.pdb
│   │   │   │           ├── Ex_17_3t.csproj.FileListAbsolute.txt
│   │   │   │           └── TempPE
│   │   │   ├── Ex_17_3.sln
│   │   │   └── book.xml
│   │   ├── Ex_17_4
│   │   │   ├── Ex_17_4
│   │   │   │   ├── Ex_17_4.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_17_4.exe
│   │   │   │   │       ├── Ex_17_4.pdb
│   │   │   │   │       ├── Ex_17_4.vshost.exe
│   │   │   │   │       ├── Ex_17_4.vshost.exe.manifest
│   │   │   │   │       └── book.xml
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_17_4t.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_17_4t.exe
│   │   │   │           ├── Ex_17_4t.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_17_4.sln
│   │   ├── Ex_17_5
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   ├── Ex_17_5
│   │   │   │   ├── Ex_17_5.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_17_5.exe
│   │   │   │   │       ├── Ex_17_5.pdb
│   │   │   │   │       ├── Ex_17_5.vshost.exe
│   │   │   │   │       ├── Ex_17_5.vshost.exe.manifest
│   │   │   │   │       └── book.xml
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_17_5.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_17_5.exe
│   │   │   │           ├── Ex_17_5.pdb
│   │   │   │           └── TempPE
│   │   │   ├── Ex_17_5.sln
│   │   │   ├── XMLFile1.xml
│   │   │   ├── book.xml
│   │   │   └── web.config
│   │   ├── Ex_17_6
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   ├── Default2.aspx
│   │   │   ├── Default2.aspx.cs
│   │   │   ├── Ex_17_6
│   │   │   │   ├── Ex_17_6.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_17_6.exe
│   │   │   │   │       ├── Ex_17_6.pdb
│   │   │   │   │       ├── Ex_17_6.vshost.exe
│   │   │   │   │       ├── Ex_17_6.vshost.exe.manifest
│   │   │   │   │       └── book.xml
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_17_6.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_17_6.exe
│   │   │   │           ├── Ex_17_6.pdb
│   │   │   │           └── TempPE
│   │   │   ├── Ex_17_6.sln
│   │   │   ├── list.xml
│   │   │   └── web.config
│   │   ├── Ex_17_7
│   │   │   ├── Ex_17_7
│   │   │   │   ├── Ex_17_7.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_17_7.exe
│   │   │   │   │       ├── Ex_17_7.pdb
│   │   │   │   │       ├── Ex_17_7.vshost.exe
│   │   │   │   │       ├── Ex_17_7.vshost.exe.manifest
│   │   │   │   │       └── book.xml
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_17_7.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_17_7.exe
│   │   │   │           ├── Ex_17_7.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_17_7.sln
│   │   ├── Ex_17_8
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   ├── book.xml
│   │   │   └── web.config
│   │   └── Ex_17_9
│   │       ├── App_Data
│   │       ├── Default.aspx
│   │       ├── Default.aspx.cs
│   │       └── web.config
│   ├── 第18章
│   │   ├── Ex_18_1
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   └── web.config
│   │   ├── Ex_18_10
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   └── web.config
│   │   ├── Ex_18_11
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   └── web.config
│   │   ├── Ex_18_12
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   ├── book.xml
│   │   │   └── web.config
│   │   ├── Ex_18_2
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   └── web.config
│   │   ├── Ex_18_3
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   └── web.config
│   │   ├── Ex_18_4
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   └── web.config
│   │   ├── Ex_18_5
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   └── web.config
│   │   ├── Ex_18_6
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   └── web.config
│   │   ├── Ex_18_7
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   └── web.config
│   │   ├── Ex_18_8
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   └── web.config
│   │   └── Ex_18_9
│   │       ├── App_Data
│   │       ├── Default.aspx
│   │       ├── Default.aspx.cs
│   │       └── web.config
│   ├── 第19章
│   │   ├── Ex_19_1
│   │   │   ├── Ex_19_1
│   │   │   │   ├── Ex_19_1.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_19_1.exe
│   │   │   │   │       ├── Ex_19_1.pdb
│   │   │   │   │       ├── Ex_19_1.vshost.exe
│   │   │   │   │       └── Ex_19_1.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_19_1t.Form1.resources
│   │   │   │           ├── Ex_19_1t.Properties.Resources.resources
│   │   │   │           ├── Ex_19_1t.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_19_1t.csproj.GenerateResource.Cache
│   │   │   │           ├── Ex_19_1t.exe
│   │   │   │           ├── Ex_19_1t.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_19_1.sln
│   │   ├── Ex_19_2
│   │   │   ├── Ex_19_2
│   │   │   │   ├── Ex_19_2.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_19_2.exe
│   │   │   │   │       ├── Ex_19_2.pdb
│   │   │   │   │       ├── Ex_19_2.vshost.exe
│   │   │   │   │       └── Ex_19_2.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_19_2t.Form1.resources
│   │   │   │           ├── Ex_19_2t.Properties.Resources.resources
│   │   │   │           ├── Ex_19_2t.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_19_2t.csproj.GenerateResource.Cache
│   │   │   │           ├── Ex_19_2t.exe
│   │   │   │           ├── Ex_19_2t.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_19_2.sln
│   │   ├── Ex_19_3
│   │   │   ├── Ex_19_3
│   │   │   │   ├── Ex_19_3.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_19_3.exe
│   │   │   │   │       ├── Ex_19_3.pdb
│   │   │   │   │       ├── Ex_19_3.vshost.exe
│   │   │   │   │       ├── Ex_19_3.vshost.exe.manifest
│   │   │   │   │       └── test.txt
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_19_1.Form1.resources
│   │   │   │   │       ├── Ex_19_1.Properties.Resources.resources
│   │   │   │   │       ├── Ex_19_1.csproj.FileListAbsolute.txt
│   │   │   │   │       ├── Ex_19_1.csproj.GenerateResource.Cache
│   │   │   │   │       ├── Ex_19_1.exe
│   │   │   │   │       ├── Ex_19_1.pdb
│   │   │   │   │       └── TempPE
│   │   │   │   └── test.txt
│   │   │   └── Ex_19_3.sln
│   │   ├── Ex_19_4
│   │   │   ├── Ex_19_4
│   │   │   │   ├── Ex_19_4.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_19_4.exe
│   │   │   │   │       ├── Ex_19_4.pdb
│   │   │   │   │       ├── Ex_19_4.vshost.exe
│   │   │   │   │       ├── Ex_19_4.vshost.exe.manifest
│   │   │   │   │       └── demo.txt
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_19_4.Form1.resources
│   │   │   │           ├── Ex_19_4.Properties.Resources.resources
│   │   │   │           ├── Ex_19_4.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_19_4.csproj.GenerateResource.Cache
│   │   │   │           ├── Ex_19_4.exe
│   │   │   │           ├── Ex_19_4.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_19_4.sln
│   │   ├── Ex_19_5
│   │   │   ├── Ex_19_5
│   │   │   │   ├── Ex_19_5.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_19_5.exe
│   │   │   │   │       ├── Ex_19_5.pdb
│   │   │   │   │       ├── Ex_19_5.vshost.exe
│   │   │   │   │       └── Ex_19_5.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_19_5.Form1.resources
│   │   │   │           ├── Ex_19_5.Properties.Resources.resources
│   │   │   │           ├── Ex_19_5.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_19_5.csproj.GenerateResource.Cache
│   │   │   │           ├── Ex_19_5.exe
│   │   │   │           ├── Ex_19_5.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_19_5.sln
│   │   ├── Ex_19_6
│   │   │   ├── Ex_19_6
│   │   │   │   ├── Ex_19_6.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_19_6.exe
│   │   │   │   │       ├── Ex_19_6.pdb
│   │   │   │   │       ├── Ex_19_6.vshost.exe
│   │   │   │   │       └── Ex_19_6.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_19_7.Form1.resources
│   │   │   │           ├── Ex_19_7.Properties.Resources.resources
│   │   │   │           ├── Ex_19_7.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_19_7.csproj.GenerateResource.Cache
│   │   │   │           ├── Ex_19_7.exe
│   │   │   │           ├── Ex_19_7.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_19_6.sln
│   │   ├── Ex_19_7
│   │   │   ├── Ex_19_7
│   │   │   │   ├── Ex_19_7.csproj
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.designer.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_19_7.exe
│   │   │   │   │       ├── Ex_19_7.pdb
│   │   │   │   │       ├── Ex_19_7.vshost.exe
│   │   │   │   │       └── Ex_19_7.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       ├── 37_01.csproj.FileList.txt
│   │   │   │       └── Debug
│   │   │   │           ├── 37_01.csproj.FileListAbsolute.txt
│   │   │   │           ├── 37_01.csproj.GenerateResource.Cache
│   │   │   │           ├── Ex_19_7.Form1.resources
│   │   │   │           ├── Ex_19_7.Properties.Resources.resources
│   │   │   │           ├── Ex_19_7.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_19_7.csproj.GenerateResource.Cache
│   │   │   │           ├── Ex_19_7.exe
│   │   │   │           ├── Ex_19_7.pdb
│   │   │   │           ├── Refactor
│   │   │   │           ├── TempPE
│   │   │   │           │   └── Properties.Resources.Designer.cs.dll
│   │   │   │           ├── _7_01.Form1.resources
│   │   │   │           └── _7_01.Properties.Resources.resources
│   │   │   └── Ex_19_7.sln
│   │   └── Ex_19_8
│   │       ├── Ex_19_8
│   │       │   ├── Ex_19_8.csproj
│   │       │   ├── Form1.Designer.cs
│   │       │   ├── Form1.cs
│   │       │   ├── Form1.resx
│   │       │   ├── Program.cs
│   │       │   ├── Properties
│   │       │   │   ├── AssemblyInfo.cs
│   │       │   │   ├── Resources.Designer.cs
│   │       │   │   ├── Resources.resx
│   │       │   │   ├── Settings.Designer.cs
│   │       │   │   └── Settings.settings
│   │       │   ├── bin
│   │       │   │   └── Debug
│   │       │   │       ├── Ex_19_8.exe
│   │       │   │       ├── Ex_19_8.pdb
│   │       │   │       ├── Ex_19_8.vshost.exe
│   │       │   │       └── Ex_19_8.vshost.exe.manifest
│   │       │   └── obj
│   │       │       └── Debug
│   │       │           ├── Ex_19_8.Form1.resources
│   │       │           ├── Ex_19_8.Properties.Resources.resources
│   │       │           ├── Ex_19_8.csproj.FileListAbsolute.txt
│   │       │           ├── Ex_19_8.csproj.GenerateResource.Cache
│   │       │           ├── Ex_19_8.exe
│   │       │           ├── Ex_19_8.pdb
│   │       │           └── TempPE
│   │       └── Ex_19_8.sln
│   ├── 第1章
│   │   ├── Ex_1_1
│   │   │   ├── Ex_1_1
│   │   │   │   ├── Ex_1_1.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_1_1.exe
│   │   │   │   │       ├── Ex_1_1.pdb
│   │   │   │   │       ├── Ex_1_1.vshost.exe
│   │   │   │   │       └── Ex_1_1.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_1_1.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_1_1.exe
│   │   │   │           ├── Ex_1_1.pdb
│   │   │   │           └── TempPE
│   │   │   ├── Ex_1_1.sln
│   │   │   └── Ex_1_1.suo
│   │   ├── Ex_1_2
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   └── web.config
│   │   └── Ex_1_3
│   │       ├── Ex_1_3
│   │       │   ├── Ex_1_3.csproj
│   │       │   ├── Form1.Designer.cs
│   │       │   ├── Form1.cs
│   │       │   ├── Form1.resx
│   │       │   ├── Program.cs
│   │       │   ├── Properties
│   │       │   │   ├── AssemblyInfo.cs
│   │       │   │   ├── Resources.Designer.cs
│   │       │   │   ├── Resources.resx
│   │       │   │   ├── Settings.Designer.cs
│   │       │   │   └── Settings.settings
│   │       │   ├── bin
│   │       │   │   └── Debug
│   │       │   │       ├── Ex_1_3.exe
│   │       │   │       ├── Ex_1_3.pdb
│   │       │   │       ├── Ex_1_3.vshost.exe
│   │       │   │       └── Ex_1_3.vshost.exe.manifest
│   │       │   └── obj
│   │       │       └── Debug
│   │       │           ├── Ex_1_3.Form1.resources
│   │       │           ├── Ex_1_3.Properties.Resources.resources
│   │       │           ├── Ex_1_3.csproj.FileListAbsolute.txt
│   │       │           ├── Ex_1_3.csproj.GenerateResource.Cache
│   │       │           ├── Ex_1_3.exe
│   │       │           ├── Ex_1_3.pdb
│   │       │           └── TempPE
│   │       └── Ex_1_3.sln
│   ├── 第20章
│   │   ├── Ex_20_1
│   │   │   ├── Ex_20_1
│   │   │   │   ├── Ex_20_1.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_20_1.exe
│   │   │   │   │       ├── Ex_20_1.pdb
│   │   │   │   │       ├── Ex_20_1.vshost.exe
│   │   │   │   │       └── Ex_20_1.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_20_1.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_20_1.exe
│   │   │   │           ├── Ex_20_1.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_20_1.sln
│   │   ├── Ex_20_10
│   │   │   ├── Ex_20_10
│   │   │   │   ├── Ex_20_10.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_20_10.exe
│   │   │   │   │       ├── Ex_20_10.pdb
│   │   │   │   │       ├── Ex_20_10.vshost.exe
│   │   │   │   │       └── Ex_20_10.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_20_5.Form1.resources
│   │   │   │           ├── Ex_20_5.Properties.Resources.resources
│   │   │   │           ├── Ex_20_5.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_20_5.csproj.GenerateResource.Cache
│   │   │   │           ├── Ex_20_5.exe
│   │   │   │           ├── Ex_20_5.pdb
│   │   │   │           ├── Refactor
│   │   │   │           └── TempPE
│   │   │   └── Ex_20_10.sln
│   │   ├── Ex_20_2
│   │   │   ├── Ex_20_2
│   │   │   │   ├── Ex_20_2.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_20_2.exe
│   │   │   │   │       ├── Ex_20_2.pdb
│   │   │   │   │       ├── Ex_20_2.vshost.exe
│   │   │   │   │       └── Ex_20_2.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_20_2t.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_20_2t.exe
│   │   │   │           ├── Ex_20_2t.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_20_2.sln
│   │   ├── Ex_20_3
│   │   │   ├── Ex_20_3
│   │   │   │   ├── Ex_20_3.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_20_3.exe
│   │   │   │   │       ├── Ex_20_3.pdb
│   │   │   │   │       ├── Ex_20_3.vshost.exe
│   │   │   │   │       └── Ex_20_3.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_20_3t.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_20_3t.exe
│   │   │   │           ├── Ex_20_3t.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_20_3.sln
│   │   ├── Ex_20_4
│   │   │   ├── Ex_20_4
│   │   │   │   ├── Ex_20_4.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_20_4.exe
│   │   │   │   │       ├── Ex_20_4.pdb
│   │   │   │   │       ├── Ex_20_4.vshost.exe
│   │   │   │   │       └── Ex_20_4.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_20_4.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_20_4.exe
│   │   │   │           ├── Ex_20_4.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_20_4.sln
│   │   ├── Ex_20_5
│   │   │   ├── Ex_20_5
│   │   │   │   ├── Ex_20_5.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_20_5.exe
│   │   │   │   │       ├── Ex_20_5.pdb
│   │   │   │   │       ├── Ex_20_5.vshost.exe
│   │   │   │   │       └── Ex_20_5.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_20_4t.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_20_4t.exe
│   │   │   │           ├── Ex_20_4t.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_20_5.sln
│   │   ├── Ex_20_6
│   │   │   ├── Ex_20_6
│   │   │   │   ├── Ex_20_6.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_20_6.exe
│   │   │   │   │       ├── Ex_20_6.pdb
│   │   │   │   │       ├── Ex_20_6.vshost.exe
│   │   │   │   │       └── Ex_20_6.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_20_5t.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_20_5t.exe
│   │   │   │           ├── Ex_20_5t.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_20_6.sln
│   │   ├── Ex_20_7
│   │   │   ├── Ex_20_7
│   │   │   │   ├── Ex_20_7.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_20_7.exe
│   │   │   │   │       ├── Ex_20_7.pdb
│   │   │   │   │       ├── Ex_20_7.vshost.exe
│   │   │   │   │       └── Ex_20_7.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_20_6.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_20_6.exe
│   │   │   │           ├── Ex_20_6.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_20_7.sln
│   │   ├── Ex_20_8
│   │   │   ├── Ex_20_8
│   │   │   │   ├── Ex_20_8.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_20_8.exe
│   │   │   │   │       ├── Ex_20_8.pdb
│   │   │   │   │       ├── Ex_20_8.vshost.exe
│   │   │   │   │       └── Ex_20_8.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_20_7.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_20_7.exe
│   │   │   │           ├── Ex_20_7.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_20_8.sln
│   │   └── Ex_20_9
│   │       ├── Ex_20_9
│   │       │   ├── Ex_20_9.csproj
│   │       │   ├── Program.cs
│   │       │   ├── Properties
│   │       │   │   └── AssemblyInfo.cs
│   │       │   ├── bin
│   │       │   │   └── Debug
│   │       │   │       ├── Ex_20_9.exe
│   │       │   │       ├── Ex_20_9.pdb
│   │       │   │       ├── Ex_20_9.vshost.exe
│   │       │   │       └── Ex_20_9.vshost.exe.manifest
│   │       │   └── obj
│   │       │       └── Debug
│   │       │           ├── Ex_20_8.csproj.FileListAbsolute.txt
│   │       │           ├── Ex_20_8.exe
│   │       │           ├── Ex_20_8.pdb
│   │       │           └── TempPE
│   │       └── Ex_20_9.sln
│   ├── 第21章
│   │   └── demo_News
│   │       ├── Admin
│   │       │   ├── AddAdminister.aspx
│   │       │   ├── AddAdminister.aspx.cs
│   │       │   ├── AddArticle.aspx
│   │       │   ├── AddArticle.aspx.cs
│   │       │   ├── AddNotice.aspx
│   │       │   ├── AddNotice.aspx.cs
│   │       │   ├── Admin.aspx
│   │       │   ├── AdminArticle.aspx
│   │       │   ├── AdminArticle.aspx.cs
│   │       │   ├── AdminNotice.aspx
│   │       │   ├── AdminNotice.aspx.cs
│   │       │   ├── CSS
│   │       │   ├── Default.aspx
│   │       │   ├── Default.aspx.cs
│   │       │   ├── DelArticle.aspx
│   │       │   ├── DelArticle.aspx.cs
│   │       │   ├── EditArticle.aspx
│   │       │   ├── EditArticle.aspx.cs
│   │       │   ├── Images
│   │       │   │   ├── btn_edit.gif
│   │       │   │   ├── delete.gif
│   │       │   │   ├── homead.gif
│   │       │   │   ├── left_bg.jpg
│   │       │   │   ├── left_bottom.jpg
│   │       │   │   ├── left_top.jpg
│   │       │   │   ├── login.gif
│   │       │   │   ├── logout.gif
│   │       │   │   ├── main_bg_bottom.jpg
│   │       │   │   ├── main_bg_left.jpg
│   │       │   │   ├── main_bg_left_bottom.jpg
│   │       │   │   ├── main_bg_left_top.jpg
│   │       │   │   ├── main_bg_right.jpg
│   │       │   │   ├── main_bg_right_bottom.jpg
│   │       │   │   ├── main_bg_right_top.jpg
│   │       │   │   ├── main_bg_top.jpg
│   │       │   │   ├── main_line.jpg
│   │       │   │   ├── open.gif
│   │       │   │   ├── sys_ad.jpg
│   │       │   │   ├── sys_article.jpg
│   │       │   │   ├── sys_bbs.jpg
│   │       │   │   ├── sys_data.gif
│   │       │   │   ├── sys_mem.jpg
│   │       │   │   ├── sys_menu.psd
│   │       │   │   ├── sys_pic.jpg
│   │       │   │   ├── sys_safe.jpg
│   │       │   │   ├── sys_set.jpg
│   │       │   │   ├── sysinfo.gif
│   │       │   │   ├── tag.gif
│   │       │   │   ├── title.jpg
│   │       │   │   ├── top_01.gif
│   │       │   │   ├── top_02.gif
│   │       │   │   ├── top_03.gif
│   │       │   │   ├── top_bg.jpg
│   │       │   │   ├── top_homead.gif
│   │       │   │   ├── top_menu.psd
│   │       │   │   ├── top_today.gif
│   │       │   │   └── topmenu_bg.gif
│   │       │   ├── Left.aspx
│   │       │   ├── Left.aspx.cs
│   │       │   ├── LeftOut.aspx
│   │       │   ├── LeftOut.aspx.cs
│   │       │   ├── Main.aspx
│   │       │   ├── Main.aspx.cs
│   │       │   ├── MainOut.html
│   │       │   ├── Middle.htm
│   │       │   ├── Top.aspx
│   │       │   ├── Top.aspx.cs
│   │       │   └── TopOut.html
│   │       ├── App_Code
│   │       │   └── CNA.cs
│   │       ├── App_Data
│   │       ├── Bin
│   │       │   ├── App_Licenses.dll
│   │       │   ├── FreeTextBox.dll
│   │       │   └── FreeTextBox.dll.refresh
│   │       ├── Default.aspx
│   │       ├── Default.aspx.cs
│   │       ├── Foot.aspx
│   │       ├── Foot.aspx.cs
│   │       ├── Head.aspx
│   │       ├── Head.aspx.cs
│   │       ├── Images
│   │       │   ├── Head.jpg
│   │       │   ├── JiaoWu_bg.jpg
│   │       │   ├── Left_Menu_bg.jpg
│   │       │   ├── Left_Menu_bg.psd
│   │       │   ├── Left_Menu_bg1.jpg
│   │       │   ├── bg.gif
│   │       │   ├── bg.jpg
│   │       │   ├── left_mod_bg.jpg
│   │       │   ├── log.gif
│   │       │   ├── login.jpg
│   │       │   ├── main_ bg_l.jpg
│   │       │   ├── main_ bg_r.jpg
│   │       │   ├── main_bg.jpg
│   │       │   ├── menu_bg.png
│   │       │   ├── menu_xt.png
│   │       │   ├── more.gif
│   │       │   ├── s.jpg
│   │       │   └── search_bg_new.png
│   │       ├── Left.aspx
│   │       ├── Left.aspx.cs
│   │       ├── Login.aspx
│   │       ├── Login.aspx.cs
│   │       ├── Menu.aspx
│   │       ├── Menu.aspx.cs
│   │       ├── ReadArticle.aspx
│   │       ├── ReadArticle.aspx.cs
│   │       ├── Scripts
│   │       │   └── AC_RunActiveContent.js
│   │       ├── Search.aspx
│   │       ├── Search.aspx.cs
│   │       ├── Style
│   │       │   ├── Foot.css
│   │       │   └── Framework.css
│   │       ├── Swf
│   │       │   └── banner.swf
│   │       ├── Web.config
│   │       ├── _notes
│   │       └── 数据库文件
│   │           ├── db_News.mdf
│   │           └── db_News_log.ldf
│   ├── 第2章
│   │   ├── Ex_2_1
│   │   │   ├── Ex_2_1
│   │   │   │   ├── Ex_2_1.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_2_1.exe
│   │   │   │   │       ├── Ex_2_1.pdb
│   │   │   │   │       ├── Ex_2_1.vshost.exe
│   │   │   │   │       └── Ex_2_1.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_2_1.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_2_1.exe
│   │   │   │           ├── Ex_2_1.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_2_1.sln
│   │   ├── Ex_2_10
│   │   │   ├── Ex_2_10
│   │   │   │   ├── Ex_2_10.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_2_9.exe
│   │   │   │   │       ├── Ex_2_9.pdb
│   │   │   │   │       ├── Ex_2_9.vshost.exe
│   │   │   │   │       └── Ex_2_9.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_2_10.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_2_9.exe
│   │   │   │           ├── Ex_2_9.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_2_10.sln
│   │   ├── Ex_2_11
│   │   │   ├── Ex_2_10
│   │   │   │   ├── Ex_2_10.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_2_10.exe
│   │   │   │   │       ├── Ex_2_10.pdb
│   │   │   │   │       ├── Ex_2_10.vshost.exe
│   │   │   │   │       └── Ex_2_10.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_2_10.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_2_10.exe
│   │   │   │           ├── Ex_2_10.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_2_10.sln
│   │   ├── Ex_2_12
│   │   │   ├── Ex_2_12
│   │   │   │   ├── Ex_2_12.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_2_12.exe
│   │   │   │   │       ├── Ex_2_12.pdb
│   │   │   │   │       ├── Ex_2_12.vshost.exe
│   │   │   │   │       └── Ex_2_12.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_2_12.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_2_12.exe
│   │   │   │           ├── Ex_2_12.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_2_12.sln
│   │   ├── Ex_2_2
│   │   │   ├── Ex_2_2
│   │   │   │   ├── Ex_2_2.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_2_2.exe
│   │   │   │   │       ├── Ex_2_2.pdb
│   │   │   │   │       ├── Ex_2_2.vshost.exe
│   │   │   │   │       └── Ex_2_2.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_2_2.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_2_2.exe
│   │   │   │           ├── Ex_2_2.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_2_2.sln
│   │   ├── Ex_2_3
│   │   │   ├── Ex_2_3
│   │   │   │   ├── Ex_2_3.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_2_3.exe
│   │   │   │   │       ├── Ex_2_3.pdb
│   │   │   │   │       ├── Ex_2_3.vshost.exe
│   │   │   │   │       └── Ex_2_3.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_2_3.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_2_3.exe
│   │   │   │           ├── Ex_2_3.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_2_3.sln
│   │   ├── Ex_2_4
│   │   │   ├── Ex_2_4
│   │   │   │   ├── Ex_2_4.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_2_4.exe
│   │   │   │   │       ├── Ex_2_4.pdb
│   │   │   │   │       ├── Ex_2_4.vshost.exe
│   │   │   │   │       └── Ex_2_4.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_2_4.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_2_4.exe
│   │   │   │           ├── Ex_2_4.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_2_4.sln
│   │   ├── Ex_2_5
│   │   │   ├── Ex_2_5
│   │   │   │   ├── Ex_2_5.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_2_5.exe
│   │   │   │   │       ├── Ex_2_5.pdb
│   │   │   │   │       ├── Ex_2_5.vshost.exe
│   │   │   │   │       └── Ex_2_5.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_2_5.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_2_5.exe
│   │   │   │           ├── Ex_2_5.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_2_5.sln
│   │   ├── Ex_2_6
│   │   │   ├── Ex_2_6
│   │   │   │   ├── Ex_2_6.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_2_6.exe
│   │   │   │   │       ├── Ex_2_6.pdb
│   │   │   │   │       ├── Ex_2_6.vshost.exe
│   │   │   │   │       └── Ex_2_6.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_2_6.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_2_6.exe
│   │   │   │           ├── Ex_2_6.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_2_6.sln
│   │   ├── Ex_2_7
│   │   │   ├── Ex_2_7
│   │   │   │   ├── Ex_2_7.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_2_7.exe
│   │   │   │   │       ├── Ex_2_7.pdb
│   │   │   │   │       ├── Ex_2_7.vshost.exe
│   │   │   │   │       └── Ex_2_7.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_2_7.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_2_7.exe
│   │   │   │           ├── Ex_2_7.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_2_7.sln
│   │   ├── Ex_2_8
│   │   │   ├── Ex_2_8
│   │   │   │   ├── Ex_2_8.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_2_8.exe
│   │   │   │   │       ├── Ex_2_8.pdb
│   │   │   │   │       ├── Ex_2_8.vshost.exe
│   │   │   │   │       └── Ex_2_8.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_2_8.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_2_8.exe
│   │   │   │           ├── Ex_2_8.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_2_8.sln
│   │   └── Ex_2_9
│   │       ├── Ex_2_9
│   │       │   ├── Ex_2_9.csproj
│   │       │   ├── Program.cs
│   │       │   ├── Properties
│   │       │   │   └── AssemblyInfo.cs
│   │       │   ├── bin
│   │       │   │   └── Debug
│   │       │   │       ├── Ex_2_9.exe
│   │       │   │       ├── Ex_2_9.pdb
│   │       │   │       ├── Ex_2_9.vshost.exe
│   │       │   │       └── Ex_2_9.vshost.exe.manifest
│   │       │   └── obj
│   │       │       └── Debug
│   │       │           ├── Ex_2_9.csproj.FileListAbsolute.txt
│   │       │           ├── Ex_2_9.exe
│   │       │           ├── Ex_2_9.pdb
│   │       │           └── TempPE
│   │       └── Ex_2_9.sln
│   ├── 第3章
│   │   ├── Ex_3_1
│   │   │   ├── Ex_3_1
│   │   │   │   ├── Ex_3_1.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_3_1.exe
│   │   │   │   │       ├── Ex_3_1.pdb
│   │   │   │   │       ├── Ex_3_1.vshost.exe
│   │   │   │   │       └── Ex_3_1.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_3_1.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_3_1.exe
│   │   │   │           ├── Ex_3_1.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_3_1.sln
│   │   ├── Ex_3_10
│   │   │   ├── Ex_3_10
│   │   │   │   ├── Ex_3_10.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_3_10.exe
│   │   │   │   │       ├── Ex_3_10.pdb
│   │   │   │   │       ├── Ex_3_10.vshost.exe
│   │   │   │   │       └── Ex_3_10.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_3_9.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_3_9.exe
│   │   │   │           ├── Ex_3_9.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_3_10.sln
│   │   ├── Ex_3_11
│   │   │   ├── Ex_3_11
│   │   │   │   ├── Ex_3_11.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_3_11.exe
│   │   │   │   │       ├── Ex_3_11.pdb
│   │   │   │   │       ├── Ex_3_11.vshost.exe
│   │   │   │   │       └── Ex_3_11.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_3_10.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_3_10.exe
│   │   │   │           ├── Ex_3_10.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_3_11.sln
│   │   ├── Ex_3_12
│   │   │   ├── Ex_3_12
│   │   │   │   ├── Ex_3_12.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_3_12.exe
│   │   │   │   │       ├── Ex_3_12.pdb
│   │   │   │   │       ├── Ex_3_12.vshost.exe
│   │   │   │   │       └── Ex_3_12.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_3_12.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_3_12.exe
│   │   │   │           ├── Ex_3_12.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_3_12.sln
│   │   ├── Ex_3_2
│   │   │   ├── Ex_3_2
│   │   │   │   ├── Ex_3_2.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_3_2.exe
│   │   │   │   │       ├── Ex_3_2.pdb
│   │   │   │   │       └── Ex_3_2.vshost.exe
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_3_1.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_3_2.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_3_2.exe
│   │   │   │           ├── Ex_3_2.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_3_2.sln
│   │   ├── Ex_3_3
│   │   │   ├── Ex_3_3
│   │   │   │   ├── Ex_3_3.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_3_3.exe
│   │   │   │   │       ├── Ex_3_3.pdb
│   │   │   │   │       └── Ex_3_3.vshost.exe
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_3_2.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_3_3.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_3_3.exe
│   │   │   │           ├── Ex_3_3.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_3_3.sln
│   │   ├── Ex_3_4
│   │   │   ├── Ex_3_4
│   │   │   │   ├── Ex_3_4.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_3_4.exe
│   │   │   │   │       ├── Ex_3_4.pdb
│   │   │   │   │       └── Ex_3_4.vshost.exe
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_3_3.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_3_4.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_3_4.exe
│   │   │   │           ├── Ex_3_4.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_3_4.sln
│   │   ├── Ex_3_5
│   │   │   ├── Ex_3_5
│   │   │   │   ├── Ex_3_5.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_3_5.exe
│   │   │   │   │       ├── Ex_3_5.pdb
│   │   │   │   │       └── Ex_3_5.vshost.exe
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_3_4.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_3_5.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_3_5.exe
│   │   │   │           ├── Ex_3_5.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_3_5.sln
│   │   ├── Ex_3_6
│   │   │   ├── Ex_3_6
│   │   │   │   ├── Ex_3_6.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_3_6.exe
│   │   │   │   │       ├── Ex_3_6.pdb
│   │   │   │   │       └── Ex_3_6.vshost.exe
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_3_5.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_3_5.exe
│   │   │   │           ├── Ex_3_5.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_3_6.sln
│   │   ├── Ex_3_7
│   │   │   ├── Ex_3_7
│   │   │   │   ├── Ex_3_7.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_3_7.exe
│   │   │   │   │       ├── Ex_3_7.pdb
│   │   │   │   │       ├── Ex_3_7.vshost.exe
│   │   │   │   │       └── Ex_3_7.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_3_6.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_3_6.exe
│   │   │   │           └── TempPE
│   │   │   └── Ex_3_7.sln
│   │   ├── Ex_3_8
│   │   │   ├── Ex_3_8
│   │   │   │   ├── Ex_3_8.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_3_8.exe
│   │   │   │   │       ├── Ex_3_8.pdb
│   │   │   │   │       ├── Ex_3_8.vshost.exe
│   │   │   │   │       └── Ex_3_8.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_3_7.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_3_7.exe
│   │   │   │           ├── Ex_3_7.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_3_8.sln
│   │   └── Ex_3_9
│   │       ├── Ex_3_9
│   │       │   ├── Ex_3_9.csproj
│   │       │   ├── Program.cs
│   │       │   ├── Properties
│   │       │   │   └── AssemblyInfo.cs
│   │       │   ├── bin
│   │       │   │   └── Debug
│   │       │   │       ├── Ex_3_9.exe
│   │       │   │       ├── Ex_3_9.pdb
│   │       │   │       ├── Ex_3_9.vshost.exe
│   │       │   │       └── Ex_3_9.vshost.exe.manifest
│   │       │   └── obj
│   │       │       └── Debug
│   │       │           ├── Ex_3_8.csproj.FileListAbsolute.txt
│   │       │           ├── Ex_3_8.exe
│   │       │           ├── Ex_3_8.pdb
│   │       │           └── TempPE
│   │       └── Ex_3_9.sln
│   ├── 第4章
│   │   ├── Ex_4_1
│   │   │   ├── Ex_4_1
│   │   │   │   ├── Ex_4_1.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_4_1.exe
│   │   │   │   │       ├── Ex_4_1.pdb
│   │   │   │   │       ├── Ex_4_1.vshost.exe
│   │   │   │   │       └── Ex_4_1.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_4_1.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_4_1.exe
│   │   │   │           ├── Ex_4_1.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_4_1.sln
│   │   ├── Ex_4_2
│   │   │   ├── Ex_4_2
│   │   │   │   ├── Ex_4_2.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_4_2.exe
│   │   │   │   │       ├── Ex_4_2.pdb
│   │   │   │   │       ├── Ex_4_2.vshost.exe
│   │   │   │   │       └── Ex_4_2.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_4_2.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_4_2.exe
│   │   │   │           ├── Ex_4_2.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_4_2.sln
│   │   ├── Ex_4_3
│   │   │   ├── Ex_4_3
│   │   │   │   ├── Ex_4_3.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_4_3.exe
│   │   │   │   │       ├── Ex_4_3.pdb
│   │   │   │   │       ├── Ex_4_3.vshost.exe
│   │   │   │   │       └── Ex_4_3.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_4_1.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_4_1.exe
│   │   │   │           ├── Ex_4_1.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_4_3.sln
│   │   ├── Ex_4_4
│   │   │   ├── Ex_4_4
│   │   │   │   ├── Ex_4_4.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_4_4.exe
│   │   │   │   │       ├── Ex_4_4.pdb
│   │   │   │   │       ├── Ex_4_4.vshost.exe
│   │   │   │   │       └── Ex_4_4.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_4_2.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_4_2.exe
│   │   │   │           ├── Ex_4_2.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_4_4.sln
│   │   ├── Ex_4_5
│   │   │   ├── Ex_4_5
│   │   │   │   ├── Ex_4_5.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_4_5.exe
│   │   │   │   │       ├── Ex_4_5.pdb
│   │   │   │   │       ├── Ex_4_5.vshost.exe
│   │   │   │   │       └── Ex_4_5.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_4_3.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_4_3.exe
│   │   │   │           ├── Ex_4_3.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_4_5.sln
│   │   ├── Ex_4_6
│   │   │   ├── Ex_4_6
│   │   │   │   ├── ClassStu.cs
│   │   │   │   ├── Ex_4_6.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_4_6.exe
│   │   │   │   │       ├── Ex_4_6.pdb
│   │   │   │   │       ├── Ex_4_6.vshost.exe
│   │   │   │   │       └── Ex_4_6.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_4_3.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_4_3.exe
│   │   │   │           ├── Ex_4_3.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_4_6.sln
│   │   ├── Ex_4_7
│   │   │   ├── Ex_4_7
│   │   │   │   ├── Ex_4_7.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_4_7.exe
│   │   │   │   │       ├── Ex_4_7.pdb
│   │   │   │   │       ├── Ex_4_7.vshost.exe
│   │   │   │   │       └── Ex_4_7.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_4_5.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_4_5.exe
│   │   │   │           ├── Ex_4_5.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_4_7.sln
│   │   └── Ex_4_8
│   │       ├── Ex_4_8
│   │       │   ├── Ex_4_8.csproj
│   │       │   ├── Program.cs
│   │       │   ├── Properties
│   │       │   │   └── AssemblyInfo.cs
│   │       │   ├── bin
│   │       │   │   └── Debug
│   │       │   │       ├── Ex_4_8.exe
│   │       │   │       ├── Ex_4_8.pdb
│   │       │   │       ├── Ex_4_8.vshost.exe
│   │       │   │       └── Ex_4_8.vshost.exe.manifest
│   │       │   └── obj
│   │       │       └── Debug
│   │       │           ├── Ex_4_8.csproj.FileListAbsolute.txt
│   │       │           ├── Ex_4_8.exe
│   │       │           ├── Ex_4_8.pdb
│   │       │           └── TempPE
│   │       └── Ex_4_8.sln
│   ├── 第5章
│   │   ├── Ex_5_1
│   │   │   ├── Ex_5_1
│   │   │   │   ├── Ex_5_1.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_5_1.exe
│   │   │   │   │       ├── Ex_5_1.pdb
│   │   │   │   │       ├── Ex_5_1.vshost.exe
│   │   │   │   │       └── Ex_5_1.vshost.exe.manifest
│   │   │   │   ├── demo.cs
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_5_1.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_5_1.exe
│   │   │   │           ├── Ex_5_1.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_5_1.sln
│   │   ├── Ex_5_2
│   │   │   ├── Ex_5_2
│   │   │   │   ├── Ex_5_2.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_5_2.exe
│   │   │   │   │       ├── Ex_5_2.pdb
│   │   │   │   │       ├── Ex_5_2.vshost.exe
│   │   │   │   │       └── Ex_5_2.vshost.exe.manifest
│   │   │   │   ├── demo.cs
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_5_2.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_5_2.exe
│   │   │   │           ├── Ex_5_2.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_5_2.sln
│   │   ├── Ex_5_3
│   │   │   ├── Ex_5_3
│   │   │   │   ├── BaseClass.cs
│   │   │   │   ├── Ex_5_3.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_5_3.exe
│   │   │   │   │       ├── Ex_5_3.pdb
│   │   │   │   │       ├── Ex_5_3.vshost.exe
│   │   │   │   │       └── Ex_5_3.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_5_3.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_5_3.exe
│   │   │   │           ├── Ex_5_3.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_5_3.sln
│   │   ├── Ex_5_4
│   │   │   ├── Ex_5_4
│   │   │   │   ├── Ex_5_4.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_5_4.exe
│   │   │   │   │       ├── Ex_5_4.pdb
│   │   │   │   │       ├── Ex_5_4.vshost.exe
│   │   │   │   │       └── Ex_5_4.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_5_4.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_5_4.exe
│   │   │   │           ├── Ex_5_4.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_5_4.sln
│   │   ├── Ex_5_5
│   │   │   ├── Ex_5_5
│   │   │   │   ├── Ex_5_5.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_5_5.exe
│   │   │   │   │       ├── Ex_5_5.pdb
│   │   │   │   │       ├── Ex_5_5.vshost.exe
│   │   │   │   │       └── Ex_5_5.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_5_5.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_5_5.exe
│   │   │   │           ├── Ex_5_5.pdb
│   │   │   │           └── TempPE
│   │   │   ├── Ex_5_5.sln
│   │   │   └── Ex_5_5.suo
│   │   ├── Ex_5_6
│   │   │   ├── Ex_5_6
│   │   │   │   ├── Ex_5_6.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_5_5.exe
│   │   │   │   │       ├── Ex_5_5.pdb
│   │   │   │   │       ├── Ex_5_5.vshost.exe
│   │   │   │   │       ├── Ex_5_5.vshost.exe.manifest
│   │   │   │   │       ├── Ex_5_6.exe
│   │   │   │   │       ├── Ex_5_6.pdb
│   │   │   │   │       ├── Ex_5_6.vshost.exe
│   │   │   │   │       └── Ex_5_6.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_5_5.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_5_5.exe
│   │   │   │           ├── Ex_5_5.pdb
│   │   │   │           ├── Ex_5_6.csproj.FileListAbsolute.txt
│   │   │   │           └── TempPE
│   │   │   ├── Ex_5_6.sln
│   │   │   └── Ex_5_6.suo
│   │   ├── Ex_5_7
│   │   │   ├── Ex_5_7
│   │   │   │   ├── Ex_5_7.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_5_7.exe
│   │   │   │   │       ├── Ex_5_7.pdb
│   │   │   │   │       ├── Ex_5_7.vshost.exe
│   │   │   │   │       └── Ex_5_7.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_5_7.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_5_7.exe
│   │   │   │           ├── Ex_5_7.pdb
│   │   │   │           └── TempPE
│   │   │   ├── Ex_5_7.sln
│   │   │   └── Ex_5_7.suo
│   │   ├── Ex_5_8
│   │   │   ├── Ex_5_8
│   │   │   │   ├── Ex_5_8.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_5_8.exe
│   │   │   │   │       ├── Ex_5_8.pdb
│   │   │   │   │       ├── Ex_5_8.vshost.exe
│   │   │   │   │       └── Ex_5_8.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_5_8.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_5_8.exe
│   │   │   │           ├── Ex_5_8.pdb
│   │   │   │           └── TempPE
│   │   │   └── Ex_5_8.sln
│   │   └── Ex_5_9
│   │       ├── Ex_5_9
│   │       │   ├── Ex_5_9.csproj
│   │       │   ├── Program.cs
│   │       │   ├── Properties
│   │       │   │   └── AssemblyInfo.cs
│   │       │   ├── bin
│   │       │   │   └── Debug
│   │       │   │       ├── Ex_5_9.exe
│   │       │   │       ├── Ex_5_9.pdb
│   │       │   │       ├── Ex_5_9.vshost.exe
│   │       │   │       └── Ex_5_9.vshost.exe.manifest
│   │       │   └── obj
│   │       │       └── Debug
│   │       │           ├── Ex_5_9.csproj.FileListAbsolute.txt
│   │       │           ├── Ex_5_9.exe
│   │       │           ├── Ex_5_9.pdb
│   │       │           └── TempPE
│   │       └── Ex_5_9.sln
│   ├── 第6章
│   │   ├── Ex_6_1
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   └── web.config
│   │   ├── Ex_6_10
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   └── web.config
│   │   ├── Ex_6_11
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   ├── Default2.aspx
│   │   │   ├── Default2.aspx.cs
│   │   │   └── web.config
│   │   ├── Ex_6_12
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   ├── Images
│   │   │   │   ├── left_bg.jpg
│   │   │   │   ├── left_bottom.jpg
│   │   │   │   ├── left_top.jpg
│   │   │   │   ├── main_bg_bottom.jpg
│   │   │   │   ├── main_bg_left.jpg
│   │   │   │   ├── main_bg_left_bottom.jpg
│   │   │   │   ├── main_bg_left_top.jpg
│   │   │   │   ├── main_bg_right.jpg
│   │   │   │   ├── main_bg_right_bottom.jpg
│   │   │   │   ├── main_bg_right_top.jpg
│   │   │   │   ├── main_bg_top.jpg
│   │   │   │   ├── main_line.jpg
│   │   │   │   └── topmenu_bg.gif
│   │   │   └── web.config
│   │   ├── Ex_6_2
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   └── web.config
│   │   ├── Ex_6_3
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   └── web.config
│   │   ├── Ex_6_4
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   └── web.config
│   │   ├── Ex_6_5
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   └── web.config
│   │   ├── Ex_6_6
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   ├── Global.asax
│   │   │   └── web.config
│   │   ├── Ex_6_7
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   ├── Default2.aspx
│   │   │   ├── Default2.aspx.cs
│   │   │   └── web.config
│   │   ├── Ex_6_8
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   └── web.config
│   │   └── Ex_6_9
│   │       ├── App_Data
│   │       ├── Default.aspx
│   │       ├── Default.aspx.cs
│   │       └── web.config
│   ├── 第7章
│   │   ├── Ex_7_1
│   │   │   ├── Ex_7_1
│   │   │   │   ├── Ex_7_1.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_7_1.exe
│   │   │   │   │       ├── Ex_7_1.pdb
│   │   │   │   │       ├── Ex_7_1.vshost.exe
│   │   │   │   │       └── Ex_7_1.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_7_1.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_7_1.exe
│   │   │   │           ├── Ex_7_1.pdb
│   │   │   │           └── TempPE
│   │   │   ├── Ex_7_1.sln
│   │   │   └── Ex_7_1.suo
│   │   └── Ex_7_2
│   │       ├── Ex_7_2
│   │       │   ├── Ex_7_2.csproj
│   │       │   ├── Program.cs
│   │       │   ├── Properties
│   │       │   │   └── AssemblyInfo.cs
│   │       │   ├── bin
│   │       │   │   └── Debug
│   │       │   │       ├── Ex_7_2.exe
│   │       │   │       ├── Ex_7_2.pdb
│   │       │   │       ├── Ex_7_2.vshost.exe
│   │       │   │       └── Ex_7_2.vshost.exe.manifest
│   │       │   └── obj
│   │       │       └── Debug
│   │       │           ├── Ex_7_2.csproj.FileListAbsolute.txt
│   │       │           ├── Ex_7_2.exe
│   │       │           ├── Ex_7_2.pdb
│   │       │           └── TempPE
│   │       ├── Ex_7_2.sln
│   │       └── Ex_7_2.suo
│   ├── 第8章
│   │   ├── Ex_8_1
│   │   │   ├── Ex_8_1
│   │   │   │   ├── Ex_8_1.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex_8_1.exe
│   │   │   │   │       ├── Ex_8_1.pdb
│   │   │   │   │       ├── Ex_8_1.vshost.exe
│   │   │   │   │       └── Ex_8_1.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Ex_8_1.Form1.resources
│   │   │   │           ├── Ex_8_1.Properties.Resources.resources
│   │   │   │           ├── Ex_8_1.csproj.FileListAbsolute.txt
│   │   │   │           ├── Ex_8_1.csproj.GenerateResource.Cache
│   │   │   │           ├── Ex_8_1.exe
│   │   │   │           ├── Ex_8_1.pdb
│   │   │   │           ├── Refactor
│   │   │   │           └── TempPE
│   │   │   └── Ex_8_1.sln
│   │   └── Ex_8_2
│   │       ├── ComExs_8_2.csproj
│   │       ├── ComExs_8_2.sln
│   │       ├── Form1.Designer.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── Program.cs
│   │       ├── Properties
│   │       │   ├── AssemblyInfo.cs
│   │       │   ├── Resources.Designer.cs
│   │       │   ├── Resources.resx
│   │       │   ├── Settings.Designer.cs
│   │       │   └── Settings.settings
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── ComExs_8_2.exe
│   │       │       ├── ComExs_8_2.pdb
│   │       │       └── ComExs_8_2.vshost.exe
│   │       └── obj
│   │           ├── ComExs_8_8.csproj.FileList.txt
│   │           └── Debug
│   │               ├── ComExs_8_8.Form1.resources
│   │               ├── ComExs_8_8.Properties.Resources.resources
│   │               ├── ComExs_8_8.csproj.GenerateResource.Cache
│   │               ├── ComExs_8_8.exe
│   │               ├── ComExs_8_8.pdb
│   │               └── TempPE
│   └── 第9章
│       ├── Ex_9_1
│       │   ├── Ex_9_1
│       │   │   ├── Ex_9_1.csproj
│       │   │   ├── Form1.Designer.cs
│       │   │   ├── Form1.cs
│       │   │   ├── Form1.resx
│       │   │   ├── Program.cs
│       │   │   ├── Properties
│       │   │   │   ├── AssemblyInfo.cs
│       │   │   │   ├── Resources.Designer.cs
│       │   │   │   ├── Resources.resx
│       │   │   │   ├── Settings.Designer.cs
│       │   │   │   └── Settings.settings
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── Ex_9_1.exe
│       │   │   │       ├── Ex_9_1.pdb
│       │   │   │       ├── Ex_9_1.vshost.exe
│       │   │   │       └── Ex_9_1.vshost.exe.manifest
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── Ex_9_1.Form1.resources
│       │   │           ├── Ex_9_1.Properties.Resources.resources
│       │   │           ├── Ex_9_1.csproj.FileListAbsolute.txt
│       │   │           ├── Ex_9_1.csproj.GenerateResource.Cache
│       │   │           ├── Ex_9_1.exe
│       │   │           ├── Ex_9_1.pdb
│       │   │           └── TempPE
│       │   └── Ex_9_1.sln
│       ├── Ex_9_10
│       │   ├── Ex_9_10
│       │   │   ├── Ex_9_10.csproj
│       │   │   ├── Form1.Designer.cs
│       │   │   ├── Form1.cs
│       │   │   ├── Form1.resx
│       │   │   ├── Program.cs
│       │   │   ├── Properties
│       │   │   │   ├── AssemblyInfo.cs
│       │   │   │   ├── Resources.Designer.cs
│       │   │   │   ├── Resources.resx
│       │   │   │   ├── Settings.Designer.cs
│       │   │   │   └── Settings.settings
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── Ex_9_10.exe
│       │   │   │       ├── Ex_9_10.pdb
│       │   │   │       ├── Ex_9_10.vshost.exe
│       │   │   │       └── Ex_9_10.vshost.exe.manifest
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── Ex_9_10.Form1.resources
│       │   │           ├── Ex_9_10.Properties.Resources.resources
│       │   │           ├── Ex_9_10.csproj.FileListAbsolute.txt
│       │   │           ├── Ex_9_10.csproj.GenerateResource.Cache
│       │   │           ├── Ex_9_10.exe
│       │   │           ├── Ex_9_10.pdb
│       │   │           └── TempPE
│       │   └── Ex_9_10.sln
│       ├── Ex_9_11
│       │   ├── Ex_9_11
│       │   │   ├── Ex_9_11.csproj
│       │   │   ├── Form1.Designer.cs
│       │   │   ├── Form1.cs
│       │   │   ├── Form1.resx
│       │   │   ├── Program.cs
│       │   │   ├── Properties
│       │   │   │   ├── AssemblyInfo.cs
│       │   │   │   ├── Resources.Designer.cs
│       │   │   │   ├── Resources.resx
│       │   │   │   ├── Settings.Designer.cs
│       │   │   │   └── Settings.settings
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── Ex_9_11.exe
│       │   │   │       ├── Ex_9_11.pdb
│       │   │   │       ├── Ex_9_11.vshost.exe
│       │   │   │       └── Ex_9_11.vshost.exe.manifest
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── Ex_9_11.Form1.resources
│       │   │           ├── Ex_9_11.Properties.Resources.resources
│       │   │           ├── Ex_9_11.csproj.FileListAbsolute.txt
│       │   │           ├── Ex_9_11.csproj.GenerateResource.Cache
│       │   │           ├── Ex_9_11.exe
│       │   │           ├── Ex_9_11.pdb
│       │   │           └── TempPE
│       │   └── Ex_9_11.sln
│       ├── Ex_9_12
│       │   ├── Ex_9_12
│       │   │   ├── Ex_9_12.csproj
│       │   │   ├── Form1.Designer.cs
│       │   │   ├── Form1.cs
│       │   │   ├── Form1.resx
│       │   │   ├── Program.cs
│       │   │   ├── Properties
│       │   │   │   ├── AssemblyInfo.cs
│       │   │   │   ├── Resources.Designer.cs
│       │   │   │   ├── Resources.resx
│       │   │   │   ├── Settings.Designer.cs
│       │   │   │   └── Settings.settings
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── Ex_9_12.exe
│       │   │   │       ├── Ex_9_12.pdb
│       │   │   │       ├── Ex_9_12.vshost.exe
│       │   │   │       └── Ex_9_12.vshost.exe.manifest
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── Ex_9_12.Form1.resources
│       │   │           ├── Ex_9_12.Properties.Resources.resources
│       │   │           ├── Ex_9_12.csproj.FileListAbsolute.txt
│       │   │           ├── Ex_9_12.csproj.GenerateResource.Cache
│       │   │           ├── Ex_9_12.exe
│       │   │           ├── Ex_9_12.pdb
│       │   │           └── TempPE
│       │   └── Ex_9_12.sln
│       ├── Ex_9_13
│       │   ├── Ex_9_13
│       │   │   ├── Ex_9_13.csproj
│       │   │   ├── Form1.Designer.cs
│       │   │   ├── Form1.cs
│       │   │   ├── Form1.resx
│       │   │   ├── Program.cs
│       │   │   ├── Properties
│       │   │   │   ├── AssemblyInfo.cs
│       │   │   │   ├── Resources.Designer.cs
│       │   │   │   ├── Resources.resx
│       │   │   │   ├── Settings.Designer.cs
│       │   │   │   └── Settings.settings
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── Ex_9_13.exe
│       │   │   │       ├── Ex_9_13.pdb
│       │   │   │       ├── Ex_9_13.vshost.exe
│       │   │   │       └── Ex_9_13.vshost.exe.manifest
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── Ex_9_13.Form1.resources
│       │   │           ├── Ex_9_13.Properties.Resources.resources
│       │   │           ├── Ex_9_13.csproj.FileListAbsolute.txt
│       │   │           ├── Ex_9_13.csproj.GenerateResource.Cache
│       │   │           ├── Ex_9_13.exe
│       │   │           ├── Ex_9_13.pdb
│       │   │           └── TempPE
│       │   ├── Ex_9_13.sln
│       │   └── Ex_9_13.suo
│       ├── Ex_9_14
│       │   ├── Ex_9_14
│       │   │   ├── Ex_9_14.csproj
│       │   │   ├── Form1.Designer.cs
│       │   │   ├── Form1.cs
│       │   │   ├── Form1.resx
│       │   │   ├── Program.cs
│       │   │   ├── Properties
│       │   │   │   ├── AssemblyInfo.cs
│       │   │   │   ├── Resources.Designer.cs
│       │   │   │   ├── Resources.resx
│       │   │   │   ├── Settings.Designer.cs
│       │   │   │   └── Settings.settings
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── Ex_9_14.exe
│       │   │   │       ├── Ex_9_14.pdb
│       │   │   │       ├── Ex_9_14.vshost.exe
│       │   │   │       └── Ex_9_14.vshost.exe.manifest
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── Ex_9_14.Form1.resources
│       │   │           ├── Ex_9_14.Properties.Resources.resources
│       │   │           ├── Ex_9_14.csproj.FileListAbsolute.txt
│       │   │           ├── Ex_9_14.csproj.GenerateResource.Cache
│       │   │           ├── Ex_9_14.exe
│       │   │           ├── Ex_9_14.pdb
│       │   │           └── TempPE
│       │   ├── Ex_9_14.sln
│       │   └── Ex_9_14.suo
│       ├── Ex_9_15
│       │   ├── Ex_9_15
│       │   │   ├── Ex_9_15.csproj
│       │   │   ├── Form1.Designer.cs
│       │   │   ├── Form1.cs
│       │   │   ├── Form1.resx
│       │   │   ├── Form2.Designer.cs
│       │   │   ├── Form2.cs
│       │   │   ├── Program.cs
│       │   │   ├── Properties
│       │   │   │   ├── AssemblyInfo.cs
│       │   │   │   ├── Resources.Designer.cs
│       │   │   │   ├── Resources.resx
│       │   │   │   ├── Settings.Designer.cs
│       │   │   │   └── Settings.settings
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── Ex_9_15.exe
│       │   │   │       ├── Ex_9_15.pdb
│       │   │   │       ├── Ex_9_15.vshost.exe
│       │   │   │       └── Ex_9_15.vshost.exe.manifest
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── Ex_9_15.Form1.resources
│       │   │           ├── Ex_9_15.Properties.Resources.resources
│       │   │           ├── Ex_9_15.csproj.FileListAbsolute.txt
│       │   │           ├── Ex_9_15.csproj.GenerateResource.Cache
│       │   │           ├── Ex_9_15.exe
│       │   │           ├── Ex_9_15.pdb
│       │   │           └── TempPE
│       │   ├── Ex_9_15.sln
│       │   └── Ex_9_15.suo
│       ├── Ex_9_16
│       │   ├── Ex_9_16
│       │   │   ├── Ex_9_16.csproj
│       │   │   ├── Form1.Designer.cs
│       │   │   ├── Form1.cs
│       │   │   ├── Form1.resx
│       │   │   ├── Program.cs
│       │   │   ├── Properties
│       │   │   │   ├── AssemblyInfo.cs
│       │   │   │   ├── Resources.Designer.cs
│       │   │   │   ├── Resources.resx
│       │   │   │   ├── Settings.Designer.cs
│       │   │   │   └── Settings.settings
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── Ex_9_16.exe
│       │   │   │       ├── Ex_9_16.pdb
│       │   │   │       ├── Ex_9_16.vshost.exe
│       │   │   │       └── Ex_9_16.vshost.exe.manifest
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── Ex_9_16.Form1.resources
│       │   │           ├── Ex_9_16.Properties.Resources.resources
│       │   │           ├── Ex_9_16.csproj.FileListAbsolute.txt
│       │   │           ├── Ex_9_16.csproj.GenerateResource.Cache
│       │   │           ├── Ex_9_16.exe
│       │   │           ├── Ex_9_16.pdb
│       │   │           └── TempPE
│       │   ├── Ex_9_16.sln
│       │   └── Ex_9_16.suo
│       ├── Ex_9_17
│       │   ├── Ex_9_17
│       │   │   ├── Ex_9_17.csproj
│       │   │   ├── Form1.Designer.cs
│       │   │   ├── Form1.cs
│       │   │   ├── Form1.resx
│       │   │   ├── Program.cs
│       │   │   ├── Properties
│       │   │   │   ├── AssemblyInfo.cs
│       │   │   │   ├── Resources.Designer.cs
│       │   │   │   ├── Resources.resx
│       │   │   │   ├── Settings.Designer.cs
│       │   │   │   └── Settings.settings
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── Ex_9_17.exe
│       │   │   │       ├── Ex_9_17.pdb
│       │   │   │       ├── Ex_9_17.vshost.exe
│       │   │   │       └── Ex_9_17.vshost.exe.manifest
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── Ex_9_17.Form1.resources
│       │   │           ├── Ex_9_17.Properties.Resources.resources
│       │   │           ├── Ex_9_17.csproj.FileListAbsolute.txt
│       │   │           ├── Ex_9_17.csproj.GenerateResource.Cache
│       │   │           ├── Ex_9_17.exe
│       │   │           ├── Ex_9_17.pdb
│       │   │           └── TempPE
│       │   ├── Ex_9_17.sln
│       │   └── Ex_9_17.suo
│       ├── Ex_9_2
│       │   ├── Ex_9_2
│       │   │   ├── Ex_9_2.csproj
│       │   │   ├── Form1.Designer.cs
│       │   │   ├── Form1.cs
│       │   │   ├── Form1.resx
│       │   │   ├── Program.cs
│       │   │   ├── Properties
│       │   │   │   ├── AssemblyInfo.cs
│       │   │   │   ├── Resources.Designer.cs
│       │   │   │   ├── Resources.resx
│       │   │   │   ├── Settings.Designer.cs
│       │   │   │   └── Settings.settings
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── Ex_9_2.exe
│       │   │   │       ├── Ex_9_2.pdb
│       │   │   │       ├── Ex_9_2.vshost.exe
│       │   │   │       └── Ex_9_2.vshost.exe.manifest
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── Ex_9_2.Form1.resources
│       │   │           ├── Ex_9_2.Properties.Resources.resources
│       │   │           ├── Ex_9_2.csproj.FileListAbsolute.txt
│       │   │           ├── Ex_9_2.csproj.GenerateResource.Cache
│       │   │           ├── Ex_9_2.exe
│       │   │           ├── Ex_9_2.pdb
│       │   │           └── TempPE
│       │   └── Ex_9_2.sln
│       ├── Ex_9_3
│       │   ├── Ex_9_3
│       │   │   ├── Ex_9_3.csproj
│       │   │   ├── Form1.Designer.cs
│       │   │   ├── Form1.cs
│       │   │   ├── Form1.resx
│       │   │   ├── Program.cs
│       │   │   ├── Properties
│       │   │   │   ├── AssemblyInfo.cs
│       │   │   │   ├── Resources.Designer.cs
│       │   │   │   ├── Resources.resx
│       │   │   │   ├── Settings.Designer.cs
│       │   │   │   └── Settings.settings
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── Ex_9_3.exe
│       │   │   │       ├── Ex_9_3.pdb
│       │   │   │       ├── Ex_9_3.vshost.exe
│       │   │   │       └── Ex_9_3.vshost.exe.manifest
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── Ex_9_3.Form1.resources
│       │   │           ├── Ex_9_3.Properties.Resources.resources
│       │   │           ├── Ex_9_3.csproj.FileListAbsolute.txt
│       │   │           ├── Ex_9_3.csproj.GenerateResource.Cache
│       │   │           ├── Ex_9_3.exe
│       │   │           ├── Ex_9_3.pdb
│       │   │           ├── Refactor
│       │   │           └── TempPE
│       │   └── Ex_9_3.sln
│       ├── Ex_9_4
│       │   ├── Ex_9_4
│       │   │   ├── Ex_9_4.csproj
│       │   │   ├── Form1.Designer.cs
│       │   │   ├── Form1.cs
│       │   │   ├── Form1.resx
│       │   │   ├── Program.cs
│       │   │   ├── Properties
│       │   │   │   ├── AssemblyInfo.cs
│       │   │   │   ├── Resources.Designer.cs
│       │   │   │   ├── Resources.resx
│       │   │   │   ├── Settings.Designer.cs
│       │   │   │   └── Settings.settings
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── Ex_9_4.exe
│       │   │   │       ├── Ex_9_4.pdb
│       │   │   │       ├── Ex_9_4.vshost.exe
│       │   │   │       └── Ex_9_4.vshost.exe.manifest
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── Ex_9_4.Form1.resources
│       │   │           ├── Ex_9_4.Properties.Resources.resources
│       │   │           ├── Ex_9_4.csproj.FileListAbsolute.txt
│       │   │           ├── Ex_9_4.csproj.GenerateResource.Cache
│       │   │           ├── Ex_9_4.exe
│       │   │           ├── Ex_9_4.pdb
│       │   │           └── TempPE
│       │   └── Ex_9_4.sln
│       ├── Ex_9_5
│       │   ├── Ex_9_5
│       │   │   ├── Ex_9_5.csproj
│       │   │   ├── Form1.Designer.cs
│       │   │   ├── Form1.cs
│       │   │   ├── Form1.resx
│       │   │   ├── Program.cs
│       │   │   ├── Properties
│       │   │   │   ├── AssemblyInfo.cs
│       │   │   │   ├── Resources.Designer.cs
│       │   │   │   ├── Resources.resx
│       │   │   │   ├── Settings.Designer.cs
│       │   │   │   └── Settings.settings
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── Ex_9_5.exe
│       │   │   │       ├── Ex_9_5.pdb
│       │   │   │       ├── Ex_9_5.vshost.exe
│       │   │   │       └── Ex_9_5.vshost.exe.manifest
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── Ex_9_5.Form1.resources
│       │   │           ├── Ex_9_5.Properties.Resources.resources
│       │   │           ├── Ex_9_5.csproj.FileListAbsolute.txt
│       │   │           ├── Ex_9_5.csproj.GenerateResource.Cache
│       │   │           ├── Ex_9_5.exe
│       │   │           ├── Ex_9_5.pdb
│       │   │           └── TempPE
│       │   └── Ex_9_5.sln
│       ├── Ex_9_6
│       │   ├── Ex_9_6
│       │   │   ├── Ex_9_6.csproj
│       │   │   ├── Form1.Designer.cs
│       │   │   ├── Form1.cs
│       │   │   ├── Form1.resx
│       │   │   ├── Program.cs
│       │   │   ├── Properties
│       │   │   │   ├── AssemblyInfo.cs
│       │   │   │   ├── Resources.Designer.cs
│       │   │   │   ├── Resources.resx
│       │   │   │   ├── Settings.Designer.cs
│       │   │   │   └── Settings.settings
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── Ex_9_6.exe
│       │   │   │       ├── Ex_9_6.pdb
│       │   │   │       ├── Ex_9_6.vshost.exe
│       │   │   │       └── Ex_9_6.vshost.exe.manifest
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── Ex_9_6.Form1.resources
│       │   │           ├── Ex_9_6.Properties.Resources.resources
│       │   │           ├── Ex_9_6.csproj.FileListAbsolute.txt
│       │   │           ├── Ex_9_6.csproj.GenerateResource.Cache
│       │   │           ├── Ex_9_6.exe
│       │   │           ├── Ex_9_6.pdb
│       │   │           └── TempPE
│       │   └── Ex_9_6.sln
│       ├── Ex_9_7
│       │   ├── Ex_9_7
│       │   │   ├── Ex_9_7.csproj
│       │   │   ├── Form1.Designer.cs
│       │   │   ├── Form1.cs
│       │   │   ├── Form1.resx
│       │   │   ├── Program.cs
│       │   │   ├── Properties
│       │   │   │   ├── AssemblyInfo.cs
│       │   │   │   ├── Resources.Designer.cs
│       │   │   │   ├── Resources.resx
│       │   │   │   ├── Settings.Designer.cs
│       │   │   │   └── Settings.settings
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── Ex_9_7.exe
│       │   │   │       ├── Ex_9_7.pdb
│       │   │   │       ├── Ex_9_7.vshost.exe
│       │   │   │       └── Ex_9_7.vshost.exe.manifest
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── Ex_9_7.Form1.resources
│       │   │           ├── Ex_9_7.Properties.Resources.resources
│       │   │           ├── Ex_9_7.csproj.FileListAbsolute.txt
│       │   │           ├── Ex_9_7.csproj.GenerateResource.Cache
│       │   │           ├── Ex_9_7.exe
│       │   │           ├── Ex_9_7.pdb
│       │   │           └── TempPE
│       │   └── Ex_9_7.sln
│       ├── Ex_9_8
│       │   ├── Ex_9_8
│       │   │   ├── Ex_9_8.csproj
│       │   │   ├── Form1.Designer.cs
│       │   │   ├── Form1.cs
│       │   │   ├── Form1.resx
│       │   │   ├── Program.cs
│       │   │   ├── Properties
│       │   │   │   ├── AssemblyInfo.cs
│       │   │   │   ├── Resources.Designer.cs
│       │   │   │   ├── Resources.resx
│       │   │   │   ├── Settings.Designer.cs
│       │   │   │   └── Settings.settings
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── Ex_9_8.exe
│       │   │   │       ├── Ex_9_8.pdb
│       │   │   │       ├── Ex_9_8.vshost.exe
│       │   │   │       └── Ex_9_8.vshost.exe.manifest
│       │   │   ├── help.html
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── Ex_9_8.Form1.resources
│       │   │           ├── Ex_9_8.Properties.Resources.resources
│       │   │           ├── Ex_9_8.csproj.FileListAbsolute.txt
│       │   │           ├── Ex_9_8.csproj.GenerateResource.Cache
│       │   │           ├── Ex_9_8.exe
│       │   │           ├── Ex_9_8.pdb
│       │   │           └── TempPE
│       │   └── Ex_9_8.sln
│       └── Ex_9_9
│           ├── Ex_9_9
│           │   ├── Ex_9_9.csproj
│           │   ├── Form1.Designer.cs
│           │   ├── Form1.cs
│           │   ├── Form1.resx
│           │   ├── Program.cs
│           │   ├── Properties
│           │   │   ├── AssemblyInfo.cs
│           │   │   ├── Resources.Designer.cs
│           │   │   ├── Resources.resx
│           │   │   ├── Settings.Designer.cs
│           │   │   └── Settings.settings
│           │   ├── bin
│           │   │   └── Debug
│           │   │       ├── Ex_9_9.exe
│           │   │       ├── Ex_9_9.pdb
│           │   │       ├── Ex_9_9.vshost.exe
│           │   │       └── Ex_9_9.vshost.exe.manifest
│           │   └── obj
│           │       └── Debug
│           │           ├── Ex_9_9.Form1.resources
│           │           ├── Ex_9_9.Properties.Resources.resources
│           │           ├── Ex_9_9.csproj.FileListAbsolute.txt
│           │           ├── Ex_9_9.csproj.GenerateResource.Cache
│           │           ├── Ex_9_9.exe
│           │           ├── Ex_9_9.pdb
│           │           └── TempPE
│           └── Ex_9_9.sln
└── 周红安 21天学通C# 源代码网_源代码.rar

891 directories, 1657 files


实例下载地址

周红安 21天学通C# 源代码

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警