在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → C#数据处理、控件、图片、数组数据处理技巧

C#数据处理、控件、图片、数组数据处理技巧

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:1.51M
  • 下载次数:17
  • 浏览次数:100
  • 发布时间:2023-07-18
  • 实例类别:C#语言基础
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 相关标签: 数据处理 数据 数组 控件 C#

实例介绍

【实例简介】C#数据处理、控件、图片、数组数据处理技巧
本资源包含控件数据处理技巧、图片数据处理技巧、数组处理技巧、NET应用技巧等方面的几十个实例及其源代码。。

【实例截图】

from clipboard

【核心代码】
文件清单
└── 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

实例下载地址

C#数据处理、控件、图片、数组数据处理技巧

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警