基本信息
源码名称:c#程序开发范例宝典.part03.rar
源码大小:9.54M
文件格式:.rar
开发语言:C#
更新时间:2023-11-29
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
c#程序开发范例宝典.part03.rar

.
├── c#程序开发范例宝典
│   └── mingrisoft
│       ├── 02
│       │   ├── Ex02_24
│       │   │   ├── Ex02_24
│       │   │   │   ├── Program.cs
│       │   │   │   ├── Properties
│       │   │   │   │   ├── AssemblyInfo.cs
│       │   │   │   │   ├── Resources.Designer.cs
│       │   │   │   │   ├── Resources.resx
│       │   │   │   │   ├── Settings.Designer.cs
│       │   │   │   │   └── Settings.settings
│       │   │   │   ├── Resources
│       │   │   │   │   ├── Validator验证框架登录页面.jpg
│       │   │   │   │   ├── 企业客服管理系统登录界面.jpg
│       │   │   │   │   ├── 企业文档管理系统登录界面.jpg
│       │   │   │   │   └── 企业地理信息管理系统登录界面.jpg
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   └── TempPE
│       │   │   │       │       └── Properties.Resources.Designer.cs.dll
│       │   │   │       ├── Ex02_24.csproj.FileList.txt
│       │   │   │       └── Release
│       │   │   │           ├── Ex02_24.Form1.resources
│       │   │   │           ├── Ex02_24.Form2.resources
│       │   │   │           ├── Ex02_24.Form3.resources
│       │   │   │           ├── Ex02_24.Form4.resources
│       │   │   │           ├── Ex02_24.Form5.resources
│       │   │   │           ├── Ex02_24.Properties.Resources.resources
│       │   │   │           ├── Ex02_24.csproj.GenerateResource.Cache
│       │   │   │           ├── Ex02_24.exe
│       │   │   │           ├── Ex02_24.pdb
│       │   │   │           └── TempPE
│       │   │   │               └── Properties.Resources.Designer.cs.dll
│       │   │   ├── Ex02_24.sln
│       │   │   └── Ex02_24.suo
│       │   ├── Ex02_25
│       │   │   ├── Ex02_25
│       │   │   │   ├── Ex02_25.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
│       │   │   │   │       ├── Ex02_25.exe
│       │   │   │   │       ├── Ex02_25.pdb
│       │   │   │   │       └── Ex02_25.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex02_25.Form1.resources
│       │   │   │       │   ├── Ex02_25.Properties.Resources.resources
│       │   │   │       │   ├── Ex02_25.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex02_25.exe
│       │   │   │       │   ├── Ex02_25.pdb
│       │   │   │       │   └── TempPE
│       │   │   │       └── Ex02_25.csproj.FileList.txt
│       │   │   ├── Ex02_25.sln
│       │   │   └── Ex02_25.suo
│       │   ├── Ex02_26
│       │   │   ├── Ex02_26
│       │   │   │   ├── Ex02_26.csproj
│       │   │   │   ├── Form1.Designer.cs
│       │   │   │   ├── Form1.cs
│       │   │   │   ├── Form1.resx
│       │   │   │   ├── Form2.Designer.cs
│       │   │   │   ├── Form2.cs
│       │   │   │   ├── Form2.resx
│       │   │   │   ├── Program.cs
│       │   │   │   ├── Properties
│       │   │   │   │   ├── AssemblyInfo.cs
│       │   │   │   │   ├── Resources.Designer.cs
│       │   │   │   │   ├── Resources.resx
│       │   │   │   │   ├── Settings.Designer.cs
│       │   │   │   │   └── Settings.settings
│       │   │   │   ├── Resources
│       │   │   │   │   ├── c.jpg
│       │   │   │   │   └── 花.jpg
│       │   │   │   ├── bin
│       │   │   │   │   └── Debug
│       │   │   │   │       ├── Ex02_26.exe
│       │   │   │   │       ├── Ex02_26.pdb
│       │   │   │   │       └── Ex02_26.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex02_26.Form1.resources
│       │   │   │       │   ├── Ex02_26.Form2.resources
│       │   │   │       │   ├── Ex02_26.Properties.Resources.resources
│       │   │   │       │   ├── Ex02_26.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex02_26.exe
│       │   │   │       │   ├── Ex02_26.pdb
│       │   │   │       │   └── TempPE
│       │   │   │       │       └── Properties.Resources.Designer.cs.dll
│       │   │   │       └── Ex02_26.csproj.FileList.txt
│       │   │   ├── Ex02_26.sln
│       │   │   └── Ex02_26.suo
│       │   ├── Ex02_27
│       │   │   ├── Ex02_27
│       │   │   │   ├── Ex02_27.csproj
│       │   │   │   ├── Program.cs
│       │   │   │   ├── Properties
│       │   │   │   │   ├── AssemblyInfo.cs
│       │   │   │   │   ├── Resources.Designer.cs
│       │   │   │   │   ├── Resources.resx
│       │   │   │   │   ├── Settings.Designer.cs
│       │   │   │   │   └── Settings.settings
│       │   │   │   ├── bin
│       │   │   │   │   └── Debug
│       │   │   │   │       ├── Ex02_27.exe
│       │   │   │   │       ├── Ex02_27.pdb
│       │   │   │   │       └── Ex02_27.vshost.exe
│       │   │   │   ├── frmTreeView.Designer.cs
│       │   │   │   ├── frmTreeView.cs
│       │   │   │   ├── frmTreeView.resx
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex02_27.Properties.Resources.resources
│       │   │   │       │   ├── Ex02_27.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex02_27.exe
│       │   │   │       │   ├── Ex02_27.frmTreeView.resources
│       │   │   │       │   ├── Ex02_27.pdb
│       │   │   │       │   ├── Refactor
│       │   │   │       │   └── TempPE
│       │   │   │       └── Ex02_27.csproj.FileList.txt
│       │   │   ├── Ex02_27.sln
│       │   │   └── Ex02_27.suo
│       │   ├── Ex02_28
│       │   │   ├── Ex02_28
│       │   │   │   ├── Ex02_28.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
│       │   │   │   │       ├── Ex02_28.exe
│       │   │   │   │       ├── Ex02_28.pdb
│       │   │   │   │       └── Ex02_28.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex02_28.Form1.resources
│       │   │   │       │   ├── Ex02_28.Properties.Resources.resources
│       │   │   │       │   ├── Ex02_28.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex02_28.exe
│       │   │   │       │   ├── Ex02_28.pdb
│       │   │   │       │   ├── Refactor
│       │   │   │       │   └── TempPE
│       │   │   │       └── Ex02_28.csproj.FileList.txt
│       │   │   ├── Ex02_28.sln
│       │   │   └── Ex02_28.suo
│       │   ├── Ex02_29
│       │   │   ├── Ex02_29
│       │   │   │   ├── Ex02_29.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
│       │   │   │   │       ├── Ex02_29.exe
│       │   │   │   │       ├── Ex02_29.pdb
│       │   │   │   │       └── Ex02_29.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex02_29.Form1.resources
│       │   │   │       │   ├── Ex02_29.Properties.Resources.resources
│       │   │   │       │   ├── Ex02_29.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex02_29.exe
│       │   │   │       │   ├── Ex02_29.pdb
│       │   │   │       │   └── TempPE
│       │   │   │       └── Ex02_29.csproj.FileList.txt
│       │   │   ├── Ex02_29.sln
│       │   │   └── Ex02_29.suo
│       │   ├── Ex02_30
│       │   │   ├── Ex02_30
│       │   │   │   ├── Ex02_30.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
│       │   │   │   │       ├── Ex02_30.exe
│       │   │   │   │       ├── Ex02_30.pdb
│       │   │   │   │       └── Ex02_30.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex02_30.Form1.resources
│       │   │   │       │   ├── Ex02_30.Properties.Resources.resources
│       │   │   │       │   ├── Ex02_30.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex02_30.exe
│       │   │   │       │   ├── Ex02_30.pdb
│       │   │   │       │   └── TempPE
│       │   │   │       └── Ex02_30.csproj.FileList.txt
│       │   │   ├── Ex02_30.sln
│       │   │   └── Ex02_30.suo
│       │   ├── Ex02_31
│       │   │   ├── Ex02_31
│       │   │   │   ├── Ex02_31.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
│       │   │   │   │       ├── Ex02_31.exe
│       │   │   │   │       ├── Ex02_31.pdb
│       │   │   │   │       └── Ex02_31.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex02_31.Form1.resources
│       │   │   │       │   ├── Ex02_31.Properties.Resources.resources
│       │   │   │       │   ├── Ex02_31.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex02_31.exe
│       │   │   │       │   ├── Ex02_31.pdb
│       │   │   │       │   └── TempPE
│       │   │   │       └── Ex02_31.csproj.FileList.txt
│       │   │   ├── Ex02_31.sln
│       │   │   └── Ex02_31.suo
│       │   ├── Ex02_32
│       │   │   ├── Ex02_32
│       │   │   │   ├── Ex02_32.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
│       │   │   │   │       ├── Ex02_32.exe
│       │   │   │   │       ├── Ex02_32.pdb
│       │   │   │   │       └── Ex02_32.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex02_32.Form1.resources
│       │   │   │       │   ├── Ex02_32.Properties.Resources.resources
│       │   │   │       │   ├── Ex02_32.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex02_32.exe
│       │   │   │       │   ├── Ex02_32.pdb
│       │   │   │       │   └── TempPE
│       │   │   │       └── Ex02_32.csproj.FileList.txt
│       │   │   ├── Ex02_32.sln
│       │   │   └── Ex02_32.suo
│       │   ├── Ex02_33
│       │   │   ├── Ex02_33
│       │   │   │   ├── Ex02_33.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
│       │   │   │   │       ├── Ex02_33.exe
│       │   │   │   │       ├── Ex02_33.pdb
│       │   │   │   │       └── Ex02_33.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex02_33.Form1.resources
│       │   │   │       │   ├── Ex02_33.Properties.Resources.resources
│       │   │   │       │   ├── Ex02_33.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex02_33.exe
│       │   │   │       │   ├── Ex02_33.pdb
│       │   │   │       │   ├── Ex02_48.Form1.resources
│       │   │   │       │   ├── Ex02_48.Properties.Resources.resources
│       │   │   │       │   ├── Ex02_48.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex02_48.exe
│       │   │   │       │   ├── Ex02_48.pdb
│       │   │   │       │   └── TempPE
│       │   │   │       ├── Ex02_33.csproj.FileList.txt
│       │   │   │       └── Ex02_48.csproj.FileList.txt
│       │   │   ├── Ex02_33.sln
│       │   │   ├── Ex02_33.suo
│       │   │   ├── Ex02_33suo
│       │   │   ├── Ex02_48
│       │   │   │   ├── Ex02_48.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
│       │   │   │   │       ├── Ex02_48.exe
│       │   │   │   │       ├── Ex02_48.pdb
│       │   │   │   │       └── Ex02_48.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex02_48.Form1.resources
│       │   │   │       │   ├── Ex02_48.Properties.Resources.resources
│       │   │   │       │   ├── Ex02_48.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex02_48.exe
│       │   │   │       │   ├── Ex02_48.pdb
│       │   │   │       │   └── TempPE
│       │   │   │       └── Ex02_48.csproj.FileList.txt
│       │   │   ├── Ex02_48.sln
│       │   │   └── Ex02_48.suo
│       │   ├── Ex02_34
│       │   │   ├── Ex02_34
│       │   │   │   ├── Ex02_34.csproj
│       │   │   │   ├── Form1.Designer.cs
│       │   │   │   ├── Form1.cs
│       │   │   │   ├── Form1.resx
│       │   │   │   ├── Program.cs
│       │   │   │   ├── Properties
│       │   │   │   │   ├── AssemblyInfo.cs
│       │   │   │   │   ├── Resources.Designer.cs
│       │   │   │   │   ├── Resources.resx
│       │   │   │   │   ├── Settings.Designer.cs
│       │   │   │   │   └── Settings.settings
│       │   │   │   ├── Resources
│       │   │   │   │   └── J0234687.GIF
│       │   │   │   ├── bin
│       │   │   │   │   └── Debug
│       │   │   │   │       ├── 1.gif
│       │   │   │   │       ├── Ex02_34.exe
│       │   │   │   │       ├── Ex02_34.pdb
│       │   │   │   │       ├── Ex02_34.vshost.exe
│       │   │   │   │       ├── J0234687.GIF
│       │   │   │   │       └── 小动画.gif
│       │   │   │   ├── obj
│       │   │   │   │   ├── Debug
│       │   │   │   │   │   ├── Ex02_34.Form1.resources
│       │   │   │   │   │   ├── Ex02_34.Properties.Resources.resources
│       │   │   │   │   │   ├── Ex02_34.csproj.GenerateResource.Cache
│       │   │   │   │   │   ├── Ex02_34.exe
│       │   │   │   │   │   ├── Ex02_34.pdb
│       │   │   │   │   │   └── TempPE
│       │   │   │   │   │       └── Properties.Resources.Designer.cs.dll
│       │   │   │   │   └── Ex02_34.csproj.FileList.txt
│       │   │   │   └── 小动画.gif
│       │   │   ├── Ex02_34.sln
│       │   │   └── Ex02_34.suo
│       │   ├── Ex02_35
│       │   │   ├── Ex02_35
│       │   │   │   ├── Ex02_35.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
│       │   │   │   │       ├── Ex02_35.exe
│       │   │   │   │       ├── Ex02_35.pdb
│       │   │   │   │       └── Ex02_35.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex02_35.Form1.resources
│       │   │   │       │   ├── Ex02_35.Properties.Resources.resources
│       │   │   │       │   ├── Ex02_35.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex02_35.exe
│       │   │   │       │   ├── Ex02_35.pdb
│       │   │   │       │   └── TempPE
│       │   │   │       └── Ex02_35.csproj.FileList.txt
│       │   │   ├── Ex02_35.sln
│       │   │   └── Ex02_35.suo
│       │   ├── Ex02_36
│       │   │   ├── Ex02_36
│       │   │   │   ├── Ex02_36.csproj
│       │   │   │   ├── Form1.resx
│       │   │   │   ├── Program.cs
│       │   │   │   ├── Properties
│       │   │   │   │   ├── AssemblyInfo.cs
│       │   │   │   │   ├── Resources.Designer.cs
│       │   │   │   │   ├── Resources.resx
│       │   │   │   │   ├── Settings.Designer.cs
│       │   │   │   │   └── Settings.settings
│       │   │   │   ├── Resources
│       │   │   │   │   ├── 121.gif
│       │   │   │   │   ├── Thumbs.db
│       │   │   │   │   ├── pictureBox1.Image.jpg
│       │   │   │   │   └── 铅笔盒.bmp
│       │   │   │   ├── bin
│       │   │   │   │   └── Debug
│       │   │   │   │       ├── Ex02_36.exe
│       │   │   │   │       ├── Ex02_36.pdb
│       │   │   │   │       └── Ex02_36.vshost.exe
│       │   │   │   ├── frmLogin.cs
│       │   │   │   ├── frmLogin.resx
│       │   │   │   ├── frmMain.Designer.cs
│       │   │   │   ├── frmMain.cs
│       │   │   │   ├── frmMain.resx
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex02_36.Properties.Resources.resources
│       │   │   │       │   ├── Ex02_36.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex02_36.exe
│       │   │   │       │   ├── Ex02_36.frmLogin.resources
│       │   │   │       │   ├── Ex02_36.frmMain.resources
│       │   │   │       │   ├── Ex02_36.pdb
│       │   │   │       │   ├── Refactor
│       │   │   │       │   └── TempPE
│       │   │   │       │       └── Properties.Resources.Designer.cs.dll
│       │   │   │       └── Ex02_36.csproj.FileList.txt
│       │   │   ├── Ex02_36.sln
│       │   │   └── Ex02_36.suo
│       │   ├── Ex02_37
│       │   │   ├── Ex02_37
│       │   │   │   ├── Ex02_37.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
│       │   │   │   │       ├── Ex02_37.exe
│       │   │   │   │       ├── Ex02_37.pdb
│       │   │   │   │       └── Ex02_37.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex02_37.Form1.resources
│       │   │   │       │   ├── Ex02_37.Properties.Resources.resources
│       │   │   │       │   ├── Ex02_37.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex02_37.exe
│       │   │   │       │   ├── Ex02_37.pdb
│       │   │   │       │   └── TempPE
│       │   │   │       └── Ex02_37.csproj.FileList.txt
│       │   │   ├── Ex02_37.sln
│       │   │   └── Ex02_37.suo
│       │   ├── Ex02_38
│       │   │   ├── Ex02_38
│       │   │   │   ├── Ex02_38.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
│       │   │   │   │       ├── Ex02_38.exe
│       │   │   │   │       ├── Ex02_38.pdb
│       │   │   │   │       └── Ex02_38.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex02_38.Form1.resources
│       │   │   │       │   ├── Ex02_38.Properties.Resources.resources
│       │   │   │       │   ├── Ex02_38.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex02_38.exe
│       │   │   │       │   ├── Ex02_38.pdb
│       │   │   │       │   └── TempPE
│       │   │   │       └── Ex02_38.csproj.FileList.txt
│       │   │   ├── Ex02_38.sln
│       │   │   └── Ex02_38.suo
│       │   ├── Ex02_39
│       │   │   ├── Ex02_39
│       │   │   │   ├── API.cs
│       │   │   │   ├── Ex02_39.csproj
│       │   │   │   ├── Form1.Designer.cs
│       │   │   │   ├── Form1.cs
│       │   │   │   ├── Form1.resx
│       │   │   │   ├── Form2.cs
│       │   │   │   ├── Form2.resx
│       │   │   │   ├── Program.cs
│       │   │   │   ├── Properties
│       │   │   │   │   ├── AssemblyInfo.cs
│       │   │   │   │   ├── Resources.Designer.cs
│       │   │   │   │   ├── Resources.resx
│       │   │   │   │   ├── Settings.Designer.cs
│       │   │   │   │   └── Settings.settings
│       │   │   │   ├── Resources
│       │   │   │   │   ├── 4.jpg
│       │   │   │   │   └── 8.jpg
│       │   │   │   ├── bin
│       │   │   │   │   └── Debug
│       │   │   │   │       ├── Ex02_39.exe
│       │   │   │   │       ├── Ex02_39.pdb
│       │   │   │   │       └── Ex02_39.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex02_39.Form1.resources
│       │   │   │       │   ├── Ex02_39.Form2.resources
│       │   │   │       │   ├── Ex02_39.Properties.Resources.resources
│       │   │   │       │   ├── Ex02_39.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex02_39.exe
│       │   │   │       │   ├── Ex02_39.pdb
│       │   │   │       │   └── TempPE
│       │   │   │       │       └── Properties.Resources.Designer.cs.dll
│       │   │   │       └── Ex02_39.csproj.FileList.txt
│       │   │   ├── Ex02_39.sln
│       │   │   └── Ex02_39.suo
│       │   ├── Ex02_40
│       │   │   ├── Ex02_40
│       │   │   │   ├── Ex02_40.csproj
│       │   │   │   ├── Form1.cs
│       │   │   │   ├── Form1.designer.cs
│       │   │   │   ├── Form1.resx
│       │   │   │   ├── Program.cs
│       │   │   │   ├── Properties
│       │   │   │   │   ├── AssemblyInfo.cs
│       │   │   │   │   ├── Resources.Designer.cs
│       │   │   │   │   ├── Resources.resx
│       │   │   │   │   ├── Settings.Designer.cs
│       │   │   │   │   └── Settings.settings
│       │   │   │   ├── bin
│       │   │   │   │   └── Debug
│       │   │   │   │       ├── Ex02_40.exe
│       │   │   │   │       ├── Ex02_40.pdb
│       │   │   │   │       └── Ex02_40.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex02_40.Form1.resources
│       │   │   │       │   ├── Ex02_40.Properties.Resources.resources
│       │   │   │       │   ├── Ex02_40.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex02_40.exe
│       │   │   │       │   ├── Ex02_40.pdb
│       │   │   │       │   └── TempPE
│       │   │   │       └── Ex02_40.csproj.FileList.txt
│       │   │   ├── Ex02_40.sln
│       │   │   └── Ex02_40.suo
│       │   ├── Ex02_41
│       │   │   ├── Ex02_40
│       │   │   │   ├── Ex02_40.csproj
│       │   │   │   ├── Form1.Designer.cs
│       │   │   │   ├── Form1.cs
│       │   │   │   ├── Form1.resx
│       │   │   │   ├── Program.cs
│       │   │   │   ├── Properties
│       │   │   │   │   ├── AssemblyInfo.cs
│       │   │   │   │   ├── Resources.Designer.cs
│       │   │   │   │   ├── Resources.resx
│       │   │   │   │   ├── Settings.Designer.cs
│       │   │   │   │   └── Settings.settings
│       │   │   │   ├── Resources
│       │   │   │   │   ├── 1.bmp
│       │   │   │   │   ├── 2.bmp
│       │   │   │   │   ├── 3.bmp
│       │   │   │   │   └── 4.bmp
│       │   │   │   ├── bin
│       │   │   │   │   └── Debug
│       │   │   │   │       ├── Ex02_40.exe
│       │   │   │   │       ├── Ex02_40.pdb
│       │   │   │   │       └── Ex02_40.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex02_40.Form1.resources
│       │   │   │       │   ├── Ex02_40.Properties.Resources.resources
│       │   │   │       │   ├── Ex02_40.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex02_40.exe
│       │   │   │       │   ├── Refactor
│       │   │   │       │   └── TempPE
│       │   │   │       │       └── Properties.Resources.Designer.cs.dll
│       │   │   │       └── Ex02_40.csproj.FileList.txt
│       │   │   ├── Ex02_40.sln
│       │   │   ├── Ex02_40.suo
│       │   │   ├── Ex02_41
│       │   │   │   ├── Ex02_41.csproj
│       │   │   │   ├── Ex02_41.sln
│       │   │   │   ├── Ex02_41.suo
│       │   │   │   ├── Form1.Designer.cs
│       │   │   │   ├── Form1.cs
│       │   │   │   ├── Form1.resx
│       │   │   │   ├── Program.cs
│       │   │   │   ├── Properties
│       │   │   │   │   ├── AssemblyInfo.cs
│       │   │   │   │   ├── Resources.Designer.cs
│       │   │   │   │   ├── Resources.resx
│       │   │   │   │   ├── Settings.Designer.cs
│       │   │   │   │   └── Settings.settings
│       │   │   │   ├── Resources
│       │   │   │   │   ├── 1.bmp
│       │   │   │   │   ├── 2.bmp
│       │   │   │   │   ├── 3.bmp
│       │   │   │   │   └── 4.bmp
│       │   │   │   ├── bin
│       │   │   │   │   └── Debug
│       │   │   │   │       ├── Ex02_41.exe
│       │   │   │   │       ├── Ex02_41.pdb
│       │   │   │   │       └── Ex02_41.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex02_40.Form1.resources
│       │   │   │       │   ├── Ex02_40.Properties.Resources.resources
│       │   │   │       │   ├── Ex02_40.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex02_40.exe
│       │   │   │       │   ├── Ex02_41.Form1.resources
│       │   │   │       │   ├── Ex02_41.Properties.Resources.resources
│       │   │   │       │   ├── Ex02_41.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex02_41.exe
│       │   │   │       │   ├── Ex02_41.pdb
│       │   │   │       │   ├── Refactor
│       │   │   │       │   └── TempPE
│       │   │   │       │       └── Properties.Resources.Designer.cs.dll
│       │   │   │       ├── Ex02_40.csproj.FileList.txt
│       │   │   │       └── Ex02_41.csproj.FileList.txt
│       │   │   ├── Ex02_41.sln
│       │   │   └── Ex02_41.suo
│       │   ├── Ex02_42
│       │   │   ├── Ex02_41
│       │   │   │   ├── Ex02_41.csproj
│       │   │   │   ├── Form1.cs
│       │   │   │   ├── Form1.designer.cs
│       │   │   │   ├── Form1.resx
│       │   │   │   ├── Program.cs
│       │   │   │   ├── Properties
│       │   │   │   │   ├── AssemblyInfo.cs
│       │   │   │   │   ├── Resources.Designer.cs
│       │   │   │   │   ├── Resources.resx
│       │   │   │   │   ├── Settings.Designer.cs
│       │   │   │   │   └── Settings.settings
│       │   │   │   ├── bin
│       │   │   │   │   └── Debug
│       │   │   │   │       ├── Ex02_41.exe
│       │   │   │   │       ├── Ex02_41.pdb
│       │   │   │   │       └── Ex02_41.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex02_41.Form1.resources
│       │   │   │       │   ├── Ex02_41.Properties.Resources.resources
│       │   │   │       │   ├── Ex02_41.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex02_41.exe
│       │   │   │       │   ├── Ex02_41.pdb
│       │   │   │       │   └── TempPE
│       │   │   │       └── Ex02_41.csproj.FileList.txt
│       │   │   ├── Ex02_41.sln
│       │   │   ├── Ex02_41.suo
│       │   │   ├── Ex02_42
│       │   │   │   ├── Ex02_42.csproj
│       │   │   │   ├── Form1.cs
│       │   │   │   ├── Form1.designer.cs
│       │   │   │   ├── Form1.resx
│       │   │   │   ├── Program.cs
│       │   │   │   ├── Properties
│       │   │   │   │   ├── AssemblyInfo.cs
│       │   │   │   │   ├── Resources.Designer.cs
│       │   │   │   │   ├── Resources.resx
│       │   │   │   │   ├── Settings.Designer.cs
│       │   │   │   │   └── Settings.settings
│       │   │   │   ├── bin
│       │   │   │   │   └── Debug
│       │   │   │   │       ├── Ex02_42.exe
│       │   │   │   │       ├── Ex02_42.pdb
│       │   │   │   │       └── Ex02_42.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex02_42.Form1.resources
│       │   │   │       │   ├── Ex02_42.Properties.Resources.resources
│       │   │   │       │   ├── Ex02_42.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex02_42.exe
│       │   │   │       │   ├── Ex02_42.pdb
│       │   │   │       │   └── TempPE
│       │   │   │       └── Ex02_42.csproj.FileList.txt
│       │   │   ├── Ex02_42.sln
│       │   │   └── Ex02_42.suo
│       │   ├── Ex02_43
│       │   │   ├── Ex02_42
│       │   │   │   ├── Ex02_42.csproj
│       │   │   │   ├── Form1.Designer.cs
│       │   │   │   ├── Form1.cs
│       │   │   │   ├── Form1.resx
│       │   │   │   ├── Program.cs
│       │   │   │   ├── Properties
│       │   │   │   │   ├── AssemblyInfo.cs
│       │   │   │   │   ├── Resources.Designer.cs
│       │   │   │   │   ├── Resources.resx
│       │   │   │   │   ├── Settings.Designer.cs
│       │   │   │   │   └── Settings.settings
│       │   │   │   ├── Resources
│       │   │   │   │   ├── 123.bmp
│       │   │   │   │   └── 73.bmp
│       │   │   │   ├── bin
│       │   │   │   │   └── Debug
│       │   │   │   │       ├── Ex02_42.exe
│       │   │   │   │       ├── Ex02_42.pdb
│       │   │   │   │       └── Ex02_42.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex02_42.Form1.resources
│       │   │   │       │   ├── Ex02_42.Properties.Resources.resources
│       │   │   │       │   ├── Ex02_42.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex02_42.exe
│       │   │   │       │   ├── Ex02_42.pdb
│       │   │   │       │   └── TempPE
│       │   │   │       │       └── Properties.Resources.Designer.cs.dll
│       │   │   │       └── Ex02_42.csproj.FileList.txt
│       │   │   ├── Ex02_42.sln
│       │   │   ├── Ex02_42.suo
│       │   │   ├── Ex02_43
│       │   │   │   ├── Ex02_42.csproj
│       │   │   │   ├── Ex02_42.sln
│       │   │   │   ├── Ex02_42.suo
│       │   │   │   ├── Form1.Designer.cs
│       │   │   │   ├── Form1.cs
│       │   │   │   ├── Form1.resx
│       │   │   │   ├── Program.cs
│       │   │   │   ├── Properties
│       │   │   │   │   ├── AssemblyInfo.cs
│       │   │   │   │   ├── Resources.Designer.cs
│       │   │   │   │   ├── Resources.resx
│       │   │   │   │   ├── Settings.Designer.cs
│       │   │   │   │   └── Settings.settings
│       │   │   │   ├── Resources
│       │   │   │   │   ├── 123.bmp
│       │   │   │   │   └── 73.bmp
│       │   │   │   ├── bin
│       │   │   │   │   └── Debug
│       │   │   │   │       ├── Ex02_43.exe
│       │   │   │   │       ├── Ex02_43.pdb
│       │   │   │   │       └── Ex02_43.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex02_42.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex02_43.Form1.resources
│       │   │   │       │   ├── Ex02_43.Properties.Resources.resources
│       │   │   │       │   ├── Ex02_43.exe
│       │   │   │       │   ├── Ex02_43.pdb
│       │   │   │       │   └── TempPE
│       │   │   │       │       └── Properties.Resources.Designer.cs.dll
│       │   │   │       └── Ex02_42.csproj.FileList.txt
│       │   │   ├── Ex02_43.sln
│       │   │   └── Ex02_43.suo
│       │   ├── Ex02_44
│       │   │   ├── Ex02_44
│       │   │   │   ├── Ex02_44.csproj
│       │   │   │   ├── Form1.cs
│       │   │   │   ├── Form1.designer.cs
│       │   │   │   ├── Form1.resx
│       │   │   │   ├── Program.cs
│       │   │   │   ├── Properties
│       │   │   │   │   ├── AssemblyInfo.cs
│       │   │   │   │   ├── Resources.Designer.cs
│       │   │   │   │   ├── Resources.resx
│       │   │   │   │   ├── Settings.Designer.cs
│       │   │   │   │   └── Settings.settings
│       │   │   │   ├── bin
│       │   │   │   │   └── Debug
│       │   │   │   │       ├── Ex02_44.exe
│       │   │   │   │       ├── Ex02_44.pdb
│       │   │   │   │       └── Ex02_44.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex02_44.Form1.resources
│       │   │   │       │   ├── Ex02_44.Properties.Resources.resources
│       │   │   │       │   ├── Ex02_44.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex02_44.exe
│       │   │   │       │   ├── Ex02_44.pdb
│       │   │   │       │   └── TempPE
│       │   │   │       └── Ex02_44.csproj.FileList.txt
│       │   │   ├── Ex02_44.sln
│       │   │   ├── Ex02_44.suo
│       │   │   ├── Ex02_45
│       │   │   │   ├── Ex02_45.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
│       │   │   │   │       ├── Ex02_45.exe
│       │   │   │   │       ├── Ex02_45.pdb
│       │   │   │   │       └── Ex02_45.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex02_45.Form1.resources
│       │   │   │       │   ├── Ex02_45.Properties.Resources.resources
│       │   │   │       │   ├── Ex02_45.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex02_45.exe
│       │   │   │       │   ├── Ex02_45.pdb
│       │   │   │       │   └── TempPE
│       │   │   │       └── Ex02_45.csproj.FileList.txt
│       │   │   ├── Ex02_45.sln
│       │   │   └── Ex02_45.suo
│       │   ├── Ex02_45
│       │   │   ├── Ex02_45
│       │   │   │   ├── Ex02_45.csproj
│       │   │   │   ├── Form1.cs
│       │   │   │   ├── Form1.designer.cs
│       │   │   │   ├── Form1.resx
│       │   │   │   ├── Program.cs
│       │   │   │   ├── Properties
│       │   │   │   │   ├── AssemblyInfo.cs
│       │   │   │   │   ├── Resources.Designer.cs
│       │   │   │   │   ├── Resources.resx
│       │   │   │   │   ├── Settings.Designer.cs
│       │   │   │   │   └── Settings.settings
│       │   │   │   ├── bin
│       │   │   │   │   └── Debug
│       │   │   │   │       ├── Ex02_45.exe
│       │   │   │   │       ├── Ex02_45.pdb
│       │   │   │   │       └── Ex02_45.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex02_45.Form1.resources
│       │   │   │       │   ├── Ex02_45.Properties.Resources.resources
│       │   │   │       │   ├── Ex02_45.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex02_45.exe
│       │   │   │       │   ├── Ex02_45.pdb
│       │   │   │       │   └── TempPE
│       │   │   │       └── Ex02_45.csproj.FileList.txt
│       │   │   ├── Ex02_45.sln
│       │   │   ├── Ex02_45.suo
│       │   │   ├── Ex02_46
│       │   │   │   ├── Ex02_46.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
│       │   │   │   │       ├── Ex02_46.exe
│       │   │   │   │       ├── Ex02_46.pdb
│       │   │   │   │       └── Ex02_46.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex02_46.Form1.resources
│       │   │   │       │   ├── Ex02_46.Properties.Resources.resources
│       │   │   │       │   ├── Ex02_46.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex02_46.exe
│       │   │   │       │   ├── Ex02_46.pdb
│       │   │   │       │   └── TempPE
│       │   │   │       └── Ex02_46.csproj.FileList.txt
│       │   │   ├── Ex02_46.sln
│       │   │   └── Ex02_46.suo
│       │   └── 程序使用说明.doc
│       ├── 03
│       │   ├── DataBase
│       │   │   ├── db_03_Data.MDF
│       │   │   └── db_03_Log.LDF
│       │   ├── Ex03_01
│       │   │   ├── Ex03_01
│       │   │   │   ├── Ex03_01.csproj
│       │   │   │   ├── Form1.resx
│       │   │   │   ├── Program.cs
│       │   │   │   ├── Properties
│       │   │   │   │   ├── AssemblyInfo.cs
│       │   │   │   │   ├── Resources.Designer.cs
│       │   │   │   │   ├── Resources.resx
│       │   │   │   │   ├── Settings.Designer.cs
│       │   │   │   │   └── Settings.settings
│       │   │   │   ├── bin
│       │   │   │   │   └── Debug
│       │   │   │   │       ├── Ex03_01.exe
│       │   │   │   │       ├── Ex03_01.pdb
│       │   │   │   │       └── Ex03_01.vshost.exe
│       │   │   │   ├── frmBackgroundWorker.cs
│       │   │   │   ├── frmBackgroundWorker.designer.cs
│       │   │   │   ├── frmBackgroundWorker.resx
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex03_01.Properties.Resources.resources
│       │   │   │       │   ├── Ex03_01.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex03_01.exe
│       │   │   │       │   ├── Ex03_01.frmBackgroundWorker.resources
│       │   │   │       │   ├── Ex03_01.pdb
│       │   │   │       │   └── TempPE
│       │   │   │       └── Ex03_01.csproj.FileList.txt
│       │   │   ├── Ex03_01.sln
│       │   │   └── Ex03_01.suo
│       │   ├── Ex03_02
│       │   │   ├── Ex03_02
│       │   │   │   ├── Ex03_02.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
│       │   │   │   │       ├── Ex03_02.exe
│       │   │   │   │       ├── Ex03_02.pdb
│       │   │   │   │       └── Ex03_02.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex03_02.Form1.resources
│       │   │   │       │   ├── Ex03_02.Properties.Resources.resources
│       │   │   │       │   ├── Ex03_02.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex03_02.exe
│       │   │   │       │   ├── Ex03_02.pdb
│       │   │   │       │   └── TempPE
│       │   │   │       └── Ex03_02.csproj.FileList.txt
│       │   │   ├── Ex03_02.sln
│       │   │   └── Ex03_02.suo
│       │   ├── Ex03_03
│       │   │   ├── Ex03_03
│       │   │   │   ├── Ex03_03.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
│       │   │   │   │       ├── Ex03_03.exe
│       │   │   │   │       ├── Ex03_03.pdb
│       │   │   │   │       └── Ex03_03.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex03_03.Form1.resources
│       │   │   │       │   ├── Ex03_03.Properties.Resources.resources
│       │   │   │       │   ├── Ex03_03.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex03_03.exe
│       │   │   │       │   ├── Ex03_03.pdb
│       │   │   │       │   └── TempPE
│       │   │   │       └── Ex03_03.csproj.FileList.txt
│       │   │   ├── Ex03_03.sln
│       │   │   └── Ex03_03.suo
│       │   ├── Ex03_04
│       │   │   ├── Ex03_04
│       │   │   │   ├── Ex03_04.csproj
│       │   │   │   ├── Form1.Designer.cs
│       │   │   │   ├── Form1.cs
│       │   │   │   ├── Form1.resx
│       │   │   │   ├── Program.cs
│       │   │   │   ├── Properties
│       │   │   │   │   ├── AssemblyInfo.cs
│       │   │   │   │   ├── Resources.Designer.cs
│       │   │   │   │   ├── Resources.resx
│       │   │   │   │   ├── Settings.Designer.cs
│       │   │   │   │   └── Settings.settings
│       │   │   │   ├── Resources
│       │   │   │   │   ├── 143.gif
│       │   │   │   │   └── 145.gif
│       │   │   │   ├── bin
│       │   │   │   │   └── Debug
│       │   │   │   │       ├── Ex03_04.exe
│       │   │   │   │       ├── Ex03_04.pdb
│       │   │   │   │       └── Ex03_04.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex03_04.Form1.resources
│       │   │   │       │   ├── Ex03_04.Properties.Resources.resources
│       │   │   │       │   ├── Ex03_04.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex03_04.exe
│       │   │   │       │   ├── Ex03_04.pdb
│       │   │   │       │   └── TempPE
│       │   │   │       │       └── Properties.Resources.Designer.cs.dll
│       │   │   │       └── Ex03_04.csproj.FileList.txt
│       │   │   ├── Ex03_04.sln
│       │   │   └── Ex03_04.suo
│       │   ├── Ex03_05
│       │   │   ├── Ex03_05
│       │   │   │   ├── Ex03_05.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
│       │   │   │   │       ├── Ex03_05.exe
│       │   │   │   │       ├── Ex03_05.pdb
│       │   │   │   │       └── Ex03_05.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex03_05.Form1.resources
│       │   │   │       │   ├── Ex03_05.Properties.Resources.resources
│       │   │   │       │   ├── Ex03_05.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex03_05.exe
│       │   │   │       │   ├── Ex03_05.pdb
│       │   │   │       │   └── TempPE
│       │   │   │       └── Ex03_05.csproj.FileList.txt
│       │   │   ├── Ex03_05.sln
│       │   │   └── Ex03_05.suo
│       │   ├── Ex03_06
│       │   │   ├── Ex03_06
│       │   │   │   ├── Ex03_06.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
│       │   │   │   │       ├── Ex03_06.exe
│       │   │   │   │       ├── Ex03_06.pdb
│       │   │   │   │       └── Ex03_06.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex03_06.Form1.resources
│       │   │   │       │   ├── Ex03_06.Properties.Resources.resources
│       │   │   │       │   ├── Ex03_06.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex03_06.exe
│       │   │   │       │   ├── Ex03_06.pdb
│       │   │   │       │   └── TempPE
│       │   │   │       └── Ex03_06.csproj.FileList.txt
│       │   │   ├── Ex03_06.sln
│       │   │   └── Ex03_06.suo
│       │   ├── Ex03_07
│       │   │   ├── Ex03_07
│       │   │   │   ├── Ex03_07.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
│       │   │   │   │       ├── Ex03_07.exe
│       │   │   │   │       ├── Ex03_07.pdb
│       │   │   │   │       └── Ex03_07.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex03_07.Form1.resources
│       │   │   │       │   ├── Ex03_07.Properties.Resources.resources
│       │   │   │       │   ├── Ex03_07.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex03_07.exe
│       │   │   │       │   ├── Ex03_07.pdb
│       │   │   │       │   └── TempPE
│       │   │   │       └── Ex03_07.csproj.FileList.txt
│       │   │   ├── Ex03_07.sln
│       │   │   └── Ex03_07.suo
│       │   ├── Ex03_08
│       │   │   ├── Ex03_08
│       │   │   │   ├── Ex03_08.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
│       │   │   │   │       ├── Ex03_08.exe
│       │   │   │   │       ├── Ex03_08.pdb
│       │   │   │   │       ├── Ex03_08.vshost.exe
│       │   │   │   │       └── mrHelp.chm
│       │   │   │   ├── mrHelp.chm
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex03_08.Form1.resources
│       │   │   │       │   ├── Ex03_08.Properties.Resources.resources
│       │   │   │       │   ├── Ex03_08.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex03_08.exe
│       │   │   │       │   ├── Ex03_08.pdb
│       │   │   │       │   └── TempPE
│       │   │   │       └── Ex03_08.csproj.FileList.txt
│       │   │   ├── Ex03_08.sln
│       │   │   └── Ex03_08.suo
│       │   ├── Ex03_09
│       │   │   ├── Ex03_09
│       │   │   │   ├── Ex03_09.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
│       │   │   │   │       ├── Ex03_09.exe
│       │   │   │   │       ├── Ex03_09.pdb
│       │   │   │   │       └── Ex03_09.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex03_09.Form1.resources
│       │   │   │       │   ├── Ex03_09.Properties.Resources.resources
│       │   │   │       │   ├── Ex03_09.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex03_09.exe
│       │   │   │       │   ├── Ex03_09.pdb
│       │   │   │       │   └── TempPE
│       │   │   │       └── Ex03_09.csproj.FileList.txt
│       │   │   ├── Ex03_09.sln
│       │   │   └── Ex03_09.suo
│       │   ├── Ex03_10
│       │   │   ├── Ex03_10
│       │   │   │   ├── Ex03_10.csproj
│       │   │   │   ├── Form1.Designer.cs
│       │   │   │   ├── Form1.cs
│       │   │   │   ├── Form1.resx
│       │   │   │   ├── Program.cs
│       │   │   │   ├── Properties
│       │   │   │   │   ├── AssemblyInfo.cs
│       │   │   │   │   ├── Resources.Designer.cs
│       │   │   │   │   ├── Resources.resx
│       │   │   │   │   ├── Settings.Designer.cs
│       │   │   │   │   └── Settings.settings
│       │   │   │   ├── bin
│       │   │   │   │   └── Debug
│       │   │   │   │       ├── Ex03_10.exe
│       │   │   │   │       ├── Ex03_10.pdb
│       │   │   │   │       └── Ex03_10.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex03_10.Form1.resources
│       │   │   │       │   ├── Ex03_10.Properties.Resources.resources
│       │   │   │       │   ├── Ex03_10.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex03_10.exe
│       │   │   │       │   ├── Ex03_10.pdb
│       │   │   │       │   └── TempPE
│       │   │   │       │       └── Properties.Resources.Designer.cs.dll
│       │   │   │       └── Ex03_10.csproj.FileList.txt
│       │   │   ├── Ex03_10.sln
│       │   │   └── Ex03_10.suo
│       │   ├── Ex03_11
│       │   │   ├── Ex03_11
│       │   │   │   ├── Ex03_11.csproj
│       │   │   │   ├── Form1.Designer.cs
│       │   │   │   ├── Form1.cs
│       │   │   │   ├── Form1.resx
│       │   │   │   ├── Program.cs
│       │   │   │   ├── Properties
│       │   │   │   │   ├── AssemblyInfo.cs
│       │   │   │   │   ├── Resources.Designer.cs
│       │   │   │   │   ├── Resources.resx
│       │   │   │   │   ├── Settings.Designer.cs
│       │   │   │   │   └── Settings.settings
│       │   │   │   ├── bin
│       │   │   │   │   └── Debug
│       │   │   │   │       ├── Ex03_11.exe
│       │   │   │   │       ├── Ex03_11.pdb
│       │   │   │   │       └── Ex03_11.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex03_11.Form1.resources
│       │   │   │       │   ├── Ex03_11.Properties.Resources.resources
│       │   │   │       │   ├── Ex03_11.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex03_11.exe
│       │   │   │       │   ├── Ex03_11.pdb
│       │   │   │       │   └── TempPE
│       │   │   │       └── Ex03_11.csproj.FileList.txt
│       │   │   ├── Ex03_11.sln
│       │   │   └── Ex03_11.suo
│       │   ├── Ex03_12
│       │   │   ├── Ex0312
│       │   │   │   ├── Ex0312.csproj
│       │   │   │   ├── Form1.Designer.cs
│       │   │   │   ├── Form1.cs
│       │   │   │   ├── Form1.resx
│       │   │   │   ├── Program.cs
│       │   │   │   ├── Properties
│       │   │   │   │   ├── AssemblyInfo.cs
│       │   │   │   │   ├── Resources.Designer.cs
│       │   │   │   │   ├── Resources.resx
│       │   │   │   │   ├── Settings.Designer.cs
│       │   │   │   │   └── Settings.settings
│       │   │   │   ├── Resources
│       │   │   │   │   └── 星星图.jpg
│       │   │   │   ├── bin
│       │   │   │   │   └── Debug
│       │   │   │   │       ├── Ex0312.exe
│       │   │   │   │       ├── Ex0312.pdb
│       │   │   │   │       └── Ex0312.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex0312.Form1.resources
│       │   │   │       │   ├── Ex0312.Properties.Resources.resources
│       │   │   │       │   ├── Ex0312.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex0312.exe
│       │   │   │       │   ├── Ex0312.pdb
│       │   │   │       │   └── TempPE
│       │   │   │       │       └── Properties.Resources.Designer.cs.dll
│       │   │   │       └── Ex0312.csproj.FileList.txt
│       │   │   ├── Ex0312.sln
│       │   │   ├── Ex0312.suo
│       │   │   ├── Ex03_12
│       │   │   │   ├── Ex03_12.csproj
│       │   │   │   ├── Form1.Designer.cs
│       │   │   │   ├── Form1.cs
│       │   │   │   ├── Form1.resx
│       │   │   │   ├── Program.cs
│       │   │   │   ├── Properties
│       │   │   │   │   ├── AssemblyInfo.cs
│       │   │   │   │   ├── Resources.Designer.cs
│       │   │   │   │   ├── Resources.resx
│       │   │   │   │   ├── Settings.Designer.cs
│       │   │   │   │   └── Settings.settings
│       │   │   │   ├── Resources
│       │   │   │   │   └── 星星图.jpg
│       │   │   │   ├── bin
│       │   │   │   │   └── Debug
│       │   │   │   │       ├── Ex03_12.exe
│       │   │   │   │       ├── Ex03_12.pdb
│       │   │   │   │       └── Ex03_12.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex0312.Form1.resources
│       │   │   │       │   ├── Ex0312.Properties.Resources.resources
│       │   │   │       │   ├── Ex0312.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex0312.exe
│       │   │   │       │   ├── Ex0312.pdb
│       │   │   │       │   ├── Ex03_12.Form1.resources
│       │   │   │       │   ├── Ex03_12.Properties.Resources.resources
│       │   │   │       │   ├── Ex03_12.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex03_12.exe
│       │   │   │       │   ├── Ex03_12.pdb
│       │   │   │       │   └── TempPE
│       │   │   │       │       └── Properties.Resources.Designer.cs.dll
│       │   │   │       ├── Ex0312.csproj.FileList.txt
│       │   │   │       └── Ex03_12.csproj.FileList.txt
│       │   │   ├── Ex03_12.sln
│       │   │   └── Ex03_12.suo
│       │   ├── Ex03_13
│       │   │   ├── Ex03_13
│       │   │   │   ├── Ex03_13.csproj
│       │   │   │   ├── Form1.Designer.cs
│       │   │   │   ├── Form1.cs
│       │   │   │   ├── Form1.resx
│       │   │   │   ├── Program.cs
│       │   │   │   ├── Properties
│       │   │   │   │   ├── AssemblyInfo.cs
│       │   │   │   │   ├── Resources.Designer.cs
│       │   │   │   │   ├── Resources.resx
│       │   │   │   │   ├── Settings.Designer.cs
│       │   │   │   │   └── Settings.settings
│       │   │   │   ├── bin
│       │   │   │   │   └── Debug
│       │   │   │   │       ├── Ex03_13.exe
│       │   │   │   │       ├── Ex03_13.pdb
│       │   │   │   │       └── Ex03_13.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex03_13.Form1.resources
│       │   │   │       │   ├── Ex03_13.Properties.Resources.resources
│       │   │   │       │   ├── Ex03_13.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex03_13.exe
│       │   │   │       │   ├── Ex03_13.pdb
│       │   │   │       │   ├── Refactor
│       │   │   │       │   └── TempPE
│       │   │   │       └── Ex03_13.csproj.FileList.txt
│       │   │   ├── Ex03_13.sln
│       │   │   └── Ex03_13.suo
│       │   ├── Ex03_14
│       │   │   ├── Ex03_14
│       │   │   │   ├── Ex03_14.csproj
│       │   │   │   ├── Form1.Designer.cs
│       │   │   │   ├── Form1.cs
│       │   │   │   ├── Form1.resx
│       │   │   │   ├── Program.cs
│       │   │   │   ├── Properties
│       │   │   │   │   ├── AssemblyInfo.cs
│       │   │   │   │   ├── Resources.Designer.cs
│       │   │   │   │   ├── Resources.resx
│       │   │   │   │   ├── Settings.Designer.cs
│       │   │   │   │   └── Settings.settings
│       │   │   │   ├── Resources
│       │   │   │   │   └── 7.jpg
│       │   │   │   ├── bin
│       │   │   │   │   └── Debug
│       │   │   │   │       ├── Ex03_14.exe
│       │   │   │   │       ├── Ex03_14.pdb
│       │   │   │   │       └── Ex03_14.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex03_14.Form1.resources
│       │   │   │       │   ├── Ex03_14.Properties.Resources.resources
│       │   │   │       │   ├── Ex03_14.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex03_14.exe
│       │   │   │       │   ├── Ex03_14.pdb
│       │   │   │       │   └── TempPE
│       │   │   │       │       └── Properties.Resources.Designer.cs.dll
│       │   │   │       ├── Ex03_14.csproj.FileList.txt
│       │   │   │       └── Release
│       │   │   │           ├── Ex03_14.Form1.resources
│       │   │   │           ├── Ex03_14.Properties.Resources.resources
│       │   │   │           ├── Ex03_14.csproj.GenerateResource.Cache
│       │   │   │           ├── Ex03_14.exe
│       │   │   │           ├── Ex03_14.pdb
│       │   │   │           └── TempPE
│       │   │   │               └── Properties.Resources.Designer.cs.dll
│       │   │   ├── Ex03_14.sln
│       │   │   └── Ex03_14.suo
│       │   ├── Ex03_15
│       │   │   ├── Ex03_15
│       │   │   │   ├── Ex03_15.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
│       │   │   │   │       ├── Ex03_15.exe
│       │   │   │   │       ├── Ex03_15.pdb
│       │   │   │   │       └── Ex03_15.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex03_15.Form1.resources
│       │   │   │       │   ├── Ex03_15.Properties.Resources.resources
│       │   │   │       │   ├── Ex03_15.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex03_15.exe
│       │   │   │       │   ├── Ex03_15.pdb
│       │   │   │       │   ├── Refactor
│       │   │   │       │   └── TempPE
│       │   │   │       │       └── Properties.Resources.Designer.cs.dll
│       │   │   │       └── Ex03_15.csproj.FileList.txt
│       │   │   ├── Ex03_15.sln
│       │   │   └── Ex03_15.suo
│       │   ├── Ex03_16
│       │   │   ├── Ex03_16
│       │   │   │   ├── Ex03_16.csproj
│       │   │   │   ├── Form1.Designer.cs
│       │   │   │   ├── Form1.cs
│       │   │   │   ├── Form1.resx
│       │   │   │   ├── Program.cs
│       │   │   │   ├── Properties
│       │   │   │   │   ├── AssemblyInfo.cs
│       │   │   │   │   ├── Resources.Designer.cs
│       │   │   │   │   ├── Resources.resx
│       │   │   │   │   ├── Settings.Designer.cs
│       │   │   │   │   └── Settings.settings
│       │   │   │   ├── bin
│       │   │   │   │   └── Debug
│       │   │   │   │       ├── Ex03_16.exe
│       │   │   │   │       ├── Ex03_16.pdb
│       │   │   │   │       └── Ex03_16.vshost.exe
│       │   │   │   └── obj
│       │   │   │       ├── Debug
│       │   │   │       │   ├── Ex03_16.Form1.resources
│       │   │   │       │   ├── Ex03_16.Properties.Resources.resources
│       │   │   │       │   ├── Ex03_16.csproj.GenerateResource.Cache
│       │   │   │       │   ├── Ex03_16.exe
│       │   │   │       │   ├── Ex03_16.pdb
│       │   │   │       │   └── TempPE
│       │   │   │       └── Ex03_16.csproj.FileList.txt
│       │   │   ├── Ex03_16.sln
│       │   │   └── Ex03_16.suo
│       │   └── 程序使用说明.doc
│       └── 04
│           ├── Ex04_01
│           │   ├── Ex04_01
│           │   │   ├── Ex04_01.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
│           │   │   │       ├── Ex04_01.exe
│           │   │   │       ├── Ex04_01.pdb
│           │   │   │       ├── Ex04_01.vshost.exe
│           │   │   │       └── OpenGL.dll
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex04_01.Form1.resources
│           │   │       │   ├── Ex04_01.Properties.Resources.resources
│           │   │       │   ├── Ex04_01.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex04_01.exe
│           │   │       │   ├── Ex04_01.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex04_01.csproj.FileList.txt
│           │   ├── Ex04_01.sln
│           │   └── Ex04_01.suo
│           ├── Ex04_02
│           │   ├── Ex04_02
│           │   │   ├── Ex04_02.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
│           │   │   │       ├── Ex04_02.exe
│           │   │   │       ├── Ex04_02.pdb
│           │   │   │       └── Ex04_02.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex04_02.Form1.resources
│           │   │       │   ├── Ex04_02.Properties.Resources.resources
│           │   │       │   ├── Ex04_02.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex04_02.exe
│           │   │       │   ├── Ex04_02.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex04_02.csproj.FileList.txt
│           │   ├── Ex04_02.sln
│           │   └── Ex04_02.suo
│           ├── Ex04_03
│           │   ├── Ex04_03
│           │   │   ├── Ex04_03.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
│           │   │   │       ├── Ex04_03.exe
│           │   │   │       ├── Ex04_03.pdb
│           │   │   │       └── Ex04_03.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex04_03.Form1.resources
│           │   │       │   ├── Ex04_03.Properties.Resources.resources
│           │   │       │   ├── Ex04_03.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex04_03.exe
│           │   │       │   ├── Ex04_03.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex04_03.csproj.FileList.txt
│           │   ├── Ex04_03.sln
│           │   └── Ex04_03.suo
│           ├── Ex04_04
│           │   ├── Ex04_04
│           │   │   ├── Ex04_04.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
│           │   │   │       ├── Ex04_04.exe
│           │   │   │       ├── Ex04_04.pdb
│           │   │   │       └── Ex04_04.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex04_04.Form1.resources
│           │   │       │   ├── Ex04_04.Properties.Resources.resources
│           │   │       │   ├── Ex04_04.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex04_04.exe
│           │   │       │   ├── Ex04_04.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex04_04.csproj.FileList.txt
│           │   ├── Ex04_04.sln
│           │   └── Ex04_04.suo
│           ├── Ex04_05
│           │   ├── Ex04_05
│           │   │   ├── Ex04_05.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
│           │   │   │       ├── Ex04_05.exe
│           │   │   │       ├── Ex04_05.pdb
│           │   │   │       └── Ex04_05.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex04_05.Form1.resources
│           │   │       │   ├── Ex04_05.Properties.Resources.resources
│           │   │       │   ├── Ex04_05.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex04_05.exe
│           │   │       │   ├── Ex04_05.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex04_05.csproj.FileList.txt
│           │   ├── Ex04_05.sln
│           │   └── Ex04_05.suo
│           ├── Ex04_06
│           │   ├── Ex04_06
│           │   │   ├── Ex04_06.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
│           │   │   │       ├── Ex04_06.exe
│           │   │   │       ├── Ex04_06.pdb
│           │   │   │       └── Ex04_06.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex04_06.Form1.resources
│           │   │       │   ├── Ex04_06.Properties.Resources.resources
│           │   │       │   ├── Ex04_06.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex04_06.exe
│           │   │       │   ├── Ex04_06.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex04_06.csproj.FileList.txt
│           │   ├── Ex04_06.sln
│           │   └── Ex04_06.suo
│           ├── Ex04_07
│           │   ├── Ex04_07
│           │   │   ├── Ex04_07.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
│           │   │   │       ├── Ex04_07.exe
│           │   │   │       ├── Ex04_07.pdb
│           │   │   │       └── Ex04_07.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex04_07.Form1.resources
│           │   │       │   ├── Ex04_07.Properties.Resources.resources
│           │   │       │   ├── Ex04_07.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex04_07.exe
│           │   │       │   ├── Ex04_07.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex04_07.csproj.FileList.txt
│           │   ├── Ex04_07.sln
│           │   └── Ex04_07.suo
│           ├── Ex04_08
│           │   ├── Ex04_08
│           │   │   ├── Ex04_08.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
│           │   │   │       ├── Ex04_08.exe
│           │   │   │       ├── Ex04_08.pdb
│           │   │   │       └── Ex04_08.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex04_08.Form1.resources
│           │   │       │   ├── Ex04_08.Properties.Resources.resources
│           │   │       │   ├── Ex04_08.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex04_08.exe
│           │   │       │   ├── Ex04_08.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex04_08.csproj.FileList.txt
│           │   ├── Ex04_08.sln
│           │   └── Ex04_08.suo
│           ├── Ex04_09
│           │   ├── Ex04_09
│           │   │   ├── Ex04_09.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
│           │   │   │       ├── Ex04_09.exe
│           │   │   │       ├── Ex04_09.pdb
│           │   │   │       └── Ex04_09.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex04_09.Form1.resources
│           │   │       │   ├── Ex04_09.Properties.Resources.resources
│           │   │       │   ├── Ex04_09.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex04_09.exe
│           │   │       │   ├── Ex04_09.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex04_09.csproj.FileList.txt
│           │   ├── Ex04_09.sln
│           │   └── Ex04_09.suo
│           ├── Ex04_10
│           │   ├── Ex04_10
│           │   │   ├── Ex04_10.csproj
│           │   │   ├── Form1.Designer.cs
│           │   │   ├── Form1.cs
│           │   │   ├── Form1.resx
│           │   │   ├── Program.cs
│           │   │   ├── Properties
│           │   │   │   ├── AssemblyInfo.cs
│           │   │   │   ├── Resources.Designer.cs
│           │   │   │   ├── Resources.resx
│           │   │   │   ├── Settings.Designer.cs
│           │   │   │   └── Settings.settings
│           │   │   ├── bin
│           │   │   │   └── Debug
│           │   │   │       ├── Ex04_10.exe
│           │   │   │       ├── Ex04_10.pdb
│           │   │   │       └── Ex04_10.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex04_10.Form1.resources
│           │   │       │   ├── Ex04_10.Properties.Resources.resources
│           │   │       │   ├── Ex04_10.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex04_10.exe
│           │   │       │   ├── Ex04_10.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex04_10.csproj.FileList.txt
│           │   ├── Ex04_10.sln
│           │   └── Ex04_10.suo
│           ├── Ex04_11
│           │   ├── Ex04_11
│           │   │   ├── Ex04_11.csproj
│           │   │   ├── Form1.Designer.cs
│           │   │   ├── Form1.cs
│           │   │   ├── Form1.resx
│           │   │   ├── Program.cs
│           │   │   ├── Properties
│           │   │   │   ├── AssemblyInfo.cs
│           │   │   │   ├── Resources.Designer.cs
│           │   │   │   ├── Resources.resx
│           │   │   │   ├── Settings.Designer.cs
│           │   │   │   └── Settings.settings
│           │   │   ├── bin
│           │   │   │   └── Debug
│           │   │   │       ├── Ex04_11.exe
│           │   │   │       ├── Ex04_11.pdb
│           │   │   │       └── Ex04_11.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex04_11.Form1.resources
│           │   │       │   ├── Ex04_11.Properties.Resources.resources
│           │   │       │   ├── Ex04_11.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex04_11.exe
│           │   │       │   ├── Ex04_11.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex04_11.csproj.FileList.txt
│           │   ├── Ex04_11.sln
│           │   └── Ex04_11.suo
│           ├── Ex04_12
│           │   ├── Ex04_12
│           │   │   ├── Ex04_12.csproj
│           │   │   ├── Form1.Designer.cs
│           │   │   ├── Form1.cs
│           │   │   ├── Form1.resx
│           │   │   ├── Program.cs
│           │   │   ├── Properties
│           │   │   │   ├── AssemblyInfo.cs
│           │   │   │   ├── Resources.Designer.cs
│           │   │   │   ├── Resources.resx
│           │   │   │   ├── Settings.Designer.cs
│           │   │   │   └── Settings.settings
│           │   │   ├── bin
│           │   │   │   └── Debug
│           │   │   │       ├── Ex04_12.exe
│           │   │   │       ├── Ex04_12.pdb
│           │   │   │       └── Ex04_12.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex04_12.Form1.resources
│           │   │       │   ├── Ex04_12.Properties.Resources.resources
│           │   │       │   ├── Ex04_12.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex04_12.exe
│           │   │       │   ├── Ex04_12.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex04_12.csproj.FileList.txt
│           │   ├── Ex04_12.sln
│           │   └── Ex04_12.suo
│           ├── Ex04_13
│           │   ├── Ex04_13
│           │   │   ├── Ex04_13.csproj
│           │   │   ├── Form1.Designer.cs
│           │   │   ├── Form1.cs
│           │   │   ├── Form1.resx
│           │   │   ├── Program.cs
│           │   │   ├── Properties
│           │   │   │   ├── AssemblyInfo.cs
│           │   │   │   ├── Resources.Designer.cs
│           │   │   │   ├── Resources.resx
│           │   │   │   ├── Settings.Designer.cs
│           │   │   │   └── Settings.settings
│           │   │   ├── bin
│           │   │   │   └── Debug
│           │   │   │       ├── Ex04_13.exe
│           │   │   │       ├── Ex04_13.pdb
│           │   │   │       └── Ex04_13.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex04_13.Form1.resources
│           │   │       │   ├── Ex04_13.Properties.Resources.resources
│           │   │       │   ├── Ex04_13.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex04_13.exe
│           │   │       │   ├── Ex04_13.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex04_13.csproj.FileList.txt
│           │   ├── Ex04_13.sln
│           │   └── Ex04_13.suo
│           ├── Ex04_14
│           │   ├── Ex04_14
│           │   │   ├── Ex04_14.csproj
│           │   │   ├── Form1.Designer.cs
│           │   │   ├── Form1.cs
│           │   │   ├── Form1.resx
│           │   │   ├── Program.cs
│           │   │   ├── Properties
│           │   │   │   ├── AssemblyInfo.cs
│           │   │   │   ├── Resources.Designer.cs
│           │   │   │   ├── Resources.resx
│           │   │   │   ├── Settings.Designer.cs
│           │   │   │   └── Settings.settings
│           │   │   ├── bin
│           │   │   │   └── Debug
│           │   │   │       ├── Ex04_14.exe
│           │   │   │       ├── Ex04_14.pdb
│           │   │   │       └── Ex04_14.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex04_14.Form1.resources
│           │   │       │   ├── Ex04_14.Properties.Resources.resources
│           │   │       │   ├── Ex04_14.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex04_14.exe
│           │   │       │   ├── Ex04_14.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex04_14.csproj.FileList.txt
│           │   ├── Ex04_14.sln
│           │   └── Ex04_14.suo
│           ├── Ex04_15
│           │   ├── Ex04_15
│           │   │   ├── Ex04_15.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
│           │   │   │       ├── Ex04_15.exe
│           │   │   │       ├── Ex04_15.pdb
│           │   │   │       └── Ex04_15.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex04_15.Form1.resources
│           │   │       │   ├── Ex04_15.Properties.Resources.resources
│           │   │       │   ├── Ex04_15.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex04_15.exe
│           │   │       │   ├── Ex04_15.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex04_15.csproj.FileList.txt
│           │   ├── Ex04_15.sln
│           │   └── Ex04_15.suo
│           ├── Ex04_16
│           │   ├── Ex04_16
│           │   │   ├── Ex04_16.csproj
│           │   │   ├── Form1.Designer.cs
│           │   │   ├── Form1.cs
│           │   │   ├── Form1.resx
│           │   │   ├── Program.cs
│           │   │   ├── Properties
│           │   │   │   ├── AssemblyInfo.cs
│           │   │   │   ├── Resources.Designer.cs
│           │   │   │   ├── Resources.resx
│           │   │   │   ├── Settings.Designer.cs
│           │   │   │   └── Settings.settings
│           │   │   ├── bin
│           │   │   │   └── Debug
│           │   │   │       ├── Ex04_16.exe
│           │   │   │       ├── Ex04_16.pdb
│           │   │   │       └── Ex04_16.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex04_16.Form1.resources
│           │   │       │   ├── Ex04_16.Properties.Resources.resources
│           │   │       │   ├── Ex04_16.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex04_16.exe
│           │   │       │   ├── Ex04_16.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex04_16.csproj.FileList.txt
│           │   ├── Ex04_16.sln
│           │   └── Ex04_16.suo
│           ├── Ex04_17
│           │   ├── Ex04_17
│           │   │   ├── Ex04_17.csproj
│           │   │   ├── Form1.Designer.cs
│           │   │   ├── Form1.cs
│           │   │   ├── Form1.resx
│           │   │   ├── Program.cs
│           │   │   ├── Properties
│           │   │   │   ├── AssemblyInfo.cs
│           │   │   │   ├── Resources.Designer.cs
│           │   │   │   ├── Resources.resx
│           │   │   │   ├── Settings.Designer.cs
│           │   │   │   └── Settings.settings
│           │   │   ├── bin
│           │   │   │   └── Debug
│           │   │   │       ├── Ex04_17.exe
│           │   │   │       ├── Ex04_17.pdb
│           │   │   │       └── Ex04_17.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex04_17.Form1.resources
│           │   │       │   ├── Ex04_17.Properties.Resources.resources
│           │   │       │   ├── Ex04_17.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex04_17.exe
│           │   │       │   ├── Ex04_17.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex04_17.csproj.FileList.txt
│           │   ├── Ex04_17.sln
│           │   └── Ex04_17.suo
│           ├── Ex04_18
│           │   ├── Ex04_18
│           │   │   ├── Ex04_18.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
│           │   │   │       ├── Ex04_18.exe
│           │   │   │       ├── Ex04_18.pdb
│           │   │   │       └── Ex04_18.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex04_18.Form1.resources
│           │   │       │   ├── Ex04_18.Properties.Resources.resources
│           │   │       │   ├── Ex04_18.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex04_18.exe
│           │   │       │   ├── Ex04_18.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex04_18.csproj.FileList.txt
│           │   ├── Ex04_18.sln
│           │   └── Ex04_18.suo
│           ├── Ex04_19
│           │   ├── Ex04_19
│           │   │   ├── Ex04_19.csproj
│           │   │   ├── Form1.Designer.cs
│           │   │   ├── Form1.cs
│           │   │   ├── Form1.resx
│           │   │   ├── Image
│           │   │   │   └── test.bmp
│           │   │   ├── Program.cs
│           │   │   ├── Properties
│           │   │   │   ├── AssemblyInfo.cs
│           │   │   │   ├── Resources.Designer.cs
│           │   │   │   ├── Resources.resx
│           │   │   │   ├── Settings.Designer.cs
│           │   │   │   └── Settings.settings
│           │   │   ├── bin
│           │   │   │   └── Debug
│           │   │   │       ├── Ex04_19.exe
│           │   │   │       ├── Ex04_19.pdb
│           │   │   │       └── Ex04_19.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex04_19.Form1.resources
│           │   │       │   ├── Ex04_19.Properties.Resources.resources
│           │   │       │   ├── Ex04_19.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex04_19.exe
│           │   │       │   ├── Ex04_19.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex04_19.csproj.FileList.txt
│           │   ├── Ex04_19.sln
│           │   └── Ex04_19.suo
│           ├── Ex04_20
│           │   ├── Ex04_20
│           │   │   ├── Ex04_20.csproj
│           │   │   ├── Form1.Designer.cs
│           │   │   ├── Form1.cs
│           │   │   ├── Form1.resx
│           │   │   ├── Image
│           │   │   │   └── test.JPG
│           │   │   ├── Program.cs
│           │   │   ├── Properties
│           │   │   │   ├── AssemblyInfo.cs
│           │   │   │   ├── Resources.Designer.cs
│           │   │   │   ├── Resources.resx
│           │   │   │   ├── Settings.Designer.cs
│           │   │   │   └── Settings.settings
│           │   │   ├── bin
│           │   │   │   └── Debug
│           │   │   │       ├── Ex04_20.exe
│           │   │   │       ├── Ex04_20.pdb
│           │   │   │       └── Ex04_20.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex04_20.Form1.resources
│           │   │       │   ├── Ex04_20.Properties.Resources.resources
│           │   │       │   ├── Ex04_20.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex04_20.exe
│           │   │       │   ├── Ex04_20.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex04_20.csproj.FileList.txt
│           │   ├── Ex04_20.sln
│           │   └── Ex04_20.suo
│           ├── Ex04_21
│           │   ├── Ex04_21
│           │   │   ├── Ex04_21.csproj
│           │   │   ├── Form1.Designer.cs
│           │   │   ├── Form1.cs
│           │   │   ├── Form1.resx
│           │   │   ├── Image
│           │   │   │   └── test.JPG
│           │   │   ├── Program.cs
│           │   │   ├── Properties
│           │   │   │   ├── AssemblyInfo.cs
│           │   │   │   ├── Resources.Designer.cs
│           │   │   │   ├── Resources.resx
│           │   │   │   ├── Settings.Designer.cs
│           │   │   │   └── Settings.settings
│           │   │   ├── bin
│           │   │   │   └── Debug
│           │   │   │       ├── Ex04_21.exe
│           │   │   │       ├── Ex04_21.pdb
│           │   │   │       └── Ex04_21.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex04_21.Form1.resources
│           │   │       │   ├── Ex04_21.Properties.Resources.resources
│           │   │       │   ├── Ex04_21.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex04_21.exe
│           │   │       │   ├── Ex04_21.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex04_21.csproj.FileList.txt
│           │   ├── Ex04_21.sln
│           │   └── Ex04_21.suo
│           ├── Ex04_22
│           │   ├── Ex04_22
│           │   │   ├── Ex04_22.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
│           │   │   │       ├── Ex04_22.exe
│           │   │   │       ├── Ex04_22.pdb
│           │   │   │       └── Ex04_22.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex04_22.Form1.resources
│           │   │       │   ├── Ex04_22.Properties.Resources.resources
│           │   │       │   ├── Ex04_22.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex04_22.exe
│           │   │       │   ├── Ex04_22.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex04_22.csproj.FileList.txt
│           │   ├── Ex04_22.sln
│           │   └── Ex04_22.suo
│           ├── Ex04_23
│           │   ├── Ex04_23
│           │   │   ├── Ex04_23.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
│           │   │   │       ├── Ex04_23.exe
│           │   │   │       ├── Ex04_23.pdb
│           │   │   │       └── Ex04_23.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex04_23.Form1.resources
│           │   │       │   ├── Ex04_23.Properties.Resources.resources
│           │   │       │   ├── Ex04_23.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex04_23.exe
│           │   │       │   ├── Ex04_23.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex04_23.csproj.FileList.txt
│           │   ├── Ex04_23.sln
│           │   └── Ex04_23.suo
│           ├── Ex04_24
│           │   ├── Ex04_24
│           │   │   ├── Ex04_24.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
│           │   │   │       ├── Ex04_24.exe
│           │   │   │       ├── Ex04_24.pdb
│           │   │   │       └── Ex04_24.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex04_24.Form1.resources
│           │   │       │   ├── Ex04_24.Properties.Resources.resources
│           │   │       │   ├── Ex04_24.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex04_24.exe
│           │   │       │   ├── Ex04_24.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex04_24.csproj.FileList.txt
│           │   ├── Ex04_24.sln
│           │   └── Ex04_24.suo
│           ├── Ex04_25
│           │   ├── Ex04_25
│           │   │   ├── Ex04_25.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
│           │   │   │       ├── Ex04_25.exe
│           │   │   │       ├── Ex04_25.pdb
│           │   │   │       └── Ex04_25.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex04_25.Form1.resources
│           │   │       │   ├── Ex04_25.Properties.Resources.resources
│           │   │       │   ├── Ex04_25.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex04_25.exe
│           │   │       │   ├── Ex04_25.pdb
│           │   │       │   └── TempPE
│           │   │       │       └── Properties.Resources.Designer.cs.dll
│           │   │       └── Ex04_25.csproj.FileList.txt
│           │   ├── Ex04_25.sln
│           │   └── Ex04_25.suo
│           ├── Ex04_26
│           │   ├── Ex04_26
│           │   │   ├── Ex04_26.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
│           │   │   │       ├── Ex04_26.exe
│           │   │   │       ├── Ex04_26.pdb
│           │   │   │       └── Ex04_26.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex04_26.Form1.resources
│           │   │       │   ├── Ex04_26.Properties.Resources.resources
│           │   │       │   ├── Ex04_26.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex04_26.exe
│           │   │       │   ├── Ex04_26.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex04_26.csproj.FileList.txt
│           │   ├── Ex04_26.sln
│           │   └── Ex04_26.suo
│           ├── Ex04_27
│           │   ├── Ex04_27
│           │   │   ├── Ex04_27.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
│           │   │   │       ├── Ex04_27.exe
│           │   │   │       ├── Ex04_27.pdb
│           │   │   │       └── Ex04_27.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex04_27.Form1.resources
│           │   │       │   ├── Ex04_27.Properties.Resources.resources
│           │   │       │   ├── Ex04_27.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex04_27.exe
│           │   │       │   ├── Ex04_27.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex04_27.csproj.FileList.txt
│           │   ├── Ex04_27.sln
│           │   └── Ex04_27.suo
│           ├── Ex04_28
│           │   ├── Ex04_28
│           │   │   ├── Ex04_28.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
│           │   │   │       ├── Ex04_28.exe
│           │   │   │       ├── Ex04_28.pdb
│           │   │   │       └── Ex04_28.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex04_28.Form1.resources
│           │   │       │   ├── Ex04_28.Properties.Resources.resources
│           │   │       │   ├── Ex04_28.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex04_28.exe
│           │   │       │   ├── Ex04_28.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex04_28.csproj.FileList.txt
│           │   ├── Ex04_28.sln
│           │   └── Ex04_28.suo
│           ├── Ex04_29
│           │   ├── Ex04_29
│           │   │   ├── Ex04_29.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
│           │   │   │       ├── Ex04_29.exe
│           │   │   │       ├── Ex04_29.pdb
│           │   │   │       └── Ex04_29.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex04_29.Form1.resources
│           │   │       │   ├── Ex04_29.Properties.Resources.resources
│           │   │       │   ├── Ex04_29.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex04_29.exe
│           │   │       │   ├── Ex04_29.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex04_29.csproj.FileList.txt
│           │   ├── Ex04_29.sln
│           │   └── Ex04_29.suo
│           ├── Ex04_30
│           │   ├── Ex04_30
│           │   │   ├── Ex04_30.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
│           │   │   │       ├── Ex04_30.exe
│           │   │   │       ├── Ex04_30.pdb
│           │   │   │       └── Ex04_30.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex04_30.Form1.resources
│           │   │       │   ├── Ex04_30.Properties.Resources.resources
│           │   │       │   ├── Ex04_30.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex04_30.exe
│           │   │       │   ├── Ex04_30.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex04_30.csproj.FileList.txt
│           │   ├── Ex04_30.sln
│           │   └── Ex04_30.suo
│           ├── Ex04_31
│           │   ├── Ex04_31
│           │   │   ├── Ex04_31.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
│           │   │   │       ├── Ex04_31.exe
│           │   │   │       ├── Ex04_31.pdb
│           │   │   │       └── Ex04_31.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex04_31.Form1.resources
│           │   │       │   ├── Ex04_31.Properties.Resources.resources
│           │   │       │   ├── Ex04_31.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex04_31.exe
│           │   │       │   ├── Ex04_31.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex04_31.csproj.FileList.txt
│           │   ├── Ex04_31.sln
│           │   └── Ex04_31.suo
│           ├── Ex04_32
│           │   ├── Ex04_32
│           │   │   ├── Ex04_32.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
│           │   │   │       ├── Ex04_32.exe
│           │   │   │       ├── Ex04_32.pdb
│           │   │   │       └── Ex04_32.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex04_32.Form1.resources
│           │   │       │   ├── Ex04_32.Properties.Resources.resources
│           │   │       │   ├── Ex04_32.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex04_32.exe
│           │   │       │   ├── Ex04_32.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex04_32.csproj.FileList.txt
│           │   ├── Ex04_32.sln
│           │   └── Ex04_32.suo
│           ├── Ex04_33
│           │   ├── Ex04_33
│           │   │   ├── Ex04_33.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
│           │   │   │       ├── Ex04_33.exe
│           │   │   │       ├── Ex04_33.pdb
│           │   │   │       └── Ex04_33.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex04_33.Form1.resources
│           │   │       │   ├── Ex04_33.Properties.Resources.resources
│           │   │       │   ├── Ex04_33.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex04_33.exe
│           │   │       │   ├── Ex04_33.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex04_33.csproj.FileList.txt
│           │   ├── Ex04_33.sln
│           │   └── Ex04_33.suo
│           ├── Ex04_34
│           │   ├── Ex04_34
│           │   │   ├── Ex04_34.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
│           │   │   │       ├── Ex04_34.exe
│           │   │   │       ├── Ex04_34.pdb
│           │   │   │       └── Ex04_34.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex04_34.Form1.resources
│           │   │       │   ├── Ex04_34.Properties.Resources.resources
│           │   │       │   ├── Ex04_34.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex04_34.exe
│           │   │       │   ├── Ex04_34.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex04_34.csproj.FileList.txt
│           │   ├── Ex04_34.sln
│           │   └── Ex04_34.suo
│           ├── Ex04_35
│           │   ├── Ex04_35
│           │   │   ├── Ex04_35.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
│           │   │   │       ├── Ex04_35.exe
│           │   │   │       ├── Ex04_35.pdb
│           │   │   │       └── Ex04_35.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex04_35.Form1.resources
│           │   │       │   ├── Ex04_35.Properties.Resources.resources
│           │   │       │   ├── Ex04_35.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex04_35.exe
│           │   │       │   ├── Ex04_35.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex04_35.csproj.FileList.txt
│           │   ├── Ex04_35.sln
│           │   └── Ex04_35.suo
│           ├── Ex04_36
│           │   ├── Ex04_36
│           │   │   ├── Ex04_36.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
│           │   │   │       ├── Ex04_36.exe
│           │   │   │       ├── Ex04_36.pdb
│           │   │   │       └── Ex04_36.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex04_36.Form1.resources
│           │   │       │   ├── Ex04_36.Properties.Resources.resources
│           │   │       │   ├── Ex04_36.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex04_36.exe
│           │   │       │   ├── Ex04_36.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex04_36.csproj.FileList.txt
│           │   ├── Ex04_36.sln
│           │   └── Ex04_36.suo
│           ├── Ex04_37
│           │   ├── Ex04_37
│           │   │   ├── Ex04_37.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
│           │   │   │       ├── Ex04_37.exe
│           │   │   │       ├── Ex04_37.pdb
│           │   │   │       └── Ex04_37.vshost.exe
│           │   │   ├── obj
│           │   │   │   ├── Debug
│           │   │   │   │   ├── Ex04_37.Form1.resources
│           │   │   │   │   ├── Ex04_37.Properties.Resources.resources
│           │   │   │   │   ├── Ex04_37.csproj.GenerateResource.Cache
│           │   │   │   │   ├── Ex04_37.exe
│           │   │   │   │   ├── Ex04_37.pdb
│           │   │   │   │   ├── Ex04_37.text.resources
│           │   │   │   │   └── TempPE
│           │   │   │   └── Ex04_37.csproj.FileList.txt
│           │   │   ├── text.Designer.cs
│           │   │   ├── text.cs
│           │   │   └── text.resx
│           │   ├── Ex04_37.sln
│           │   └── Ex04_37.suo
│           ├── Ex04_38
│           │   ├── Ex04_38
│           │   │   ├── Ex04_38.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
│           │   │   │       ├── Ex04_38.exe
│           │   │   │       ├── Ex04_38.pdb
│           │   │   │       └── Ex04_38.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex04_38.Form1.resources
│           │   │       │   ├── Ex04_38.Properties.Resources.resources
│           │   │       │   ├── Ex04_38.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex04_38.exe
│           │   │       │   ├── Ex04_38.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex04_38.csproj.FileList.txt
│           │   ├── Ex04_38.sln
│           │   └── Ex04_38.suo
│           ├── Ex04_39
│           │   ├── Ex04_39
│           │   │   ├── Ex04_39.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
│           │   │   │       ├── Ex04_39.exe
│           │   │   │       ├── Ex04_39.pdb
│           │   │   │       └── Ex04_39.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex04_39.Form1.resources
│           │   │       │   ├── Ex04_39.Properties.Resources.resources
│           │   │       │   ├── Ex04_39.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex04_39.exe
│           │   │       │   ├── Ex04_39.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex04_39.csproj.FileList.txt
│           │   ├── Ex04_39.sln
│           │   └── Ex04_39.suo
│           └── Ex04_40
│               └── Ex04_40
│                   ├── Ex04_40.csproj
│                   ├── Form1.Designer.cs
│                   ├── Form1.cs
│                   ├── Form1.resx
│                   ├── Image
│                   │   ├── scene1.bmp
│                   │   └── scene2.bmp
│                   └── bin
│                       └── Debug
│                           ├── Ex04_40.exe
│                           ├── Ex04_40.pdb
│                           └── Ex04_40.vshost.exe
└── 好例子网_c#程序开发范例宝典.part03.rar

701 directories, 1876 files