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

21天学通C#课件及源代码

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:7.79M
  • 下载次数:13
  • 浏览次数:39
  • 发布时间:2023-07-06
  • 实例类别:C#语言基础
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 相关标签: 21天 源代码 C# 课件 21

实例介绍

【实例简介】21天学通C#.这本书的PPT课件和源代码。非常好的学习资料。

【实例截图】

from clipboard

【核心代码】
文件清单
└── PPT 源代码
    ├── 源代码
    │   ├── 第10章
    │   │   └── Ex_10_1
    │   │       ├── Debug
    │   │       │   ├── setup.exe
    │   │       │   └── Setup.msi
    │   │       ├── 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
    │   │   │   ├── all.htm
    │   │   │   ├── App_Data
    │   │   │   ├── Default2.aspx
    │   │   │   ├── Default2.aspx.cs
    │   │   │   ├── Default.aspx
    │   │   │   ├── Default.aspx.cs
    │   │   │   └── Web.config
    │   │   └── 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
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_16_2.exe
    │   │   │   │   │       ├── Ex_16_2.pdb
    │   │   │   │   │       ├── Ex_16_2.vshost.exe
    │   │   │   │   │       └── Ex_16_2.vshost.exe.manifest
    │   │   │   │   ├── Ex_16_2.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_16_2.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_16_2.exe
    │   │   │   │   │       ├── Ex_16_2.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_16_2.sln
    │   │   │   └── Ex_16_2.suo
    │   │   ├── Ex_16_3
    │   │   │   ├── Ex_16_3
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_16_3.exe
    │   │   │   │   │       ├── Ex_16_3.pdb
    │   │   │   │   │       ├── Ex_16_3.vshost.exe
    │   │   │   │   │       └── Ex_16_3.vshost.exe.manifest
    │   │   │   │   ├── Ex_16_3.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_16_3.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_16_3.exe
    │   │   │   │   │       ├── Ex_16_3.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_16_3.sln
    │   │   │   └── Ex_16_3.suo
    │   │   ├── Ex_16_4
    │   │   │   ├── Ex_16_4
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_16_4.vshost.exe
    │   │   │   │   │       └── Ex_16_4.vshost.exe.manifest
    │   │   │   │   ├── Ex_16_4.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_16_4.sln
    │   │   │   └── Ex_16_4.suo
    │   │   ├── Ex_16_5
    │   │   │   ├── Ex_16_5
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_16_5.exe
    │   │   │   │   │       ├── Ex_16_5.pdb
    │   │   │   │   │       ├── Ex_16_5.vshost.exe
    │   │   │   │   │       └── Ex_16_5.vshost.exe.manifest
    │   │   │   │   ├── Ex_16_5.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_16_5.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_16_5.exe
    │   │   │   │   │       ├── Ex_16_5.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_16_5.sln
    │   │   │   └── Ex_16_5.suo
    │   │   ├── Ex_16_6
    │   │   │   ├── Ex_16_6
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_16_6.exe
    │   │   │   │   │       ├── Ex_16_6.pdb
    │   │   │   │   │       ├── Ex_16_6.vshost.exe
    │   │   │   │   │       └── Ex_16_6.vshost.exe.manifest
    │   │   │   │   ├── Ex_16_6.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_16_6.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_16_6.exe
    │   │   │   │   │       ├── Ex_16_6.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_16_6.sln
    │   │   │   └── Ex_16_6.suo
    │   │   └── Ex_16_7
    │   │       ├── App_Data
    │   │       ├── Default.aspx
    │   │       ├── Default.aspx.cs
    │   │       └── web.config
    │   ├── 第17章
    │   │   ├── Ex_17_1
    │   │   │   ├── Ex_17_1
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_17_1.exe
    │   │   │   │   │       ├── Ex_17_1.pdb
    │   │   │   │   │       ├── Ex_17_1.vshost.exe
    │   │   │   │   │       ├── Ex_17_1.vshost.exe.manifest
    │   │   │   │   │       └── XMLFile1.xml
    │   │   │   │   ├── Ex_17_1.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_17_1.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_17_1.exe
    │   │   │   │   │       ├── Ex_17_1.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   └── XMLFile1.xml
    │   │   │   ├── Ex_17_1.sln
    │   │   │   └── Ex_17_1.suo
    │   │   ├── Ex_17_2
    │   │   │   ├── App_Data
    │   │   │   ├── book.xml
    │   │   │   ├── Default.aspx
    │   │   │   ├── Default.aspx.cs
    │   │   │   └── web.config
    │   │   ├── Ex_17_3
    │   │   │   ├── book.xml
    │   │   │   ├── Ex_17_3
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── book.xml
    │   │   │   │   │       ├── Ex_17_3.exe
    │   │   │   │   │       ├── Ex_17_3.pdb
    │   │   │   │   │       └── Ex_17_3.vshost.exe
    │   │   │   │   ├── Ex_17_3.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_17_3.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_17_3.exe
    │   │   │   │   │       ├── Ex_17_3.pdb
    │   │   │   │   │       ├── Ex_17_3t.csproj.FileListAbsolute.txt
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_17_3.sln
    │   │   │   └── Ex_17_3.suo
    │   │   ├── Ex_17_4
    │   │   │   ├── Ex_17_4
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── book.xml
    │   │   │   │   │       ├── Ex_17_4.exe
    │   │   │   │   │       ├── Ex_17_4.pdb
    │   │   │   │   │       ├── Ex_17_4.vshost.exe
    │   │   │   │   │       └── Ex_17_4.vshost.exe.manifest
    │   │   │   │   ├── Ex_17_4.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_17_4t.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_17_4t.exe
    │   │   │   │   │       ├── Ex_17_4t.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_17_4.sln
    │   │   │   └── Ex_17_4.suo
    │   │   ├── Ex_17_5
    │   │   │   ├── App_Data
    │   │   │   ├── book.xml
    │   │   │   ├── Default.aspx
    │   │   │   ├── Default.aspx.cs
    │   │   │   ├── Ex_17_5
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── book.xml
    │   │   │   │   │       ├── Ex_17_5.exe
    │   │   │   │   │       ├── Ex_17_5.pdb
    │   │   │   │   │       ├── Ex_17_5.vshost.exe
    │   │   │   │   │       └── Ex_17_5.vshost.exe.manifest
    │   │   │   │   ├── Ex_17_5.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_17_5.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_17_5.exe
    │   │   │   │   │       ├── Ex_17_5.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_17_5.sln
    │   │   │   ├── Ex_17_5.suo
    │   │   │   ├── web.config
    │   │   │   └── XMLFile1.xml
    │   │   ├── Ex_17_6
    │   │   │   ├── App_Data
    │   │   │   ├── Default2.aspx
    │   │   │   ├── Default2.aspx.cs
    │   │   │   ├── Default.aspx
    │   │   │   ├── Default.aspx.cs
    │   │   │   ├── Ex_17_6
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── book.xml
    │   │   │   │   │       ├── Ex_17_6.exe
    │   │   │   │   │       ├── Ex_17_6.pdb
    │   │   │   │   │       ├── Ex_17_6.vshost.exe
    │   │   │   │   │       └── Ex_17_6.vshost.exe.manifest
    │   │   │   │   ├── Ex_17_6.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_17_6.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_17_6.exe
    │   │   │   │   │       ├── Ex_17_6.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_17_6.sln
    │   │   │   ├── Ex_17_6.suo
    │   │   │   ├── list.xml
    │   │   │   └── web.config
    │   │   ├── Ex_17_7
    │   │   │   ├── Ex_17_7
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── book.xml
    │   │   │   │   │       ├── Ex_17_7.exe
    │   │   │   │   │       ├── Ex_17_7.pdb
    │   │   │   │   │       ├── Ex_17_7.vshost.exe
    │   │   │   │   │       └── Ex_17_7.vshost.exe.manifest
    │   │   │   │   ├── Ex_17_7.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_17_7.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_17_7.exe
    │   │   │   │   │       ├── Ex_17_7.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_17_7.sln
    │   │   │   └── Ex_17_7.suo
    │   │   ├── Ex_17_8
    │   │   │   ├── App_Data
    │   │   │   ├── book.xml
    │   │   │   ├── Default.aspx
    │   │   │   ├── Default.aspx.cs
    │   │   │   └── 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
    │   │   │   ├── book.xml
    │   │   │   ├── Default.aspx
    │   │   │   ├── Default.aspx.cs
    │   │   │   └── 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
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_19_1.exe
    │   │   │   │   │       ├── Ex_19_1.pdb
    │   │   │   │   │       ├── Ex_19_1.vshost.exe
    │   │   │   │   │       └── Ex_19_1.vshost.exe.manifest
    │   │   │   │   ├── Ex_19_1.csproj
    │   │   │   │   ├── Form1.cs
    │   │   │   │   ├── Form1.Designer.cs
    │   │   │   │   ├── Form1.resx
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_19_1t.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_19_1t.csproj.GenerateResource.Cache
    │   │   │   │   │       ├── Ex_19_1t.exe
    │   │   │   │   │       ├── Ex_19_1t.Form1.resources
    │   │   │   │   │       ├── Ex_19_1t.pdb
    │   │   │   │   │       ├── Ex_19_1t.Properties.Resources.resources
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       ├── AssemblyInfo.cs
    │   │   │   │       ├── Resources.Designer.cs
    │   │   │   │       ├── Resources.resx
    │   │   │   │       ├── Settings.Designer.cs
    │   │   │   │       └── Settings.settings
    │   │   │   ├── Ex_19_1.sln
    │   │   │   └── Ex_19_1.suo
    │   │   ├── Ex_19_2
    │   │   │   ├── Ex_19_2
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_19_2.exe
    │   │   │   │   │       ├── Ex_19_2.pdb
    │   │   │   │   │       ├── Ex_19_2.vshost.exe
    │   │   │   │   │       └── Ex_19_2.vshost.exe.manifest
    │   │   │   │   ├── Ex_19_2.csproj
    │   │   │   │   ├── Form1.cs
    │   │   │   │   ├── Form1.Designer.cs
    │   │   │   │   ├── Form1.resx
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_19_2t.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_19_2t.csproj.GenerateResource.Cache
    │   │   │   │   │       ├── Ex_19_2t.exe
    │   │   │   │   │       ├── Ex_19_2t.Form1.resources
    │   │   │   │   │       ├── Ex_19_2t.pdb
    │   │   │   │   │       ├── Ex_19_2t.Properties.Resources.resources
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       ├── AssemblyInfo.cs
    │   │   │   │       ├── Resources.Designer.cs
    │   │   │   │       ├── Resources.resx
    │   │   │   │       ├── Settings.Designer.cs
    │   │   │   │       └── Settings.settings
    │   │   │   ├── Ex_19_2.sln
    │   │   │   └── Ex_19_2.suo
    │   │   ├── Ex_19_3
    │   │   │   ├── Ex_19_3
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_19_3.exe
    │   │   │   │   │       ├── Ex_19_3.pdb
    │   │   │   │   │       ├── Ex_19_3.vshost.exe
    │   │   │   │   │       ├── Ex_19_3.vshost.exe.manifest
    │   │   │   │   │       └── test.txt
    │   │   │   │   ├── Ex_19_3.csproj
    │   │   │   │   ├── Form1.cs
    │   │   │   │   ├── Form1.Designer.cs
    │   │   │   │   ├── Form1.resx
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_19_1.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_19_1.csproj.GenerateResource.Cache
    │   │   │   │   │       ├── Ex_19_1.exe
    │   │   │   │   │       ├── Ex_19_1.Form1.resources
    │   │   │   │   │       ├── Ex_19_1.pdb
    │   │   │   │   │       ├── Ex_19_1.Properties.Resources.resources
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── Resources.Designer.cs
    │   │   │   │   │   ├── Resources.resx
    │   │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   │   └── Settings.settings
    │   │   │   │   └── test.txt
    │   │   │   ├── Ex_19_3.sln
    │   │   │   └── Ex_19_3.suo
    │   │   ├── Ex_19_4
    │   │   │   ├── Ex_19_4
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── demo.txt
    │   │   │   │   │       ├── Ex_19_4.exe
    │   │   │   │   │       ├── Ex_19_4.pdb
    │   │   │   │   │       ├── Ex_19_4.vshost.exe
    │   │   │   │   │       └── Ex_19_4.vshost.exe.manifest
    │   │   │   │   ├── Ex_19_4.csproj
    │   │   │   │   ├── Form1.cs
    │   │   │   │   ├── Form1.Designer.cs
    │   │   │   │   ├── Form1.resx
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_19_4.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_19_4.csproj.GenerateResource.Cache
    │   │   │   │   │       ├── Ex_19_4.exe
    │   │   │   │   │       ├── Ex_19_4.Form1.resources
    │   │   │   │   │       ├── Ex_19_4.pdb
    │   │   │   │   │       ├── Ex_19_4.Properties.Resources.resources
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       ├── AssemblyInfo.cs
    │   │   │   │       ├── Resources.Designer.cs
    │   │   │   │       ├── Resources.resx
    │   │   │   │       ├── Settings.Designer.cs
    │   │   │   │       └── Settings.settings
    │   │   │   ├── Ex_19_4.sln
    │   │   │   └── Ex_19_4.suo
    │   │   ├── Ex_19_5
    │   │   │   ├── Ex_19_5
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_19_5.exe
    │   │   │   │   │       ├── Ex_19_5.pdb
    │   │   │   │   │       ├── Ex_19_5.vshost.exe
    │   │   │   │   │       └── Ex_19_5.vshost.exe.manifest
    │   │   │   │   ├── Ex_19_5.csproj
    │   │   │   │   ├── Form1.cs
    │   │   │   │   ├── Form1.Designer.cs
    │   │   │   │   ├── Form1.resx
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_19_5.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_19_5.csproj.GenerateResource.Cache
    │   │   │   │   │       ├── Ex_19_5.exe
    │   │   │   │   │       ├── Ex_19_5.Form1.resources
    │   │   │   │   │       ├── Ex_19_5.pdb
    │   │   │   │   │       ├── Ex_19_5.Properties.Resources.resources
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       ├── AssemblyInfo.cs
    │   │   │   │       ├── Resources.Designer.cs
    │   │   │   │       ├── Resources.resx
    │   │   │   │       ├── Settings.Designer.cs
    │   │   │   │       └── Settings.settings
    │   │   │   ├── Ex_19_5.sln
    │   │   │   └── Ex_19_5.suo
    │   │   ├── Ex_19_6
    │   │   │   ├── Ex_19_6
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_19_6.exe
    │   │   │   │   │       ├── Ex_19_6.pdb
    │   │   │   │   │       ├── Ex_19_6.vshost.exe
    │   │   │   │   │       └── Ex_19_6.vshost.exe.manifest
    │   │   │   │   ├── Ex_19_6.csproj
    │   │   │   │   ├── Form1.cs
    │   │   │   │   ├── Form1.Designer.cs
    │   │   │   │   ├── Form1.resx
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_19_7.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_19_7.csproj.GenerateResource.Cache
    │   │   │   │   │       ├── Ex_19_7.exe
    │   │   │   │   │       ├── Ex_19_7.Form1.resources
    │   │   │   │   │       ├── Ex_19_7.pdb
    │   │   │   │   │       ├── Ex_19_7.Properties.Resources.resources
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       ├── AssemblyInfo.cs
    │   │   │   │       ├── Resources.Designer.cs
    │   │   │   │       ├── Resources.resx
    │   │   │   │       ├── Settings.Designer.cs
    │   │   │   │       └── Settings.settings
    │   │   │   ├── Ex_19_6.sln
    │   │   │   └── Ex_19_6.suo
    │   │   ├── Ex_19_7
    │   │   │   ├── Ex_19_7
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_19_7.exe
    │   │   │   │   │       ├── Ex_19_7.pdb
    │   │   │   │   │       ├── Ex_19_7.vshost.exe
    │   │   │   │   │       └── Ex_19_7.vshost.exe.manifest
    │   │   │   │   ├── Ex_19_7.csproj
    │   │   │   │   ├── Form1.cs
    │   │   │   │   ├── Form1.designer.cs
    │   │   │   │   ├── Form1.resx
    │   │   │   │   ├── obj
    │   │   │   │   │   ├── 37_01.csproj.FileList.txt
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── 37_01.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── 37_01.csproj.GenerateResource.Cache
    │   │   │   │   │       ├── _7_01.Form1.resources
    │   │   │   │   │       ├── _7_01.Properties.Resources.resources
    │   │   │   │   │       ├── Ex_19_7.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_19_7.csproj.GenerateResource.Cache
    │   │   │   │   │       ├── Ex_19_7.exe
    │   │   │   │   │       ├── Ex_19_7.Form1.resources
    │   │   │   │   │       ├── Ex_19_7.pdb
    │   │   │   │   │       ├── Ex_19_7.Properties.Resources.resources
    │   │   │   │   │       ├── Refactor
    │   │   │   │   │       └── TempPE
    │   │   │   │   │           └── Properties.Resources.Designer.cs.dll
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       ├── AssemblyInfo.cs
    │   │   │   │       ├── Resources.Designer.cs
    │   │   │   │       ├── Resources.resx
    │   │   │   │       ├── Settings.Designer.cs
    │   │   │   │       └── Settings.settings
    │   │   │   ├── Ex_19_7.sln
    │   │   │   └── Ex_19_7.suo
    │   │   └── Ex_19_8
    │   │       ├── Ex_19_8
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   │       ├── Ex_19_8.exe
    │   │       │   │       ├── Ex_19_8.pdb
    │   │       │   │       ├── Ex_19_8.vshost.exe
    │   │       │   │       └── Ex_19_8.vshost.exe.manifest
    │   │       │   ├── Ex_19_8.csproj
    │   │       │   ├── Form1.cs
    │   │       │   ├── Form1.Designer.cs
    │   │       │   ├── Form1.resx
    │   │       │   ├── obj
    │   │       │   │   └── Debug
    │   │       │   │       ├── Ex_19_8.csproj.FileListAbsolute.txt
    │   │       │   │       ├── Ex_19_8.csproj.GenerateResource.Cache
    │   │       │   │       ├── Ex_19_8.exe
    │   │       │   │       ├── Ex_19_8.Form1.resources
    │   │       │   │       ├── Ex_19_8.pdb
    │   │       │   │       ├── Ex_19_8.Properties.Resources.resources
    │   │       │   │       └── TempPE
    │   │       │   ├── Program.cs
    │   │       │   └── Properties
    │   │       │       ├── AssemblyInfo.cs
    │   │       │       ├── Resources.Designer.cs
    │   │       │       ├── Resources.resx
    │   │       │       ├── Settings.Designer.cs
    │   │       │       └── Settings.settings
    │   │       ├── Ex_19_8.sln
    │   │       └── Ex_19_8.suo
    │   ├── 第1章
    │   │   ├── Ex_1_1
    │   │   │   ├── Ex_1_1
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_1_1.exe
    │   │   │   │   │       ├── Ex_1_1.pdb
    │   │   │   │   │       ├── Ex_1_1.vshost.exe
    │   │   │   │   │       └── Ex_1_1.vshost.exe.manifest
    │   │   │   │   ├── Ex_1_1.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_1_1.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_1_1.exe
    │   │   │   │   │       ├── Ex_1_1.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── 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
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   │       ├── Ex_1_3.exe
    │   │       │   │       ├── Ex_1_3.pdb
    │   │       │   │       ├── Ex_1_3.vshost.exe
    │   │       │   │       └── Ex_1_3.vshost.exe.manifest
    │   │       │   ├── Ex_1_3.csproj
    │   │       │   ├── Form1.cs
    │   │       │   ├── Form1.Designer.cs
    │   │       │   ├── Form1.resx
    │   │       │   ├── obj
    │   │       │   │   └── Debug
    │   │       │   │       ├── Ex_1_3.csproj.FileListAbsolute.txt
    │   │       │   │       ├── Ex_1_3.csproj.GenerateResource.Cache
    │   │       │   │       ├── Ex_1_3.exe
    │   │       │   │       ├── Ex_1_3.Form1.resources
    │   │       │   │       ├── Ex_1_3.pdb
    │   │       │   │       ├── Ex_1_3.Properties.Resources.resources
    │   │       │   │       └── TempPE
    │   │       │   ├── Program.cs
    │   │       │   └── Properties
    │   │       │       ├── AssemblyInfo.cs
    │   │       │       ├── Resources.Designer.cs
    │   │       │       ├── Resources.resx
    │   │       │       ├── Settings.Designer.cs
    │   │       │       └── Settings.settings
    │   │       ├── Ex_1_3.sln
    │   │       └── Ex_1_3.suo
    │   ├── 第20章
    │   │   ├── Ex_20_1
    │   │   │   ├── Ex_20_1
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_20_1.exe
    │   │   │   │   │       ├── Ex_20_1.pdb
    │   │   │   │   │       ├── Ex_20_1.vshost.exe
    │   │   │   │   │       └── Ex_20_1.vshost.exe.manifest
    │   │   │   │   ├── Ex_20_1.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_20_1.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_20_1.exe
    │   │   │   │   │       ├── Ex_20_1.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_20_1.sln
    │   │   │   └── Ex_20_1.suo
    │   │   ├── Ex_20_10
    │   │   │   ├── Ex_20_10
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_20_10.exe
    │   │   │   │   │       ├── Ex_20_10.pdb
    │   │   │   │   │       ├── Ex_20_10.vshost.exe
    │   │   │   │   │       └── Ex_20_10.vshost.exe.manifest
    │   │   │   │   ├── Ex_20_10.csproj
    │   │   │   │   ├── Form1.cs
    │   │   │   │   ├── Form1.Designer.cs
    │   │   │   │   ├── Form1.resx
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_20_5.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_20_5.csproj.GenerateResource.Cache
    │   │   │   │   │       ├── Ex_20_5.exe
    │   │   │   │   │       ├── Ex_20_5.Form1.resources
    │   │   │   │   │       ├── Ex_20_5.pdb
    │   │   │   │   │       ├── Ex_20_5.Properties.Resources.resources
    │   │   │   │   │       ├── Refactor
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       ├── AssemblyInfo.cs
    │   │   │   │       ├── Resources.Designer.cs
    │   │   │   │       ├── Resources.resx
    │   │   │   │       ├── Settings.Designer.cs
    │   │   │   │       └── Settings.settings
    │   │   │   ├── Ex_20_10.sln
    │   │   │   └── Ex_20_10.suo
    │   │   ├── Ex_20_2
    │   │   │   ├── Ex_20_2
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_20_2.exe
    │   │   │   │   │       ├── Ex_20_2.pdb
    │   │   │   │   │       ├── Ex_20_2.vshost.exe
    │   │   │   │   │       └── Ex_20_2.vshost.exe.manifest
    │   │   │   │   ├── Ex_20_2.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_20_2t.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_20_2t.exe
    │   │   │   │   │       ├── Ex_20_2t.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_20_2.sln
    │   │   │   └── Ex_20_2.suo
    │   │   ├── Ex_20_3
    │   │   │   ├── Ex_20_3
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_20_3.exe
    │   │   │   │   │       ├── Ex_20_3.pdb
    │   │   │   │   │       ├── Ex_20_3.vshost.exe
    │   │   │   │   │       └── Ex_20_3.vshost.exe.manifest
    │   │   │   │   ├── Ex_20_3.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_20_3t.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_20_3t.exe
    │   │   │   │   │       ├── Ex_20_3t.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_20_3.sln
    │   │   │   └── Ex_20_3.suo
    │   │   ├── Ex_20_4
    │   │   │   ├── Ex_20_4
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_20_4.exe
    │   │   │   │   │       ├── Ex_20_4.pdb
    │   │   │   │   │       ├── Ex_20_4.vshost.exe
    │   │   │   │   │       └── Ex_20_4.vshost.exe.manifest
    │   │   │   │   ├── Ex_20_4.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_20_4.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_20_4.exe
    │   │   │   │   │       ├── Ex_20_4.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_20_4.sln
    │   │   │   └── Ex_20_4.suo
    │   │   ├── Ex_20_5
    │   │   │   ├── Ex_20_5
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_20_5.exe
    │   │   │   │   │       ├── Ex_20_5.pdb
    │   │   │   │   │       ├── Ex_20_5.vshost.exe
    │   │   │   │   │       └── Ex_20_5.vshost.exe.manifest
    │   │   │   │   ├── Ex_20_5.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_20_4t.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_20_4t.exe
    │   │   │   │   │       ├── Ex_20_4t.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_20_5.sln
    │   │   │   └── Ex_20_5.suo
    │   │   ├── Ex_20_6
    │   │   │   ├── Ex_20_6
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_20_6.exe
    │   │   │   │   │       ├── Ex_20_6.pdb
    │   │   │   │   │       ├── Ex_20_6.vshost.exe
    │   │   │   │   │       └── Ex_20_6.vshost.exe.manifest
    │   │   │   │   ├── Ex_20_6.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_20_5t.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_20_5t.exe
    │   │   │   │   │       ├── Ex_20_5t.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_20_6.sln
    │   │   │   └── Ex_20_6.suo
    │   │   ├── Ex_20_7
    │   │   │   ├── Ex_20_7
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_20_7.exe
    │   │   │   │   │       ├── Ex_20_7.pdb
    │   │   │   │   │       ├── Ex_20_7.vshost.exe
    │   │   │   │   │       └── Ex_20_7.vshost.exe.manifest
    │   │   │   │   ├── Ex_20_7.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_20_6.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_20_6.exe
    │   │   │   │   │       ├── Ex_20_6.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_20_7.sln
    │   │   │   └── Ex_20_7.suo
    │   │   ├── Ex_20_8
    │   │   │   ├── Ex_20_8
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_20_8.exe
    │   │   │   │   │       ├── Ex_20_8.pdb
    │   │   │   │   │       ├── Ex_20_8.vshost.exe
    │   │   │   │   │       └── Ex_20_8.vshost.exe.manifest
    │   │   │   │   ├── Ex_20_8.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_20_7.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_20_7.exe
    │   │   │   │   │       ├── Ex_20_7.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_20_8.sln
    │   │   │   └── Ex_20_8.suo
    │   │   └── Ex_20_9
    │   │       ├── Ex_20_9
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   │       ├── Ex_20_9.exe
    │   │       │   │       ├── Ex_20_9.pdb
    │   │       │   │       ├── Ex_20_9.vshost.exe
    │   │       │   │       └── Ex_20_9.vshost.exe.manifest
    │   │       │   ├── Ex_20_9.csproj
    │   │       │   ├── obj
    │   │       │   │   └── Debug
    │   │       │   │       ├── Ex_20_8.csproj.FileListAbsolute.txt
    │   │       │   │       ├── Ex_20_8.exe
    │   │       │   │       ├── Ex_20_8.pdb
    │   │       │   │       └── TempPE
    │   │       │   ├── Program.cs
    │   │       │   └── Properties
    │   │       │       └── AssemblyInfo.cs
    │   │       ├── Ex_20_9.sln
    │   │       └── Ex_20_9.suo
    │   ├── 第21章
    │   │   └── demo_News
    │   │       ├── Admin
    │   │       │   ├── AddAdminister.aspx
    │   │       │   ├── AddAdminister.aspx.cs
    │   │       │   ├── AddArticle.aspx
    │   │       │   ├── AddArticle.aspx.cs
    │   │       │   ├── AddNotice.aspx
    │   │       │   ├── AddNotice.aspx.cs
    │   │       │   ├── AdminArticle.aspx
    │   │       │   ├── AdminArticle.aspx.cs
    │   │       │   ├── Admin.aspx
    │   │       │   ├── 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_bottom.jpg
    │   │       │   │   ├── main_bg_left.jpg
    │   │       │   │   ├── main_bg_left_top.jpg
    │   │       │   │   ├── main_bg_right_bottom.jpg
    │   │       │   │   ├── main_bg_right.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
    │   │       │   │   ├── sysinfo.gif
    │   │       │   │   ├── sys_mem.jpg
    │   │       │   │   ├── sys_menu.psd
    │   │       │   │   ├── sys_pic.jpg
    │   │       │   │   ├── sys_safe.jpg
    │   │       │   │   ├── sys_set.jpg
    │   │       │   │   ├── tag.gif
    │   │       │   │   ├── title.jpg
    │   │       │   │   ├── top_01.gif
    │   │       │   │   ├── top_02.gif
    │   │       │   │   ├── top_03.gif
    │   │       │   │   ├── top_bg.jpg
    │   │       │   │   ├── top_homead.gif
    │   │       │   │   ├── topmenu_bg.gif
    │   │       │   │   ├── top_menu.psd
    │   │       │   │   └── top_today.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
    │   │       │   ├── bg.gif
    │   │       │   ├── bg.jpg
    │   │       │   ├── Head.jpg
    │   │       │   ├── JiaoWu_bg.jpg
    │   │       │   ├── Left_Menu_bg1.jpg
    │   │       │   ├── Left_Menu_bg.jpg
    │   │       │   ├── Left_Menu_bg.psd
    │   │       │   ├── left_mod_bg.jpg
    │   │       │   ├── log.gif
    │   │       │   ├── login.jpg
    │   │       │   ├── main_bg.jpg
    │   │       │   ├── main_ bg_l.jpg
    │   │       │   ├── main_ bg_r.jpg
    │   │       │   ├── menu_bg.png
    │   │       │   ├── menu_xt.png
    │   │       │   ├── more.gif
    │   │       │   ├── search_bg_new.png
    │   │       │   └── s.jpg
    │   │       ├── Left.aspx
    │   │       ├── Left.aspx.cs
    │   │       ├── Login.aspx
    │   │       ├── Login.aspx.cs
    │   │       ├── Menu.aspx
    │   │       ├── Menu.aspx.cs
    │   │       ├── _notes
    │   │       │   └── dwsync.xml
    │   │       ├── ReadArticle.aspx
    │   │       ├── ReadArticle.aspx.cs
    │   │       ├── Scripts
    │   │       │   └── AC_RunActiveContent.js
    │   │       ├── Search.aspx
    │   │       ├── Search.aspx.cs
    │   │       ├── Style
    │   │       │   ├── Foot.css
    │   │       │   └── Framework.css
    │   │       ├── Swf
    │   │       │   └── banner.swf
    │   │       ├── Web.config
    │   │       └── 数据库文件
    │   │           ├── db_News_log.ldf
    │   │           └── db_News.mdf
    │   ├── 第2章
    │   │   ├── Ex_2_1
    │   │   │   ├── Ex_2_1
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_2_1.exe
    │   │   │   │   │       ├── Ex_2_1.pdb
    │   │   │   │   │       ├── Ex_2_1.vshost.exe
    │   │   │   │   │       └── Ex_2_1.vshost.exe.manifest
    │   │   │   │   ├── Ex_2_1.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_2_1.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_2_1.exe
    │   │   │   │   │       ├── Ex_2_1.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_2_1.sln
    │   │   │   └── Ex_2_1.suo
    │   │   ├── Ex_2_10
    │   │   │   ├── Ex_2_10
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_2_9.exe
    │   │   │   │   │       ├── Ex_2_9.pdb
    │   │   │   │   │       ├── Ex_2_9.vshost.exe
    │   │   │   │   │       └── Ex_2_9.vshost.exe.manifest
    │   │   │   │   ├── Ex_2_10.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_2_10.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_2_9.exe
    │   │   │   │   │       ├── Ex_2_9.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_2_10.sln
    │   │   │   ├── Ex_2_10.suo
    │   │   │   └── Ex_2_9.suo
    │   │   ├── Ex_2_11
    │   │   │   ├── Ex_2_10
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_2_10.exe
    │   │   │   │   │       ├── Ex_2_10.pdb
    │   │   │   │   │       ├── Ex_2_10.vshost.exe
    │   │   │   │   │       └── Ex_2_10.vshost.exe.manifest
    │   │   │   │   ├── Ex_2_10.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_2_10.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_2_10.exe
    │   │   │   │   │       ├── Ex_2_10.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_2_10.sln
    │   │   │   └── Ex_2_10.suo
    │   │   ├── Ex_2_12
    │   │   │   ├── Ex_2_12
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_2_12.exe
    │   │   │   │   │       ├── Ex_2_12.pdb
    │   │   │   │   │       ├── Ex_2_12.vshost.exe
    │   │   │   │   │       └── Ex_2_12.vshost.exe.manifest
    │   │   │   │   ├── Ex_2_12.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_2_12.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_2_12.exe
    │   │   │   │   │       ├── Ex_2_12.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_2_12.sln
    │   │   │   └── Ex_2_12.suo
    │   │   ├── Ex_2_2
    │   │   │   ├── Ex_2_2
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_2_2.exe
    │   │   │   │   │       ├── Ex_2_2.pdb
    │   │   │   │   │       ├── Ex_2_2.vshost.exe
    │   │   │   │   │       └── Ex_2_2.vshost.exe.manifest
    │   │   │   │   ├── Ex_2_2.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_2_2.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_2_2.exe
    │   │   │   │   │       ├── Ex_2_2.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_2_2.sln
    │   │   │   └── Ex_2_2.suo
    │   │   ├── Ex_2_3
    │   │   │   ├── Ex_2_3
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_2_3.exe
    │   │   │   │   │       ├── Ex_2_3.pdb
    │   │   │   │   │       ├── Ex_2_3.vshost.exe
    │   │   │   │   │       └── Ex_2_3.vshost.exe.manifest
    │   │   │   │   ├── Ex_2_3.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_2_3.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_2_3.exe
    │   │   │   │   │       ├── Ex_2_3.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_2_3.sln
    │   │   │   └── Ex_2_3.suo
    │   │   ├── Ex_2_4
    │   │   │   ├── Ex_2_4
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_2_4.exe
    │   │   │   │   │       ├── Ex_2_4.pdb
    │   │   │   │   │       ├── Ex_2_4.vshost.exe
    │   │   │   │   │       └── Ex_2_4.vshost.exe.manifest
    │   │   │   │   ├── Ex_2_4.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_2_4.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_2_4.exe
    │   │   │   │   │       ├── Ex_2_4.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_2_4.sln
    │   │   │   └── Ex_2_4.suo
    │   │   ├── Ex_2_5
    │   │   │   ├── Ex_2_5
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_2_5.exe
    │   │   │   │   │       ├── Ex_2_5.pdb
    │   │   │   │   │       ├── Ex_2_5.vshost.exe
    │   │   │   │   │       └── Ex_2_5.vshost.exe.manifest
    │   │   │   │   ├── Ex_2_5.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_2_5.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_2_5.exe
    │   │   │   │   │       ├── Ex_2_5.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_2_5.sln
    │   │   │   └── Ex_2_5.suo
    │   │   ├── Ex_2_6
    │   │   │   ├── Ex_2_6
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_2_6.exe
    │   │   │   │   │       ├── Ex_2_6.pdb
    │   │   │   │   │       ├── Ex_2_6.vshost.exe
    │   │   │   │   │       └── Ex_2_6.vshost.exe.manifest
    │   │   │   │   ├── Ex_2_6.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_2_6.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_2_6.exe
    │   │   │   │   │       ├── Ex_2_6.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_2_6.sln
    │   │   │   └── Ex_2_6.suo
    │   │   ├── Ex_2_7
    │   │   │   ├── Ex_2_7
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_2_7.exe
    │   │   │   │   │       ├── Ex_2_7.pdb
    │   │   │   │   │       ├── Ex_2_7.vshost.exe
    │   │   │   │   │       └── Ex_2_7.vshost.exe.manifest
    │   │   │   │   ├── Ex_2_7.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_2_7.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_2_7.exe
    │   │   │   │   │       ├── Ex_2_7.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_2_7.sln
    │   │   │   └── Ex_2_7.suo
    │   │   ├── Ex_2_8
    │   │   │   ├── Ex_2_8
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_2_8.exe
    │   │   │   │   │       ├── Ex_2_8.pdb
    │   │   │   │   │       ├── Ex_2_8.vshost.exe
    │   │   │   │   │       └── Ex_2_8.vshost.exe.manifest
    │   │   │   │   ├── Ex_2_8.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_2_8.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_2_8.exe
    │   │   │   │   │       ├── Ex_2_8.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_2_8.sln
    │   │   │   └── Ex_2_8.suo
    │   │   └── Ex_2_9
    │   │       ├── Ex_2_9
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   │       ├── Ex_2_9.exe
    │   │       │   │       ├── Ex_2_9.pdb
    │   │       │   │       ├── Ex_2_9.vshost.exe
    │   │       │   │       └── Ex_2_9.vshost.exe.manifest
    │   │       │   ├── Ex_2_9.csproj
    │   │       │   ├── obj
    │   │       │   │   └── Debug
    │   │       │   │       ├── Ex_2_9.csproj.FileListAbsolute.txt
    │   │       │   │       ├── Ex_2_9.exe
    │   │       │   │       ├── Ex_2_9.pdb
    │   │       │   │       └── TempPE
    │   │       │   ├── Program.cs
    │   │       │   └── Properties
    │   │       │       └── AssemblyInfo.cs
    │   │       ├── Ex_2_9.sln
    │   │       └── Ex_2_9.suo
    │   ├── 第3章
    │   │   ├── Ex_3_1
    │   │   │   ├── Ex_3_1
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_3_1.exe
    │   │   │   │   │       ├── Ex_3_1.pdb
    │   │   │   │   │       ├── Ex_3_1.vshost.exe
    │   │   │   │   │       └── Ex_3_1.vshost.exe.manifest
    │   │   │   │   ├── Ex_3_1.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_3_1.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_3_1.exe
    │   │   │   │   │       ├── Ex_3_1.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_3_1.sln
    │   │   │   └── Ex_3_1.suo
    │   │   ├── Ex_3_10
    │   │   │   ├── Ex_3_10
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_3_10.exe
    │   │   │   │   │       ├── Ex_3_10.pdb
    │   │   │   │   │       ├── Ex_3_10.vshost.exe
    │   │   │   │   │       └── Ex_3_10.vshost.exe.manifest
    │   │   │   │   ├── Ex_3_10.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_3_9.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_3_9.exe
    │   │   │   │   │       ├── Ex_3_9.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_3_10.sln
    │   │   │   └── Ex_3_10.suo
    │   │   ├── Ex_3_11
    │   │   │   ├── Ex_3_11
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_3_11.exe
    │   │   │   │   │       ├── Ex_3_11.pdb
    │   │   │   │   │       ├── Ex_3_11.vshost.exe
    │   │   │   │   │       └── Ex_3_11.vshost.exe.manifest
    │   │   │   │   ├── Ex_3_11.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_3_10.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_3_10.exe
    │   │   │   │   │       ├── Ex_3_10.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_3_11.sln
    │   │   │   └── Ex_3_11.suo
    │   │   ├── Ex_3_12
    │   │   │   ├── Ex_3_12
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_3_12.exe
    │   │   │   │   │       ├── Ex_3_12.pdb
    │   │   │   │   │       ├── Ex_3_12.vshost.exe
    │   │   │   │   │       └── Ex_3_12.vshost.exe.manifest
    │   │   │   │   ├── Ex_3_12.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_3_12.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_3_12.exe
    │   │   │   │   │       ├── Ex_3_12.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_3_12.sln
    │   │   │   └── Ex_3_12.suo
    │   │   ├── Ex_3_2
    │   │   │   ├── Ex_3_2
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_3_2.exe
    │   │   │   │   │       ├── Ex_3_2.pdb
    │   │   │   │   │       └── Ex_3_2.vshost.exe
    │   │   │   │   ├── Ex_3_2.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_3_1.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_3_2.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_3_2.exe
    │   │   │   │   │       ├── Ex_3_2.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_3_2.sln
    │   │   │   └── Ex_3_2.suo
    │   │   ├── Ex_3_3
    │   │   │   ├── Ex_3_3
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_3_3.exe
    │   │   │   │   │       ├── Ex_3_3.pdb
    │   │   │   │   │       └── Ex_3_3.vshost.exe
    │   │   │   │   ├── Ex_3_3.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_3_2.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_3_3.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_3_3.exe
    │   │   │   │   │       ├── Ex_3_3.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_3_3.sln
    │   │   │   └── Ex_3_3.suo
    │   │   ├── Ex_3_4
    │   │   │   ├── Ex_3_4
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_3_4.exe
    │   │   │   │   │       ├── Ex_3_4.pdb
    │   │   │   │   │       └── Ex_3_4.vshost.exe
    │   │   │   │   ├── Ex_3_4.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_3_3.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_3_4.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_3_4.exe
    │   │   │   │   │       ├── Ex_3_4.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_3_4.sln
    │   │   │   └── Ex_3_4.suo
    │   │   ├── Ex_3_5
    │   │   │   ├── Ex_3_5
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_3_5.exe
    │   │   │   │   │       ├── Ex_3_5.pdb
    │   │   │   │   │       └── Ex_3_5.vshost.exe
    │   │   │   │   ├── Ex_3_5.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_3_4.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_3_5.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_3_5.exe
    │   │   │   │   │       ├── Ex_3_5.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_3_5.sln
    │   │   │   └── Ex_3_5.suo
    │   │   ├── Ex_3_6
    │   │   │   ├── Ex_3_6
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_3_6.exe
    │   │   │   │   │       ├── Ex_3_6.pdb
    │   │   │   │   │       └── Ex_3_6.vshost.exe
    │   │   │   │   ├── Ex_3_6.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_3_5.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_3_5.exe
    │   │   │   │   │       ├── Ex_3_5.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_3_6.sln
    │   │   │   └── Ex_3_6.suo
    │   │   ├── Ex_3_7
    │   │   │   ├── Ex_3_7
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_3_7.exe
    │   │   │   │   │       ├── Ex_3_7.pdb
    │   │   │   │   │       ├── Ex_3_7.vshost.exe
    │   │   │   │   │       └── Ex_3_7.vshost.exe.manifest
    │   │   │   │   ├── Ex_3_7.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_3_6.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_3_6.exe
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_3_7.sln
    │   │   │   └── Ex_3_7.suo
    │   │   ├── Ex_3_8
    │   │   │   ├── Ex_3_8
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_3_8.exe
    │   │   │   │   │       ├── Ex_3_8.pdb
    │   │   │   │   │       ├── Ex_3_8.vshost.exe
    │   │   │   │   │       └── Ex_3_8.vshost.exe.manifest
    │   │   │   │   ├── Ex_3_8.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_3_7.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_3_7.exe
    │   │   │   │   │       ├── Ex_3_7.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_3_8.sln
    │   │   │   └── Ex_3_8.suo
    │   │   └── Ex_3_9
    │   │       ├── Ex_3_9
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   │       ├── Ex_3_9.exe
    │   │       │   │       ├── Ex_3_9.pdb
    │   │       │   │       ├── Ex_3_9.vshost.exe
    │   │       │   │       └── Ex_3_9.vshost.exe.manifest
    │   │       │   ├── Ex_3_9.csproj
    │   │       │   ├── obj
    │   │       │   │   └── Debug
    │   │       │   │       ├── Ex_3_8.csproj.FileListAbsolute.txt
    │   │       │   │       ├── Ex_3_8.exe
    │   │       │   │       ├── Ex_3_8.pdb
    │   │       │   │       └── TempPE
    │   │       │   ├── Program.cs
    │   │       │   └── Properties
    │   │       │       └── AssemblyInfo.cs
    │   │       ├── Ex_3_9.sln
    │   │       └── Ex_3_9.suo
    │   ├── 第4章
    │   │   ├── Ex_4_1
    │   │   │   ├── Ex_4_1
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_4_1.exe
    │   │   │   │   │       ├── Ex_4_1.pdb
    │   │   │   │   │       ├── Ex_4_1.vshost.exe
    │   │   │   │   │       └── Ex_4_1.vshost.exe.manifest
    │   │   │   │   ├── Ex_4_1.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_4_1.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_4_1.exe
    │   │   │   │   │       ├── Ex_4_1.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_4_1.sln
    │   │   │   └── Ex_4_1.suo
    │   │   ├── Ex_4_2
    │   │   │   ├── Ex_4_2
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_4_2.exe
    │   │   │   │   │       ├── Ex_4_2.pdb
    │   │   │   │   │       ├── Ex_4_2.vshost.exe
    │   │   │   │   │       └── Ex_4_2.vshost.exe.manifest
    │   │   │   │   ├── Ex_4_2.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_4_2.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_4_2.exe
    │   │   │   │   │       ├── Ex_4_2.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_4_2.sln
    │   │   │   └── Ex_4_2.suo
    │   │   ├── Ex_4_3
    │   │   │   ├── Ex_4_3
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_4_3.exe
    │   │   │   │   │       ├── Ex_4_3.pdb
    │   │   │   │   │       ├── Ex_4_3.vshost.exe
    │   │   │   │   │       └── Ex_4_3.vshost.exe.manifest
    │   │   │   │   ├── Ex_4_3.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_4_1.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_4_1.exe
    │   │   │   │   │       ├── Ex_4_1.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_4_3.sln
    │   │   │   └── Ex_4_3.suo
    │   │   ├── Ex_4_4
    │   │   │   ├── Ex_4_4
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_4_4.exe
    │   │   │   │   │       ├── Ex_4_4.pdb
    │   │   │   │   │       ├── Ex_4_4.vshost.exe
    │   │   │   │   │       └── Ex_4_4.vshost.exe.manifest
    │   │   │   │   ├── Ex_4_4.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_4_2.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_4_2.exe
    │   │   │   │   │       ├── Ex_4_2.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_4_4.sln
    │   │   │   └── Ex_4_4.suo
    │   │   ├── Ex_4_5
    │   │   │   ├── Ex_4_5
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_4_5.exe
    │   │   │   │   │       ├── Ex_4_5.pdb
    │   │   │   │   │       ├── Ex_4_5.vshost.exe
    │   │   │   │   │       └── Ex_4_5.vshost.exe.manifest
    │   │   │   │   ├── Ex_4_5.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_4_3.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_4_3.exe
    │   │   │   │   │       ├── Ex_4_3.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_4_5.sln
    │   │   │   └── Ex_4_5.suo
    │   │   ├── Ex_4_6
    │   │   │   ├── Ex_4_6
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_4_6.exe
    │   │   │   │   │       ├── Ex_4_6.pdb
    │   │   │   │   │       ├── Ex_4_6.vshost.exe
    │   │   │   │   │       └── Ex_4_6.vshost.exe.manifest
    │   │   │   │   ├── ClassStu.cs
    │   │   │   │   ├── Ex_4_6.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_4_3.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_4_3.exe
    │   │   │   │   │       ├── Ex_4_3.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_4_6.sln
    │   │   │   └── Ex_4_6.suo
    │   │   ├── Ex_4_7
    │   │   │   ├── Ex_4_7
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_4_7.exe
    │   │   │   │   │       ├── Ex_4_7.pdb
    │   │   │   │   │       ├── Ex_4_7.vshost.exe
    │   │   │   │   │       └── Ex_4_7.vshost.exe.manifest
    │   │   │   │   ├── Ex_4_7.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_4_5.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_4_5.exe
    │   │   │   │   │       ├── Ex_4_5.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_4_7.sln
    │   │   │   └── Ex_4_7.suo
    │   │   └── Ex_4_8
    │   │       ├── Ex_4_8
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   │       ├── Ex_4_8.exe
    │   │       │   │       ├── Ex_4_8.pdb
    │   │       │   │       ├── Ex_4_8.vshost.exe
    │   │       │   │       └── Ex_4_8.vshost.exe.manifest
    │   │       │   ├── Ex_4_8.csproj
    │   │       │   ├── obj
    │   │       │   │   └── Debug
    │   │       │   │       ├── Ex_4_8.csproj.FileListAbsolute.txt
    │   │       │   │       ├── Ex_4_8.exe
    │   │       │   │       ├── Ex_4_8.pdb
    │   │       │   │       └── TempPE
    │   │       │   ├── Program.cs
    │   │       │   └── Properties
    │   │       │       └── AssemblyInfo.cs
    │   │       ├── Ex_4_8.sln
    │   │       └── Ex_4_8.suo
    │   ├── 第5章
    │   │   ├── Ex_5_1
    │   │   │   ├── Ex_5_1
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_5_1.exe
    │   │   │   │   │       ├── Ex_5_1.pdb
    │   │   │   │   │       ├── Ex_5_1.vshost.exe
    │   │   │   │   │       └── Ex_5_1.vshost.exe.manifest
    │   │   │   │   ├── demo.cs
    │   │   │   │   ├── Ex_5_1.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_5_1.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_5_1.exe
    │   │   │   │   │       ├── Ex_5_1.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_5_1.sln
    │   │   │   └── Ex_5_1.suo
    │   │   ├── Ex_5_2
    │   │   │   ├── Ex_5_2
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_5_2.exe
    │   │   │   │   │       ├── Ex_5_2.pdb
    │   │   │   │   │       ├── Ex_5_2.vshost.exe
    │   │   │   │   │       └── Ex_5_2.vshost.exe.manifest
    │   │   │   │   ├── demo.cs
    │   │   │   │   ├── Ex_5_2.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_5_2.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_5_2.exe
    │   │   │   │   │       ├── Ex_5_2.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_5_2.sln
    │   │   │   └── Ex_5_2.suo
    │   │   ├── Ex_5_3
    │   │   │   ├── Ex_5_3
    │   │   │   │   ├── BaseClass.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_5_3.exe
    │   │   │   │   │       ├── Ex_5_3.pdb
    │   │   │   │   │       ├── Ex_5_3.vshost.exe
    │   │   │   │   │       └── Ex_5_3.vshost.exe.manifest
    │   │   │   │   ├── Ex_5_3.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_5_3.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_5_3.exe
    │   │   │   │   │       ├── Ex_5_3.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_5_3.sln
    │   │   │   └── Ex_5_3.suo
    │   │   ├── Ex_5_4
    │   │   │   ├── Ex_5_4
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_5_4.exe
    │   │   │   │   │       ├── Ex_5_4.pdb
    │   │   │   │   │       ├── Ex_5_4.vshost.exe
    │   │   │   │   │       └── Ex_5_4.vshost.exe.manifest
    │   │   │   │   ├── Ex_5_4.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_5_4.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_5_4.exe
    │   │   │   │   │       ├── Ex_5_4.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_5_4.sln
    │   │   │   └── Ex_5_4.suo
    │   │   ├── Ex_5_5
    │   │   │   ├── Ex_5_5
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_5_5.exe
    │   │   │   │   │       ├── Ex_5_5.pdb
    │   │   │   │   │       ├── Ex_5_5.vshost.exe
    │   │   │   │   │       └── Ex_5_5.vshost.exe.manifest
    │   │   │   │   ├── Ex_5_5.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_5_5.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_5_5.exe
    │   │   │   │   │       ├── Ex_5_5.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_5_5.sln
    │   │   │   └── Ex_5_5.suo
    │   │   ├── Ex_5_6
    │   │   │   ├── Ex_5_6
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_5_6.exe
    │   │   │   │   │       ├── Ex_5_6.pdb
    │   │   │   │   │       ├── Ex_5_6.vshost.exe
    │   │   │   │   │       └── Ex_5_6.vshost.exe.manifest
    │   │   │   │   ├── Ex_5_6.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_5_5.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_5_5.exe
    │   │   │   │   │       ├── Ex_5_5.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_5_6.sln
    │   │   │   └── Ex_5_6.suo
    │   │   ├── Ex_5_7
    │   │   │   ├── Ex_5_7
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_5_7.exe
    │   │   │   │   │       ├── Ex_5_7.pdb
    │   │   │   │   │       ├── Ex_5_7.vshost.exe
    │   │   │   │   │       └── Ex_5_7.vshost.exe.manifest
    │   │   │   │   ├── Ex_5_7.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_5_7.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_5_7.exe
    │   │   │   │   │       ├── Ex_5_7.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_5_7.sln
    │   │   │   └── Ex_5_7.suo
    │   │   ├── Ex_5_8
    │   │   │   ├── Ex_5_8
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_5_8.exe
    │   │   │   │   │       ├── Ex_5_8.pdb
    │   │   │   │   │       ├── Ex_5_8.vshost.exe
    │   │   │   │   │       └── Ex_5_8.vshost.exe.manifest
    │   │   │   │   ├── Ex_5_8.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_5_8.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_5_8.exe
    │   │   │   │   │       ├── Ex_5_8.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_5_8.sln
    │   │   │   └── Ex_5_8.suo
    │   │   └── Ex_5_9
    │   │       ├── Ex_5_9
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   │       ├── Ex_5_9.exe
    │   │       │   │       ├── Ex_5_9.pdb
    │   │       │   │       ├── Ex_5_9.vshost.exe
    │   │       │   │       └── Ex_5_9.vshost.exe.manifest
    │   │       │   ├── Ex_5_9.csproj
    │   │       │   ├── obj
    │   │       │   │   └── Debug
    │   │       │   │       ├── Ex_5_9.csproj.FileListAbsolute.txt
    │   │       │   │       ├── Ex_5_9.exe
    │   │       │   │       ├── Ex_5_9.pdb
    │   │       │   │       └── TempPE
    │   │       │   ├── Program.cs
    │   │       │   └── Properties
    │   │       │       └── AssemblyInfo.cs
    │   │       ├── Ex_5_9.sln
    │   │       └── Ex_5_9.suo
    │   ├── 第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
    │   │   │   ├── Default2.aspx
    │   │   │   ├── Default2.aspx.cs
    │   │   │   ├── Default.aspx
    │   │   │   ├── Default.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_bottom.jpg
    │   │   │   │   ├── main_bg_left.jpg
    │   │   │   │   ├── main_bg_left_top.jpg
    │   │   │   │   ├── main_bg_right_bottom.jpg
    │   │   │   │   ├── main_bg_right.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
    │   │   │   ├── Default2.aspx
    │   │   │   ├── Default2.aspx.cs
    │   │   │   ├── Default.aspx
    │   │   │   ├── Default.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
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_7_1.exe
    │   │   │   │   │       ├── Ex_7_1.pdb
    │   │   │   │   │       ├── Ex_7_1.vshost.exe
    │   │   │   │   │       └── Ex_7_1.vshost.exe.manifest
    │   │   │   │   ├── Ex_7_1.csproj
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_7_1.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_7_1.exe
    │   │   │   │   │       ├── Ex_7_1.pdb
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       └── AssemblyInfo.cs
    │   │   │   ├── Ex_7_1.sln
    │   │   │   └── Ex_7_1.suo
    │   │   └── Ex_7_2
    │   │       ├── Ex_7_2
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   │       ├── Ex_7_2.exe
    │   │       │   │       ├── Ex_7_2.pdb
    │   │       │   │       ├── Ex_7_2.vshost.exe
    │   │       │   │       └── Ex_7_2.vshost.exe.manifest
    │   │       │   ├── Ex_7_2.csproj
    │   │       │   ├── obj
    │   │       │   │   └── Debug
    │   │       │   │       ├── Ex_7_2.csproj.FileListAbsolute.txt
    │   │       │   │       ├── Ex_7_2.exe
    │   │       │   │       ├── Ex_7_2.pdb
    │   │       │   │       └── TempPE
    │   │       │   ├── Program.cs
    │   │       │   └── Properties
    │   │       │       └── AssemblyInfo.cs
    │   │       ├── Ex_7_2.sln
    │   │       └── Ex_7_2.suo
    │   ├── 第8章
    │   │   ├── Ex_8_1
    │   │   │   ├── Ex_8_1
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_8_1.exe
    │   │   │   │   │       ├── Ex_8_1.pdb
    │   │   │   │   │       ├── Ex_8_1.vshost.exe
    │   │   │   │   │       └── Ex_8_1.vshost.exe.manifest
    │   │   │   │   ├── Ex_8_1.csproj
    │   │   │   │   ├── Form1.cs
    │   │   │   │   ├── Form1.Designer.cs
    │   │   │   │   ├── Form1.resx
    │   │   │   │   ├── obj
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Ex_8_1.csproj.FileListAbsolute.txt
    │   │   │   │   │       ├── Ex_8_1.csproj.GenerateResource.Cache
    │   │   │   │   │       ├── Ex_8_1.exe
    │   │   │   │   │       ├── Ex_8_1.Form1.resources
    │   │   │   │   │       ├── Ex_8_1.pdb
    │   │   │   │   │       ├── Ex_8_1.Properties.Resources.resources
    │   │   │   │   │       ├── Refactor
    │   │   │   │   │       └── TempPE
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       ├── AssemblyInfo.cs
    │   │   │   │       ├── Resources.Designer.cs
    │   │   │   │       ├── Resources.resx
    │   │   │   │       ├── Settings.Designer.cs
    │   │   │   │       └── Settings.settings
    │   │   │   ├── Ex_8_1.sln
    │   │   │   └── Ex_8_1.suo
    │   │   └── Ex_8_2
    │   │       ├── bin
    │   │       │   └── Debug
    │   │       │       ├── ComExs_8_2.exe
    │   │       │       ├── ComExs_8_2.pdb
    │   │       │       └── ComExs_8_2.vshost.exe
    │   │       ├── ComExs_8_2.csproj
    │   │       ├── ComExs_8_2.sln
    │   │       ├── ComExs_8_2.suo
    │   │       ├── Form1.cs
    │   │       ├── Form1.Designer.cs
    │   │       ├── Form1.resx
    │   │       ├── obj
    │   │       │   ├── ComExs_8_8.csproj.FileList.txt
    │   │       │   └── Debug
    │   │       │       ├── ComExs_8_8.csproj.GenerateResource.Cache
    │   │       │       ├── ComExs_8_8.exe
    │   │       │       ├── ComExs_8_8.Form1.resources
    │   │       │       ├── ComExs_8_8.pdb
    │   │       │       ├── ComExs_8_8.Properties.Resources.resources
    │   │       │       └── TempPE
    │   │       ├── Program.cs
    │   │       └── Properties
    │   │           ├── AssemblyInfo.cs
    │   │           ├── Resources.Designer.cs
    │   │           ├── Resources.resx
    │   │           ├── Settings.Designer.cs
    │   │           └── Settings.settings
    │   └── 第9章
    │       ├── Ex_9_1
    │       │   ├── Ex_9_1
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   │       ├── Ex_9_1.exe
    │       │   │   │       ├── Ex_9_1.pdb
    │       │   │   │       ├── Ex_9_1.vshost.exe
    │       │   │   │       └── Ex_9_1.vshost.exe.manifest
    │       │   │   ├── Ex_9_1.csproj
    │       │   │   ├── Form1.cs
    │       │   │   ├── Form1.Designer.cs
    │       │   │   ├── Form1.resx
    │       │   │   ├── obj
    │       │   │   │   └── Debug
    │       │   │   │       ├── Ex_9_1.csproj.FileListAbsolute.txt
    │       │   │   │       ├── Ex_9_1.csproj.GenerateResource.Cache
    │       │   │   │       ├── Ex_9_1.exe
    │       │   │   │       ├── Ex_9_1.Form1.resources
    │       │   │   │       ├── Ex_9_1.pdb
    │       │   │   │       ├── Ex_9_1.Properties.Resources.resources
    │       │   │   │       └── TempPE
    │       │   │   ├── Program.cs
    │       │   │   └── Properties
    │       │   │       ├── AssemblyInfo.cs
    │       │   │       ├── Resources.Designer.cs
    │       │   │       ├── Resources.resx
    │       │   │       ├── Settings.Designer.cs
    │       │   │       └── Settings.settings
    │       │   ├── Ex_9_1.sln
    │       │   └── Ex_9_1.suo
    │       ├── Ex_9_10
    │       │   ├── Ex_9_10
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   │       ├── Ex_9_10.exe
    │       │   │   │       ├── Ex_9_10.pdb
    │       │   │   │       ├── Ex_9_10.vshost.exe
    │       │   │   │       └── Ex_9_10.vshost.exe.manifest
    │       │   │   ├── Ex_9_10.csproj
    │       │   │   ├── Form1.cs
    │       │   │   ├── Form1.Designer.cs
    │       │   │   ├── Form1.resx
    │       │   │   ├── obj
    │       │   │   │   └── Debug
    │       │   │   │       ├── Ex_9_10.csproj.FileListAbsolute.txt
    │       │   │   │       ├── Ex_9_10.csproj.GenerateResource.Cache
    │       │   │   │       ├── Ex_9_10.exe
    │       │   │   │       ├── Ex_9_10.Form1.resources
    │       │   │   │       ├── Ex_9_10.pdb
    │       │   │   │       ├── Ex_9_10.Properties.Resources.resources
    │       │   │   │       └── TempPE
    │       │   │   ├── Program.cs
    │       │   │   └── Properties
    │       │   │       ├── AssemblyInfo.cs
    │       │   │       ├── Resources.Designer.cs
    │       │   │       ├── Resources.resx
    │       │   │       ├── Settings.Designer.cs
    │       │   │       └── Settings.settings
    │       │   ├── Ex_9_10.sln
    │       │   └── Ex_9_10.suo
    │       ├── Ex_9_11
    │       │   ├── Ex_9_11
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   │       ├── Ex_9_11.exe
    │       │   │   │       ├── Ex_9_11.pdb
    │       │   │   │       ├── Ex_9_11.vshost.exe
    │       │   │   │       └── Ex_9_11.vshost.exe.manifest
    │       │   │   ├── Ex_9_11.csproj
    │       │   │   ├── Form1.cs
    │       │   │   ├── Form1.Designer.cs
    │       │   │   ├── Form1.resx
    │       │   │   ├── obj
    │       │   │   │   └── Debug
    │       │   │   │       ├── Ex_9_11.csproj.FileListAbsolute.txt
    │       │   │   │       ├── Ex_9_11.csproj.GenerateResource.Cache
    │       │   │   │       ├── Ex_9_11.exe
    │       │   │   │       ├── Ex_9_11.Form1.resources
    │       │   │   │       ├── Ex_9_11.pdb
    │       │   │   │       ├── Ex_9_11.Properties.Resources.resources
    │       │   │   │       └── TempPE
    │       │   │   ├── Program.cs
    │       │   │   └── Properties
    │       │   │       ├── AssemblyInfo.cs
    │       │   │       ├── Resources.Designer.cs
    │       │   │       ├── Resources.resx
    │       │   │       ├── Settings.Designer.cs
    │       │   │       └── Settings.settings
    │       │   ├── Ex_9_11.sln
    │       │   └── Ex_9_11.suo
    │       ├── Ex_9_12
    │       │   ├── Ex_9_12
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   │       ├── Ex_9_12.exe
    │       │   │   │       ├── Ex_9_12.pdb
    │       │   │   │       ├── Ex_9_12.vshost.exe
    │       │   │   │       └── Ex_9_12.vshost.exe.manifest
    │       │   │   ├── Ex_9_12.csproj
    │       │   │   ├── Form1.cs
    │       │   │   ├── Form1.Designer.cs
    │       │   │   ├── Form1.resx
    │       │   │   ├── obj
    │       │   │   │   └── Debug
    │       │   │   │       ├── Ex_9_12.csproj.FileListAbsolute.txt
    │       │   │   │       ├── Ex_9_12.csproj.GenerateResource.Cache
    │       │   │   │       ├── Ex_9_12.exe
    │       │   │   │       ├── Ex_9_12.Form1.resources
    │       │   │   │       ├── Ex_9_12.pdb
    │       │   │   │       ├── Ex_9_12.Properties.Resources.resources
    │       │   │   │       └── TempPE
    │       │   │   ├── Program.cs
    │       │   │   └── Properties
    │       │   │       ├── AssemblyInfo.cs
    │       │   │       ├── Resources.Designer.cs
    │       │   │       ├── Resources.resx
    │       │   │       ├── Settings.Designer.cs
    │       │   │       └── Settings.settings
    │       │   ├── Ex_9_12.sln
    │       │   └── Ex_9_12.suo
    │       ├── Ex_9_13
    │       │   ├── Ex_9_13
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   │       ├── Ex_9_13.exe
    │       │   │   │       ├── Ex_9_13.pdb
    │       │   │   │       ├── Ex_9_13.vshost.exe
    │       │   │   │       └── Ex_9_13.vshost.exe.manifest
    │       │   │   ├── Ex_9_13.csproj
    │       │   │   ├── Form1.cs
    │       │   │   ├── Form1.Designer.cs
    │       │   │   ├── Form1.resx
    │       │   │   ├── obj
    │       │   │   │   └── Debug
    │       │   │   │       ├── Ex_9_13.csproj.FileListAbsolute.txt
    │       │   │   │       ├── Ex_9_13.csproj.GenerateResource.Cache
    │       │   │   │       ├── Ex_9_13.exe
    │       │   │   │       ├── Ex_9_13.Form1.resources
    │       │   │   │       ├── Ex_9_13.pdb
    │       │   │   │       ├── Ex_9_13.Properties.Resources.resources
    │       │   │   │       └── TempPE
    │       │   │   ├── Program.cs
    │       │   │   └── Properties
    │       │   │       ├── AssemblyInfo.cs
    │       │   │       ├── Resources.Designer.cs
    │       │   │       ├── Resources.resx
    │       │   │       ├── Settings.Designer.cs
    │       │   │       └── Settings.settings
    │       │   ├── Ex_9_13.sln
    │       │   └── Ex_9_13.suo
    │       ├── Ex_9_14
    │       │   ├── Ex_9_14
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   │       ├── Ex_9_14.exe
    │       │   │   │       ├── Ex_9_14.pdb
    │       │   │   │       ├── Ex_9_14.vshost.exe
    │       │   │   │       └── Ex_9_14.vshost.exe.manifest
    │       │   │   ├── Ex_9_14.csproj
    │       │   │   ├── Form1.cs
    │       │   │   ├── Form1.Designer.cs
    │       │   │   ├── Form1.resx
    │       │   │   ├── obj
    │       │   │   │   └── Debug
    │       │   │   │       ├── Ex_9_14.csproj.FileListAbsolute.txt
    │       │   │   │       ├── Ex_9_14.csproj.GenerateResource.Cache
    │       │   │   │       ├── Ex_9_14.exe
    │       │   │   │       ├── Ex_9_14.Form1.resources
    │       │   │   │       ├── Ex_9_14.pdb
    │       │   │   │       ├── Ex_9_14.Properties.Resources.resources
    │       │   │   │       └── TempPE
    │       │   │   ├── Program.cs
    │       │   │   └── Properties
    │       │   │       ├── AssemblyInfo.cs
    │       │   │       ├── Resources.Designer.cs
    │       │   │       ├── Resources.resx
    │       │   │       ├── Settings.Designer.cs
    │       │   │       └── Settings.settings
    │       │   ├── Ex_9_14.sln
    │       │   └── Ex_9_14.suo
    │       ├── Ex_9_15
    │       │   ├── Ex_9_15
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   │       ├── Ex_9_15.exe
    │       │   │   │       ├── Ex_9_15.pdb
    │       │   │   │       ├── Ex_9_15.vshost.exe
    │       │   │   │       └── Ex_9_15.vshost.exe.manifest
    │       │   │   ├── Ex_9_15.csproj
    │       │   │   ├── Form1.cs
    │       │   │   ├── Form1.Designer.cs
    │       │   │   ├── Form1.resx
    │       │   │   ├── Form2.cs
    │       │   │   ├── Form2.Designer.cs
    │       │   │   ├── obj
    │       │   │   │   └── Debug
    │       │   │   │       ├── Ex_9_15.csproj.FileListAbsolute.txt
    │       │   │   │       ├── Ex_9_15.csproj.GenerateResource.Cache
    │       │   │   │       ├── Ex_9_15.exe
    │       │   │   │       ├── Ex_9_15.Form1.resources
    │       │   │   │       ├── Ex_9_15.pdb
    │       │   │   │       ├── Ex_9_15.Properties.Resources.resources
    │       │   │   │       └── TempPE
    │       │   │   ├── Program.cs
    │       │   │   └── Properties
    │       │   │       ├── AssemblyInfo.cs
    │       │   │       ├── Resources.Designer.cs
    │       │   │       ├── Resources.resx
    │       │   │       ├── Settings.Designer.cs
    │       │   │       └── Settings.settings
    │       │   ├── Ex_9_15.sln
    │       │   └── Ex_9_15.suo
    │       ├── Ex_9_16
    │       │   ├── Ex_9_16
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   │       ├── Ex_9_16.exe
    │       │   │   │       ├── Ex_9_16.pdb
    │       │   │   │       ├── Ex_9_16.vshost.exe
    │       │   │   │       └── Ex_9_16.vshost.exe.manifest
    │       │   │   ├── Ex_9_16.csproj
    │       │   │   ├── Form1.cs
    │       │   │   ├── Form1.Designer.cs
    │       │   │   ├── Form1.resx
    │       │   │   ├── obj
    │       │   │   │   └── Debug
    │       │   │   │       ├── Ex_9_16.csproj.FileListAbsolute.txt
    │       │   │   │       ├── Ex_9_16.csproj.GenerateResource.Cache
    │       │   │   │       ├── Ex_9_16.exe
    │       │   │   │       ├── Ex_9_16.Form1.resources
    │       │   │   │       ├── Ex_9_16.pdb
    │       │   │   │       ├── Ex_9_16.Properties.Resources.resources
    │       │   │   │       └── TempPE
    │       │   │   ├── Program.cs
    │       │   │   └── Properties
    │       │   │       ├── AssemblyInfo.cs
    │       │   │       ├── Resources.Designer.cs
    │       │   │       ├── Resources.resx
    │       │   │       ├── Settings.Designer.cs
    │       │   │       └── Settings.settings
    │       │   ├── Ex_9_16.sln
    │       │   └── Ex_9_16.suo
    │       ├── Ex_9_17
    │       │   ├── Ex_9_17
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   │       ├── Ex_9_17.exe
    │       │   │   │       ├── Ex_9_17.pdb
    │       │   │   │       ├── Ex_9_17.vshost.exe
    │       │   │   │       └── Ex_9_17.vshost.exe.manifest
    │       │   │   ├── Ex_9_17.csproj
    │       │   │   ├── Form1.cs
    │       │   │   ├── Form1.Designer.cs
    │       │   │   ├── Form1.resx
    │       │   │   ├── obj
    │       │   │   │   └── Debug
    │       │   │   │       ├── Ex_9_17.csproj.FileListAbsolute.txt
    │       │   │   │       ├── Ex_9_17.csproj.GenerateResource.Cache
    │       │   │   │       ├── Ex_9_17.exe
    │       │   │   │       ├── Ex_9_17.Form1.resources
    │       │   │   │       ├── Ex_9_17.pdb
    │       │   │   │       ├── Ex_9_17.Properties.Resources.resources
    │       │   │   │       └── TempPE
    │       │   │   ├── Program.cs
    │       │   │   └── Properties
    │       │   │       ├── AssemblyInfo.cs
    │       │   │       ├── Resources.Designer.cs
    │       │   │       ├── Resources.resx
    │       │   │       ├── Settings.Designer.cs
    │       │   │       └── Settings.settings
    │       │   ├── Ex_9_17.sln
    │       │   └── Ex_9_17.suo
    │       ├── Ex_9_2
    │       │   ├── Ex_9_2
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   │       ├── Ex_9_2.exe
    │       │   │   │       ├── Ex_9_2.pdb
    │       │   │   │       ├── Ex_9_2.vshost.exe
    │       │   │   │       └── Ex_9_2.vshost.exe.manifest
    │       │   │   ├── Ex_9_2.csproj
    │       │   │   ├── Form1.cs
    │       │   │   ├── Form1.Designer.cs
    │       │   │   ├── Form1.resx
    │       │   │   ├── obj
    │       │   │   │   └── Debug
    │       │   │   │       ├── Ex_9_2.csproj.FileListAbsolute.txt
    │       │   │   │       ├── Ex_9_2.csproj.GenerateResource.Cache
    │       │   │   │       ├── Ex_9_2.exe
    │       │   │   │       ├── Ex_9_2.Form1.resources
    │       │   │   │       ├── Ex_9_2.pdb
    │       │   │   │       ├── Ex_9_2.Properties.Resources.resources
    │       │   │   │       └── TempPE
    │       │   │   ├── Program.cs
    │       │   │   └── Properties
    │       │   │       ├── AssemblyInfo.cs
    │       │   │       ├── Resources.Designer.cs
    │       │   │       ├── Resources.resx
    │       │   │       ├── Settings.Designer.cs
    │       │   │       └── Settings.settings
    │       │   ├── Ex_9_2.sln
    │       │   └── Ex_9_2.suo
    │       ├── Ex_9_3
    │       │   ├── Ex_9_3
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   │       ├── Ex_9_3.exe
    │       │   │   │       ├── Ex_9_3.pdb
    │       │   │   │       ├── Ex_9_3.vshost.exe
    │       │   │   │       └── Ex_9_3.vshost.exe.manifest
    │       │   │   ├── Ex_9_3.csproj
    │       │   │   ├── Form1.cs
    │       │   │   ├── Form1.Designer.cs
    │       │   │   ├── Form1.resx
    │       │   │   ├── obj
    │       │   │   │   └── Debug
    │       │   │   │       ├── Ex_9_3.csproj.FileListAbsolute.txt
    │       │   │   │       ├── Ex_9_3.csproj.GenerateResource.Cache
    │       │   │   │       ├── Ex_9_3.exe
    │       │   │   │       ├── Ex_9_3.Form1.resources
    │       │   │   │       ├── Ex_9_3.pdb
    │       │   │   │       ├── Ex_9_3.Properties.Resources.resources
    │       │   │   │       ├── Refactor
    │       │   │   │       └── TempPE
    │       │   │   ├── Program.cs
    │       │   │   └── Properties
    │       │   │       ├── AssemblyInfo.cs
    │       │   │       ├── Resources.Designer.cs
    │       │   │       ├── Resources.resx
    │       │   │       ├── Settings.Designer.cs
    │       │   │       └── Settings.settings
    │       │   ├── Ex_9_3.sln
    │       │   └── Ex_9_3.suo
    │       ├── Ex_9_4
    │       │   ├── Ex_9_4
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   │       ├── Ex_9_4.exe
    │       │   │   │       ├── Ex_9_4.pdb
    │       │   │   │       ├── Ex_9_4.vshost.exe
    │       │   │   │       └── Ex_9_4.vshost.exe.manifest
    │       │   │   ├── Ex_9_4.csproj
    │       │   │   ├── Form1.cs
    │       │   │   ├── Form1.Designer.cs
    │       │   │   ├── Form1.resx
    │       │   │   ├── obj
    │       │   │   │   └── Debug
    │       │   │   │       ├── Ex_9_4.csproj.FileListAbsolute.txt
    │       │   │   │       ├── Ex_9_4.csproj.GenerateResource.Cache
    │       │   │   │       ├── Ex_9_4.exe
    │       │   │   │       ├── Ex_9_4.Form1.resources
    │       │   │   │       ├── Ex_9_4.pdb
    │       │   │   │       ├── Ex_9_4.Properties.Resources.resources
    │       │   │   │       └── TempPE
    │       │   │   ├── Program.cs
    │       │   │   └── Properties
    │       │   │       ├── AssemblyInfo.cs
    │       │   │       ├── Resources.Designer.cs
    │       │   │       ├── Resources.resx
    │       │   │       ├── Settings.Designer.cs
    │       │   │       └── Settings.settings
    │       │   ├── Ex_9_4.sln
    │       │   └── Ex_9_4.suo
    │       ├── Ex_9_5
    │       │   ├── Ex_9_5
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   │       ├── Ex_9_5.exe
    │       │   │   │       ├── Ex_9_5.pdb
    │       │   │   │       ├── Ex_9_5.vshost.exe
    │       │   │   │       └── Ex_9_5.vshost.exe.manifest
    │       │   │   ├── Ex_9_5.csproj
    │       │   │   ├── Form1.cs
    │       │   │   ├── Form1.Designer.cs
    │       │   │   ├── Form1.resx
    │       │   │   ├── obj
    │       │   │   │   └── Debug
    │       │   │   │       ├── Ex_9_5.csproj.FileListAbsolute.txt
    │       │   │   │       ├── Ex_9_5.csproj.GenerateResource.Cache
    │       │   │   │       ├── Ex_9_5.exe
    │       │   │   │       ├── Ex_9_5.Form1.resources
    │       │   │   │       ├── Ex_9_5.pdb
    │       │   │   │       ├── Ex_9_5.Properties.Resources.resources
    │       │   │   │       └── TempPE
    │       │   │   ├── Program.cs
    │       │   │   └── Properties
    │       │   │       ├── AssemblyInfo.cs
    │       │   │       ├── Resources.Designer.cs
    │       │   │       ├── Resources.resx
    │       │   │       ├── Settings.Designer.cs
    │       │   │       └── Settings.settings
    │       │   ├── Ex_9_5.sln
    │       │   └── Ex_9_5.suo
    │       ├── Ex_9_6
    │       │   ├── Ex_9_6
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   │       ├── Ex_9_6.exe
    │       │   │   │       ├── Ex_9_6.pdb
    │       │   │   │       ├── Ex_9_6.vshost.exe
    │       │   │   │       └── Ex_9_6.vshost.exe.manifest
    │       │   │   ├── Ex_9_6.csproj
    │       │   │   ├── Form1.cs
    │       │   │   ├── Form1.Designer.cs
    │       │   │   ├── Form1.resx
    │       │   │   ├── obj
    │       │   │   │   └── Debug
    │       │   │   │       ├── Ex_9_6.csproj.FileListAbsolute.txt
    │       │   │   │       ├── Ex_9_6.csproj.GenerateResource.Cache
    │       │   │   │       ├── Ex_9_6.exe
    │       │   │   │       ├── Ex_9_6.Form1.resources
    │       │   │   │       ├── Ex_9_6.pdb
    │       │   │   │       ├── Ex_9_6.Properties.Resources.resources
    │       │   │   │       └── TempPE
    │       │   │   ├── Program.cs
    │       │   │   └── Properties
    │       │   │       ├── AssemblyInfo.cs
    │       │   │       ├── Resources.Designer.cs
    │       │   │       ├── Resources.resx
    │       │   │       ├── Settings.Designer.cs
    │       │   │       └── Settings.settings
    │       │   ├── Ex_9_6.sln
    │       │   └── Ex_9_6.suo
    │       ├── Ex_9_7
    │       │   ├── Ex_9_7
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   │       ├── Ex_9_7.exe
    │       │   │   │       ├── Ex_9_7.pdb
    │       │   │   │       ├── Ex_9_7.vshost.exe
    │       │   │   │       └── Ex_9_7.vshost.exe.manifest
    │       │   │   ├── Ex_9_7.csproj
    │       │   │   ├── Form1.cs
    │       │   │   ├── Form1.Designer.cs
    │       │   │   ├── Form1.resx
    │       │   │   ├── obj
    │       │   │   │   └── Debug
    │       │   │   │       ├── Ex_9_7.csproj.FileListAbsolute.txt
    │       │   │   │       ├── Ex_9_7.csproj.GenerateResource.Cache
    │       │   │   │       ├── Ex_9_7.exe
    │       │   │   │       ├── Ex_9_7.Form1.resources
    │       │   │   │       ├── Ex_9_7.pdb
    │       │   │   │       ├── Ex_9_7.Properties.Resources.resources
    │       │   │   │       └── TempPE
    │       │   │   ├── Program.cs
    │       │   │   └── Properties
    │       │   │       ├── AssemblyInfo.cs
    │       │   │       ├── Resources.Designer.cs
    │       │   │       ├── Resources.resx
    │       │   │       ├── Settings.Designer.cs
    │       │   │       └── Settings.settings
    │       │   ├── Ex_9_7.sln
    │       │   └── Ex_9_7.suo
    │       ├── Ex_9_8
    │       │   ├── Ex_9_8
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   │       ├── Ex_9_8.exe
    │       │   │   │       ├── Ex_9_8.pdb
    │       │   │   │       ├── Ex_9_8.vshost.exe
    │       │   │   │       └── Ex_9_8.vshost.exe.manifest
    │       │   │   ├── Ex_9_8.csproj
    │       │   │   ├── Form1.cs
    │       │   │   ├── Form1.Designer.cs
    │       │   │   ├── Form1.resx
    │       │   │   ├── help.html
    │       │   │   ├── obj
    │       │   │   │   └── Debug
    │       │   │   │       ├── Ex_9_8.csproj.FileListAbsolute.txt
    │       │   │   │       ├── Ex_9_8.csproj.GenerateResource.Cache
    │       │   │   │       ├── Ex_9_8.exe
    │       │   │   │       ├── Ex_9_8.Form1.resources
    │       │   │   │       ├── Ex_9_8.pdb
    │       │   │   │       ├── Ex_9_8.Properties.Resources.resources
    │       │   │   │       └── TempPE
    │       │   │   ├── Program.cs
    │       │   │   └── Properties
    │       │   │       ├── AssemblyInfo.cs
    │       │   │       ├── Resources.Designer.cs
    │       │   │       ├── Resources.resx
    │       │   │       ├── Settings.Designer.cs
    │       │   │       └── Settings.settings
    │       │   ├── Ex_9_8.sln
    │       │   └── Ex_9_8.suo
    │       └── Ex_9_9
    │           ├── Ex_9_9
    │           │   ├── bin
    │           │   │   └── Debug
    │           │   │       ├── Ex_9_9.exe
    │           │   │       ├── Ex_9_9.pdb
    │           │   │       ├── Ex_9_9.vshost.exe
    │           │   │       └── Ex_9_9.vshost.exe.manifest
    │           │   ├── Ex_9_9.csproj
    │           │   ├── Form1.cs
    │           │   ├── Form1.Designer.cs
    │           │   ├── Form1.resx
    │           │   ├── obj
    │           │   │   └── Debug
    │           │   │       ├── Ex_9_9.csproj.FileListAbsolute.txt
    │           │   │       ├── Ex_9_9.csproj.GenerateResource.Cache
    │           │   │       ├── Ex_9_9.exe
    │           │   │       ├── Ex_9_9.Form1.resources
    │           │   │       ├── Ex_9_9.pdb
    │           │   │       ├── Ex_9_9.Properties.Resources.resources
    │           │   │       └── TempPE
    │           │   ├── Program.cs
    │           │   └── Properties
    │           │       ├── AssemblyInfo.cs
    │           │       ├── Resources.Designer.cs
    │           │       ├── Resources.resx
    │           │       ├── Settings.Designer.cs
    │           │       └── Settings.settings
    │           ├── Ex_9_9.sln
    │           └── Ex_9_9.suo
    └── 电子教案(PPT)
        ├── 1
        │   ├── 第1讲:C#概述.ppt
        │   └── 第2讲:第一个Windows应用程序和Web程序.ppt
        ├── 10
        │   └── 第38讲:Windows应用程序的部署.ppt
        ├── 11
        │   ├── 第39讲:Web应用程序的开发.ppt
        │   ├── 第40讲:标准控件.ppt
        │   ├── 第41讲:验证控件.ppt
        │   ├── 第42讲:导航控件.ppt
        │   └── 第43讲:登录控件.ppt
        ├── 12
        │   └── 第44讲:Web应用程序的调试和异常处理.ppt
        ├── 13
        │   └── 第45讲:Web应用程序的部署和配置.ppt
        ├── 14
        │   └── 第46讲:Web应用程序的安全性.ppt
        ├── 15
        │   ├── 第47讲:Web Service介绍.ppt
        │   └── 第48讲:Web Service应用.ppt
        ├── 16
        │   ├── 第49讲:ADO.NET概述.ppt
        │   ├── 第50讲:ADO.NET重要对象.ppt
        │   └── 第51讲:SQL Server数据库基础知识.ppt
        ├── 17
        │   └── 第52讲:XML编程.ppt
        ├── 18
        │   └── 第53讲:数据绑定技术.ppt
        ├── 19
        │   └── 第54讲:文件和注册表操作.ppt
        ├── 2
        │   ├── 第3讲:常量和变量.ppt
        │   └── 第4讲:三目运算符.ppt
        ├── 20
        │   └── 第55讲:多线程和同步.ppt
        ├── 21
        │   └── 第56讲:文章发布系统.ppt
        ├── 3
        │   ├── 第5讲:跳转语句.ppt
        │   ├── 第6讲:循环结构.ppt
        │   └── 第7讲:分支结构.ppt
        ├── 4
        │   ├── 第10讲:对象.ppt
        │   ├── 第8讲:面向对象编程概述.ppt
        │   └── 第9讲:类.ppt
        ├── 5
        │   ├── 第11讲:继承.ppt
        │   ├── 第12讲:多态.ppt
        │   ├── 第13讲:接口.ppt
        │   ├── 第14讲:抽象类.ppt
        │   └── 第15讲:域和属性.ppt
        ├── 6
        │   ├── 第16讲:Page对象.ppt
        │   ├── 第17讲:Response对象.ppt
        │   ├── 第18讲:Request对象.ppt
        │   ├── 第19讲:Application对象.ppt
        │   ├── 第20讲:Session对象.ppt
        │   ├── 第21讲:Server对象.ppt
        │   ├── 第22讲:Cookie对象.ppt
        │   └── 第23讲:Cache对象.ppt
        ├── 7
        │   ├── 第24讲:异常处理.ppt
        │   └── 第25讲:高质量编码标准.ppt
        ├── 8
        │   └── 第26讲:Windows编程.ppt
        └── 9
            ├── 第27讲:使用标准控件.ppt
            ├── 第28讲:按钮控件(Button).ppt
            ├── 第29讲:文本显示控件(Label).ppt
            ├── 第30讲:输入控件(TextBox).ppt
            ├── 第31讲:日期控件(DateTimePicker).ppt
            ├── 第32讲:进度条控件(ProgressBar).ppt
            ├── 第33讲:列表控件和树形控件.ppt
            ├── 第34讲:公共对话框.ppt
            ├── 第35讲:菜单和工具栏.ppt
            ├── 第36讲:容器.ppt
            └── 第37讲:组件.ppt

914 directories, 1791 files

标签: 21天 源代码 C# 课件 21

实例下载地址

21天学通C#课件及源代码

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警