实例介绍
【实例截图】
【核心代码】
.
├── 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
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── scene1.bmp
│ │ │ │ │ └── scene2.bmp
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Ex04_40.exe
│ │ │ │ │ ├── Ex04_40.pdb
│ │ │ │ │ └── Ex04_40.vshost.exe
│ │ │ │ └── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Ex04_40.Form1.resources
│ │ │ │ │ ├── Ex04_40.Properties.Resources.resources
│ │ │ │ │ ├── Ex04_40.csproj.GenerateResource.Cache
│ │ │ │ │ ├── Ex04_40.exe
│ │ │ │ │ ├── Ex04_40.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ └── Ex04_40.csproj.FileList.txt
│ │ │ ├── Ex04_40.sln
│ │ │ └── Ex04_40.suo
│ │ ├── Ex04_41
│ │ │ ├── Ex04_41
│ │ │ │ ├── Ex04_41.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_41.exe
│ │ │ │ │ ├── Ex04_41.pdb
│ │ │ │ │ ├── Ex04_41.scr
│ │ │ │ │ ├── Ex04_41.vshost.exe
│ │ │ │ │ └── 明日科技.jpg
│ │ │ │ └── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Ex04_41.Form1.resources
│ │ │ │ │ ├── Ex04_41.Properties.Resources.resources
│ │ │ │ │ ├── Ex04_41.csproj.GenerateResource.Cache
│ │ │ │ │ ├── Ex04_41.exe
│ │ │ │ │ ├── Ex04_41.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ └── Ex04_41.csproj.FileList.txt
│ │ │ ├── Ex04_41.sln
│ │ │ └── Ex04_41.suo
│ │ ├── Ex04_42
│ │ │ ├── Ex04_42
│ │ │ │ ├── Ex04_42.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_42.exe
│ │ │ │ │ ├── Ex04_42.pdb
│ │ │ │ │ └── Ex04_42.vshost.exe
│ │ │ │ └── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Ex04_42.Form1.resources
│ │ │ │ │ ├── Ex04_42.Properties.Resources.resources
│ │ │ │ │ ├── Ex04_42.csproj.GenerateResource.Cache
│ │ │ │ │ ├── Ex04_42.exe
│ │ │ │ │ ├── Ex04_42.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ └── Ex04_42.csproj.FileList.txt
│ │ │ ├── Ex04_42.sln
│ │ │ └── Ex04_42.suo
│ │ └── Ex04_43
│ │ ├── Ex04_43
│ │ │ ├── Ex04_43.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_43.exe
│ │ │ │ ├── Ex04_43.pdb
│ │ │ │ └── Ex04_43.vshost.exe
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex04_43.Form1.resources
│ │ │ │ ├── Ex04_43.Properties.Resources.resources
│ │ │ │ ├── Ex04_43.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex04_43.exe
│ │ │ │ ├── Ex04_43.pdb
│ │ │ │ └── TempPE
│ │ │ └── Ex04_43.csproj.FileList.txt
│ │ ├── Ex04_43.sln
│ │ └── Ex04_43.suo
│ └── 05
│ ├── Ex05_01
│ │ └── Ex05_01
│ │ ├── Ex05_01
│ │ │ ├── Ex05_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
│ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ ├── Ex05_01.exe
│ │ │ │ ├── Ex05_01.pdb
│ │ │ │ ├── Ex05_01.vshost.exe
│ │ │ │ └── Interop.WMPLib.dll
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ ├── Ex05_01.Form1.resources
│ │ │ │ ├── Ex05_01.Properties.Resources.resources
│ │ │ │ ├── Ex05_01.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex05_01.csproj.ResolveComReference.cache
│ │ │ │ ├── Ex05_01.exe
│ │ │ │ ├── Ex05_01.pdb
│ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ ├── Refactor
│ │ │ │ └── TempPE
│ │ │ └── Ex05_01.csproj.FileList.txt
│ │ ├── Ex05_01.sln
│ │ └── Ex05_01.suo
│ ├── Ex05_02
│ │ └── Ex05_02
│ │ ├── Ex05_02
│ │ │ ├── Ex05_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
│ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ ├── Ex05_02.exe
│ │ │ │ ├── Ex05_02.pdb
│ │ │ │ ├── Ex05_02.vshost.exe
│ │ │ │ └── Interop.WMPLib.dll
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ ├── Ex05_02.Form1.resources
│ │ │ │ ├── Ex05_02.Properties.Resources.resources
│ │ │ │ ├── Ex05_02.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex05_02.csproj.ResolveComReference.cache
│ │ │ │ ├── Ex05_02.exe
│ │ │ │ ├── Ex05_02.pdb
│ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ ├── Refactor
│ │ │ │ └── TempPE
│ │ │ └── Ex05_02.csproj.FileList.txt
│ │ ├── Ex05_02.sln
│ │ └── Ex05_02.suo
│ ├── Ex05_03
│ │ └── Ex05_03
│ │ ├── Ex05_03
│ │ │ ├── Ex05_03.csproj
│ │ │ ├── Ex05_03.csproj.user
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ ├── Ex05_03.exe
│ │ │ │ ├── Ex05_03.pdb
│ │ │ │ ├── Ex05_03.vshost.exe
│ │ │ │ ├── HyList.ini
│ │ │ │ └── Interop.WMPLib.dll
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ ├── Ex05_03.Form1.resources
│ │ │ │ ├── Ex05_03.Properties.Resources.resources
│ │ │ │ ├── Ex05_03.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex05_03.csproj.ResolveComReference.cache
│ │ │ │ ├── Ex05_03.exe
│ │ │ │ ├── Ex05_03.pdb
│ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ └── TempPE
│ │ │ └── Ex05_03.csproj.FileList.txt
│ │ ├── Ex05_03.sln
│ │ └── Ex05_03.suo
│ ├── Ex05_04
│ │ ├── Ex05_04
│ │ │ ├── Ex05_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
│ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ ├── Ex05_04.exe
│ │ │ │ ├── Ex05_04.pdb
│ │ │ │ ├── Ex05_04.vshost.exe
│ │ │ │ └── Interop.WMPLib.dll
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ ├── Ex05_04.Form1.resources
│ │ │ │ ├── Ex05_04.Properties.Resources.resources
│ │ │ │ ├── Ex05_04.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex05_04.csproj.ResolveComReference.cache
│ │ │ │ ├── Ex05_04.exe
│ │ │ │ ├── Ex05_04.pdb
│ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ └── TempPE
│ │ │ └── Ex05_04.csproj.FileList.txt
│ │ ├── Ex05_04.sln
│ │ └── Ex05_04.suo
│ ├── Ex05_05
│ │ └── Ex05_05
│ │ ├── Ex05_05
│ │ │ ├── Ex05_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
│ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ ├── Ex05_05.exe
│ │ │ │ ├── Ex05_05.pdb
│ │ │ │ ├── Ex05_05.vshost.exe
│ │ │ │ └── Interop.WMPLib.dll
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ ├── Ex05_05.Form1.resources
│ │ │ │ ├── Ex05_05.Properties.Resources.resources
│ │ │ │ ├── Ex05_05.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex05_05.csproj.ResolveComReference.cache
│ │ │ │ ├── Ex05_05.exe
│ │ │ │ ├── Ex05_05.pdb
│ │ │ │ ├── Interop.MediaPlayer.dll
│ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ └── TempPE
│ │ │ └── Ex05_05.csproj.FileList.txt
│ │ ├── Ex05_05.sln
│ │ └── Ex05_05.suo
│ ├── Ex05_06
│ │ └── Ex05_06
│ │ ├── Ex05_06
│ │ │ ├── Ex05_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
│ │ │ │ ├── AxInterop.ShockwaveFlashObjects.dll
│ │ │ │ ├── Ex05_06.exe
│ │ │ │ ├── Ex05_06.pdb
│ │ │ │ ├── Ex05_06.vshost.exe
│ │ │ │ ├── Interop.ShockwaveFlashObjects.dll
│ │ │ │ ├── SWFLASH.OCX
│ │ │ │ ├── index.swf
│ │ │ │ └── movie1.swf
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── AxInterop.ShockwaveFlashObjects.dll
│ │ │ │ ├── Ex05_06.Form1.resources
│ │ │ │ ├── Ex05_06.Properties.Resources.resources
│ │ │ │ ├── Ex05_06.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex05_06.csproj.ResolveComReference.cache
│ │ │ │ ├── Ex05_06.exe
│ │ │ │ ├── Ex05_06.pdb
│ │ │ │ ├── Interop.ShockwaveFlashObjects.dll
│ │ │ │ └── TempPE
│ │ │ └── Ex05_06.csproj.FileList.txt
│ │ ├── Ex05_06.sln
│ │ └── Ex05_06.suo
│ ├── Ex05_07
│ │ └── AviPlay
│ │ ├── AviPlay
│ │ │ ├── AviPlay.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
│ │ │ │ ├── AviPlay.exe
│ │ │ │ ├── AviPlay.pdb
│ │ │ │ ├── AviPlay.vshost.exe
│ │ │ │ ├── AxInterop.MSComCtl2.dll
│ │ │ │ ├── Interop.MSComCtl2.dll
│ │ │ │ └── clock.avi
│ │ │ └── obj
│ │ │ ├── AviPlay.csproj.FileList.txt
│ │ │ └── Debug
│ │ │ ├── AviPlay.Form1.resources
│ │ │ ├── AviPlay.Properties.Resources.resources
│ │ │ ├── AviPlay.csproj.GenerateResource.Cache
│ │ │ ├── AviPlay.csproj.ResolveComReference.cache
│ │ │ ├── AviPlay.exe
│ │ │ ├── AviPlay.pdb
│ │ │ ├── AxInterop.MSComCtl2.dll
│ │ │ ├── Interop.MSComCtl2.dll
│ │ │ └── TempPE
│ │ ├── AviPlay.sln
│ │ └── AviPlay.suo
│ ├── Ex05_08
│ │ └── Ex05_08
│ │ ├── Ex05_08
│ │ │ ├── Ex05_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
│ │ │ │ ├── 1.gif
│ │ │ │ ├── Ex05_08.exe
│ │ │ │ ├── Ex05_08.pdb
│ │ │ │ └── Ex05_08.vshost.exe
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex05_08.Form1.resources
│ │ │ │ ├── Ex05_08.Properties.Resources.resources
│ │ │ │ ├── Ex05_08.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex05_08.exe
│ │ │ │ ├── Ex05_08.pdb
│ │ │ │ └── TempPE
│ │ │ └── Ex05_08.csproj.FileList.txt
│ │ ├── Ex05_08.sln
│ │ └── Ex05_08.suo
│ ├── Ex05_09
│ │ └── Ex05_09
│ │ ├── Ex05_09
│ │ │ ├── Ex05_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
│ │ │ │ ├── Ex05_09.exe
│ │ │ │ ├── Ex05_09.pdb
│ │ │ │ └── Ex05_09.vshost.exe
│ │ │ ├── image
│ │ │ │ ├── 1.jpg
│ │ │ │ ├── 2.jpg
│ │ │ │ ├── 3.jpg
│ │ │ │ ├── 4.jpg
│ │ │ │ └── 5.jpg
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex05_09.Form1.resources
│ │ │ │ ├── Ex05_09.Properties.Resources.resources
│ │ │ │ ├── Ex05_09.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex05_09.csproj.ResolveComReference.cache
│ │ │ │ ├── Ex05_09.exe
│ │ │ │ ├── Ex05_09.pdb
│ │ │ │ ├── Interop.ShockwaveFlashObjects.dll
│ │ │ │ └── TempPE
│ │ │ └── Ex05_09.csproj.FileList.txt
│ │ ├── Ex05_09.sln
│ │ └── Ex05_09.suo
│ ├── Ex05_10
│ │ ├── Ex05_10
│ │ │ ├── Ex05_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
│ │ │ │ ├── Ex05_10.exe
│ │ │ │ ├── Ex05_10.pdb
│ │ │ │ └── Ex05_10.vshost.exe
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex05_10.Form1.resources
│ │ │ │ ├── Ex05_10.Properties.Resources.resources
│ │ │ │ ├── Ex05_10.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex05_10.exe
│ │ │ │ ├── Ex05_10.pdb
│ │ │ │ ├── Refactor
│ │ │ │ └── TempPE
│ │ │ └── Ex05_10.csproj.FileList.txt
│ │ ├── Ex05_10.sln
│ │ └── Ex05_10.suo
│ ├── Ex05_11
│ │ └── Ex05_11
│ │ ├── Ex05_11
│ │ │ ├── Ex05_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
│ │ │ │ ├── Ex05_11.exe
│ │ │ │ ├── Ex05_11.pdb
│ │ │ │ └── Ex05_11.vshost.exe
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex05_11.Form1.resources
│ │ │ │ ├── Ex05_11.Properties.Resources.resources
│ │ │ │ ├── Ex05_11.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex05_11.exe
│ │ │ │ ├── Ex05_11.pdb
│ │ │ │ └── TempPE
│ │ │ └── Ex05_11.csproj.FileList.txt
│ │ ├── Ex05_11.sln
│ │ └── Ex05_11.suo
│ ├── Ex05_12
│ │ └── Ex05_12
│ │ ├── Ex05_12
│ │ │ ├── Ex05_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
│ │ │ │ ├── Ex05_12.exe
│ │ │ │ ├── Ex05_12.pdb
│ │ │ │ └── Ex05_12.vshost.exe
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex05_12.Form1.resources
│ │ │ │ ├── Ex05_12.Properties.Resources.resources
│ │ │ │ ├── Ex05_12.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex05_12.exe
│ │ │ │ ├── Ex05_12.pdb
│ │ │ │ ├── Refactor
│ │ │ │ └── TempPE
│ │ │ └── Ex05_12.csproj.FileList.txt
│ │ ├── Ex05_12.sln
│ │ └── Ex05_12.suo
│ ├── Ex05_13
│ │ └── Ex05_13
│ │ ├── Ex05_13
│ │ │ ├── Ex05_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
│ │ │ │ ├── Ex05_13.exe
│ │ │ │ ├── Ex05_13.pdb
│ │ │ │ └── Ex05_13.vshost.exe
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex05_13.Form1.resources
│ │ │ │ ├── Ex05_13.Properties.Resources.resources
│ │ │ │ ├── Ex05_13.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex05_13.exe
│ │ │ │ ├── Ex05_13.pdb
│ │ │ │ └── TempPE
│ │ │ └── Ex05_13.csproj.FileList.txt
│ │ ├── Ex05_13.sln
│ │ └── Ex05_13.suo
│ ├── Ex05_14
│ │ └── Ex05_14
│ │ ├── Ex05_14
│ │ │ ├── Ex05_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
│ │ │ │ ├── Ex05_14.exe
│ │ │ │ ├── Ex05_14.pdb
│ │ │ │ ├── Ex05_14.vshost.exe
│ │ │ │ └── Image
│ │ │ │ ├── 1.jpg
│ │ │ │ ├── 2.jpg
│ │ │ │ ├── 3.jpg
│ │ │ │ ├── 4.jpg
│ │ │ │ ├── 5.jpg
│ │ │ │ ├── 6.jpg
│ │ │ │ ├── 7.jpg
│ │ │ │ └── 8.bmp
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex05_14.Form1.resources
│ │ │ │ ├── Ex05_14.Properties.Resources.resources
│ │ │ │ ├── Ex05_14.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex05_14.exe
│ │ │ │ ├── Ex05_14.pdb
│ │ │ │ └── TempPE
│ │ │ └── Ex05_14.csproj.FileList.txt
│ │ ├── Ex05_14.sln
│ │ └── Ex05_14.suo
│ ├── Ex05_15
│ │ └── Ex05_15
│ │ ├── Ex05_15
│ │ │ ├── Ex05_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
│ │ │ │ ├── Ex05_15.exe
│ │ │ │ ├── Ex05_15.pdb
│ │ │ │ ├── Ex05_15.vshost.exe
│ │ │ │ └── Image
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── 香山蜡梅 04.JPG
│ │ │ │ ├── 香山蜡梅 06.JPG
│ │ │ │ ├── 香山蜡梅 07.JPG
│ │ │ │ └── 香山蜡梅 18.JPG
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex05_15.Form1.resources
│ │ │ │ ├── Ex05_15.Properties.Resources.resources
│ │ │ │ ├── Ex05_15.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex05_15.exe
│ │ │ │ ├── Ex05_15.pdb
│ │ │ │ └── TempPE
│ │ │ └── Ex05_15.csproj.FileList.txt
│ │ ├── Ex05_15.sln
│ │ └── Ex05_15.suo
│ ├── Ex05_16
│ │ └── Ex05_16
│ │ ├── Ex05_16
│ │ │ ├── Ex05_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
│ │ │ │ ├── Ex05_16.exe
│ │ │ │ ├── Ex05_16.pdb
│ │ │ │ ├── Ex05_16.vshost.exe
│ │ │ │ ├── fengjing
│ │ │ │ │ ├── 1.jpg
│ │ │ │ │ └── 2.jpg
│ │ │ │ ├── huahui
│ │ │ │ │ ├── 1.jpg
│ │ │ │ │ └── 2.jpg
│ │ │ │ └── shangpin
│ │ │ │ ├── 1.jpg
│ │ │ │ └── 2.jpg
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex05_16.Form1.resources
│ │ │ │ ├── Ex05_16.Properties.Resources.resources
│ │ │ │ ├── Ex05_16.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex05_16.exe
│ │ │ │ ├── Ex05_16.pdb
│ │ │ │ └── TempPE
│ │ │ └── Ex05_16.csproj.FileList.txt
│ │ ├── Ex05_16.sln
│ │ └── Ex05_16.suo
│ ├── Ex05_17
│ │ ├── Ex05_17
│ │ │ ├── Ex05_17.csproj
│ │ │ ├── Ex05_17.csproj.user
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Ex05_17.exe
│ │ │ │ ├── Ex05_17.pdb
│ │ │ │ └── Ex05_17.vshost.exe
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex05_17.Form1.resources
│ │ │ │ ├── Ex05_17.Properties.Resources.resources
│ │ │ │ ├── Ex05_17.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex05_17.exe
│ │ │ │ ├── Ex05_17.pdb
│ │ │ │ └── TempPE
│ │ │ └── Ex05_17.csproj.FileList.txt
│ │ ├── Ex05_17.sln
│ │ └── Ex05_17.suo
│ ├── Ex05_18
│ │ └── Ex05_18
│ │ ├── Ex05_18
│ │ │ ├── Ex05_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
│ │ │ │ ├── Ex05_18.exe
│ │ │ │ ├── Ex05_18.pdb
│ │ │ │ ├── Ex05_18.vshost.exe
│ │ │ │ ├── Image
│ │ │ │ │ ├── 1.jpg
│ │ │ │ │ ├── 10.jpg
│ │ │ │ │ ├── 2.jpg
│ │ │ │ │ ├── 3.jpg
│ │ │ │ │ ├── 4.jpg
│ │ │ │ │ ├── 5.jpg
│ │ │ │ │ ├── 6.jpg
│ │ │ │ │ ├── 7.jpg
│ │ │ │ │ ├── 8.jpg
│ │ │ │ │ └── 9.jpg
│ │ │ │ └── 程序使用说明.txt
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex05_18.Form1.resources
│ │ │ │ ├── Ex05_18.Properties.Resources.resources
│ │ │ │ ├── Ex05_18.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex05_18.csproj.ResolveComReference.cache
│ │ │ │ ├── Ex05_18.exe
│ │ │ │ ├── Ex05_18.pdb
│ │ │ │ ├── Interop.FlashAccessibility.dll
│ │ │ │ ├── Interop.ShockwaveFlashObjects.dll
│ │ │ │ └── TempPE
│ │ │ └── Ex05_18.csproj.FileList.txt
│ │ ├── Ex05_18.sln
│ │ └── Ex05_18.suo
│ └── Ex05_19
│ └── Ex05_19
│ └── Ex05_19
│ └── bin
│ └── Debug
│ ├── AxInterop.WMPLib.dll
│ ├── Ex05_19.exe
│ ├── Ex05_19.pdb
│ ├── Ex05_19.vshost.exe
│ ├── Interop.WMPLib.dll
│ └── music
└── 好例子网_c#程序开发范例宝典.part04.rar
906 directories, 2423 files
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论