在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → vs2008 C#和.net 3.0第一步 光盘源代码

vs2008 C#和.net 3.0第一步 光盘源代码

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:15.21M
  • 下载次数:3
  • 浏览次数:20
  • 发布时间:2023-11-26
  • 实例类别:C#语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.7z
  • 所需积分:2
 相关标签: .NET 2008 源代码 NET C#

实例介绍

【实例简介】vs2008 C#和.net 3.0第一步 光盘源代码

【实例截图】

from clipboard

【核心代码】

.
├── vs2008 C#和.net 3.0第一步 光盘源代码.7z
└── 源代码
    ├── chap01
    │   └── Chap1_4
    │       ├── Chap1_4.suo
    │       └── HelloCSharp
    │           ├── HelloCSharp
    │           │   ├── HelloCSharp.csproj
    │           │   ├── Program.cs
    │           │   ├── Properties
    │           │   │   └── AssemblyInfo.cs
    │           │   ├── bin
    │           │   │   └── Debug
    │           │   └── obj
    │           │       ├── Debug
    │           │       └── HelloCSharp.csproj.FileList.txt
    │           ├── HelloCSharp.sln
    │           └── HelloCSharp.suo
    ├── chap02
    │   ├── Chap2_1
    │   │   ├── Chap2_1.suo
    │   │   ├── Example1
    │   │   │   ├── Example1
    │   │   │   │   ├── Example1.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example1.csproj.FileList.txt
    │   │   │   ├── Example1.sln
    │   │   │   └── Example1.suo
    │   │   ├── Example2
    │   │   │   ├── Example2
    │   │   │   │   ├── Example2.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example2.csproj.FileList.txt
    │   │   │   ├── Example2.sln
    │   │   │   └── Example2.suo
    │   │   ├── Example3
    │   │   │   ├── Example3
    │   │   │   │   ├── Example3.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example3.csproj.FileList.txt
    │   │   │   ├── Example3.sln
    │   │   │   └── Example3.suo
    │   │   └── Example4
    │   │       ├── Example4
    │   │       │   ├── Example4.csproj
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   └── AssemblyInfo.cs
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── Example4.csproj.FileList.txt
    │   │       ├── Example4.sln
    │   │       └── Example4.suo
    │   ├── Chap2_2
    │   │   ├── Chap2_2.suo
    │   │   ├── Example1
    │   │   │   ├── Example1
    │   │   │   │   ├── Example1.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example1.csproj.FileList.txt
    │   │   │   ├── Example1.sln
    │   │   │   └── Example1.suo
    │   │   ├── Example2
    │   │   │   ├── Example2
    │   │   │   │   ├── Example2.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example2.csproj.FileList.txt
    │   │   │   ├── Example2.sln
    │   │   │   └── Example2.suo
    │   │   ├── Example3
    │   │   │   ├── Example3
    │   │   │   │   ├── Example3.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example3.csproj.FileList.txt
    │   │   │   ├── Example3.sln
    │   │   │   └── Example3.suo
    │   │   ├── Example4
    │   │   │   ├── Example4
    │   │   │   │   ├── Example4.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example4.csproj.FileList.txt
    │   │   │   ├── Example4.sln
    │   │   │   └── Example4.suo
    │   │   ├── Example5
    │   │   │   ├── Example5
    │   │   │   │   ├── Example5.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example5.csproj.FileList.txt
    │   │   │   ├── Example5.sln
    │   │   │   └── Example5.suo
    │   │   └── Example6
    │   │       ├── Example6
    │   │       │   ├── Example6.csproj
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   └── AssemblyInfo.cs
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── Example6.csproj.FileList.txt
    │   │       ├── Example6.sln
    │   │       └── Example6.suo
    │   ├── Chap2_3
    │   │   ├── Chap2_3.suo
    │   │   ├── Example1
    │   │   │   ├── Example1
    │   │   │   │   ├── Example1.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example1.csproj.FileList.txt
    │   │   │   ├── Example1.sln
    │   │   │   └── Example1.suo
    │   │   ├── Example10
    │   │   │   ├── Example10
    │   │   │   │   ├── Example10.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example10.csproj.FileList.txt
    │   │   │   ├── Example10.sln
    │   │   │   └── Example10.suo
    │   │   ├── Example11
    │   │   │   ├── Example11
    │   │   │   │   ├── Example11.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example11.csproj.FileList.txt
    │   │   │   ├── Example11.sln
    │   │   │   └── Example11.suo
    │   │   ├── Example12
    │   │   │   ├── Example12
    │   │   │   │   ├── Example12.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example12.csproj.FileList.txt
    │   │   │   ├── Example12.sln
    │   │   │   └── Example12.suo
    │   │   ├── Example13
    │   │   │   ├── Example13
    │   │   │   │   ├── Example13.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example13.csproj.FileList.txt
    │   │   │   ├── Example13.sln
    │   │   │   └── Example13.suo
    │   │   ├── Example14
    │   │   │   ├── Example14
    │   │   │   │   ├── Example14.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example14.csproj.FileList.txt
    │   │   │   ├── Example14.sln
    │   │   │   └── Example14.suo
    │   │   ├── Example2
    │   │   │   ├── Example2
    │   │   │   │   ├── Example2.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example2.csproj.FileList.txt
    │   │   │   ├── Example2.sln
    │   │   │   └── Example2.suo
    │   │   ├── Example3
    │   │   │   ├── Example3
    │   │   │   │   ├── Example3.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example3.csproj.FileList.txt
    │   │   │   ├── Example3.sln
    │   │   │   └── Example3.suo
    │   │   ├── Example4
    │   │   │   ├── Example4
    │   │   │   │   ├── Example4.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example4.csproj.FileList.txt
    │   │   │   ├── Example4.sln
    │   │   │   └── Example4.suo
    │   │   ├── Example5
    │   │   │   ├── Example5
    │   │   │   │   ├── Example5.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example5.csproj.FileList.txt
    │   │   │   ├── Example5.sln
    │   │   │   └── Example5.suo
    │   │   ├── Example6
    │   │   │   ├── Example6
    │   │   │   │   ├── Example6.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example6.csproj.FileList.txt
    │   │   │   ├── Example6.sln
    │   │   │   └── Example6.suo
    │   │   ├── Example7
    │   │   │   ├── Example7
    │   │   │   │   ├── Example7.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example7.csproj.FileList.txt
    │   │   │   ├── Example7.sln
    │   │   │   └── Example7.suo
    │   │   ├── Example8
    │   │   │   ├── Example8
    │   │   │   │   ├── Example8.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example8.csproj.FileList.txt
    │   │   │   ├── Example8.sln
    │   │   │   └── Example8.suo
    │   │   └── Example9
    │   │       ├── Example9
    │   │       │   ├── Example9.csproj
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   └── AssemblyInfo.cs
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── Example9.csproj.FileList.txt
    │   │       ├── Example9.sln
    │   │       └── Example9.suo
    │   └── Chap2_4
    │       ├── Chap2_4.suo
    │       ├── Example1
    │       │   ├── Example1
    │       │   │   ├── Example1.csproj
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── Example1.csproj.FileList.txt
    │       │   ├── Example1.sln
    │       │   └── Example1.suo
    │       ├── Example2
    │       │   ├── Example2
    │       │   │   ├── Example2.csproj
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── Example2.csproj.FileList.txt
    │       │   ├── Example2.sln
    │       │   └── Example2.suo
    │       ├── Example3
    │       │   ├── Example3
    │       │   │   ├── Example3.csproj
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── Example3.csproj.FileList.txt
    │       │   ├── Example3.sln
    │       │   └── Example3.suo
    │       ├── Example4
    │       │   ├── Example4
    │       │   │   ├── Example4.csproj
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── Example4.csproj.FileList.txt
    │       │   ├── Example4.sln
    │       │   └── Example4.suo
    │       ├── Example5
    │       │   ├── Example5
    │       │   │   ├── Example5.csproj
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── Example5.csproj.FileList.txt
    │       │   ├── Example5.sln
    │       │   └── Example5.suo
    │       ├── Example6
    │       │   ├── Example6
    │       │   │   ├── Example6.csproj
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── Example6.csproj.FileList.txt
    │       │   ├── Example6.sln
    │       │   └── Example6.suo
    │       ├── Example7
    │       │   ├── Example7
    │       │   │   ├── Example7.csproj
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── Example7.csproj.FileList.txt
    │       │   ├── Example7.sln
    │       │   └── Example7.suo
    │       ├── Example8
    │       │   ├── Example8
    │       │   │   ├── Example8.csproj
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── Example8.csproj.FileList.txt
    │       │   ├── Example8.sln
    │       │   └── Example8.suo
    │       └── Example9
    │           ├── Example9
    │           │   ├── Example9.csproj
    │           │   ├── Program.cs
    │           │   ├── Properties
    │           │   │   └── AssemblyInfo.cs
    │           │   ├── bin
    │           │   │   └── Debug
    │           │   └── obj
    │           │       ├── Debug
    │           │       └── Example9.csproj.FileList.txt
    │           ├── Example9.sln
    │           └── Example9.suo
    ├── chap03
    │   ├── Chap3_1
    │   │   ├── Example1
    │   │   │   ├── Example1
    │   │   │   │   ├── Example1.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example1.csproj.FileList.txt
    │   │   │   ├── Example1.sln
    │   │   │   └── Example1.suo
    │   │   ├── Example2
    │   │   │   ├── Example2
    │   │   │   │   ├── Example2.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example2.csproj.FileList.txt
    │   │   │   ├── Example2.sln
    │   │   │   └── Example2.suo
    │   │   └── Example3
    │   │       ├── Example3
    │   │       │   ├── Example3.csproj
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   └── AssemblyInfo.cs
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── Example3.csproj.FileList.txt
    │   │       ├── Example3.sln
    │   │       └── Example3.suo
    │   ├── Chap3_2
    │   │   ├── Example1
    │   │   │   ├── Example1
    │   │   │   │   ├── Example1.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example1.csproj.FileList.txt
    │   │   │   ├── Example1.sln
    │   │   │   └── Example1.suo
    │   │   └── Example2
    │   │       ├── Example2
    │   │       │   ├── Example2.csproj
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   └── AssemblyInfo.cs
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── Example2.csproj.FileList.txt
    │   │       ├── Example2.sln
    │   │       └── Example2.suo
    │   ├── Chap3_3
    │   │   └── Example1
    │   │       ├── Example1
    │   │       │   ├── Example1.csproj
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   └── AssemblyInfo.cs
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── Example1.csproj.FileList.txt
    │   │       ├── Example1.sln
    │   │       └── Example1.suo
    │   ├── Chap3_4
    │   │   ├── Example1
    │   │   │   ├── Example1
    │   │   │   │   ├── Example1.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example1.csproj.FileList.txt
    │   │   │   ├── Example1.sln
    │   │   │   └── Example1.suo
    │   │   ├── Example2
    │   │   │   ├── Example2
    │   │   │   │   ├── Example2.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example2.csproj.FileList.txt
    │   │   │   ├── Example2.sln
    │   │   │   └── Example2.suo
    │   │   ├── Example3
    │   │   │   ├── Example3
    │   │   │   │   ├── Example3.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example3.csproj.FileList.txt
    │   │   │   ├── Example3.sln
    │   │   │   └── Example3.suo
    │   │   └── Example4
    │   │       ├── Example4
    │   │       │   ├── Example4.csproj
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   └── AssemblyInfo.cs
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── Example4.csproj.FileList.txt
    │   │       ├── Example4.sln
    │   │       └── Example4.suo
    │   └── Chap3_5
    │       ├── Example1
    │       │   ├── Example1
    │       │   │   ├── Example1.csproj
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── Example1.csproj.FileList.txt
    │       │   ├── Example1.sln
    │       │   └── Example1.suo
    │       ├── Example2
    │       │   ├── Example2
    │       │   │   ├── Example2.csproj
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── Example2.csproj.FileList.txt
    │       │   ├── Example2.sln
    │       │   └── Example2.suo
    │       └── Example3
    │           ├── Example3
    │           │   ├── Example3.csproj
    │           │   ├── Program.cs
    │           │   ├── Properties
    │           │   │   └── AssemblyInfo.cs
    │           │   ├── bin
    │           │   │   └── Debug
    │           │   └── obj
    │           │       ├── Debug
    │           │       └── Example3.csproj.FileList.txt
    │           ├── Example3.sln
    │           └── Example3.suo
    ├── chap04
    │   ├── Chap4_1
    │   │   ├── Example1
    │   │   │   ├── Example1
    │   │   │   │   ├── Example1.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example1.csproj.FileList.txt
    │   │   │   ├── Example1.sln
    │   │   │   └── Example1.suo
    │   │   ├── Example2
    │   │   │   ├── Example2
    │   │   │   │   ├── Example2.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example2.csproj.FileList.txt
    │   │   │   ├── Example2.sln
    │   │   │   └── Example2.suo
    │   │   ├── Example3
    │   │   │   ├── Example3
    │   │   │   │   ├── Example3.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example3.csproj.FileList.txt
    │   │   │   ├── Example3.sln
    │   │   │   └── Example3.suo
    │   │   ├── Example4
    │   │   │   ├── Example4
    │   │   │   │   ├── Example4.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example4.csproj.FileList.txt
    │   │   │   ├── Example4.sln
    │   │   │   └── Example4.suo
    │   │   ├── Example5
    │   │   │   ├── Example5
    │   │   │   │   ├── Example5.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example5.csproj.FileList.txt
    │   │   │   ├── Example5.sln
    │   │   │   └── Example5.suo
    │   │   ├── Example6
    │   │   │   ├── Example6
    │   │   │   │   ├── Example6.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example6.csproj.FileList.txt
    │   │   │   ├── Example6.sln
    │   │   │   └── Example6.suo
    │   │   ├── Example7
    │   │   │   ├── Example7
    │   │   │   │   ├── Example7.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example7.csproj.FileList.txt
    │   │   │   ├── Example7.sln
    │   │   │   └── Example7.suo
    │   │   └── Example8
    │   │       ├── Example8
    │   │       │   ├── Example8.csproj
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   └── AssemblyInfo.cs
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── Example8.csproj.FileList.txt
    │   │       ├── Example8.sln
    │   │       └── Example8.suo
    │   ├── Chap4_2
    │   │   ├── Example1
    │   │   │   ├── Example1
    │   │   │   │   ├── Example1.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example1.csproj.FileList.txt
    │   │   │   ├── Example1.sln
    │   │   │   └── Example1.suo
    │   │   ├── Example2
    │   │   │   ├── Example2
    │   │   │   │   ├── Example2.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example2.csproj.FileList.txt
    │   │   │   ├── Example2.sln
    │   │   │   └── Example2.suo
    │   │   └── Example3
    │   │       ├── Example3
    │   │       │   ├── Example3.csproj
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   └── AssemblyInfo.cs
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── Example3.csproj.FileList.txt
    │   │       ├── Example3.sln
    │   │       └── Example3.suo
    │   ├── Chap4_3
    │   │   ├── Example1
    │   │   │   ├── Example1
    │   │   │   │   ├── Example1.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example1.csproj.FileList.txt
    │   │   │   ├── Example1.sln
    │   │   │   └── Example1.suo
    │   │   ├── Example2
    │   │   │   ├── Example2
    │   │   │   │   ├── Example2.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example2.csproj.FileList.txt
    │   │   │   ├── Example2.sln
    │   │   │   └── Example2.suo
    │   │   └── Example3
    │   │       ├── Example3
    │   │       │   ├── Example3.csproj
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   └── AssemblyInfo.cs
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── Example3.csproj.FileList.txt
    │   │       ├── Example3.sln
    │   │       └── Example3.suo
    │   └── Chap4_4
    │       ├── Example1
    │       │   ├── Example1
    │       │   │   ├── Example1.csproj
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── Example1.csproj.FileList.txt
    │       │   ├── Example1.sln
    │       │   └── Example1.suo
    │       └── Example2
    │           ├── Example2
    │           │   ├── Example2.csproj
    │           │   ├── Program.cs
    │           │   ├── Properties
    │           │   │   └── AssemblyInfo.cs
    │           │   ├── bin
    │           │   │   └── Debug
    │           │   └── obj
    │           │       ├── Debug
    │           │       └── Example2.csproj.FileList.txt
    │           ├── Example2.sln
    │           └── Example2.suo
    ├── chap05
    │   ├── Chap5_1
    │   │   ├── Example1
    │   │   │   ├── Example1
    │   │   │   │   ├── Example1.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example1.csproj.FileList.txt
    │   │   │   ├── Example1.sln
    │   │   │   └── Example1.suo
    │   │   ├── Example2
    │   │   │   ├── Example2
    │   │   │   │   ├── Example2.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example2.csproj.FileList.txt
    │   │   │   ├── Example2.sln
    │   │   │   └── Example2.suo
    │   │   ├── Example3
    │   │   │   ├── Example3
    │   │   │   │   ├── Example3.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example3.csproj.FileList.txt
    │   │   │   ├── Example3.sln
    │   │   │   └── Example3.suo
    │   │   └── Example4
    │   │       ├── Example4
    │   │       │   ├── Example4.csproj
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   └── AssemblyInfo.cs
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── Example4.csproj.FileList.txt
    │   │       ├── Example4.sln
    │   │       └── Example4.suo
    │   ├── Chap5_2
    │   │   ├── Example1
    │   │   │   ├── Example1
    │   │   │   │   ├── Example1.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example1.csproj.FileList.txt
    │   │   │   ├── Example1.sln
    │   │   │   └── Example1.suo
    │   │   └── Example2
    │   │       ├── Example2
    │   │       │   ├── Example2.csproj
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   └── AssemblyInfo.cs
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── Example2.csproj.FileList.txt
    │   │       ├── Example2.sln
    │   │       └── Example2.suo
    │   ├── Chap5_3
    │   │   ├── Example1
    │   │   │   ├── Example1
    │   │   │   │   ├── Example1.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example1.csproj.FileList.txt
    │   │   │   ├── Example1.sln
    │   │   │   └── Example1.suo
    │   │   ├── Example10
    │   │   │   ├── Example10
    │   │   │   │   ├── Example10.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example10.csproj.FileList.txt
    │   │   │   ├── Example10.sln
    │   │   │   └── Example10.suo
    │   │   ├── Example11
    │   │   │   ├── Example11
    │   │   │   │   ├── Example11.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example11.csproj.FileList.txt
    │   │   │   ├── Example11.sln
    │   │   │   └── Example11.suo
    │   │   ├── Example12
    │   │   │   ├── Example12
    │   │   │   │   ├── Example12.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example12.csproj.FileList.txt
    │   │   │   ├── Example12.sln
    │   │   │   └── Example12.suo
    │   │   ├── Example13
    │   │   │   ├── Example13
    │   │   │   │   ├── Example13.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example13.csproj.FileList.txt
    │   │   │   ├── Example13.sln
    │   │   │   └── Example13.suo
    │   │   ├── Example14
    │   │   │   ├── Example14
    │   │   │   │   ├── Example14.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example14.csproj.FileList.txt
    │   │   │   ├── Example14.sln
    │   │   │   └── Example14.suo
    │   │   ├── Example15
    │   │   │   ├── Example15
    │   │   │   │   ├── Example15.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example15.csproj.FileList.txt
    │   │   │   ├── Example15.sln
    │   │   │   └── Example15.suo
    │   │   ├── Example16
    │   │   │   ├── Example16
    │   │   │   │   ├── Example16.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example16.csproj.FileList.txt
    │   │   │   ├── Example16.sln
    │   │   │   └── Example16.suo
    │   │   ├── Example17
    │   │   │   ├── Example17
    │   │   │   │   ├── Example17.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example17.csproj.FileList.txt
    │   │   │   ├── Example17.sln
    │   │   │   └── Example17.suo
    │   │   ├── Example2
    │   │   │   ├── Example2
    │   │   │   │   ├── Example2.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example2.csproj.FileList.txt
    │   │   │   ├── Example2.sln
    │   │   │   └── Example2.suo
    │   │   ├── Example3
    │   │   │   ├── Example3
    │   │   │   │   ├── Example3.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example3.csproj.FileList.txt
    │   │   │   ├── Example3.sln
    │   │   │   └── Example3.suo
    │   │   ├── Example4
    │   │   │   ├── Example4
    │   │   │   │   ├── Example4.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example4.csproj.FileList.txt
    │   │   │   ├── Example4.sln
    │   │   │   └── Example4.suo
    │   │   ├── Example5
    │   │   │   ├── Example5
    │   │   │   │   ├── Example5.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example5.csproj.FileList.txt
    │   │   │   ├── Example5.sln
    │   │   │   └── Example5.suo
    │   │   ├── Example6
    │   │   │   ├── Example6
    │   │   │   │   ├── Example6.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example6.csproj.FileList.txt
    │   │   │   ├── Example6.sln
    │   │   │   └── Example6.suo
    │   │   ├── Example7
    │   │   │   ├── Example7
    │   │   │   │   ├── Example7.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example7.csproj.FileList.txt
    │   │   │   ├── Example7.sln
    │   │   │   └── Example7.suo
    │   │   ├── Example8
    │   │   │   ├── Example8
    │   │   │   │   ├── Example8.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example8.csproj.FileList.txt
    │   │   │   ├── Example8.sln
    │   │   │   └── Example8.suo
    │   │   └── Example9
    │   │       ├── Example9
    │   │       │   ├── Example9.csproj
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   └── AssemblyInfo.cs
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── Example9.csproj.FileList.txt
    │   │       ├── Example9.sln
    │   │       └── Example9.suo
    │   └── Chap5_4
    │       ├── Example1
    │       │   ├── Example1
    │       │   │   ├── Example1.csproj
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── Example1.csproj.FileList.txt
    │       │   ├── Example1.sln
    │       │   └── Example1.suo
    │       ├── Example2
    │       │   ├── Example2
    │       │   │   ├── Example2.csproj
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── Example2.csproj.FileList.txt
    │       │   ├── Example2.sln
    │       │   └── Example2.suo
    │       ├── Example3
    │       │   ├── Example3
    │       │   │   ├── Example3.csproj
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── Example3.csproj.FileList.txt
    │       │   ├── Example3.sln
    │       │   └── Example3.suo
    │       ├── Example4
    │       │   ├── Example4
    │       │   │   ├── Example4.csproj
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── Example4.csproj.FileList.txt
    │       │   ├── Example4.sln
    │       │   └── Example4.suo
    │       ├── Example5
    │       │   ├── Example5
    │       │   │   ├── Example5.csproj
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── Example5.csproj.FileList.txt
    │       │   ├── Example5.sln
    │       │   └── Example5.suo
    │       ├── Example6
    │       │   ├── Example6
    │       │   │   ├── Example6.csproj
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── Example6.csproj.FileList.txt
    │       │   ├── Example6.sln
    │       │   └── Example6.suo
    │       ├── Example7
    │       │   ├── Example7
    │       │   │   ├── Example7.csproj
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── Example7.csproj.FileList.txt
    │       │   ├── Example7.sln
    │       │   └── Example7.suo
    │       └── Example8
    │           ├── Example8
    │           │   ├── Example8.csproj
    │           │   ├── Program.cs
    │           │   ├── Properties
    │           │   │   └── AssemblyInfo.cs
    │           │   ├── bin
    │           │   │   └── Debug
    │           │   └── obj
    │           │       ├── Debug
    │           │       └── Example8.csproj.FileList.txt
    │           ├── Example8.sln
    │           └── Example8.suo
    ├── chap06
    │   ├── Chap6_1
    │   │   ├── WForm1
    │   │   │   ├── WForm
    │   │   │   │   ├── Form1.Designer.cs
    │   │   │   │   ├── Form1.cs
    │   │   │   │   ├── Form1.resx
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── Resources.Designer.cs
    │   │   │   │   │   ├── Resources.resx
    │   │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   │   └── Settings.settings
    │   │   │   │   └── WForm.csproj
    │   │   │   ├── WForm.sln
    │   │   │   └── WForm.suo
    │   │   └── WForm2
    │   │       ├── WForm2
    │   │       │   ├── Form1.Designer.cs
    │   │       │   ├── Form1.cs
    │   │       │   ├── Form1.resx
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   ├── AssemblyInfo.cs
    │   │       │   │   ├── Resources.Designer.cs
    │   │       │   │   ├── Resources.resx
    │   │       │   │   ├── Settings.Designer.cs
    │   │       │   │   └── Settings.settings
    │   │       │   ├── WForm2.csproj
    │   │       │   ├── WForm2.csproj.user
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       └── Debug
    │   │       ├── WForm2.sln
    │   │       └── WForm2.suo
    │   ├── Chap6_2
    │   │   ├── ButtonTest
    │   │   │   ├── ButtonTest
    │   │   │   │   ├── ButtonTest.csproj
    │   │   │   │   ├── Form1.Designer.cs
    │   │   │   │   ├── Form1.cs
    │   │   │   │   ├── Form1.resx
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── Resources.Designer.cs
    │   │   │   │   │   ├── Resources.resx
    │   │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   │   └── Settings.settings
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── ButtonTest.csproj.FileList.txt
    │   │   │   │       └── Debug
    │   │   │   ├── ButtonTest.sln
    │   │   │   └── ButtonTest.suo
    │   │   ├── CheckBoxTest
    │   │   │   ├── CheckBoxTest
    │   │   │   │   ├── CheckBoxTest.csproj
    │   │   │   │   ├── Form1.Designer.cs
    │   │   │   │   ├── Form1.cs
    │   │   │   │   ├── Form1.resx
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── Resources.Designer.cs
    │   │   │   │   │   ├── Resources.resx
    │   │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   │   └── Settings.settings
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── CheckBoxTest.csproj.FileList.txt
    │   │   │   │       └── Debug
    │   │   │   ├── CheckBoxTest.sln
    │   │   │   └── CheckBoxTest.suo
    │   │   ├── ComboBoxTest
    │   │   │   ├── ComboBoxTest
    │   │   │   │   ├── ComboBoxTest.csproj
    │   │   │   │   ├── Form1.Designer.cs
    │   │   │   │   ├── Form1.cs
    │   │   │   │   ├── Form1.resx
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── Resources.Designer.cs
    │   │   │   │   │   ├── Resources.resx
    │   │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   │   └── Settings.settings
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── ComboBoxTest.csproj.FileList.txt
    │   │   │   │       └── Debug
    │   │   │   ├── ComboBoxTest.sln
    │   │   │   └── ComboBoxTest.suo
    │   │   ├── ITAsk
    │   │   │   ├── ITAsk
    │   │   │   │   ├── AskForm.Designer.cs
    │   │   │   │   ├── AskForm.cs
    │   │   │   │   ├── AskForm.resx
    │   │   │   │   ├── ITAsk.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── Resources.Designer.cs
    │   │   │   │   │   ├── Resources.resx
    │   │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   │   └── Settings.settings
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── ITAsk.csproj.FileList.txt
    │   │   │   ├── ITAsk.sln
    │   │   │   └── ITAsk.suo
    │   │   ├── LabelTest
    │   │   │   ├── LabelTest
    │   │   │   │   ├── Form1.Designer.cs
    │   │   │   │   ├── Form1.cs
    │   │   │   │   ├── Form1.resx
    │   │   │   │   ├── LabelTest.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── Resources.Designer.cs
    │   │   │   │   │   ├── Resources.resx
    │   │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   │   └── Settings.settings
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── LabelTest.csproj.FileList.txt
    │   │   │   ├── LabelTest.sln
    │   │   │   └── LabelTest.suo
    │   │   ├── RadioButtonTest
    │   │   │   ├── RadioButtonTest
    │   │   │   │   ├── Form1.Designer.cs
    │   │   │   │   ├── Form1.cs
    │   │   │   │   ├── Form1.resx
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── Resources.Designer.cs
    │   │   │   │   │   ├── Resources.resx
    │   │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   │   └── Settings.settings
    │   │   │   │   ├── RadioButtonTest.csproj
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       └── Debug
    │   │   │   ├── RadioButtonTest.sln
    │   │   │   └── RadioButtonTest.suo
    │   │   └── TextBoxTest
    │   │       ├── TextBoxTest
    │   │       │   ├── Form1.Designer.cs
    │   │       │   ├── Form1.cs
    │   │       │   ├── Form1.resx
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   ├── AssemblyInfo.cs
    │   │       │   │   ├── Resources.Designer.cs
    │   │       │   │   ├── Resources.resx
    │   │       │   │   ├── Settings.Designer.cs
    │   │       │   │   └── Settings.settings
    │   │       │   ├── TextBoxTest.csproj
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── TextBoxTest.csproj.FileList.txt
    │   │       ├── TextBoxTest.sln
    │   │       └── TextBoxTest.suo
    │   └── Chap6_3
    │       ├── ListBoxTest
    │       │   ├── ListBoxTest
    │       │   │   ├── Form1.Designer.cs
    │       │   │   ├── Form1.cs
    │       │   │   ├── Form1.resx
    │       │   │   ├── ListBoxTest.csproj
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   ├── AssemblyInfo.cs
    │       │   │   │   ├── Resources.Designer.cs
    │       │   │   │   ├── Resources.resx
    │       │   │   │   ├── Settings.Designer.cs
    │       │   │   │   └── Settings.settings
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── ListBoxTest.csproj.FileList.txt
    │       │   ├── ListBoxTest.sln
    │       │   └── ListBoxTest.suo
    │       ├── ListViewTest
    │       │   ├── ListViewTest
    │       │   │   ├── Form1.Designer.cs
    │       │   │   ├── Form1.cs
    │       │   │   ├── Form1.resx
    │       │   │   ├── ListViewTest.csproj
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   ├── AssemblyInfo.cs
    │       │   │   │   ├── Resources.Designer.cs
    │       │   │   │   ├── Resources.resx
    │       │   │   │   ├── Settings.Designer.cs
    │       │   │   │   └── Settings.settings
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── ListViewTest.csproj.FileList.txt
    │       │   ├── ListViewTest.sln
    │       │   └── ListViewTest.suo
    │       ├── ScrollBarTest
    │       │   ├── ScrollBarTest
    │       │   │   ├── Form1.Designer.cs
    │       │   │   ├── Form1.cs
    │       │   │   ├── Form1.resx
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   ├── AssemblyInfo.cs
    │       │   │   │   ├── Resources.Designer.cs
    │       │   │   │   ├── Resources.resx
    │       │   │   │   ├── Settings.Designer.cs
    │       │   │   │   └── Settings.settings
    │       │   │   ├── ScrollBarTest.csproj
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── ScrollBarTest.csproj.FileList.txt
    │       │   ├── ScrollBarTest.sln
    │       │   └── ScrollBarTest.suo
    │       ├── StatusStripTest
    │       │   ├── StatusStripTest
    │       │   │   ├── Form1.Designer.cs
    │       │   │   ├── Form1.cs
    │       │   │   ├── Form1.resx
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   ├── AssemblyInfo.cs
    │       │   │   │   ├── Resources.Designer.cs
    │       │   │   │   ├── Resources.resx
    │       │   │   │   ├── Settings.Designer.cs
    │       │   │   │   └── Settings.settings
    │       │   │   ├── StatusStripTest.csproj
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── StatusStripTest.csproj.FileList.txt
    │       │   ├── StatusStripTest.sln
    │       │   └── StatusStripTest.suo
    │       ├── ToolStripTest
    │       │   ├── A6_3_4.suo
    │       │   ├── ScrollBarTest
    │       │   │   ├── Form1.Designer.cs
    │       │   │   ├── Form1.cs
    │       │   │   ├── Form1.resx
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   ├── AssemblyInfo.cs
    │       │   │   │   ├── Resources.Designer.cs
    │       │   │   │   ├── Resources.resx
    │       │   │   │   ├── Settings.Designer.cs
    │       │   │   │   ├── Settings.settings
    │       │   │   │   └── _desktop.ini
    │       │   │   ├── ToolStripTest.csproj
    │       │   │   ├── _desktop.ini
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── A6_3_4.csproj.FileList.txt
    │       │   │       ├── Debug
    │       │   │       └── ToolStripTest.csproj.FileList.txt
    │       │   ├── ScrollBarTest.sln
    │       │   ├── ScrollBarTest.suo
    │       │   └── _desktop.ini
    │       └── TreeViewTest
    │           ├── TreeViewTest
    │           │   ├── Form1.Designer.cs
    │           │   ├── Form1.cs
    │           │   ├── Form1.resx
    │           │   ├── Program.cs
    │           │   ├── Properties
    │           │   │   ├── AssemblyInfo.cs
    │           │   │   ├── Resources.Designer.cs
    │           │   │   ├── Resources.resx
    │           │   │   ├── Settings.Designer.cs
    │           │   │   └── Settings.settings
    │           │   ├── TreeViewTest.csproj
    │           │   ├── bin
    │           │   │   └── Debug
    │           │   └── obj
    │           │       ├── Debug
    │           │       └── TreeViewTest.csproj.FileList.txt
    │           ├── TreeViewTest.sln
    │           └── TreeViewTest.suo
    ├── chap07
    │   ├── Chap7_1
    │   │   ├── GroupBoxTest
    │   │   │   ├── A7_1_2.suo
    │   │   │   ├── GroupBoxTest
    │   │   │   │   ├── Form1.Designer.cs
    │   │   │   │   ├── Form1.cs
    │   │   │   │   ├── Form1.resx
    │   │   │   │   ├── GroupBoxTest.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── Resources.Designer.cs
    │   │   │   │   │   ├── Resources.resx
    │   │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   │   └── Settings.settings
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── A7_1_2.csproj.FileList.txt
    │   │   │   │       ├── Debug
    │   │   │   │       └── GroupBoxTest.csproj.FileList.txt
    │   │   │   ├── GroupBoxTest.sln
    │   │   │   └── GroupBoxTest.suo
    │   │   ├── MdiEdit
    │   │   │   ├── MdiEdit
    │   │   │   │   ├── Document.Designer.cs
    │   │   │   │   ├── Document.cs
    │   │   │   │   ├── Document.resx
    │   │   │   │   ├── MdiEdit.csproj
    │   │   │   │   ├── MdiForm.Designer.cs
    │   │   │   │   ├── MdiForm.cs
    │   │   │   │   ├── MdiForm.resx
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── Resources.Designer.cs
    │   │   │   │   │   ├── Resources.resx
    │   │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   │   └── Settings.settings
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── MdiEdit.csproj.FileList.txt
    │   │   │   ├── MdiEdit.sln
    │   │   │   └── MdiEdit.suo
    │   │   ├── MdiTest
    │   │   │   ├── MdiTest
    │   │   │   │   ├── Form1.Designer.cs
    │   │   │   │   ├── Form1.cs
    │   │   │   │   ├── Form1.resx
    │   │   │   │   ├── MdiTest.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── Resources.Designer.cs
    │   │   │   │   │   ├── Resources.resx
    │   │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   │   └── Settings.settings
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── MdiTest.csproj.FileList.txt
    │   │   │   ├── MdiTest.sln
    │   │   │   └── MdiTest.suo
    │   │   ├── MenuTest
    │   │   │   ├── MenuTest
    │   │   │   │   ├── Form1.Designer.cs
    │   │   │   │   ├── Form1.cs
    │   │   │   │   ├── Form1.resx
    │   │   │   │   ├── MenuTest.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── Resources.Designer.cs
    │   │   │   │   │   ├── Resources.resx
    │   │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   │   └── Settings.settings
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── MenuTest.csproj.FileList.txt
    │   │   │   ├── MenuTest.sln
    │   │   │   └── MenuTest.suo
    │   │   └── TDialog
    │   │       ├── TDialog
    │   │       │   ├── Form1.Designer.cs
    │   │       │   ├── Form1.cs
    │   │       │   ├── Form1.resx
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   ├── AssemblyInfo.cs
    │   │       │   │   ├── Resources.Designer.cs
    │   │       │   │   ├── Resources.resx
    │   │       │   │   ├── Settings.Designer.cs
    │   │       │   │   └── Settings.settings
    │   │       │   ├── TDialog.csproj
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── TDialog.csproj.FileList.txt
    │   │       ├── TDialog.sln
    │   │       └── TDialog.suo
    │   ├── Chap7_2
    │   │   ├── FontTest
    │   │   │   ├── A7-2.suo
    │   │   │   ├── FontTest
    │   │   │   │   ├── FontTest.csproj
    │   │   │   │   ├── Form1.Designer.cs
    │   │   │   │   ├── Form1.cs
    │   │   │   │   ├── Form1.resx
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── Resources.Designer.cs
    │   │   │   │   │   ├── Resources.resx
    │   │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   │   └── Settings.settings
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── FontTest.csproj.FileList.txt
    │   │   │   ├── FontTest.sln
    │   │   │   └── FontTest.suo
    │   │   └── GDITest
    │   │       ├── GDITest
    │   │       │   ├── Form1.Designer.cs
    │   │       │   ├── Form1.cs
    │   │       │   ├── Form1.resx
    │   │       │   ├── GDITest.csproj
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   ├── AssemblyInfo.cs
    │   │       │   │   ├── Resources.Designer.cs
    │   │       │   │   ├── Resources.resx
    │   │       │   │   ├── Settings.Designer.cs
    │   │       │   │   └── Settings.settings
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── GDITest.csproj.FileList.txt
    │   │       ├── GDITest.sln
    │   │       └── GDITest.suo
    │   └── Chap7_3
    │       ├── MessageTest
    │       │   ├── MessageTest
    │       │   │   ├── Form1.Designer.cs
    │       │   │   ├── Form1.cs
    │       │   │   ├── MessageTest.csproj
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   ├── AssemblyInfo.cs
    │       │   │   │   ├── Resources.Designer.cs
    │       │   │   │   ├── Resources.resx
    │       │   │   │   ├── Settings.Designer.cs
    │       │   │   │   └── Settings.settings
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── MessageTest.csproj.FileList.txt
    │       │   ├── MessageTest.sln
    │       │   └── MessageTest.suo
    │       └── XButton
    │           ├── TestXButton
    │           │   ├── Form1.Designer.cs
    │           │   ├── Form1.cs
    │           │   ├── Form1.resx
    │           │   ├── Program.cs
    │           │   ├── Properties
    │           │   │   ├── AssemblyInfo.cs
    │           │   │   ├── Resources.Designer.cs
    │           │   │   ├── Resources.resx
    │           │   │   ├── Settings.Designer.cs
    │           │   │   └── Settings.settings
    │           │   ├── TestXButton.csproj
    │           │   ├── bin
    │           │   │   └── Debug
    │           │   └── obj
    │           │       ├── Debug
    │           │       └── TestXButton.csproj.FileList.txt
    │           ├── XButton
    │           │   ├── Properties
    │           │   │   └── AssemblyInfo.cs
    │           │   ├── XButton.Designer.cs
    │           │   ├── XButton.cs
    │           │   ├── XButton.csproj
    │           │   ├── bin
    │           │   │   └── Debug
    │           │   └── obj
    │           │       ├── Debug
    │           │       └── XButton.csproj.FileList.txt
    │           ├── XButton.sln
    │           └── XButton.suo
    ├── chap08
    │   ├── Chap8_2
    │   │   └── DebugTest
    │   │       ├── DebugTest
    │   │       │   ├── DebugTest.csproj
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   └── AssemblyInfo.cs
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── DebugTest.csproj.FileList.txt
    │   │       ├── DebugTest.sln
    │   │       └── DebugTest.suo
    │   ├── Chap8_3
    │   │   └── ExceptionTest
    │   │       ├── ExceptionTest
    │   │       │   ├── ExceptionTest.csproj
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   └── AssemblyInfo.cs
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── ExceptionTest.csproj.FileList.txt
    │   │       ├── ExceptionTest.sln
    │   │       └── ExceptionTest.suo
    │   └── Chap8_4
    │       └── MyException
    │           ├── MyException
    │           │   ├── MyException.csproj
    │           │   ├── Program.cs
    │           │   ├── Properties
    │           │   │   └── AssemblyInfo.cs
    │           │   ├── bin
    │           │   │   └── Debug
    │           │   └── obj
    │           │       ├── Debug
    │           │       └── MyException.csproj.FileList.txt
    │           ├── MyException.sln
    │           └── MyException.suo
    ├── chap09
    │   ├── Chap9_1
    │   │   ├── Example1
    │   │   │   ├── Example1
    │   │   │   │   ├── Example1.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example1.csproj.FileList.txt
    │   │   │   ├── Example1.sln
    │   │   │   └── Example1.suo
    │   │   ├── Example2
    │   │   │   ├── A9-2-2.suo
    │   │   │   ├── Example2
    │   │   │   │   ├── Example2.csproj
    │   │   │   │   ├── Form1.Designer.cs
    │   │   │   │   ├── Form1.cs
    │   │   │   │   ├── Form1.resx
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── Resources.Designer.cs
    │   │   │   │   │   ├── Resources.resx
    │   │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   │   └── Settings.settings
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example2.csproj.FileList.txt
    │   │   │   ├── Example2.sln
    │   │   │   └── Example2.suo
    │   │   └── Test.reg
    │   ├── Chap9_2
    │   │   └── Example1
    │   │       ├── Example1
    │   │       │   ├── Example1.csproj
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   └── AssemblyInfo.cs
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── Example1.csproj.FileList.txt
    │   │       ├── Example1.sln
    │   │       └── Example1.suo
    │   └── Chap9_3
    │       ├── Example1
    │       │   ├── Example1
    │       │   │   ├── Example1.csproj
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── Example1.csproj.FileList.txt
    │       │   ├── Example1.sln
    │       │   └── Example1.suo
    │       ├── Example2
    │       │   ├── Example2
    │       │   │   ├── Example2.csproj
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── Example2.csproj.FileList.txt
    │       │   ├── Example2.sln
    │       │   └── Example2.suo
    │       └── Notepad
    │           ├── Notepad
    │           │   ├── Form1.Designer.cs
    │           │   ├── Form1.cs
    │           │   ├── Form1.resx
    │           │   ├── Notepad.csproj
    │           │   ├── Program.cs
    │           │   ├── Properties
    │           │   │   ├── AssemblyInfo.cs
    │           │   │   ├── Resources.Designer.cs
    │           │   │   ├── Resources.resx
    │           │   │   ├── Settings.Designer.cs
    │           │   │   └── Settings.settings
    │           │   ├── bin
    │           │   │   └── Debug
    │           │   └── obj
    │           │       ├── Debug
    │           │       └── Notepad.csproj.FileList.txt
    │           └── Notepad.sln
    ├── chap10
    │   ├── BookCollection
    │   │   ├── BookCollection
    │   │   │   ├── BookCollection.csproj
    │   │   │   ├── BookControl.Designer.cs
    │   │   │   ├── BookControl.cs
    │   │   │   ├── BookControl.resx
    │   │   │   ├── Image
    │   │   │   ├── MainForm.Designer.cs
    │   │   │   ├── MainForm.cs
    │   │   │   ├── MainForm.resx
    │   │   │   ├── Program.cs
    │   │   │   ├── Properties
    │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   ├── Resources.Designer.cs
    │   │   │   │   ├── Resources.resx
    │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   └── Settings.settings
    │   │   │   ├── Resources
    │   │   │   │   ├── 01.jpg
    │   │   │   │   ├── 04.png
    │   │   │   │   ├── 05.png
    │   │   │   │   ├── 06.png
    │   │   │   │   ├── 09.png
    │   │   │   │   ├── 10.png
    │   │   │   │   └── Thumbs.db
    │   │   │   ├── ViewControl.Designer.cs
    │   │   │   ├── ViewControl.cs
    │   │   │   ├── ViewControl.resx
    │   │   │   ├── bin
    │   │   │   │   └── Debug
    │   │   │   │       ├── BookCollection.exe
    │   │   │   │       ├── BookCollection.exe.dat
    │   │   │   │       ├── BookCollection.exe.dat.bak
    │   │   │   │       ├── BookCollection.pdb
    │   │   │   │       ├── BookCollection.vshost.exe
    │   │   │   │       ├── Resources
    │   │   │   │       ├── book
    │   │   │   │       └── images
    │   │   │   └── obj
    │   │   │       ├── BookCollection.csproj.FileList.txt
    │   │   │       └── Debug
    │   │   │           ├── BookCollection.BookControl.resources
    │   │   │           ├── BookCollection.MainForm.resources
    │   │   │           ├── BookCollection.Properties.Resources.resources
    │   │   │           ├── BookCollection.ViewControl.resources
    │   │   │           ├── BookCollection.csproj.GenerateResource.Cache
    │   │   │           ├── BookCollection.exe
    │   │   │           ├── BookCollection.pdb
    │   │   │           ├── Refactor
    │   │   │           └── TempPE
    │   │   ├── BookCollection.sln
    │   │   └── BookCollection.suo
    │   └── 使用说明.txt
    ├── chap11
    │   ├── Chap11_1
    │   │   ├── Example1
    │   │   │   ├── Example1
    │   │   │   │   ├── Example1.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example1.csproj.FileList.txt
    │   │   │   ├── Example1.sln
    │   │   │   └── Example1.suo
    │   │   └── Example2
    │   │       ├── Example2
    │   │       │   ├── Example2.csproj
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   └── AssemblyInfo.cs
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── Example2.csproj.FileList.txt
    │   │       ├── Example2.sln
    │   │       └── Example2.suo
    │   ├── Chap11_2
    │   │   ├── Example1
    │   │   │   ├── Example1
    │   │   │   │   ├── Example1.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example1.csproj.FileList.txt
    │   │   │   ├── Example1.sln
    │   │   │   └── Example1.suo
    │   │   └── StudentManager
    │   │       ├── StudentManager
    │   │       │   ├── Form1.Designer.cs
    │   │       │   ├── Form1.cs
    │   │       │   ├── Form1.resx
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   ├── AssemblyInfo.cs
    │   │       │   │   ├── Resources.Designer.cs
    │   │       │   │   ├── Resources.resx
    │   │       │   │   ├── Settings.Designer.cs
    │   │       │   │   └── Settings.settings
    │   │       │   ├── Student.cs
    │   │       │   ├── StudentManager.csproj
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── StudentManager.csproj.FileList.txt
    │   │       ├── StudentManager.sln
    │   │       └── StudentManager.suo
    │   ├── Chap11_3
    │   │   ├── Example1
    │   │   │   ├── Example1
    │   │   │   │   ├── Example1.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example1.csproj.FileList.txt
    │   │   │   ├── Example1.sln
    │   │   │   └── Example1.suo
    │   │   └── TelNote
    │   │       ├── A11-3.suo
    │   │       ├── TelNote
    │   │       │   ├── FormTel.Designer.cs
    │   │       │   ├── FormTel.cs
    │   │       │   ├── FormTel.resx
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   ├── AssemblyInfo.cs
    │   │       │   │   ├── Resources.Designer.cs
    │   │       │   │   ├── Resources.resx
    │   │       │   │   ├── Settings.Designer.cs
    │   │       │   │   └── Settings.settings
    │   │       │   ├── TelNote.cs
    │   │       │   ├── TelNote.csproj
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── TelNote.csproj.FileList.txt
    │   │       └── TelNote.sln
    │   ├── Chap11_4
    │   │   ├── Example1
    │   │   │   ├── Example1
    │   │   │   │   ├── Example1.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example1.csproj.FileList.txt
    │   │   │   ├── Example1.sln
    │   │   │   └── Example1.suo
    │   │   └── MyConnection
    │   │       ├── MyConnection
    │   │       │   ├── MyConnection.csproj
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   └── AssemblyInfo.cs
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── MyConnection.csproj.FileList.txt
    │   │       ├── MyConnection.sln
    │   │       └── MyConnection.suo
    │   └── Chap11_5
    │       ├── QueueTest
    │       │   ├── QueueTest
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── QueueTest.csproj
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── QueueTest.csproj.FileList.txt
    │       │   ├── QueueTest.sln
    │       │   └── QueueTest.suo
    │       ├── SortedListTest
    │       │   ├── SortedListTest
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── SortedListTest.csproj
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── SortedListTest.csproj.FileList.txt
    │       │   ├── SortedListTest.sln
    │       │   └── SortedListTest.suo
    │       ├── StackTest
    │       │   ├── StackTest
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── StackTest.csproj
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── StackTest.csproj.FileList.txt
    │       │   ├── StackTest.sln
    │       │   └── StackTest.suo
    │       └── StringCollectionTest
    │           ├── StringCollectionTest
    │           │   ├── Program.cs
    │           │   ├── Properties
    │           │   │   └── AssemblyInfo.cs
    │           │   ├── StringCollectionTest.csproj
    │           │   ├── bin
    │           │   │   └── Debug
    │           │   └── obj
    │           │       ├── Debug
    │           │       └── StringCollectionTest.csproj.FileList.txt
    │           ├── StringCollectionTest.sln
    │           └── StringCollectionTest.suo
    ├── chap12
    │   ├── Chap12_1
    │   │   ├── Example1
    │   │   │   ├── Example1
    │   │   │   │   ├── Example1.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example1.csproj.FileList.txt
    │   │   │   ├── Example1.sln
    │   │   │   └── Example1.suo
    │   │   └── Example2
    │   │       ├── Example2
    │   │       │   ├── Example2.csproj
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   └── AssemblyInfo.cs
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── Example2.csproj.FileList.txt
    │   │       ├── Example2.sln
    │   │       └── Example2.suo
    │   ├── Chap12_2
    │   │   ├── ClassTest
    │   │   │   ├── ClassTest
    │   │   │   │   ├── ClassTest.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── ClassTest.csproj.FileList.txt
    │   │   │   │       └── Debug
    │   │   │   ├── ClassTest.sln
    │   │   │   └── ClassTest.suo
    │   │   ├── DelegateTest
    │   │   │   ├── DelegateTest
    │   │   │   │   ├── DelegateTest.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── DelegateTest.csproj.FileList.txt
    │   │   │   ├── DelegateTest.sln
    │   │   │   └── DelegateTest.suo
    │   │   ├── EventTest
    │   │   │   ├── EventTest
    │   │   │   │   ├── EventTest.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── EventTest.csproj.FileList.txt
    │   │   │   ├── EventTest.sln
    │   │   │   └── EventTest.suo
    │   │   ├── InterfaceTest
    │   │   │   ├── InterfaceTest
    │   │   │   │   ├── InterfaceTest.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── InterfaceTest.csproj.FileList.txt
    │   │   │   ├── InterfaceTest.sln
    │   │   │   └── InterfaceTest.suo
    │   │   └── StructTest
    │   │       ├── StructTest
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   └── AssemblyInfo.cs
    │   │       │   ├── StructTest.csproj
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── StructTest.csproj.FileList.txt
    │   │       ├── StructTest.sln
    │   │       └── StructTest.suo
    │   ├── Chap12_3
    │   │   ├── DictionaryTest
    │   │   │   ├── DictionaryTest
    │   │   │   │   ├── DictionaryTest.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── DictionaryTest.csproj.FileList.txt
    │   │   │   ├── DictionaryTest.sln
    │   │   │   └── DictionaryTest.suo
    │   │   ├── ListTest
    │   │   │   ├── ListTest
    │   │   │   │   ├── ListTest.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── ListTest.csproj.FileList.txt
    │   │   │   ├── ListTest.sln
    │   │   │   └── ListTest.suo
    │   │   ├── QueueTest
    │   │   │   ├── QueueTest
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── QueueTest.csproj
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── QueueTest.csproj.FileList.txt
    │   │   │   ├── QueueTest.sln
    │   │   │   └── QueueTest.suo
    │   │   └── StackTest
    │   │       ├── StackTest
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   └── AssemblyInfo.cs
    │   │       │   ├── StackTest.csproj
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── StackTest.csproj.FileList.txt
    │   │       ├── StackTest.sln
    │   │       └── StackTest.suo
    │   └── Chap12_4
    │       ├── Example1
    │       │   ├── Example1
    │       │   │   ├── Example1.csproj
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── Example1.csproj.FileList.txt
    │       │   ├── Example1.sln
    │       │   └── Example1.suo
    │       └── HashTableUtil
    │           ├── HashTableUtil
    │           │   ├── HashTableUtil.csproj
    │           │   ├── Program.cs
    │           │   ├── Properties
    │           │   │   └── AssemblyInfo.cs
    │           │   ├── bin
    │           │   │   └── Debug
    │           │   └── obj
    │           │       ├── Debug
    │           │       └── HashTableUtil.csproj.FileList.txt
    │           ├── HashTableUtil.sln
    │           └── HashTableUtil.suo
    ├── chap13
    │   ├── Chap13_2
    │   │   ├── Example1
    │   │   │   ├── Example1
    │   │   │   │   ├── Example1.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example1.csproj.FileList.txt
    │   │   │   ├── Example1.sln
    │   │   │   └── Example1.suo
    │   │   ├── Example2
    │   │   │   ├── Example2
    │   │   │   │   ├── Example2.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example2.csproj.FileList.txt
    │   │   │   ├── Example2.sln
    │   │   │   └── Example2.suo
    │   │   └── Example3
    │   │       ├── Example3
    │   │       │   ├── Example3.csproj
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   └── AssemblyInfo.cs
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── Example3.csproj.FileList.txt
    │   │       ├── Example3.sln
    │   │       └── Example3.suo
    │   ├── Chap13_3
    │   │   ├── Example1
    │   │   │   ├── Example1
    │   │   │   │   ├── Example1.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example1.csproj.FileList.txt
    │   │   │   ├── Example1.sln
    │   │   │   └── Example1.suo
    │   │   ├── Example2
    │   │   │   ├── Example2
    │   │   │   │   ├── Example2.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example2.csproj.FileList.txt
    │   │   │   ├── Example2.sln
    │   │   │   └── Example2.suo
    │   │   ├── Example3
    │   │   │   ├── Example3
    │   │   │   │   ├── Example3.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example3.csproj.FileList.txt
    │   │   │   ├── Example3.sln
    │   │   │   └── Example3.suo
    │   │   ├── Example4
    │   │   │   ├── Example4
    │   │   │   │   ├── Example4.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example4.csproj.FileList.txt
    │   │   │   ├── Example4.sln
    │   │   │   └── Example4.suo
    │   │   ├── Example5
    │   │   │   ├── Example5
    │   │   │   │   ├── Example5.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example5.csproj.FileList.txt
    │   │   │   ├── Example5.sln
    │   │   │   └── Example5.suo
    │   │   └── Example6
    │   │       ├── Example6
    │   │       │   ├── Example6.csproj
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   └── AssemblyInfo.cs
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── Example6.csproj.FileList.txt
    │   │       ├── Example6.sln
    │   │       └── Example6.suo
    │   └── Chap13_4
    │       ├── Example1
    │       │   ├── Example1
    │       │   │   ├── Example1.csproj
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── Example1.csproj.FileList.txt
    │       │   ├── Example1.sln
    │       │   └── Example1.suo
    │       ├── Example2
    │       │   ├── Example2
    │       │   │   ├── Example2.csproj
    │       │   │   ├── Form1.Designer.cs
    │       │   │   ├── Form1.cs
    │       │   │   ├── Form1.resx
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   ├── AssemblyInfo.cs
    │       │   │   │   ├── Resources.Designer.cs
    │       │   │   │   ├── Resources.resx
    │       │   │   │   ├── Settings.Designer.cs
    │       │   │   │   └── Settings.settings
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── Example2.csproj.FileList.txt
    │       │   ├── Example2.sln
    │       │   └── Example2.suo
    │       ├── FormTest
    │       │   ├── FormTest
    │       │   │   ├── Form1.Designer.cs
    │       │   │   ├── Form1.cs
    │       │   │   ├── Form1.resx
    │       │   │   ├── FormTest.csproj
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   ├── AssemblyInfo.cs
    │       │   │   │   ├── Resources.Designer.cs
    │       │   │   │   ├── Resources.resx
    │       │   │   │   ├── Settings.Designer.cs
    │       │   │   │   └── Settings.settings
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── FormTest.csproj.FileList.txt
    │       │   ├── FormTest.sln
    │       │   └── FormTest.suo
    │       └── PlayBall
    │           ├── A13-4-3.suo
    │           ├── PlayBall
    │           │   ├── Ball.cs
    │           │   ├── Form1.Designer.cs
    │           │   ├── Form1.cs
    │           │   ├── Form1.resx
    │           │   ├── PlayBall.csproj
    │           │   ├── Program.cs
    │           │   ├── Properties
    │           │   │   ├── AssemblyInfo.cs
    │           │   │   ├── Resources.Designer.cs
    │           │   │   ├── Resources.resx
    │           │   │   ├── Settings.Designer.cs
    │           │   │   └── Settings.settings
    │           │   ├── bin
    │           │   │   └── Debug
    │           │   ├── obj
    │           │   │   ├── A13-4-3.csproj.FileList.txt
    │           │   │   ├── Debug
    │           │   │   └── PlayBall.csproj.FileList.txt
    │           │   ├── pic04.gif
    │           │   └── pic07.gif
    │           ├── PlayBall.sln
    │           └── PlayBall.suo
    ├── chap14
    │   ├── Chap14_1
    │   │   └── SQLQuery.sql
    │   ├── Chap14_3
    │   │   ├── ExecuteReaderTest
    │   │   │   ├── ExecuteReaderTest
    │   │   │   │   ├── ExecuteReaderTest.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── ExecuteReaderTest.csproj.FileList.txt
    │   │   │   ├── ExecuteReaderTest.sln
    │   │   │   └── ExecuteReaderTest.suo
    │   │   ├── ExecuteScalarTest
    │   │   │   ├── ExecuteScalarTest
    │   │   │   │   ├── ExecuteScalarTest.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── ExecuteScalarTest.csproj.FileList.txt
    │   │   │   ├── ExecuteScalarTest.sln
    │   │   │   └── ExecuteScalarTest.suo
    │   │   ├── SqlConnectionTest
    │   │   │   ├── CreateTable.txt
    │   │   │   ├── SqlConnectionTest
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── SqlConnectionTest.csproj
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── SqlConnectionTest.csproj.FileList.txt
    │   │   │   ├── SqlConnectionTest.sln
    │   │   │   └── SqlConnectionTest.suo
    │   │   └── TransactionTest
    │   │       ├── TransactionTest
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   └── AssemblyInfo.cs
    │   │       │   ├── TransactionTest.csproj
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── TransactionTest.csproj.FileList.txt
    │   │       ├── TransactionTest.sln
    │   │       └── TransactionTest.suo
    │   ├── Chap14_4
    │   │   ├── Example1
    │   │   │   ├── Example1
    │   │   │   │   ├── Example1.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example1.csproj.FileList.txt
    │   │   │   ├── Example1.sln
    │   │   │   └── Example1.suo
    │   │   ├── Example2
    │   │   │   ├── Example2
    │   │   │   │   ├── Example2.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example2.csproj.FileList.txt
    │   │   │   ├── Example2.sln
    │   │   │   └── Example2.suo
    │   │   └── Example3
    │   │       ├── Example3
    │   │       │   ├── Example3.csproj
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   └── AssemblyInfo.cs
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── Example3.csproj.FileList.txt
    │   │       ├── Example3.sln
    │   │       └── Example3.suo
    │   ├── Chap14_5
    │   │   ├── Example1
    │   │   │   ├── Example1
    │   │   │   │   ├── Example1.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example1.csproj.FileList.txt
    │   │   │   ├── Example1.sln
    │   │   │   └── Example1.suo
    │   │   └── Example2
    │   │       ├── Example2
    │   │       │   ├── Example2.csproj
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   └── AssemblyInfo.cs
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── Example2.csproj.FileList.txt
    │   │       ├── Example2.sln
    │   │       └── Example2.suo
    │   └── Chap14_6
    │       ├── Example1
    │       │   ├── Example1
    │       │   │   ├── Example1.csproj
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── Example1.csproj.FileList.txt
    │       │   ├── Example1.sln
    │       │   └── Example1.suo
    │       ├── Example2
    │       │   ├── Example2
    │       │   │   ├── Example2.csproj
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── Example2.csproj.FileList.txt
    │       │   ├── Example2.sln
    │       │   └── Example2.suo
    │       ├── Example3
    │       │   ├── Example3
    │       │   │   ├── Example3.csproj
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── Example3.csproj.FileList.txt
    │       │   ├── Example3.sln
    │       │   └── Example3.suo
    │       ├── Example4
    │       │   ├── Example4
    │       │   │   ├── Example4.csproj
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── Example4.csproj.FileList.txt
    │       │   ├── Example4.sln
    │       │   └── Example4.suo
    │       └── Example5
    │           ├── Example5
    │           │   ├── Example5.csproj
    │           │   ├── Program.cs
    │           │   ├── Properties
    │           │   │   └── AssemblyInfo.cs
    │           │   ├── bin
    │           │   │   └── Debug
    │           │   └── obj
    │           │       ├── Debug
    │           │       └── Example5.csproj.FileList.txt
    │           ├── Example5.sln
    │           └── Example5.suo
    ├── chap15
    │   ├── Chap15_1
    │   │   ├── Example1
    │   │   │   ├── B15-1.suo
    │   │   │   ├── Example1
    │   │   │   │   ├── Example1.csproj
    │   │   │   │   ├── Form1.Designer.cs
    │   │   │   │   ├── Form1.cs
    │   │   │   │   ├── Form1.resx
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── Resources.Designer.cs
    │   │   │   │   │   ├── Resources.resx
    │   │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   │   └── Settings.settings
    │   │   │   │   ├── app.config
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── B15-1.csproj.FileList.txt
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example1.csproj.FileList.txt
    │   │   │   ├── Example1.sln
    │   │   │   └── Example1.suo
    │   │   └── Example2
    │   │       ├── B15-1.suo
    │   │       ├── BindToArray
    │   │       │   ├── BindToArray.csproj
    │   │       │   ├── Form1.Designer.cs
    │   │       │   ├── Form1.cs
    │   │       │   ├── Form1.resx
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   ├── AssemblyInfo.cs
    │   │       │   │   ├── Resources.Designer.cs
    │   │       │   │   ├── Resources.resx
    │   │       │   │   ├── Settings.Designer.cs
    │   │       │   │   └── Settings.settings
    │   │       │   ├── app.config
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── B15-1.csproj.FileList.txt
    │   │       │       ├── BindToArray.csproj.FileList.txt
    │   │       │       ├── Debug
    │   │       │       └── Example1.csproj.FileList.txt
    │   │       ├── BindToArray.sln
    │   │       ├── BindToArray.suo
    │   │       └── Example1.suo
    │   ├── Chap15_2
    │   │   └── Example1
    │   │       ├── B15-2-2.suo
    │   │       ├── Example1
    │   │       │   ├── Example1.csproj
    │   │       │   ├── Form1.Designer.cs
    │   │       │   ├── Form1.cs
    │   │       │   ├── Form1.resx
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   ├── AssemblyInfo.cs
    │   │       │   │   ├── Resources.Designer.cs
    │   │       │   │   ├── Resources.resx
    │   │       │   │   ├── Settings.Designer.cs
    │   │       │   │   └── Settings.settings
    │   │       │   ├── app.config
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   ├── masterDataSet.Designer.cs
    │   │       │   ├── masterDataSet.xsc
    │   │       │   ├── masterDataSet.xsd
    │   │       │   ├── masterDataSet.xss
    │   │       │   └── obj
    │   │       │       ├── B15-2-2.csproj.FileList.txt
    │   │       │       ├── Debug
    │   │       │       └── Example1.csproj.FileList.txt
    │   │       └── Example1.sln
    │   └── Chap15_3
    │       ├── Example1
    │       │   ├── B15-3.suo
    │       │   ├── Example1
    │       │   │   ├── Example1.csproj
    │       │   │   ├── Form1.Designer.cs
    │       │   │   ├── Form1.cs
    │       │   │   ├── Form1.resx
    │       │   │   ├── PersonDataSet.Designer.cs
    │       │   │   ├── PersonDataSet.xsc
    │       │   │   ├── PersonDataSet.xsd
    │       │   │   ├── PersonDataSet.xss
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   ├── AssemblyInfo.cs
    │       │   │   │   ├── Resources.Designer.cs
    │       │   │   │   ├── Resources.resx
    │       │   │   │   ├── Settings.Designer.cs
    │       │   │   │   └── Settings.settings
    │       │   │   ├── app.config
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── B15-3.csproj.FileList.txt
    │       │   │       ├── Debug
    │       │   │       └── Example1.csproj.FileList.txt
    │       │   ├── Example1.sln
    │       │   └── Example1.suo
    │       └── PsnManager
    │           ├── B15-3-3.suo
    │           ├── PsnManager
    │           │   ├── DataObject.cs
    │           │   ├── Program.cs
    │           │   ├── Properties
    │           │   │   ├── AssemblyInfo.cs
    │           │   │   ├── Resources.Designer.cs
    │           │   │   ├── Resources.resx
    │           │   │   ├── Settings.Designer.cs
    │           │   │   └── Settings.settings
    │           │   ├── PsnForm.Designer.cs
    │           │   ├── PsnForm.cs
    │           │   ├── PsnForm.resx
    │           │   ├── PsnManager.csproj
    │           │   ├── SqlClass.cs
    │           │   ├── bin
    │           │   │   └── Debug
    │           │   └── obj
    │           │       ├── B15-3-3.csproj.FileList.txt
    │           │       ├── Debug
    │           │       └── PsnManager.csproj.FileList.txt
    │           ├── PsnManager.sln
    │           └── PsnManager.suo
    ├── chap16
    │   ├── Chap16_1
    │   │   ├── Example1
    │   │   │   ├── Example1
    │   │   │   │   ├── Example1.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example1.csproj.FileList.txt
    │   │   │   ├── Example1.sln
    │   │   │   └── Example1.suo
    │   │   ├── Example2
    │   │   │   ├── Example2
    │   │   │   │   ├── Example2.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example2.csproj.FileList.txt
    │   │   │   ├── Example2.sln
    │   │   │   └── Example2.suo
    │   │   ├── Example3
    │   │   │   ├── B16-1-3.suo
    │   │   │   ├── Example3
    │   │   │   │   ├── Example3.csproj
    │   │   │   │   ├── PrintForm.Designer.cs
    │   │   │   │   ├── PrintForm.cs
    │   │   │   │   ├── PrintForm.resx
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── Resources.Designer.cs
    │   │   │   │   │   ├── Resources.resx
    │   │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   │   └── Settings.settings
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── B16-1-3.csproj.FileList.txt
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example3.csproj.FileList.txt
    │   │   │   ├── Example3.sln
    │   │   │   └── Example3.suo
    │   │   └── PrintGridView
    │   │       ├── PrintGridView
    │   │       │   ├── PrintGridView.csproj
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   ├── AssemblyInfo.cs
    │   │       │   │   ├── Resources.Designer.cs
    │   │       │   │   ├── Resources.resx
    │   │       │   │   ├── Settings.Designer.cs
    │   │       │   │   └── Settings.settings
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   ├── obj
    │   │       │   │   ├── Debug
    │   │       │   │   └── PrintGridView.csproj.FileList.txt
    │   │       │   ├── printForm.Designer.cs
    │   │       │   ├── printForm.cs
    │   │       │   └── printForm.resx
    │   │       ├── PrintGridView.sln
    │   │       └── PrintGridView.suo
    │   └── Chap16_2
    │       ├── ADOCrystal
    │       │   ├── ADOCrystal
    │       │   │   ├── ADOCrystal.csproj
    │       │   │   ├── ADOCrystal.csproj.user
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   ├── AssemblyInfo.cs
    │       │   │   │   ├── Resources.Designer.cs
    │       │   │   │   ├── Resources.resx
    │       │   │   │   ├── Settings.Designer.cs
    │       │   │   │   └── Settings.settings
    │       │   │   ├── accountCrystalReport.cs
    │       │   │   ├── accountCrystalReport.rpt
    │       │   │   ├── accountDataSet.Designer.cs
    │       │   │   ├── accountDataSet.xsc
    │       │   │   ├── accountDataSet.xsd
    │       │   │   ├── accountDataSet.xss
    │       │   │   ├── accountForm.Designer.cs
    │       │   │   ├── accountForm.cs
    │       │   │   ├── accountForm.resx
    │       │   │   ├── app.config
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── ADOCrystal.csproj.FileList.txt
    │       │   │       └── Debug
    │       │   ├── ADOCrystal.sln
    │       │   └── ADOCrystal.suo
    │       ├── ReportTest
    │       │   ├── B16-3-1.suo
    │       │   ├── ReportTest
    │       │   │   ├── FormReport.Designer.cs
    │       │   │   ├── FormReport.cs
    │       │   │   ├── FormReport.resx
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   ├── AssemblyInfo.cs
    │       │   │   │   ├── Resources.Designer.cs
    │       │   │   │   ├── Resources.resx
    │       │   │   │   ├── Settings.Designer.cs
    │       │   │   │   └── Settings.settings
    │       │   │   ├── ReportTest.csproj
    │       │   │   ├── ReportTest.csproj.user
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   ├── crystalReportSrc.cs
    │       │   │   ├── crystalReportSrc.rpt
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── ReportTest.csproj.FileList.txt
    │       │   ├── ReportTest.sln
    │       │   └── ReportTest.suo
    │       ├── accountBook
    │       │   ├── accountBook
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   ├── AssemblyInfo.cs
    │       │   │   │   ├── Resources.Designer.cs
    │       │   │   │   ├── Resources.resx
    │       │   │   │   ├── Settings.Designer.cs
    │       │   │   │   └── Settings.settings
    │       │   │   ├── accountBook.Designer.cs
    │       │   │   ├── accountBook.cs
    │       │   │   ├── accountBook.csproj
    │       │   │   ├── accountBook.csproj.user
    │       │   │   ├── accountBook.resx
    │       │   │   ├── accountCrystalReport.cs
    │       │   │   ├── accountCrystalReport.rpt
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── accountBook.csproj.FileList.txt
    │       │   ├── accountBook.sln
    │       │   └── accountBook.suo
    │       └── parameterReport
    │           ├── parameterReport
    │           │   ├── Program.cs
    │           │   ├── Properties
    │           │   │   ├── AssemblyInfo.cs
    │           │   │   ├── Resources.Designer.cs
    │           │   │   ├── Resources.resx
    │           │   │   ├── Settings.Designer.cs
    │           │   │   └── Settings.settings
    │           │   ├── accountCrystalReport.cs
    │           │   ├── accountCrystalReport.rpt
    │           │   ├── accountForm.Designer.cs
    │           │   ├── accountForm.cs
    │           │   ├── accountForm.resx
    │           │   ├── bin
    │           │   │   └── Debug
    │           │   ├── obj
    │           │   │   ├── Debug
    │           │   │   └── parameterReport.csproj.FileList.txt
    │           │   ├── parameterReport.csproj
    │           │   └── parameterReport.csproj.user
    │           ├── parameterReport.sln
    │           └── parameterReport.suo
    ├── chap17
    │   ├── Chap17_2
    │   │   └── Test
    │   │       ├── ClassLibraryMath
    │   │       │   ├── ClassLibraryMath.csproj
    │   │       │   ├── Maths.cs
    │   │       │   ├── Properties
    │   │       │   │   └── AssemblyInfo.cs
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── ClassLibraryMath.csproj.FileList.txt
    │   │       │       └── Debug
    │   │       ├── Test
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   └── AssemblyInfo.cs
    │   │       │   ├── Test.csproj
    │   │       │   ├── Test.csproj.user
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── Test.csproj.FileList.txt
    │   │       ├── Test.sln
    │   │       └── Test.suo
    │   ├── Chap17_3
    │   │   ├── Example1
    │   │   │   ├── Example1
    │   │   │   │   ├── Example1.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Example1.csproj.FileList.txt
    │   │   │   ├── Example1.sln
    │   │   │   └── Example1.suo
    │   │   └── Example2
    │   │       ├── Example2
    │   │       │   ├── Example2.csproj
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   └── AssemblyInfo.cs
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── Example2.csproj.FileList.txt
    │   │       ├── Example2.sln
    │   │       └── Example2.suo
    │   └── Chap17_4
    │       ├── Example1
    │       │   ├── Example1
    │       │   │   ├── Example1.csproj
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── Example1.csproj.FileList.txt
    │       │   ├── Example1.sln
    │       │   └── Example1.suo
    │       └── Example2
    │           ├── Example2
    │           │   ├── Example2.csproj
    │           │   ├── Program.cs
    │           │   ├── Properties
    │           │   │   └── AssemblyInfo.cs
    │           │   ├── bin
    │           │   │   └── Debug
    │           │   └── obj
    │           │       ├── Debug
    │           │       └── Example2.csproj.FileList.txt
    │           ├── Example2.sln
    │           └── Example2.suo
    ├── chap18
    │   ├── Chap18_2
    │   │   ├── DesignTest
    │   │   │   ├── DesignTest
    │   │   │   │   ├── DesignTest.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── DesignTest.csproj.FileList.txt
    │   │   │   ├── DesignTest.sln
    │   │   │   └── DesignTest.suo
    │   │   └── ProductDesign
    │   │       ├── ProductDesign
    │   │       │   ├── ProductDesign.csproj
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   └── AssemblyInfo.cs
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── ProductDesign.csproj.FileList.txt
    │   │       ├── ProductDesign.sln
    │   │       └── ProductDesign.suo
    │   └── Chap18_3
    │       ├── MyMoney
    │       │   ├── Business
    │       │   │   ├── AccountBookManager.cs
    │       │   │   ├── Business.csproj
    │       │   │   ├── ClassTypeManager.cs
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Business.csproj.FileList.txt
    │       │   │       └── Debug
    │       │   ├── Common
    │       │   │   ├── AccountBook.cs
    │       │   │   ├── ClassType.cs
    │       │   │   ├── Common.csproj
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Common.csproj.FileList.txt
    │       │   │       └── Debug
    │       │   ├── CreateTable.sql
    │       │   ├── DataAccess
    │       │   │   ├── AccountBookData.cs
    │       │   │   ├── ClassTypeData.cs
    │       │   │   ├── DataAccess.csproj
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── DataAccess.csproj.FileList.txt
    │       │   │       └── Debug
    │       │   ├── InsertTable.sql
    │       │   ├── MyMoney
    │       │   │   ├── MainForm.Designer.cs
    │       │   │   ├── MainForm.cs
    │       │   │   ├── MainForm.resx
    │       │   │   ├── MyMoney.csproj
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   ├── AssemblyInfo.cs
    │       │   │   │   ├── Resources.Designer.cs
    │       │   │   │   ├── Resources.resx
    │       │   │   │   ├── Settings.Designer.cs
    │       │   │   │   └── Settings.settings
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── MyMoney.csproj.FileList.txt
    │       │   ├── MyMoney.sln
    │       │   └── MyMoney.suo
    │       ├── mymoney.mdf
    │       └── mymoney_log.ldf
    ├── chap19
    │   ├── Chap19_1
    │   │   └── WorkflowHelloWorld
    │   │       ├── WorkflowHelloWorld
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   ├── AssemblyInfo.cs
    │   │       │   │   ├── Settings.cs
    │   │       │   │   └── Settings.settings
    │   │       │   ├── Workflow1.cs
    │   │       │   ├── Workflow1.designer.cs
    │   │       │   ├── WorkflowHelloWorld.csproj
    │   │       │   ├── bin
    │   │       │   └── obj
    │   │       │       └── WorkflowHelloWorld.csproj.FileList.txt
    │   │       ├── WorkflowHelloWorld.sln
    │   │       └── WorkflowHelloWorld.suo
    │   ├── Chap19_2
    │   │   └── SquareFlow
    │   │       ├── SequentialTest.suo
    │   │       ├── SquareFlow
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   ├── AssemblyInfo.cs
    │   │       │   │   ├── Settings.cs
    │   │       │   │   └── Settings.settings
    │   │       │   ├── SquareFlow.cs
    │   │       │   ├── SquareFlow.csproj
    │   │       │   ├── SquareFlow.designer.cs
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       ├── SequentialTest.csproj.FileList.txt
    │   │       │       ├── SquareFlow.csproj.FileList.txt
    │   │       │       └── Workflow19-2.csproj.FileList.txt
    │   │       ├── SquareFlow.sln
    │   │       ├── SquareFlow.suo
    │   │       └── Workflow19-2.suo
    │   ├── Chap19_3
    │   │   └── TrafficFlow
    │   │       ├── TrafficFlow
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   ├── AssemblyInfo.cs
    │   │       │   │   ├── Settings.cs
    │   │       │   │   └── Settings.settings
    │   │       │   ├── TrafficFlow.cs
    │   │       │   ├── TrafficFlow.csproj
    │   │       │   ├── TrafficFlow.designer.cs
    │   │       │   ├── TrafficFlow.layout
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       ├── TrafficFlow.csproj.FileList.txt
    │   │       │       └── Workflow19-3-2.csproj.FileList.txt
    │   │       ├── TrafficFlow.sln
    │   │       ├── TrafficFlow.suo
    │   │       └── Workflow19-3-2.suo
    │   ├── Chap19_4
    │   │   ├── CallEMActivityTest
    │   │   │   ├── CallEMActivityTest
    │   │   │   │   ├── CallEMActivityTest.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   │   └── Settings.settings
    │   │   │   │   ├── TestWorkflow.cs
    │   │   │   │   ├── TestWorkflow.designer.cs
    │   │   │   │   ├── bin
    │   │   │   │   └── obj
    │   │   │   │       └── CallEMActivityTest.csproj.FileList.txt
    │   │   │   ├── CallEMActivityTest.sln
    │   │   │   └── CallEMActivityTest.suo
    │   │   ├── CountFlow
    │   │   │   ├── CountFlow
    │   │   │   │   ├── CountFlow.cs
    │   │   │   │   ├── CountFlow.csproj
    │   │   │   │   ├── CountFlow.designer.cs
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── Settings.cs
    │   │   │   │   │   └── Settings.settings
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── CountFlow.csproj.FileList.txt
    │   │   │   │       ├── Debug
    │   │   │   │       └── Workflow19-4-1.csproj.FileList.txt
    │   │   │   ├── CountFlow.sln
    │   │   │   ├── CountFlow.suo
    │   │   │   └── Workflow19-4-1.suo
    │   │   └── EventControlTest
    │   │       ├── EventControlTest
    │   │       │   ├── EventControlTest.csproj
    │   │       │   ├── EventControlWorkflow.cs
    │   │       │   ├── EventControlWorkflow.designer.cs
    │   │       │   ├── EventControlWorkflow.layout
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   ├── AssemblyInfo.cs
    │   │       │   │   ├── Settings.cs
    │   │       │   │   └── Settings.settings
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── EventControlTest.csproj.FileList.txt
    │   │       ├── EventControlTest.sln
    │   │       └── EventControlTest.suo
    │   └── Chap19_5
    │       └── OrderTest
    │           ├── OrderFlow
    │           │   ├── IOrderControl.cs
    │           │   ├── OrderFlow.csproj
    │           │   ├── OrderService.cs
    │           │   ├── OrderWork.cs
    │           │   ├── OrderWork.designer.cs
    │           │   ├── OrderWork.layout
    │           │   ├── Properties
    │           │   │   ├── AssemblyInfo.cs
    │           │   │   ├── Settings.cs
    │           │   │   └── Settings.settings
    │           │   ├── bin
    │           │   │   └── Debug
    │           │   └── obj
    │           │       ├── Debug
    │           │       └── OrderFlow.csproj.FileList.txt
    │           ├── OrderTest
    │           │   ├── OrderTest.Designer.cs
    │           │   ├── OrderTest.cs
    │           │   ├── OrderTest.csproj
    │           │   ├── OrderTest.resx
    │           │   ├── Program.cs
    │           │   ├── Properties
    │           │   │   ├── AssemblyInfo.cs
    │           │   │   ├── Resources.Designer.cs
    │           │   │   ├── Resources.resx
    │           │   │   ├── Settings.Designer.cs
    │           │   │   └── Settings.settings
    │           │   ├── bin
    │           │   │   └── Debug
    │           │   └── obj
    │           │       ├── Debug
    │           │       └── OrderTest.csproj.FileList.txt
    │           ├── OrderTest.sln
    │           └── OrderTest.suo
    ├── chap20
    │   ├── HomeMoney
    │   │   ├── Business
    │   │   │   ├── AccountBookManager.cs
    │   │   │   ├── BillDailyManager.cs
    │   │   │   ├── BillInvestManager.cs
    │   │   │   ├── Business.csproj
    │   │   │   ├── ClassInfoManager.cs
    │   │   │   ├── Properties
    │   │   │   │   └── AssemblyInfo.cs
    │   │   │   ├── SystemManager.cs
    │   │   │   ├── UserManager.cs
    │   │   │   ├── bin
    │   │   │   │   └── Debug
    │   │   │   │       ├── Business.dll
    │   │   │   │       ├── Business.pdb
    │   │   │   │       ├── Common.dll
    │   │   │   │       ├── Common.pdb
    │   │   │   │       ├── DataAccess.dll
    │   │   │   │       └── DataAccess.pdb
    │   │   │   └── obj
    │   │   │       ├── Business.csproj.FileList.txt
    │   │   │       └── Debug
    │   │   │           ├── Business.dll
    │   │   │           ├── Business.pdb
    │   │   │           ├── Refactor
    │   │   │           ├── ResolveAssemblyReference.cache
    │   │   │           └── TempPE
    │   │   ├── Common
    │   │   │   ├── Common.csproj
    │   │   │   ├── CommonEnum.cs
    │   │   │   ├── DataObj
    │   │   │   │   ├── AccountBook.cs
    │   │   │   │   ├── BillDaily.cs
    │   │   │   │   ├── BillInvest.cs
    │   │   │   │   ├── ClassInfo.cs
    │   │   │   │   ├── System.cs
    │   │   │   │   └── User.cs
    │   │   │   ├── Log.cs
    │   │   │   ├── Properties
    │   │   │   │   └── AssemblyInfo.cs
    │   │   │   ├── bin
    │   │   │   │   └── Debug
    │   │   │   │       ├── Common.dll
    │   │   │   │       └── Common.pdb
    │   │   │   └── obj
    │   │   │       ├── Common.csproj.FileList.txt
    │   │   │       └── Debug
    │   │   │           ├── Common.dll
    │   │   │           ├── Common.pdb
    │   │   │           ├── Refactor
    │   │   │           └── TempPE
    │   │   ├── DataAccess
    │   │   │   ├── AccountBooks.cs
    │   │   │   ├── BillDailys.cs
    │   │   │   ├── BillInvests.cs
    │   │   │   ├── ClassInfos.cs
    │   │   │   ├── DataAccess.csproj
    │   │   │   ├── Properties
    │   │   │   │   └── AssemblyInfo.cs
    │   │   │   ├── Systems.cs
    │   │   │   ├── Users.cs
    │   │   │   ├── bin
    │   │   │   │   └── Debug
    │   │   │   │       ├── Common.dll
    │   │   │   │       ├── Common.pdb
    │   │   │   │       ├── DataAccess.dll
    │   │   │   │       └── DataAccess.pdb
    │   │   │   └── obj
    │   │   │       ├── DataAccess.csproj.FileList.txt
    │   │   │       └── Debug
    │   │   │           ├── DataAccess.dll
    │   │   │           ├── DataAccess.pdb
    │   │   │           ├── Refactor
    │   │   │           ├── ResolveAssemblyReference.cache
    │   │   │           └── TempPE
    │   │   ├── HomeMoney
    │   │   │   ├── AccountBookForm.Designer.cs
    │   │   │   ├── AccountBookForm.cs
    │   │   │   ├── AccountBookForm.resx
    │   │   │   ├── BillDailyForm.Designer.cs
    │   │   │   ├── BillDailyForm.cs
    │   │   │   ├── BillDailyForm.resx
    │   │   │   ├── BillInvestForm.Designer.cs
    │   │   │   ├── BillInvestForm.cs
    │   │   │   ├── BillInvestForm.resx
    │   │   │   ├── GridFindForm.Designer.cs
    │   │   │   ├── GridFindForm.cs
    │   │   │   ├── GridFindForm.resx
    │   │   │   ├── GridForm.Designer.cs
    │   │   │   ├── GridForm.cs
    │   │   │   ├── GridForm.resx
    │   │   │   ├── HomeMoney.csproj
    │   │   │   ├── MainForm.Designer.cs
    │   │   │   ├── MainForm.cs
    │   │   │   ├── MainForm.resx
    │   │   │   ├── Program.cs
    │   │   │   ├── Properties
    │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   ├── Resources.Designer.cs
    │   │   │   │   ├── Resources.resx
    │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   └── Settings.settings
    │   │   │   ├── Resources
    │   │   │   │   ├── SpeedItemButtonHot.bmp
    │   │   │   │   ├── Thumbs.db
    │   │   │   │   ├── baobiao.bmp
    │   │   │   │   ├── bg.gif
    │   │   │   │   ├── book.gif
    │   │   │   │   ├── daochu.bmp
    │   │   │   │   ├── dayin.bmp
    │   │   │   │   ├── home.bmp
    │   │   │   │   ├── houtui.bmp
    │   │   │   │   ├── jisq.bmp
    │   │   │   │   └── qinjin.bmp
    │   │   │   ├── SystemForm.Designer.cs
    │   │   │   ├── SystemForm.cs
    │   │   │   ├── SystemForm.resx
    │   │   │   ├── UserForm.Designer.cs
    │   │   │   ├── UserForm.cs
    │   │   │   ├── UserForm.resx
    │   │   │   ├── bin
    │   │   │   │   └── Debug
    │   │   │   │       ├── Business.dll
    │   │   │   │       ├── Business.pdb
    │   │   │   │       ├── Common.dll
    │   │   │   │       ├── Common.pdb
    │   │   │   │       ├── DataAccess.dll
    │   │   │   │       ├── DataAccess.pdb
    │   │   │   │       ├── HomeMoney.exe
    │   │   │   │       ├── HomeMoney.pdb
    │   │   │   │       ├── HomeMoney.vshost.exe
    │   │   │   │       ├── dd
    │   │   │   │       ├── info
    │   │   │   │       ├── log_2007-08-24.txt
    │   │   │   │       └── log_2007-11-28.txt
    │   │   │   └── obj
    │   │   │       ├── Debug
    │   │   │       │   ├── HomeMoney.AccountBookForm.resources
    │   │   │       │   ├── HomeMoney.BillDailyForm.resources
    │   │   │       │   ├── HomeMoney.BillInvestForm.resources
    │   │   │       │   ├── HomeMoney.GridFindForm.resources
    │   │   │       │   ├── HomeMoney.GridForm.resources
    │   │   │       │   ├── HomeMoney.MainForm.resources
    │   │   │       │   ├── HomeMoney.Properties.Resources.resources
    │   │   │       │   ├── HomeMoney.SystemForm.resources
    │   │   │       │   ├── HomeMoney.UserForm.resources
    │   │   │       │   ├── HomeMoney.csproj.GenerateResource.Cache
    │   │   │       │   ├── HomeMoney.exe
    │   │   │       │   ├── HomeMoney.pdb
    │   │   │       │   ├── Refactor
    │   │   │       │   ├── ResolveAssemblyReference.cache
    │   │   │       │   └── TempPE
    │   │   │       └── HomeMoney.csproj.FileList.txt
    │   │   ├── HomeMoney.sln
    │   │   └── HomeMoney.suo
    │   ├── SQLQuery.sql
    │   ├── homemoney.mdf
    │   ├── homemoney_log.ldf
    │   └── 使用说明.txt
    ├── chap21
    │   ├── Chap21_2
    │   │   ├── P2PServer
    │   │   │   ├── P2PClient
    │   │   │   │   ├── Client.Designer.cs
    │   │   │   │   ├── Client.cs
    │   │   │   │   ├── Client.resx
    │   │   │   │   ├── P2PClient.cs
    │   │   │   │   ├── P2PClient.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── Resources.Designer.cs
    │   │   │   │   │   ├── Resources.resx
    │   │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   │   └── Settings.settings
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── P2PClient.csproj.FileList.txt
    │   │   │   ├── P2PServer
    │   │   │   │   ├── P2PServer.cs
    │   │   │   │   ├── P2PServer.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── Resources.Designer.cs
    │   │   │   │   │   ├── Resources.resx
    │   │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   │   └── Settings.settings
    │   │   │   │   ├── Server.Designer.cs
    │   │   │   │   ├── Server.cs
    │   │   │   │   ├── Server.resx
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── P2PServer.csproj.FileList.txt
    │   │   │   ├── P2PServer.sln
    │   │   │   └── P2PServer.suo
    │   │   ├── TCPServer
    │   │   │   ├── Client
    │   │   │   │   ├── Client.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Client.csproj.FileList.txt
    │   │   │   │       └── Debug
    │   │   │   ├── Server
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── Server.csproj
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── Server.csproj.FileList.txt
    │   │   │   ├── Server.sln
    │   │   │   └── Server.suo
    │   │   └── UDPServer
    │   │       ├── Client
    │   │       │   ├── Client.csproj
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   └── AssemblyInfo.cs
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Client.csproj.FileList.txt
    │   │       │       └── Debug
    │   │       ├── Server
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   └── AssemblyInfo.cs
    │   │       │   ├── Server.csproj
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── Server.csproj.FileList.txt
    │   │       ├── Server.sln
    │   │       └── Server.suo
    │   └── Chap21_3
    │       ├── WebBrowse
    │       │   ├── WebBrowse
    │       │   │   ├── FormBrowse.Designer.cs
    │       │   │   ├── FormBrowse.cs
    │       │   │   ├── FormBrowse.resx
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   ├── AssemblyInfo.cs
    │       │   │   │   ├── Resources.Designer.cs
    │       │   │   │   ├── Resources.resx
    │       │   │   │   ├── Settings.Designer.cs
    │       │   │   │   └── Settings.settings
    │       │   │   ├── WebBrowse.csproj
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── WebBrowse.csproj.FileList.txt
    │       │   ├── WebBrowse.sln
    │       │   └── WebBrowse.suo
    │       └── WebClientTest
    │           ├── B21-3.suo
    │           ├── WebClientTest
    │           │   ├── FormClient.Designer.cs
    │           │   ├── FormClient.cs
    │           │   ├── FormClient.resx
    │           │   ├── Program.cs
    │           │   ├── Properties
    │           │   │   ├── AssemblyInfo.cs
    │           │   │   ├── Resources.Designer.cs
    │           │   │   ├── Resources.resx
    │           │   │   ├── Settings.Designer.cs
    │           │   │   └── Settings.settings
    │           │   ├── WebClientTest.csproj
    │           │   ├── bin
    │           │   │   └── Debug
    │           │   └── obj
    │           │       ├── Debug
    │           │       └── WebClientTest.csproj.FileList.txt
    │           ├── WebClientTest.sln
    │           └── WebClientTest.suo
    ├── chap22
    │   ├── Chap22_2
    │   │   ├── Book.xml
    │   │   ├── Breakfast.xml
    │   │   ├── Breakfast.xsd
    │   │   ├── Food.xml
    │   │   ├── Mail.xml
    │   │   ├── Mails.xml
    │   │   ├── Mails.xsd
    │   │   └── Note.xml
    │   └── Chap22_3
    │       ├── XmlDateSet
    │       │   ├── XmlDateSet
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── XmlDateSet.csproj
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── XmlDateSet.csproj.FileList.txt
    │       │   ├── XmlDateSet.sln
    │       │   └── XmlDateSet.suo
    │       ├── XmlReader
    │       │   ├── XmlReader
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── XmlReader.csproj
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── XmlReader.csproj.FileList.txt
    │       │   ├── XmlReader.sln
    │       │   └── XmlReader.suo
    │       ├── XmlValidating
    │       │   ├── XmlValidating
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── XmlValidating.csproj
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── XmlValidating.csproj.FileList.txt
    │       │   ├── XmlValidating.sln
    │       │   └── XmlValidating.suo
    │       ├── XmlWriter
    │       │   ├── XmlWriter
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── XmlWriter.csproj
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── XmlWriter.csproj.FileList.txt
    │       │   ├── XmlWriter.sln
    │       │   └── XmlWriter.suo
    │       ├── XmldocReader
    │       │   ├── XmldocReader
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── XmldocReader.csproj
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── XmldocReader.csproj.FileList.txt
    │       │   ├── XmldocReader.sln
    │       │   └── XmldocReader.suo
    │       └── XmldocWriter
    │           ├── XmldocWriter
    │           │   ├── Program.cs
    │           │   ├── Properties
    │           │   │   └── AssemblyInfo.cs
    │           │   ├── XmldocWriter.csproj
    │           │   ├── bin
    │           │   │   └── Debug
    │           │   └── obj
    │           │       ├── Debug
    │           │       └── XmldocWriter.csproj.FileList.txt
    │           ├── XmldocWriter.sln
    │           └── XmldocWriter.suo
    ├── chap23
    │   ├── Chap23_1
    │   │   ├── Ask.html
    │   │   ├── Hello.html
    │   │   ├── Table.html
    │   │   ├── Test.html
    │   │   └── Thtml.html
    │   ├── Chap23_2
    │   │   └── WebHello
    │   │       ├── WebHello
    │   │       │   ├── App_Data
    │   │       │   ├── Default.aspx
    │   │       │   ├── Default.aspx.cs
    │   │       │   ├── Login.aspx
    │   │       │   ├── Login.aspx.cs
    │   │       │   └── web.config
    │   │       ├── WebHello.sln
    │   │       └── WebHello.suo
    │   └── Chap23_3
    │       └── WebControl
    │           ├── WebControl
    │           │   ├── App_Data
    │           │   ├── Default.aspx
    │           │   ├── Default.aspx.cs
    │           │   ├── Web.Config
    │           │   ├── button-add.gif
    │           │   ├── china.gif
    │           │   ├── placeholder-100.jpg
    │           │   ├── qie.jpg
    │           │   └── title.jpg
    │           ├── WebControl.sln
    │           └── WebControl.suo
    ├── chap24
    │   ├── Chap24_1
    │   │   ├── MyWebSite
    │   │   │   ├── MyWebSite.sln
    │   │   │   ├── MyWebSite.suo
    │   │   │   └── myWebSite
    │   │   │       ├── App_Code
    │   │   │       │   └── Class1.cs
    │   │   │       ├── App_Data
    │   │   │       ├── Default.aspx
    │   │   │       ├── Default.aspx.cs
    │   │   │       ├── Global.asax
    │   │   │       ├── MyPage.aspx
    │   │   │       └── MyPage.aspx.cs
    │   │   └── TestTransfer
    │   │       ├── TestTransfer
    │   │       │   ├── App_Data
    │   │       │   ├── Default.aspx
    │   │       │   ├── Default.aspx.cs
    │   │       │   ├── desForm.aspx
    │   │       │   ├── desForm.aspx.cs
    │   │       │   ├── srcForm.aspx
    │   │       │   └── srcForm.aspx.cs
    │   │       ├── TestTransfer.sln
    │   │       └── TestTransfer.suo
    │   ├── Chap24_2
    │   │   └── DataBinding
    │   │       ├── DataBinding
    │   │       │   ├── App_Data
    │   │       │   ├── Default.aspx
    │   │       │   ├── Default.aspx.cs
    │   │       │   ├── Global.asax
    │   │       │   ├── TDataList.aspx
    │   │       │   ├── TDataList.aspx.cs
    │   │       │   ├── TFormView.aspx
    │   │       │   ├── TFormView.aspx.cs
    │   │       │   ├── TGridView.aspx
    │   │       │   ├── TGridView.aspx.cs
    │   │       │   ├── Web.Config
    │   │       │   └── dd.JPG
    │   │       ├── DataBinding.sln
    │   │       └── DataBinding.suo
    │   └── Chap24_3
    │       └── WebControl
    │           ├── WebControl
    │           │   ├── App_Data
    │           │   ├── Default.aspx
    │           │   ├── Default.aspx.cs
    │           │   ├── Login.aspx
    │           │   ├── Login.aspx.cs
    │           │   ├── MapPath.aspx
    │           │   ├── MapPath.aspx.cs
    │           │   ├── Validator.aspx
    │           │   ├── Validator.aspx.cs
    │           │   ├── Web.sitemap
    │           │   ├── WebParts.aspx
    │           │   ├── WebParts.aspx.cs
    │           │   └── web.config
    │           ├── WebControl.sln
    │           └── WebControl.suo
    ├── chap25
    │   ├── Chap25_1
    │   │   ├── WebCountService
    │   │   │   ├── WebCountService
    │   │   │   │   ├── App_Code
    │   │   │   │   │   └── Service.cs
    │   │   │   │   ├── App_Data
    │   │   │   │   └── Service.asmx
    │   │   │   ├── WebCountService.sln
    │   │   │   └── WebCountService.suo
    │   │   └── WebService
    │   │       ├── WebService
    │   │       │   ├── App_Code
    │   │       │   │   └── Service.cs
    │   │       │   ├── App_Data
    │   │       │   ├── Service.asmx
    │   │       │   └── Web.Config
    │   │       ├── WebService.sln
    │   │       └── WebService.suo
    │   ├── Chap25_2
    │   │   └── MyWebSite
    │   │       ├── MyWebSite
    │   │       │   ├── App_Code
    │   │       │   │   └── CountWebService.cs
    │   │       │   ├── App_Data
    │   │       │   ├── CountWebService.asmx
    │   │       │   ├── Default.aspx
    │   │       │   ├── Default.aspx.cs
    │   │       │   └── Web.Config
    │   │       ├── MyWebSite.sln
    │   │       └── MyWebSite.suo
    │   └── Chap25_3
    │       ├── StockManager
    │       │   ├── StockManager
    │       │   │   ├── StockManager.csproj
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       └── Debug
    │       │   ├── StockManager.sln
    │       │   ├── StockManager.suo
    │       │   ├── StockService
    │       │   │   ├── App_Code
    │       │   │   │   ├── Business
    │       │   │   │   ├── DataAccess
    │       │   │   │   └── StockService.cs
    │       │   │   ├── App_Data
    │       │   │   └── StockService.asmx
    │       │   ├── WebStockSite
    │       │   │   ├── App_Data
    │       │   │   ├── App_WebReferences
    │       │   │   │   └── StockServer
    │       │   │   ├── Default.aspx
    │       │   │   ├── Default.aspx.cs
    │       │   │   └── Web.Config
    │       │   ├── WindowsStock
    │       │   │   ├── FormStock.Designer.cs
    │       │   │   ├── FormStock.cs
    │       │   │   ├── FormStock.resx
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   ├── AssemblyInfo.cs
    │       │   │   │   ├── Resources.Designer.cs
    │       │   │   │   ├── Resources.resx
    │       │   │   │   ├── Settings.Designer.cs
    │       │   │   │   └── Settings.settings
    │       │   │   ├── Web References
    │       │   │   │   └── StockServer
    │       │   │   ├── WindowsStock.csproj
    │       │   │   ├── app.config
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── WindowsStock.csproj.FileList.txt
    │       │   └── 运行说明.txt
    │       └── WebCountService
    │           ├── WebCountService
    │           │   ├── App_Code
    │           │   │   └── Service.cs
    │           │   ├── App_Data
    │           │   └── Service.asmx
    │           ├── WebCountService.sln
    │           ├── WebCountService.suo
    │           ├── WebSiteCount
    │           │   ├── App_Data
    │           │   ├── App_WebReferences
    │           │   │   └── LocalCountSev
    │           │   ├── Default.aspx
    │           │   ├── Default.aspx.cs
    │           │   └── Web.Config
    │           └── WindowsCount
    │               ├── FormTest.Designer.cs
    │               ├── FormTest.cs
    │               ├── FormTest.resx
    │               ├── Program.cs
    │               ├── Properties
    │               │   ├── AssemblyInfo.cs
    │               │   ├── Resources.Designer.cs
    │               │   ├── Resources.resx
    │               │   ├── Settings.Designer.cs
    │               │   └── Settings.settings
    │               ├── Web References
    │               │   └── LocalCountSev
    │               ├── WindowsCount.csproj
    │               ├── app.config
    │               ├── bin
    │               │   └── Debug
    │               └── obj
    │                   ├── Debug
    │                   └── WindowsCount.csproj.FileList.txt
    ├── chap26
    │   ├── Chap26_1
    │   │   └── Hello
    │   │       ├── Hello
    │   │       │   ├── App.xaml
    │   │       │   ├── App.xaml.cs
    │   │       │   ├── Hello.csproj
    │   │       │   ├── Properties
    │   │       │   │   ├── AssemblyInfo.cs
    │   │       │   │   ├── Resources.cs
    │   │       │   │   ├── Resources.resx
    │   │       │   │   ├── Settings.cs
    │   │       │   │   └── Settings.settings
    │   │       │   ├── Window1.xaml
    │   │       │   ├── Window1.xaml.cs
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── Hello.csproj.FileList.txt
    │   │       ├── Hello.sln
    │   │       └── Hello.suo
    │   ├── Chap26_2
    │   │   ├── Login
    │   │   │   ├── XAMLBrowserApplication1
    │   │   │   │   ├── App.xaml
    │   │   │   │   ├── App.xaml.cs
    │   │   │   │   ├── Page1.xaml
    │   │   │   │   ├── Page1.xaml.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── Resources.cs
    │   │   │   │   │   ├── Resources.resx
    │   │   │   │   │   ├── Settings.cs
    │   │   │   │   │   ├── Settings.settings
    │   │   │   │   │   └── app.manifest
    │   │   │   │   ├── Readme.txt
    │   │   │   │   ├── XAMLBrowserApplication1.csproj
    │   │   │   │   ├── XAMLBrowserApplication1_TemporaryKey.pfx
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── XAMLBrowserApplication1.csproj.FileList.txt
    │   │   │   ├── XAMLBrowserApplication1.sln
    │   │   │   └── XAMLBrowserApplication1.suo
    │   │   ├── TxtBinding
    │   │   │   ├── TxtBinding
    │   │   │   │   ├── App.xaml
    │   │   │   │   ├── App.xaml.cs
    │   │   │   │   ├── Page1.xaml
    │   │   │   │   ├── Page1.xaml.cs
    │   │   │   │   ├── Person.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── Resources.cs
    │   │   │   │   │   ├── Resources.resx
    │   │   │   │   │   ├── Settings.cs
    │   │   │   │   │   ├── Settings.settings
    │   │   │   │   │   └── app.manifest
    │   │   │   │   ├── Readme.txt
    │   │   │   │   ├── TxtBinding.csproj
    │   │   │   │   ├── TxtBinding_TemporaryKey.pfx
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── TxtBinding.csproj.FileList.txt
    │   │   │   ├── TxtBinding.sln
    │   │   │   └── TxtBinding.suo
    │   │   ├── WCanvas
    │   │   │   ├── WCanvas
    │   │   │   │   ├── App.xaml
    │   │   │   │   ├── App.xaml.cs
    │   │   │   │   ├── Page1.xaml
    │   │   │   │   ├── Page1.xaml.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── Resources.cs
    │   │   │   │   │   ├── Resources.resx
    │   │   │   │   │   ├── Settings.cs
    │   │   │   │   │   ├── Settings.settings
    │   │   │   │   │   └── app.manifest
    │   │   │   │   ├── Readme.txt
    │   │   │   │   ├── WCanvas.csproj
    │   │   │   │   ├── WCanvas_TemporaryKey.pfx
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── WCanvas.csproj.FileList.txt
    │   │   │   ├── WCanvas.sln
    │   │   │   └── WCanvas.suo
    │   │   ├── WComboBox
    │   │   │   ├── WComboBox
    │   │   │   │   ├── App.xaml
    │   │   │   │   ├── App.xaml.cs
    │   │   │   │   ├── Page1.xaml
    │   │   │   │   ├── Page1.xaml.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── Resources.cs
    │   │   │   │   │   ├── Resources.resx
    │   │   │   │   │   ├── Settings.cs
    │   │   │   │   │   ├── Settings.settings
    │   │   │   │   │   └── app.manifest
    │   │   │   │   ├── Readme.txt
    │   │   │   │   ├── WComboBox.csproj
    │   │   │   │   ├── WComboBox_TemporaryKey.pfx
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── WComboBox.csproj.FileList.txt
    │   │   │   ├── WComboBox.sln
    │   │   │   └── WComboBox.suo
    │   │   ├── WDataSet-ListBox
    │   │   │   ├── WDataSet
    │   │   │   │   ├── App.xaml
    │   │   │   │   ├── App.xaml.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── Resources.cs
    │   │   │   │   │   ├── Resources.resx
    │   │   │   │   │   ├── Settings.cs
    │   │   │   │   │   └── Settings.settings
    │   │   │   │   ├── TestWindow.xaml
    │   │   │   │   ├── TestWindow.xaml.cs
    │   │   │   │   ├── WDataSet.csproj
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── WDataSet.csproj.FileList.txt
    │   │   │   ├── WDataSet.sln
    │   │   │   └── WDataSet.suo
    │   │   ├── WDataSet-ListView
    │   │   │   ├── WDataSet
    │   │   │   │   ├── App.xaml
    │   │   │   │   ├── App.xaml.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── Resources.cs
    │   │   │   │   │   ├── Resources.resx
    │   │   │   │   │   ├── Settings.cs
    │   │   │   │   │   └── Settings.settings
    │   │   │   │   ├── TestWindow.xaml
    │   │   │   │   ├── TestWindow.xaml.cs
    │   │   │   │   ├── WDataSet.csproj
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── WDataSet.csproj.FileList.txt
    │   │   │   ├── WDataSet.sln
    │   │   │   └── WDataSet.suo
    │   │   ├── WListView
    │   │   │   ├── WListView
    │   │   │   │   ├── App.xaml
    │   │   │   │   ├── App.xaml.cs
    │   │   │   │   ├── Page1.xaml
    │   │   │   │   ├── Page1.xaml.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── Resources.cs
    │   │   │   │   │   ├── Resources.resx
    │   │   │   │   │   ├── Settings.cs
    │   │   │   │   │   ├── Settings.settings
    │   │   │   │   │   └── app.manifest
    │   │   │   │   ├── Readme.txt
    │   │   │   │   ├── WListView.csproj
    │   │   │   │   ├── WListView_TemporaryKey.pfx
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── WListView.csproj.FileList.txt
    │   │   │   ├── WListView.sln
    │   │   │   └── WListView.suo
    │   │   ├── WMenu
    │   │   │   ├── WMenu
    │   │   │   │   ├── App.xaml
    │   │   │   │   ├── App.xaml.cs
    │   │   │   │   ├── Page1.xaml
    │   │   │   │   ├── Page1.xaml.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── Resources.cs
    │   │   │   │   │   ├── Resources.resx
    │   │   │   │   │   ├── Settings.cs
    │   │   │   │   │   ├── Settings.settings
    │   │   │   │   │   └── app.manifest
    │   │   │   │   ├── Readme.txt
    │   │   │   │   ├── WMenu.csproj
    │   │   │   │   ├── WMenu_TemporaryKey.pfx
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── WMenu.csproj.FileList.txt
    │   │   │   ├── WMenu.sln
    │   │   │   └── WMenu.suo
    │   │   └── WTreeView
    │   │       ├── WTreeView
    │   │       │   ├── App.xaml
    │   │       │   ├── App.xaml.cs
    │   │       │   ├── Page1.xaml
    │   │       │   ├── Page1.xaml.cs
    │   │       │   ├── Properties
    │   │       │   │   ├── AssemblyInfo.cs
    │   │       │   │   ├── Resources.cs
    │   │       │   │   ├── Resources.resx
    │   │       │   │   ├── Settings.cs
    │   │       │   │   ├── Settings.settings
    │   │       │   │   └── app.manifest
    │   │       │   ├── Readme.txt
    │   │       │   ├── WTreeView.csproj
    │   │       │   ├── WTreeView_TemporaryKey.pfx
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── WTreeView.csproj.FileList.txt
    │   │       ├── WTreeView.sln
    │   │       └── WTreeView.suo
    │   └── Chap26_3
    │       ├── EffectButton
    │       │   ├── EffectButton
    │       │   │   ├── App.xaml
    │       │   │   ├── App.xaml.cs
    │       │   │   ├── EffectButton.csproj
    │       │   │   ├── EffectButton_TemporaryKey.pfx
    │       │   │   ├── Page1.xaml
    │       │   │   ├── Page1.xaml.cs
    │       │   │   ├── Properties
    │       │   │   │   ├── AssemblyInfo.cs
    │       │   │   │   ├── Resources.cs
    │       │   │   │   ├── Resources.resx
    │       │   │   │   ├── Settings.cs
    │       │   │   │   ├── Settings.settings
    │       │   │   │   └── app.manifest
    │       │   │   ├── Readme.txt
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── EffectButton.csproj.FileList.txt
    │       │   ├── EffectButton.sln
    │       │   └── EffectButton.suo
    │       ├── W2Dgraphic
    │       │   ├── W2Dgraphic
    │       │   │   ├── App.xaml
    │       │   │   ├── App.xaml.cs
    │       │   │   ├── Page1.xaml
    │       │   │   ├── Page1.xaml.cs
    │       │   │   ├── Properties
    │       │   │   │   ├── AssemblyInfo.cs
    │       │   │   │   ├── Resources.cs
    │       │   │   │   ├── Resources.resx
    │       │   │   │   ├── Settings.cs
    │       │   │   │   ├── Settings.settings
    │       │   │   │   └── app.manifest
    │       │   │   ├── Readme.txt
    │       │   │   ├── W2Dgraphic.csproj
    │       │   │   ├── W2Dgraphic_TemporaryKey.pfx
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── W2Dgraphic.csproj.FileList.txt
    │       │   ├── W2Dgraphic.sln
    │       │   └── W2Dgraphic.suo
    │       ├── W3Dgraphic
    │       │   ├── W3Dgraphic
    │       │   │   ├── App.xaml
    │       │   │   ├── App.xaml.cs
    │       │   │   ├── Page1.xaml
    │       │   │   ├── Page1.xaml.cs
    │       │   │   ├── Properties
    │       │   │   │   ├── AssemblyInfo.cs
    │       │   │   │   ├── Resources.cs
    │       │   │   │   ├── Resources.resx
    │       │   │   │   ├── Settings.cs
    │       │   │   │   ├── Settings.settings
    │       │   │   │   └── app.manifest
    │       │   │   ├── Readme.txt
    │       │   │   ├── W3Dgraphic.csproj
    │       │   │   ├── W3Dgraphic_TemporaryKey.pfx
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── W3Dgraphic.csproj.FileList.txt
    │       │   ├── W3Dgraphic.sln
    │       │   └── W3Dgraphic.suo
    │       ├── WAnimation
    │       │   ├── WAnimation
    │       │   │   ├── App.xaml
    │       │   │   ├── App.xaml.cs
    │       │   │   ├── Page1.xaml
    │       │   │   ├── Page1.xaml.cs
    │       │   │   ├── Properties
    │       │   │   │   ├── AssemblyInfo.cs
    │       │   │   │   ├── Resources.cs
    │       │   │   │   ├── Resources.resx
    │       │   │   │   ├── Settings.cs
    │       │   │   │   ├── Settings.settings
    │       │   │   │   └── app.manifest
    │       │   │   ├── Readme.txt
    │       │   │   ├── WAnimation.csproj
    │       │   │   ├── WAnimation_TemporaryKey.pfx
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── WAnimation.csproj.FileList.txt
    │       │   ├── WAnimation.sln
    │       │   └── WAnimation.suo
    │       ├── WAudio
    │       │   ├── WAudio
    │       │   │   ├── App.xaml
    │       │   │   ├── App.xaml.cs
    │       │   │   ├── Properties
    │       │   │   │   ├── AssemblyInfo.cs
    │       │   │   │   ├── Resources.cs
    │       │   │   │   ├── Resources.resx
    │       │   │   │   ├── Settings.cs
    │       │   │   │   └── Settings.settings
    │       │   │   ├── WAudio.csproj
    │       │   │   ├── Window1.xaml
    │       │   │   ├── Window1.xaml.cs
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       └── Debug
    │       │   ├── WAudio.sln
    │       │   └── WAudio.suo
    │       └── WMedia
    │           ├── WMedia
    │           │   ├── App.xaml
    │           │   ├── App.xaml.cs
    │           │   ├── Properties
    │           │   │   ├── AssemblyInfo.cs
    │           │   │   ├── Resources.cs
    │           │   │   ├── Resources.resx
    │           │   │   ├── Settings.cs
    │           │   │   └── Settings.settings
    │           │   ├── WMedia.csproj
    │           │   ├── Window1.xaml
    │           │   ├── Window1.xaml.cs
    │           │   ├── bin
    │           │   │   └── Debug
    │           │   └── obj
    │           │       ├── Debug
    │           │       └── WMedia.csproj.FileList.txt
    │           ├── WMedia.sln
    │           └── WMedia.suo
    ├── chap27
    │   ├── Chap27_1
    │   │   ├── CountService
    │   │   │   ├── Client
    │   │   │   │   ├── App.config
    │   │   │   │   ├── Client.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Client.csproj.FileList.txt
    │   │   │   │       └── Debug
    │   │   │   ├── CountContract
    │   │   │   │   ├── Contract.cs
    │   │   │   │   ├── CountContract.csproj
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── CountContract.csproj.FileList.txt
    │   │   │   │       └── Debug
    │   │   │   ├── CountService
    │   │   │   │   ├── App.config
    │   │   │   │   ├── CountService.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── CountService.csproj.FileList.txt
    │   │   │   │       └── Debug
    │   │   │   ├── CountService.sln
    │   │   │   └── CountService.suo
    │   │   ├── MyWindowsService
    │   │   │   ├── MyWindowsService
    │   │   │   │   ├── MyWindowsService.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── Service1.Designer.cs
    │   │   │   │   ├── Service1.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       └── Debug
    │   │   │   ├── MyWindowsService.sln
    │   │   │   └── MyWindowsService.suo
    │   │   ├── WCFClient
    │   │   │   ├── Common
    │   │   │   │   ├── Common.csproj
    │   │   │   │   ├── Entity.cs
    │   │   │   │   ├── Interface.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Common.csproj.FileList.txt
    │   │   │   │       └── Debug
    │   │   │   ├── WCFClient
    │   │   │   │   ├── App.config
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── WCFClient.csproj
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── WCFClient.csproj.FileList.txt
    │   │   │   ├── WCFClient.sln
    │   │   │   ├── WCFClient.suo
    │   │   │   └── WCFServer
    │   │   │       ├── App.config
    │   │   │       ├── DAL.cs
    │   │   │       ├── Program.cs
    │   │   │       ├── Properties
    │   │   │       │   └── AssemblyInfo.cs
    │   │   │       ├── WCFServer.csproj
    │   │   │       ├── bin
    │   │   │       │   └── Debug
    │   │   │       └── obj
    │   │   │           ├── Debug
    │   │   │           └── WCFServer.csproj.FileList.txt
    │   │   ├── WCFCommon
    │   │   │   ├── IISService
    │   │   │   │   ├── App_Code
    │   │   │   │   ├── App_Data
    │   │   │   │   ├── Bin
    │   │   │   │   │   ├── WCFCommon.dll
    │   │   │   │   │   └── WCFCommon.pdb
    │   │   │   │   ├── IISSer.svc
    │   │   │   │   └── Web.config
    │   │   │   ├── WCFCommon
    │   │   │   │   ├── IContract.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── WCFCommon.csproj
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── WCFCommon.csproj.FileList.txt
    │   │   │   ├── WCFCommon.sln
    │   │   │   └── WCFCommon.suo
    │   │   └── WebWCF
    │   │       ├── WebWCF
    │   │       │   ├── App_Code
    │   │       │   │   └── CountService.cs
    │   │       │   ├── App_Data
    │   │       │   ├── CountService.svc
    │   │       │   ├── Default.aspx
    │   │       │   ├── Default.aspx.cs
    │   │       │   └── web.config
    │   │       ├── WebWCF.sln
    │   │       └── WebWCF.suo
    │   └── Chap27_2
    │       ├── AJAXProcess
    │       │   ├── AJAXProcess.suo
    │       │   ├── App_Data
    │       │   ├── Default.aspx
    │       │   ├── Default.aspx.cs
    │       │   └── Web.config
    │       ├── ASPAjax
    │       │   ├── App_Data
    │       │   ├── Default.aspx
    │       │   ├── Default.aspx.cs
    │       │   └── Web.config
    │       └── HelloAJAX
    │           ├── App_Data
    │           ├── Client.htm
    │           ├── Default.aspx
    │           └── Default.aspx.cs
    ├── chap28
    │   ├── Chap28_1
    │   │   ├── MyWebSetup
    │   │   │   ├── Debug
    │   │   │   │   ├── MyWebSetup.msi
    │   │   │   │   └── setup.exe
    │   │   │   ├── MyWebSetup.vdproj
    │   │   │   └── Release
    │   │   ├── PhotoView
    │   │   │   ├── MySetup
    │   │   │   │   ├── Debug
    │   │   │   │   │   ├── MySetup.msi
    │   │   │   │   │   └── setup.exe
    │   │   │   │   ├── MySetup.vdproj
    │   │   │   │   └── Release
    │   │   │   ├── PhotoView
    │   │   │   │   ├── MainForm.Designer.cs
    │   │   │   │   ├── MainForm.cs
    │   │   │   │   ├── MainForm.resx
    │   │   │   │   ├── PhotoView.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── Resources.Designer.cs
    │   │   │   │   │   ├── Resources.resx
    │   │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   │   └── Settings.settings
    │   │   │   │   ├── Resources
    │   │   │   │   │   └── 4.jpg
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       └── PhotoView.csproj.FileList.txt
    │   │   │   ├── PhotoView.sln
    │   │   │   ├── PhotoView.suo
    │   │   │   └── Thumbs.db
    │   │   ├── SetupPhotoView
    │   │   │   ├── SetupPhotoView
    │   │   │   │   ├── Debug
    │   │   │   │   │   ├── SetupPhotoView.msi
    │   │   │   │   │   └── setup.exe
    │   │   │   │   ├── Release
    │   │   │   │   └── SetupPhotoView.vdproj
    │   │   │   ├── SetupPhotoView.sln
    │   │   │   └── SetupPhotoView.suo
    │   │   └── TestWebSite
    │   │       ├── App_Data
    │   │       ├── Default.aspx
    │   │       └── Default.aspx.cs
    │   ├── Chap28_2
    │   │   └── TestDotFR
    │   │       ├── TestDotFR
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   └── AssemblyInfo.cs
    │   │       │   ├── TestDotFR.csproj
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── TestDotFR.csproj.FileList.txt
    │   │       ├── TestDotFR.sln
    │   │       └── TestDotFR.suo
    │   └── Chap28_3
    │       ├── TestConfig
    │       │   ├── TestConfig
    │       │   │   ├── App.config
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   └── AssemblyInfo.cs
    │       │   │   ├── TestConfig.csproj
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   └── obj
    │       │   │       ├── Debug
    │       │   │       └── TestConfig.csproj.FileList.txt
    │       │   ├── TestConfig.sln
    │       │   └── TestConfig.suo
    │       └── TimeService
    │           ├── TimeService
    │           │   ├── App.config
    │           │   ├── MyTimeService.Designer.cs
    │           │   ├── MyTimeService.cs
    │           │   ├── Program.cs
    │           │   ├── Properties
    │           │   │   └── AssemblyInfo.cs
    │           │   ├── TimeService.csproj
    │           │   ├── bin
    │           │   │   └── Debug
    │           │   └── obj
    │           │       ├── Debug
    │           │       └── TimeService.csproj.FileList.txt
    │           ├── TimeService.sln
    │           └── TimeService.suo
    ├── chap29
    │   ├── Chap29_1
    │   │   ├── CSharpTest
    │   │   │   ├── CSharpTest
    │   │   │   │   ├── CSharpTest.cs
    │   │   │   │   ├── CSharpTest.csproj
    │   │   │   │   ├── CSharpTest.csproj.user
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   └── AssemblyInfo.cs
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   └── obj
    │   │   │   │       ├── CSharpTest.csproj.FileList.txt
    │   │   │   │       └── Debug
    │   │   │   ├── CSharpTest.sln
    │   │   │   └── CSharpTest.suo
    │   │   └── HelloNUnitTest
    │   │       ├── HelloWorld
    │   │       │   ├── HelloWorld.csproj
    │   │       │   ├── HelloWorld.csproj.user
    │   │       │   ├── MyClass.cs
    │   │       │   ├── Program.cs
    │   │       │   ├── Properties
    │   │       │   │   └── AssemblyInfo.cs
    │   │       │   ├── TestMyClass.cs
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   └── obj
    │   │       │       ├── Debug
    │   │       │       └── HelloWorld.csproj.FileList.txt
    │   │       ├── HelloWorld.sln
    │   │       └── HelloWorld.suo
    │   └── Chap29_2
    │       └── Refactor
    │           ├── Refactor
    │           │   ├── IPerson.cs
    │           │   ├── Program.cs
    │           │   ├── Properties
    │           │   │   └── AssemblyInfo.cs
    │           │   ├── Refactor.csproj
    │           │   ├── bin
    │           │   │   └── Debug
    │           │   └── obj
    │           │       ├── Debug
    │           │       └── Refactor.csproj.FileList.txt
    │           ├── Refactor.sln
    │           └── Refactor.suo
    └── chap30
        ├── SQLQuery.sql
        ├── TianTian
        │   ├── TianTian
        │   │   ├── App_Code
        │   │   │   ├── Business
        │   │   │   │   ├── BLLItems.cs
        │   │   │   │   ├── BLLOrders.cs
        │   │   │   │   └── BLLUser.cs
        │   │   │   ├── Common
        │   │   │   │   ├── Enum.cs
        │   │   │   │   └── Log.cs
        │   │   │   └── DataAccess
        │   │   │       ├── DAItems.cs
        │   │   │       ├── DAOders.cs
        │   │   │       └── DAUsers.cs
        │   │   ├── App_Data
        │   │   │   ├── ASPNETDB.MDF
        │   │   │   ├── SQLQuery.sql
        │   │   │   └── aspnetdb_log.ldf
        │   │   ├── BookDetail.ascx
        │   │   ├── Default.aspx
        │   │   ├── Default.aspx.cs
        │   │   ├── ItemDetail.aspx
        │   │   ├── ItemDetail.aspx.cs
        │   │   ├── Login.aspx
        │   │   ├── Login.aspx.cs
        │   │   ├── MasterPage.master
        │   │   ├── Order.aspx
        │   │   ├── Order.aspx.cs
        │   │   ├── Register.aspx
        │   │   ├── Register.aspx.cs
        │   │   ├── SQLQuery.sql
        │   │   ├── ShipOrder.aspx
        │   │   ├── ShipOrder.aspx.cs
        │   │   ├── ShopCart.aspx
        │   │   ├── ShopCart.aspx.cs
        │   │   ├── ToiletryDetail.ascx
        │   │   ├── Web.Config
        │   │   ├── Web.sitemap
        │   │   ├── books
        │   │   │   ├── Thumbs.db
        │   │   │   ├── b01.jpg
        │   │   │   ├── b02.jpg
        │   │   │   ├── b03.jpg
        │   │   │   ├── i01.jpg
        │   │   │   ├── i02.jpg
        │   │   │   ├── i03.jpg
        │   │   │   ├── i04.jpg
        │   │   │   ├── i05.jpg
        │   │   │   ├── i06.jpg
        │   │   │   ├── t01.jpg
        │   │   │   ├── t02.jpg
        │   │   │   └── t03.jpg
        │   │   ├── clubsite.css
        │   │   └── images
        │   │       ├── Thumbs.db
        │   │       ├── background_columnleft.gif
        │   │       ├── background_columnright.gif
        │   │       ├── background_fullwidth.jpg
        │   │       ├── background_main.jpg
        │   │       ├── background_nav_main.gif
        │   │       ├── background_thumbnail.jpg
        │   │       ├── ball.jpg
        │   │       └── poster.jpg
        │   ├── TianTian.sln
        │   └── TianTian.suo
        ├── TianTian.mdf
        ├── TianTian_log.ldf
        └── 使用说明.txt

2057 directories, 2535 files


标签: .NET 2008 源代码 NET C#

实例下载地址

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警