基本信息
源码名称:C#数据处理、控件、图片、数组数据处理技巧
源码大小:1.51M
文件格式:.rar
开发语言:C#
更新时间:2023-07-18
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 2 元 
   源码介绍
C#数据处理、控件、图片、数组数据处理技巧
本资源包含控件数据处理技巧、图片数据处理技巧、数组处理技巧、NET应用技巧等方面的几十个实例及其源代码。。


文件清单
└── 05
    ├── database
    │   ├── db_05_log.LDF
    │   └── db_05.mdf
    ├── Ex05_01
    │   ├── Backup
    │   │   ├── Ex05_01
    │   │   │   ├── Ex05_01.csproj
    │   │   │   ├── Form1.cs
    │   │   │   ├── Form1.Designer.cs
    │   │   │   ├── Form1.resx
    │   │   │   ├── Program.cs
    │   │   │   └── Properties
    │   │   │       ├── AssemblyInfo.cs
    │   │   │       ├── Resources.Designer.cs
    │   │   │       ├── Resources.resx
    │   │   │       ├── Settings.Designer.cs
    │   │   │       └── Settings.settings
    │   │   ├── Ex05_01.sln
    │   │   └── Ex05_01.suo
    │   ├── Ex05_01
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex05_01.exe
    │   │   │       ├── Ex05_01.pdb
    │   │   │       ├── Ex05_01.vshost.exe
    │   │   │       └── Ex05_01.vshost.exe.manifest
    │   │   ├── Ex05_01.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex05_01.csproj.FileListAbsolute.txt
    │   │   │   │   ├── Ex05_01.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex05_01.exe
    │   │   │   │   ├── Ex05_01.Form1.resources
    │   │   │   │   ├── Ex05_01.pdb
    │   │   │   │   ├── Ex05_01.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   │       └── Properties.Resources.Designer.cs.dll
    │   │   │   └── Ex05_01.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Resources.Designer.cs
    │   │       ├── Resources.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Ex05_01.sln
    │   ├── Ex05_01.suo
    │   ├── UpgradeLog.XML
    │   └── _UpgradeReport_Files
    │       ├── UpgradeReport.css
    │       ├── UpgradeReport_Minus.gif
    │       ├── UpgradeReport_Plus.gif
    │       └── UpgradeReport.xslt
    ├── Ex05_02
    │   ├── Ex05_02
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex05_02.exe
    │   │   │       ├── Ex05_02.pdb
    │   │   │       └── Ex05_02.vshost.exe
    │   │   ├── Ex05_02.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex05_02.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex05_02.exe
    │   │   │   │   ├── Ex05_02.Form1.resources
    │   │   │   │   ├── Ex05_02.pdb
    │   │   │   │   ├── Ex05_02.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Ex05_02.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Resources.Designer.cs
    │   │       ├── Resources.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Ex05_02.sln
    │   └── Ex05_02.suo
    ├── Ex05_03
    │   ├── Ex05_03
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex05_03.exe
    │   │   │       ├── Ex05_03.pdb
    │   │   │       └── Ex05_03.vshost.exe
    │   │   ├── Ex05_03.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex05_03.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex05_03.exe
    │   │   │   │   ├── Ex05_03.Form1.resources
    │   │   │   │   ├── Ex05_03.pdb
    │   │   │   │   ├── Ex05_03.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Ex05_03.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Resources.Designer.cs
    │   │       ├── Resources.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Ex05_03.sln
    │   └── Ex05_03.suo
    ├── Ex05_04
    │   ├── Backup
    │   │   ├── Ex05_04
    │   │   │   ├── Ex05_04.csproj
    │   │   │   ├── Form1.cs
    │   │   │   ├── Form1.Designer.cs
    │   │   │   ├── Form1.resx
    │   │   │   ├── Program.cs
    │   │   │   └── Properties
    │   │   │       ├── AssemblyInfo.cs
    │   │   │       ├── Resources.Designer.cs
    │   │   │       ├── Resources.resx
    │   │   │       ├── Settings.Designer.cs
    │   │   │       └── Settings.settings
    │   │   ├── Ex05_04.sln
    │   │   └── Ex05_04.suo
    │   ├── Ex05_04
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex05_04.exe
    │   │   │       ├── Ex05_04.pdb
    │   │   │       ├── Ex05_04.vshost.exe
    │   │   │       └── Ex05_04.vshost.exe.manifest
    │   │   ├── Ex05_04.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex05_04.csproj.FileListAbsolute.txt
    │   │   │   │   ├── Ex05_04.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex05_04.exe
    │   │   │   │   ├── Ex05_04.Form1.resources
    │   │   │   │   ├── Ex05_04.pdb
    │   │   │   │   ├── Ex05_04.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   │       └── Properties.Resources.Designer.cs.dll
    │   │   │   └── Ex05_04.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Resources.Designer.cs
    │   │       ├── Resources.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Ex05_04.sln
    │   ├── Ex05_04.suo
    │   ├── UpgradeLog.XML
    │   └── _UpgradeReport_Files
    │       ├── UpgradeReport.css
    │       ├── UpgradeReport_Minus.gif
    │       ├── UpgradeReport_Plus.gif
    │       └── UpgradeReport.xslt
    ├── Ex05_05
    │   ├── Backup
    │   │   ├── Ex05_05
    │   │   │   ├── Ex05_05.csproj
    │   │   │   ├── Form1.cs
    │   │   │   ├── Form1.Designer.cs
    │   │   │   ├── Form1.resx
    │   │   │   ├── Program.cs
    │   │   │   └── Properties
    │   │   │       ├── AssemblyInfo.cs
    │   │   │       ├── Resources.Designer.cs
    │   │   │       ├── Resources.resx
    │   │   │       ├── Settings.Designer.cs
    │   │   │       └── Settings.settings
    │   │   ├── Ex05_05.sln
    │   │   └── Ex05_05.suo
    │   ├── Ex05_05
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex05_05.exe
    │   │   │       ├── Ex05_05.pdb
    │   │   │       ├── Ex05_05.vshost.exe
    │   │   │       └── Ex05_05.vshost.exe.manifest
    │   │   ├── Ex05_05.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex05_05.csproj.FileListAbsolute.txt
    │   │   │   │   ├── Ex05_05.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex05_05.exe
    │   │   │   │   ├── Ex05_05.Form1.resources
    │   │   │   │   ├── Ex05_05.pdb
    │   │   │   │   ├── Ex05_05.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   │       └── Properties.Resources.Designer.cs.dll
    │   │   │   └── Ex05_05.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Resources.Designer.cs
    │   │       ├── Resources.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Ex05_05.sln
    │   ├── Ex05_05.suo
    │   ├── UpgradeLog.XML
    │   └── _UpgradeReport_Files
    │       ├── UpgradeReport.css
    │       ├── UpgradeReport_Minus.gif
    │       ├── UpgradeReport_Plus.gif
    │       └── UpgradeReport.xslt
    ├── Ex05_06
    │   ├── Ex05_06
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex05_06.exe
    │   │   │       ├── Ex05_06.pdb
    │   │   │       └── Ex05_06.vshost.exe
    │   │   ├── Ex05_06.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex05_06.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex05_06.exe
    │   │   │   │   ├── Ex05_06.Form1.resources
    │   │   │   │   ├── Ex05_06.pdb
    │   │   │   │   ├── Ex05_06.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Ex05_06.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Resources.Designer.cs
    │   │       ├── Resources.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Ex05_06.sln
    │   └── Ex05_06.suo
    ├── Ex05_07
    │   ├── Backup
    │   │   ├── Ex05_07
    │   │   │   ├── Ex05_07.csproj
    │   │   │   ├── Form1.cs
    │   │   │   ├── Form1.Designer.cs
    │   │   │   ├── Form1.resx
    │   │   │   ├── Program.cs
    │   │   │   └── Properties
    │   │   │       ├── AssemblyInfo.cs
    │   │   │       ├── Resources.Designer.cs
    │   │   │       ├── Resources.resx
    │   │   │       ├── Settings.Designer.cs
    │   │   │       └── Settings.settings
    │   │   ├── Ex05_07.sln
    │   │   └── Ex05_07.suo
    │   ├── Ex05_07
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex05_07.exe
    │   │   │       ├── Ex05_07.pdb
    │   │   │       ├── Ex05_07.vshost.exe
    │   │   │       └── Ex05_07.vshost.exe.manifest
    │   │   ├── Ex05_07.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex05_07.csproj.FileListAbsolute.txt
    │   │   │   │   ├── Ex05_07.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex05_07.exe
    │   │   │   │   ├── Ex05_07.Form1.resources
    │   │   │   │   ├── Ex05_07.pdb
    │   │   │   │   ├── Ex05_07.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   │       └── Properties.Resources.Designer.cs.dll
    │   │   │   └── Ex05_07.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Resources.Designer.cs
    │   │       ├── Resources.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Ex05_07.sln
    │   ├── Ex05_07.suo
    │   ├── UpgradeLog.XML
    │   └── _UpgradeReport_Files
    │       ├── UpgradeReport.css
    │       ├── UpgradeReport_Minus.gif
    │       ├── UpgradeReport_Plus.gif
    │       └── UpgradeReport.xslt
    ├── Ex05_08
    │   ├── Backup
    │   │   ├── Ex05_08
    │   │   │   ├── Ex05_08.csproj
    │   │   │   ├── Form1.cs
    │   │   │   ├── Form1.Designer.cs
    │   │   │   ├── Form1.resx
    │   │   │   ├── Program.cs
    │   │   │   └── Properties
    │   │   │       ├── AssemblyInfo.cs
    │   │   │       ├── Resources.Designer.cs
    │   │   │       ├── Resources.resx
    │   │   │       ├── Settings.Designer.cs
    │   │   │       └── Settings.settings
    │   │   ├── Ex05_08.sln
    │   │   └── Ex05_08.suo
    │   ├── Ex05_08
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex05_08.exe
    │   │   │       ├── Ex05_08.pdb
    │   │   │       ├── Ex05_08.vshost.exe
    │   │   │       └── Ex05_08.vshost.exe.manifest
    │   │   ├── Ex05_08.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex05_08.csproj.FileListAbsolute.txt
    │   │   │   │   ├── Ex05_08.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex05_08.exe
    │   │   │   │   ├── Ex05_08.Form1.resources
    │   │   │   │   ├── Ex05_08.pdb
    │   │   │   │   ├── Ex05_08.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   │       └── Properties.Resources.Designer.cs.dll
    │   │   │   └── Ex05_08.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Resources.Designer.cs
    │   │       ├── Resources.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Ex05_08.sln
    │   ├── Ex05_08.suo
    │   ├── UpgradeLog.XML
    │   └── _UpgradeReport_Files
    │       ├── UpgradeReport.css
    │       ├── UpgradeReport_Minus.gif
    │       ├── UpgradeReport_Plus.gif
    │       └── UpgradeReport.xslt
    ├── Ex05_09
    │   ├── Ex05_09
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex05_09.exe
    │   │   │       ├── Ex05_09.pdb
    │   │   │       └── Ex05_09.vshost.exe
    │   │   ├── Ex05_09.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex05_09.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex05_09.exe
    │   │   │   │   ├── Ex05_09.Form1.resources
    │   │   │   │   ├── Ex05_09.pdb
    │   │   │   │   ├── Ex05_09.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Ex05_09.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Resources.Designer.cs
    │   │       ├── Resources.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Ex05_09.sln
    │   └── Ex05_09.suo
    ├── Ex05_10
    │   ├── Ex05_10
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex05_10.exe
    │   │   │       ├── Ex05_10.pdb
    │   │   │       └── Ex05_10.vshost.exe
    │   │   ├── Ex05_10.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex05_10.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex05_10.exe
    │   │   │   │   ├── Ex05_10.Form1.resources
    │   │   │   │   ├── Ex05_10.pdb
    │   │   │   │   ├── Ex05_10.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Ex05_10.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Resources.Designer.cs
    │   │       ├── Resources.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Ex05_10.sln
    │   └── Ex05_10.suo
    ├── Ex05_11
    │   ├── Ex05_11
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex05_11.exe
    │   │   │       ├── Ex05_11.pdb
    │   │   │       └── Ex05_11.vshost.exe
    │   │   ├── Ex05_11.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex05_11.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex05_11.exe
    │   │   │   │   ├── Ex05_11.Form1.resources
    │   │   │   │   ├── Ex05_11.pdb
    │   │   │   │   ├── Ex05_11.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Ex05_11.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Resources.Designer.cs
    │   │       ├── Resources.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Ex05_11.sln
    │   └── Ex05_11.suo
    ├── Ex05_12
    │   ├── Ex05_12
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex05_12.exe
    │   │   │       ├── Ex05_12.pdb
    │   │   │       └── Ex05_12.vshost.exe
    │   │   ├── Ex05_12.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex05_12.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex05_12.exe
    │   │   │   │   ├── Ex05_12.Form1.resources
    │   │   │   │   ├── Ex05_12.pdb
    │   │   │   │   ├── Ex05_12.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Ex05_12.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Resources.Designer.cs
    │   │       ├── Resources.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Ex05_12.sln
    │   └── Ex05_12.suo
    ├── Ex05_13
    │   ├── Ex05_13
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex05_13.exe
    │   │   │       ├── Ex05_13.pdb
    │   │   │       └── Ex05_13.vshost.exe
    │   │   ├── Ex05_13.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex05_13.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex05_13.exe
    │   │   │   │   ├── Ex05_13.Form1.resources
    │   │   │   │   ├── Ex05_13.pdb
    │   │   │   │   ├── Ex05_13.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Ex05_13.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Resources.Designer.cs
    │   │       ├── Resources.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Ex05_13.sln
    │   └── Ex05_13.suo
    ├── Ex05_14
    │   ├── Ex05_14
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex05_14.exe
    │   │   │       ├── Ex05_14.pdb
    │   │   │       └── Ex05_14.vshost.exe
    │   │   ├── Ex05_14.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex05_14.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex05_14.exe
    │   │   │   │   ├── Ex05_14.Form1.resources
    │   │   │   │   ├── Ex05_14.pdb
    │   │   │   │   ├── Ex05_14.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Ex05_14.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Resources.Designer.cs
    │   │       ├── Resources.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Ex05_14.sln
    │   └── Ex05_14.suo
    ├── Ex05_15
    │   ├── Ex05_15
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex05_15.exe
    │   │   │       ├── Ex05_15.pdb
    │   │   │       └── Ex05_15.vshost.exe
    │   │   ├── Ex05_15.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex05_15.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex05_15.exe
    │   │   │   │   ├── Ex05_15.Form1.resources
    │   │   │   │   ├── Ex05_15.pdb
    │   │   │   │   ├── Ex05_15.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Ex05_15.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Resources.Designer.cs
    │   │       ├── Resources.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Ex05_15.sln
    │   └── Ex05_15.suo
    ├── Ex05_16
    │   ├── Ex05_16
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex05_16.exe
    │   │   │       ├── Ex05_16.pdb
    │   │   │       └── Ex05_16.vshost.exe
    │   │   ├── Ex05_16.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex05_16.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex05_16.exe
    │   │   │   │   ├── Ex05_16.Form1.resources
    │   │   │   │   ├── Ex05_16.pdb
    │   │   │   │   ├── Ex05_16.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Ex05_16.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Resources.Designer.cs
    │   │       ├── Resources.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Ex05_16.sln
    │   └── Ex05_16.suo
    ├── Ex05_17
    │   ├── Ex05_17
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex05_17.exe
    │   │   │       ├── Ex05_17.pdb
    │   │   │       └── Ex05_17.vshost.exe
    │   │   ├── Ex05_17.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex05_17.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex05_17.exe
    │   │   │   │   ├── Ex05_17.Form1.resources
    │   │   │   │   ├── Ex05_17.pdb
    │   │   │   │   ├── Ex05_17.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Ex05_17.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Resources.Designer.cs
    │   │       ├── Resources.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Ex05_17.sln
    │   └── Ex05_17.suo
    ├── Ex05_18
    │   ├── Ex05_18
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex05_18.exe
    │   │   │       ├── Ex05_18.pdb
    │   │   │       └── Ex05_18.vshost.exe
    │   │   ├── Ex05_18.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex05_18.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex05_18.exe
    │   │   │   │   ├── Ex05_18.Form1.resources
    │   │   │   │   ├── Ex05_18.pdb
    │   │   │   │   ├── Ex05_18.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Ex05_18.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Resources.Designer.cs
    │   │       ├── Resources.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Ex05_18.sln
    │   └── Ex05_18.suo
    ├── Ex05_19
    │   ├── Ex05_19
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex05_19.exe
    │   │   │       ├── Ex05_19.pdb
    │   │   │       └── Ex05_19.vshost.exe
    │   │   ├── Ex05_19.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex05_19.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex05_19.exe
    │   │   │   │   ├── Ex05_19.Form1.resources
    │   │   │   │   ├── Ex05_19.pdb
    │   │   │   │   ├── Ex05_19.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Ex05_19.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Resources.Designer.cs
    │   │       ├── Resources.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Ex05_19.sln
    │   └── Ex05_19.suo
    ├── Ex05_20
    │   ├── Ex05_20
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex05_20.exe
    │   │   │       ├── Ex05_20.pdb
    │   │   │       └── Ex05_20.vshost.exe
    │   │   ├── Ex05_20.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex05_20.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex05_20.exe
    │   │   │   │   ├── Ex05_20.Form1.resources
    │   │   │   │   ├── Ex05_20.pdb
    │   │   │   │   ├── Ex05_20.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Ex05_20.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Resources.Designer.cs
    │   │       ├── Resources.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Ex05_20.sln
    │   └── Ex05_20.suo
    ├── Ex05_21
    │   ├── Ex05_21
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex05_21.exe
    │   │   │       ├── Ex05_21.pdb
    │   │   │       └── Ex05_21.vshost.exe
    │   │   ├── Ex05_21.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex05_21.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex05_21.exe
    │   │   │   │   ├── Ex05_21.Form1.resources
    │   │   │   │   ├── Ex05_21.pdb
    │   │   │   │   ├── Ex05_21.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Ex05_21.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Resources.Designer.cs
    │   │       ├── Resources.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Ex05_21.sln
    │   └── Ex05_21.suo
    ├── Ex05_22
    │   ├── Ex05_22
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex05_22.exe
    │   │   │       ├── Ex05_22.pdb
    │   │   │       └── Ex05_22.vshost.exe
    │   │   ├── Ex05_22.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex05_22.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex05_22.exe
    │   │   │   │   ├── Ex05_22.Form1.resources
    │   │   │   │   ├── Ex05_22.pdb
    │   │   │   │   ├── Ex05_22.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Ex05_22.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Resources.Designer.cs
    │   │       ├── Resources.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Ex05_22.sln
    │   └── Ex05_22.suo
    ├── Ex05_23
    │   ├── Ex05_23
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex05_23.exe
    │   │   │       ├── Ex05_23.pdb
    │   │   │       └── Ex05_23.vshost.exe
    │   │   ├── Ex05_23.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex05_23.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex05_23.exe
    │   │   │   │   ├── Ex05_23.Form1.resources
    │   │   │   │   ├── Ex05_23.pdb
    │   │   │   │   ├── Ex05_23.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Ex05_23.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Resources.Designer.cs
    │   │       ├── Resources.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Ex05_23.sln
    │   └── Ex05_23.suo
    ├── Ex05_24
    │   ├── Ex05_24
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex05_24.exe
    │   │   │       ├── Ex05_24.pdb
    │   │   │       └── Ex05_24.vshost.exe
    │   │   ├── Ex05_24.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex05_24.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex05_24.exe
    │   │   │   │   ├── Ex05_24.Form1.resources
    │   │   │   │   ├── Ex05_24.pdb
    │   │   │   │   ├── Ex05_24.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Ex05_24.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Resources.Designer.cs
    │   │       ├── Resources.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Ex05_24.sln
    │   └── Ex05_24.suo
    ├── Ex05_25
    │   ├── Ex05_25
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex05_25.exe
    │   │   │       ├── Ex05_25.pdb
    │   │   │       └── Ex05_25.vshost.exe
    │   │   ├── Ex05_25.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex05_25.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex05_25.exe
    │   │   │   │   ├── Ex05_25.Form1.resources
    │   │   │   │   ├── Ex05_25.pdb
    │   │   │   │   ├── Ex05_25.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Ex05_25.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Resources.Designer.cs
    │   │       ├── Resources.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Ex05_25.sln
    │   └── Ex05_25.suo
    ├── Ex05_26
    │   ├── Ex05_26
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex05_26.exe
    │   │   │       ├── Ex05_26.pdb
    │   │   │       └── Ex05_26.vshost.exe
    │   │   ├── Ex05_26.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex05_26.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex05_26.exe
    │   │   │   │   ├── Ex05_26.Form1.resources
    │   │   │   │   ├── Ex05_26.pdb
    │   │   │   │   ├── Ex05_26.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Ex05_26.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Resources.Designer.cs
    │   │       ├── Resources.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Ex05_26.sln
    │   └── Ex05_26.suo
    ├── Ex05_27
    │   ├── Ex05_27
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex05_27.exe
    │   │   │       ├── Ex05_27.pdb
    │   │   │       └── Ex05_27.vshost.exe
    │   │   ├── Ex05_27.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex05_27.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex05_27.exe
    │   │   │   │   ├── Ex05_27.Form1.resources
    │   │   │   │   ├── Ex05_27.pdb
    │   │   │   │   ├── Ex05_27.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Ex05_27.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Resources.Designer.cs
    │   │       ├── Resources.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Ex05_27.sln
    │   └── Ex05_27.suo
    ├── Ex05_28
    │   ├── Ex05_28
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex05_28.exe
    │   │   │       ├── Ex05_28.pdb
    │   │   │       └── Ex05_28.vshost.exe
    │   │   ├── Ex05_28.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex05_28.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex05_28.exe
    │   │   │   │   ├── Ex05_28.Form1.resources
    │   │   │   │   ├── Ex05_28.pdb
    │   │   │   │   ├── Ex05_28.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Ex05_28.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Resources.Designer.cs
    │   │       ├── Resources.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Ex05_28.sln
    │   └── Ex05_28.suo
    ├── Ex05_29
    │   ├── Ex05_29
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex05_29.exe
    │   │   │       ├── Ex05_29.pdb
    │   │   │       └── Ex05_29.vshost.exe
    │   │   ├── Ex05_29.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex05_29.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex05_29.exe
    │   │   │   │   ├── Ex05_29.Form1.resources
    │   │   │   │   ├── Ex05_29.pdb
    │   │   │   │   ├── Ex05_29.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Ex05_29.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Resources.Designer.cs
    │   │       ├── Resources.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Ex05_29.sln
    │   └── Ex05_29.suo
    ├── Ex05_30
    │   ├── Ex05_30
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex05_30.exe
    │   │   │       ├── Ex05_30.pdb
    │   │   │       └── Ex05_30.vshost.exe
    │   │   ├── Ex05_30.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex05_30.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex05_30.exe
    │   │   │   │   ├── Ex05_30.Form1.resources
    │   │   │   │   ├── Ex05_30.pdb
    │   │   │   │   ├── Ex05_30.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Ex05_30.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Resources.Designer.cs
    │   │       ├── Resources.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Ex05_30.sln
    │   └── Ex05_30.suo
    ├── Ex05_31
    │   ├── Ex05_31
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex05_31.exe
    │   │   │       ├── Ex05_31.pdb
    │   │   │       └── Ex05_31.vshost.exe
    │   │   ├── Ex05_31.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex05_31.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex05_31.exe
    │   │   │   │   ├── Ex05_31.Form1.resources
    │   │   │   │   ├── Ex05_31.pdb
    │   │   │   │   ├── Ex05_31.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Ex05_31.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Resources.Designer.cs
    │   │       ├── Resources.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Ex05_31.sln
    │   └── Ex05_31.suo
    ├── Ex05_32
    │   ├── App_Data
    │   ├── Default.aspx
    │   ├── Default.aspx.cs
    │   └── Web.Config
    ├── Ex05_33
    │   ├── App_Data
    │   ├── Default2.aspx
    │   └── Default2.aspx.cs
    ├── Ex05_34
    │   ├── App_Data
    │   ├── Default.aspx
    │   ├── Default.aspx.cs
    │   └── Web.Config
    ├── Ex05_35
    │   ├── App_Data
    │   ├── Default.aspx
    │   ├── Default.aspx.cs
    │   └── Web.Config
    ├── Ex05_36
    │   ├── Ex05_36
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex05_36.exe
    │   │   │       ├── Ex05_36.pdb
    │   │   │       └── Ex05_36.vshost.exe
    │   │   ├── Ex05_36.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex05_36.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex05_36.exe
    │   │   │   │   ├── Ex05_36.Form1.resources
    │   │   │   │   ├── Ex05_36.pdb
    │   │   │   │   ├── Ex05_36.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Ex05_36.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Resources.Designer.cs
    │   │       ├── Resources.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Ex05_36.sln
    │   └── Ex05_36.suo
    ├── Ex05_37
    │   ├── Ex05_37
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex05_37.exe
    │   │   │       ├── Ex05_37.pdb
    │   │   │       └── Ex05_37.vshost.exe
    │   │   ├── Ex05_37.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex05_37.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex05_37.exe
    │   │   │   │   ├── Ex05_37.Form1.resources
    │   │   │   │   ├── Ex05_37.pdb
    │   │   │   │   ├── Ex05_37.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Ex05_37.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Resources.Designer.cs
    │   │       ├── Resources.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Ex05_37.sln
    │   └── Ex05_37.suo
    ├── Ex05_38
    │   ├── App_Data
    │   ├── Default.aspx
    │   ├── Default.aspx.cs
    │   └── Web.Config
    ├── Ex05_39
    │   ├── Ex05_39
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex05_39.exe
    │   │   │       ├── Ex05_39.pdb
    │   │   │       └── Ex05_39.vshost.exe
    │   │   ├── Ex05_39.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex05_39.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex05_39.exe
    │   │   │   │   ├── Ex05_39.Form1.resources
    │   │   │   │   ├── Ex05_39.pdb
    │   │   │   │   ├── Ex05_39.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Ex05_39.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Resources.Designer.cs
    │   │       ├── Resources.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Ex05_39.sln
    │   └── Ex05_39.suo
    ├── Ex05_40
    │   ├── Ex05_40
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex05_40.exe
    │   │   │       ├── Ex05_40.pdb
    │   │   │       └── Ex05_40.vshost.exe
    │   │   ├── Ex05_40.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex05_40.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex05_40.exe
    │   │   │   │   ├── Ex05_40.Form1.resources
    │   │   │   │   ├── Ex05_40.pdb
    │   │   │   │   ├── Ex05_40.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Ex05_40.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Resources.Designer.cs
    │   │       ├── Resources.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Ex05_40.sln
    │   └── Ex05_40.suo
    ├── Ex05_41
    │   ├── Ex05_41
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex05_41.exe
    │   │   │       ├── Ex05_41.pdb
    │   │   │       └── Ex05_41.vshost.exe
    │   │   ├── Ex05_41.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex05_41.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex05_41.exe
    │   │   │   │   ├── Ex05_41.Form1.resources
    │   │   │   │   ├── Ex05_41.pdb
    │   │   │   │   ├── Ex05_41.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Ex05_41.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Resources.Designer.cs
    │   │       ├── Resources.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Ex05_41.sln
    │   └── Ex05_41.suo
    ├── Ex05_42
    │   ├── Ex05_42
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex05_42.exe
    │   │   │       ├── Ex05_42.pdb
    │   │   │       └── Ex05_42.vshost.exe
    │   │   ├── Ex05_42.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex05_42.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex05_42.exe
    │   │   │   │   ├── Ex05_42.Form1.resources
    │   │   │   │   ├── Ex05_42.pdb
    │   │   │   │   ├── Ex05_42.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Ex05_42.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Resources.Designer.cs
    │   │       ├── Resources.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Ex05_42.sln
    │   └── Ex05_42.suo
    └── Ex05_43
        ├── Ex05_43
        │   ├── bin
        │   │   └── Debug
        │   │       ├── Ex05_43.exe
        │   │       ├── Ex05_43.pdb
        │   │       └── Ex05_43.vshost.exe
        │   ├── Ex05_43.csproj
        │   ├── Form1.cs
        │   ├── Form1.Designer.cs
        │   ├── Form1.resx
        │   ├── obj
        │   │   ├── Debug
        │   │   │   ├── Ex05_43.csproj.GenerateResource.Cache
        │   │   │   ├── Ex05_43.exe
        │   │   │   ├── Ex05_43.Form1.resources
        │   │   │   ├── Ex05_43.pdb
        │   │   │   ├── Ex05_43.Properties.Resources.resources
        │   │   │   └── TempPE
        │   │   └── Ex05_43.csproj.FileList.txt
        │   ├── Program.cs
        │   └── Properties
        │       ├── AssemblyInfo.cs
        │       ├── Resources.Designer.cs
        │       ├── Resources.resx
        │       ├── Settings.Designer.cs
        │       └── Settings.settings
        ├── Ex05_43.sln
        └── Ex05_43.suo

336 directories, 914 files