在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → C#开发经验技巧宝典源码(22-24)

C#开发经验技巧宝典源码(22-24)

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:25.78M
  • 下载次数:18
  • 浏览次数:70
  • 发布时间:2023-04-16
  • 实例类别:C#语言基础
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 相关标签: 开发经验 技巧 开发 24 源码

实例介绍

【实例简介】C#开发经验技巧宝典源码(22-24)
1058 使用串口传输数据 631 1059 通过串口控制对方计算机 631 1060 密码写入与读出加密狗 633 1061 利用加密狗制作登录程序 634 1062 利用条形码销售商品 635 23.3 其他 636 1063 简易摄像头程序 636 ...

【实例截图】

from clipboard

【核心代码】
文件清单
├── 22
│   ├── database
│   │   ├── db_35_data.mdf
│   │   ├── db_35_log.ldf
│   │   ├── test_Data.MDF
│   │   └── test_Log.LDF
│   ├── Ex22_01
│   │   └── WatchFileCreate
│   │       ├── WatchFileCreate
│   │       │   ├── bin
│   │       │   │   └── Debug
│   │       │   │       ├── WatchFileCreate.exe
│   │       │   │       ├── WatchFileCreate.pdb
│   │       │   │       └── WatchFileCreate.vshost.exe
│   │       │   ├── Form1.cs
│   │       │   ├── Form1.Designer.cs
│   │       │   ├── Form1.resx
│   │       │   ├── obj
│   │       │   │   ├── Debug
│   │       │   │   │   ├── TempPE
│   │       │   │   │   ├── WatchFileCreate.csproj.GenerateResource.Cache
│   │       │   │   │   ├── WatchFileCreate.exe
│   │       │   │   │   ├── WatchFileCreate.Form1.resources
│   │       │   │   │   ├── WatchFileCreate.pdb
│   │       │   │   │   └── WatchFileCreate.Properties.Resources.resources
│   │       │   │   └── WatchFileCreate.csproj.FileList.txt
│   │       │   ├── Program.cs
│   │       │   ├── Properties
│   │       │   │   ├── AssemblyInfo.cs
│   │       │   │   ├── Resources.Designer.cs
│   │       │   │   ├── Resources.resx
│   │       │   │   ├── Settings.Designer.cs
│   │       │   │   └── Settings.settings
│   │       │   └── WatchFileCreate.csproj
│   │       ├── WatchFileCreate.sln
│   │       └── WatchFileCreate.suo
│   ├── Ex22_02
│   │   └── WatchFileChange
│   │       ├── WatchFileChange
│   │       │   ├── bin
│   │       │   │   └── Debug
│   │       │   │       ├── WatchFileChange.exe
│   │       │   │       ├── WatchFileChange.pdb
│   │       │   │       └── WatchFileChange.vshost.exe
│   │       │   ├── Form1.cs
│   │       │   ├── Form1.Designer.cs
│   │       │   ├── Form1.resx
│   │       │   ├── obj
│   │       │   │   ├── Debug
│   │       │   │   │   ├── TempPE
│   │       │   │   │   ├── WatchFileChange.csproj.GenerateResource.Cache
│   │       │   │   │   ├── WatchFileChange.exe
│   │       │   │   │   ├── WatchFileChange.Form1.resources
│   │       │   │   │   ├── WatchFileChange.pdb
│   │       │   │   │   └── WatchFileChange.Properties.Resources.resources
│   │       │   │   └── WatchFileChange.csproj.FileList.txt
│   │       │   ├── Program.cs
│   │       │   ├── Properties
│   │       │   │   ├── AssemblyInfo.cs
│   │       │   │   ├── Resources.Designer.cs
│   │       │   │   ├── Resources.resx
│   │       │   │   ├── Settings.Designer.cs
│   │       │   │   └── Settings.settings
│   │       │   └── WatchFileChange.csproj
│   │       ├── WatchFileChange.sln
│   │       └── WatchFileChange.suo
│   ├── Ex22_03
│   │   └── WatchFileRename
│   │       ├── WatchFileRename
│   │       │   ├── bin
│   │       │   │   └── Debug
│   │       │   │       ├── WatchFileRename.exe
│   │       │   │       ├── WatchFileRename.pdb
│   │       │   │       └── WatchFileRename.vshost.exe
│   │       │   ├── Form1.cs
│   │       │   ├── Form1.Designer.cs
│   │       │   ├── Form1.resx
│   │       │   ├── obj
│   │       │   │   ├── Debug
│   │       │   │   │   ├── TempPE
│   │       │   │   │   ├── WatchFileRename.csproj.GenerateResource.Cache
│   │       │   │   │   ├── WatchFileRename.exe
│   │       │   │   │   ├── WatchFileRename.Form1.resources
│   │       │   │   │   ├── WatchFileRename.pdb
│   │       │   │   │   └── WatchFileRename.Properties.Resources.resources
│   │       │   │   └── WatchFileRename.csproj.FileList.txt
│   │       │   ├── Program.cs
│   │       │   ├── Properties
│   │       │   │   ├── AssemblyInfo.cs
│   │       │   │   ├── Resources.Designer.cs
│   │       │   │   ├── Resources.resx
│   │       │   │   ├── Settings.Designer.cs
│   │       │   │   └── Settings.settings
│   │       │   └── WatchFileRename.csproj
│   │       ├── WatchFileRename.sln
│   │       └── WatchFileRename.suo
│   ├── Ex22_04
│   │   └── WatchFileDelete
│   │       ├── WatchFileDelete
│   │       │   ├── bin
│   │       │   │   └── Debug
│   │       │   │       ├── WatchFileDelete.exe
│   │       │   │       ├── WatchFileDelete.pdb
│   │       │   │       └── WatchFileDelete.vshost.exe
│   │       │   ├── Form1.cs
│   │       │   ├── Form1.Designer.cs
│   │       │   ├── Form1.resx
│   │       │   ├── obj
│   │       │   │   ├── Debug
│   │       │   │   │   ├── TempPE
│   │       │   │   │   ├── WatchFileDelete.csproj.GenerateResource.Cache
│   │       │   │   │   ├── WatchFileDelete.exe
│   │       │   │   │   ├── WatchFileDelete.Form1.resources
│   │       │   │   │   ├── WatchFileDelete.pdb
│   │       │   │   │   └── WatchFileDelete.Properties.Resources.resources
│   │       │   │   └── WatchFileDelete.csproj.FileList.txt
│   │       │   ├── Program.cs
│   │       │   ├── Properties
│   │       │   │   ├── AssemblyInfo.cs
│   │       │   │   ├── Resources.Designer.cs
│   │       │   │   ├── Resources.resx
│   │       │   │   ├── Settings.Designer.cs
│   │       │   │   └── Settings.settings
│   │       │   └── WatchFileDelete.csproj
│   │       ├── WatchFileDelete.sln
│   │       └── WatchFileDelete.suo
│   ├── Ex22_05
│   │   ├── ChatClient
│   │   │   ├── ChatClient
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── ChatClient.exe
│   │   │   │   │       ├── ChatClient.pdb
│   │   │   │   │       └── ChatClient.vshost.exe
│   │   │   │   ├── ChatClient.csproj
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── obj
│   │   │   │   │   ├── ChatClient.csproj.FileList.txt
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── ChatClient.csproj.GenerateResource.Cache
│   │   │   │   │       ├── ChatClient.exe
│   │   │   │   │       ├── ChatClient.Form1.resources
│   │   │   │   │       ├── ChatClient.pdb
│   │   │   │   │       ├── ChatClient.Properties.Resources.resources
│   │   │   │   │       └── TempPE
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │       ├── AssemblyInfo.cs
│   │   │   │       ├── Resources.Designer.cs
│   │   │   │       ├── Resources.resx
│   │   │   │       ├── Settings.Designer.cs
│   │   │   │       └── Settings.settings
│   │   │   ├── ChatClient.sln
│   │   │   └── ChatClient.suo
│   │   ├── ChatServer
│   │   │   ├── ChatServer
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── ChatServer.dll
│   │   │   │   │       ├── ChatServer.pdb
│   │   │   │   │       └── ChatServer.vshost.exe
│   │   │   │   ├── ChatServer.csproj
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── obj
│   │   │   │   │   ├── ChatServer.csproj.FileList.txt
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── ChatServer.csproj.GenerateResource.Cache
│   │   │   │   │       ├── ChatServer.dll
│   │   │   │   │       ├── ChatServer.Form1.resources
│   │   │   │   │       ├── ChatServer.pdb
│   │   │   │   │       ├── ChatServer.Properties.Resources.resources
│   │   │   │   │       └── TempPE
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │       ├── AssemblyInfo.cs
│   │   │   │       ├── Resources.Designer.cs
│   │   │   │       ├── Resources.resx
│   │   │   │       ├── Settings.Designer.cs
│   │   │   │       └── Settings.settings
│   │   │   ├── ChatServer.sln
│   │   │   └── ChatServer.suo
│   │   └── ChatService
│   │       ├── ChatService
│   │       │   ├── bin
│   │       │   │   └── Debug
│   │       │   │       ├── ChatServer.dll
│   │       │   │       ├── ChatServer.pdb
│   │       │   │       ├── ChatService.exe
│   │       │   │       ├── ChatService.InstallLog
│   │       │   │       ├── ChatService.InstallState
│   │       │   │       ├── ChatService.pdb
│   │       │   │       └── ChatService.vshost.exe
│   │       │   ├── ChatService.cs
│   │       │   ├── ChatService.csproj
│   │       │   ├── ChatService.Designer.cs
│   │       │   ├── ChatService.resx
│   │       │   ├── obj
│   │       │   │   ├── ChatService.csproj.FileList.txt
│   │       │   │   └── Debug
│   │       │   │       ├── ChatService.ChatService.resources
│   │       │   │       ├── ChatService.csproj.GenerateResource.Cache
│   │       │   │       ├── ChatService.exe
│   │       │   │       ├── ChatService.pdb
│   │       │   │       ├── ChatService.ProjectInstaller.resources
│   │       │   │       ├── Refactor
│   │       │   │       ├── ResolveAssemblyReference.cache
│   │       │   │       └── TempPE
│   │       │   ├── Program.cs
│   │       │   ├── ProjectInstaller.cs
│   │       │   ├── ProjectInstaller.Designer.cs
│   │       │   ├── ProjectInstaller.resx
│   │       │   └── Properties
│   │       │       └── AssemblyInfo.cs
│   │       ├── ChatService.sln
│   │       └── ChatService.suo
│   ├── Ex22_06
│   │   ├── Ex19_05
│   │   │   ├── 19_05.snk
│   │   │   ├── Ex19_05
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Ex19_05.dll
│   │   │   │   │       └── Ex19_05.pdb
│   │   │   │   ├── ComDLL.cs
│   │   │   │   ├── DataBaseDAO.cs
│   │   │   │   ├── Ex19_05.csproj
│   │   │   │   ├── obj
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── Ex19_05.dll
│   │   │   │   │   │   ├── Ex19_05.pdb
│   │   │   │   │   │   ├── Refactor
│   │   │   │   │   │   └── TempPE
│   │   │   │   │   └── Ex19_05.csproj.FileList.txt
│   │   │   │   └── Properties
│   │   │   │       └── AssemblyInfo.cs
│   │   │   ├── Ex19_05.sln
│   │   │   └── Ex19_05.suo
│   │   └── Ex19_05Client
│   │       ├── Ex19_05Client
│   │       │   ├── bin
│   │       │   │   └── Debug
│   │       │   │       ├── Ex19_05Client.exe
│   │       │   │       ├── Ex19_05Client.pdb
│   │       │   │       ├── Ex19_05Client.vshost.exe
│   │       │   │       ├── Ex19_05.dll
│   │       │   │       ├── Ex19_05.pdb
│   │       │   │       └── Ex19_05.tlb
│   │       │   ├── Ex19_05Client.csproj
│   │       │   ├── Form1.cs
│   │       │   ├── Form1.Designer.cs
│   │       │   ├── Form1.resx
│   │       │   ├── obj
│   │       │   │   ├── Debug
│   │       │   │   │   ├── Ex19_05Client.csproj.GenerateResource.Cache
│   │       │   │   │   ├── Ex19_05Client.exe
│   │       │   │   │   ├── Ex19_05Client.Form1.resources
│   │       │   │   │   ├── Ex19_05Client.pdb
│   │       │   │   │   ├── Ex19_05Client.Properties.Resources.resources
│   │       │   │   │   ├── ResolveAssemblyReference.cache
│   │       │   │   │   └── TempPE
│   │       │   │   └── Ex19_05Client.csproj.FileList.txt
│   │       │   ├── Program.cs
│   │       │   └── Properties
│   │       │       ├── AssemblyInfo.cs
│   │       │       ├── Resources.Designer.cs
│   │       │       ├── Resources.resx
│   │       │       ├── Settings.Designer.cs
│   │       │       └── Settings.settings
│   │       ├── Ex19_05Client.sln
│   │       └── Ex19_05Client.suo
│   ├── Ex22_07
│   │   ├── 35_01
│   │   │   ├── 35_01
│   │   │   │   ├── 35_01.csproj
│   │   │   │   ├── Account.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── 35_01.dll
│   │   │   │   │       └── 35_01.pdb
│   │   │   │   ├── obj
│   │   │   │   │   ├── 35_01.csproj.FileList.txt
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── 35_01.csproj.ResolveComReference.cache
│   │   │   │   │       ├── 35_01.dll
│   │   │   │   │       ├── 35_01.pdb
│   │   │   │   │       ├── Interop.MMC20.dll
│   │   │   │   │       ├── Refactor
│   │   │   │   │       └── TempPE
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   └── Transfer.cs
│   │   │   ├── 35_01.sln
│   │   │   ├── 35_01.snk
│   │   │   └── 35_01.suo
│   │   └── 35_02
│   │       ├── 35_02
│   │       │   ├── 35_02.csproj
│   │       │   ├── bin
│   │       │   │   ├── Debug
│   │       │   │   │   ├── 35_02.exe
│   │       │   │   │   ├── 35_02.pdb
│   │       │   │   │   ├── 35_02.vshost.exe
│   │       │   │   │   ├── Ex35_01.dll
│   │       │   │   │   ├── Ex35_01.pdb
│   │       │   │   │   └── Ex35_01.tlb
│   │       │   │   └── Ex35_01.dll
│   │       │   ├── Form1.cs
│   │       │   ├── Form1.Designer.cs
│   │       │   ├── Form1.resx
│   │       │   ├── obj
│   │       │   │   ├── 35_02.csproj.FileList.txt
│   │       │   │   └── Debug
│   │       │   │       ├── 35_02.csproj.GenerateResource.Cache
│   │       │   │       ├── 35_02.exe
│   │       │   │       ├── 35_02.pdb
│   │       │   │       ├── _5_02.Form1.resources
│   │       │   │       ├── _5_02.Properties.Resources.resources
│   │       │   │       ├── Refactor
│   │       │   │       ├── ResolveAssemblyReference.cache
│   │       │   │       └── TempPE
│   │       │   ├── Program.cs
│   │       │   └── Properties
│   │       │       ├── AssemblyInfo.cs
│   │       │       ├── Resources.Designer.cs
│   │       │       ├── Resources.resx
│   │       │       ├── Settings.Designer.cs
│   │       │       └── Settings.settings
│   │       ├── 35_02.sln
│   │       └── 35_02.suo
│   ├── Ex22_08
│   │   ├── RemotingClass
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── RemotingClass.dll
│   │   │   │       └── RemotingClass.pdb
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Refactor
│   │   │   │   │   ├── RemotingClass.csproj.GenerateResource.Cache
│   │   │   │   │   ├── RemotingClass.dll
│   │   │   │   │   ├── RemotingClass.FarClass.resources
│   │   │   │   │   ├── RemotingClass.pdb
│   │   │   │   │   ├── RemotingClass.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── RemotingClass.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── RemotingClass.cs
│   │   │   ├── RemotingClass.csproj
│   │   │   ├── RemotingClass.Designer.cs
│   │   │   └── RemotingClass.resx
│   │   ├── RemotingClient
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── RemotingClass.dll
│   │   │   │       ├── RemotingClass.pdb
│   │   │   │       ├── RemotingClient.exe
│   │   │   │       ├── RemotingClient.exe.Config
│   │   │   │       ├── RemotingClient.pdb
│   │   │   │       ├── RemotingClient.vshost.exe
│   │   │   │       └── RemotingClient.vshost.exe.config
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Refactor
│   │   │   │   │   ├── RemotingClient.csproj.GenerateResource.Cache
│   │   │   │   │   ├── RemotingClient.exe
│   │   │   │   │   ├── RemotingClient.pdb
│   │   │   │   │   ├── RemotingClient.Properties.Resources.resources
│   │   │   │   │   ├── RemotingClient.RemotingClientForm.resources
│   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   └── TempPE
│   │   │   │   └── RemotingClient.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── RemotingClient.csproj
│   │   │   ├── RemotingClientForm.cs
│   │   │   ├── RemotingClientForm.Designer.cs
│   │   │   ├── RemotingClientForm.resx
│   │   │   ├── RemotingClient.suo
│   │   │   └── 程序使用说明.txt
│   │   └── RemotingServer
│   │       ├── RemotingServer
│   │       │   ├── bin
│   │       │   │   └── Debug
│   │       │   │       ├── hb.txt
│   │       │   │       ├── RemotingClass.dll
│   │       │   │       ├── RemotingClass.pdb
│   │       │   │       ├── RemotingServer.exe
│   │       │   │       ├── RemotingServer.exe.Config
│   │       │   │       ├── RemotingServer.pdb
│   │       │   │       ├── RemotingServer.vshost.exe
│   │       │   │       └── RemotingServer.vshost.exe.config
│   │       │   ├── obj
│   │       │   │   ├── Debug
│   │       │   │   │   ├── Refactor
│   │       │   │   │   ├── RemotingServer.csproj.GenerateResource.Cache
│   │       │   │   │   ├── RemotingServer.exe
│   │       │   │   │   ├── RemotingServer.pdb
│   │       │   │   │   ├── RemotingServer.Properties.Resources.resources
│   │       │   │   │   ├── RemotingServer.RemotingServerForm.resources
│   │       │   │   │   ├── ResolveAssemblyReference.cache
│   │       │   │   │   └── TempPE
│   │       │   │   │       └── Properties.Resources.Designer.cs.dll
│   │       │   │   └── RemotingServer.csproj.FileList.txt
│   │       │   ├── Program.cs
│   │       │   ├── Properties
│   │       │   │   ├── AssemblyInfo.cs
│   │       │   │   ├── Resources.Designer.cs
│   │       │   │   ├── Resources.resx
│   │       │   │   ├── Settings.Designer.cs
│   │       │   │   └── Settings.settings
│   │       │   ├── RemotingServer.csproj
│   │       │   ├── RemotingServerForm.cs
│   │       │   ├── RemotingServerForm.Designer.cs
│   │       │   └── RemotingServerForm.resx
│   │       ├── RemotingServer.sln
│   │       └── RemotingServer.suo
│   └── Ex22_09
│       ├── RemotingClass
│       │   ├── bin
│       │   │   └── Debug
│       │   │       ├── RemotingClass.dll
│       │   │       └── RemotingClass.pdb
│       │   ├── obj
│       │   │   ├── Debug
│       │   │   │   ├── Refactor
│       │   │   │   ├── RemotingClass.csproj.GenerateResource.Cache
│       │   │   │   ├── RemotingClass.dll
│       │   │   │   ├── RemotingClass.FarClass.resources
│       │   │   │   ├── RemotingClass.pdb
│       │   │   │   ├── RemotingClass.Properties.Resources.resources
│       │   │   │   └── TempPE
│       │   │   └── RemotingClass.csproj.FileList.txt
│       │   ├── Program.cs
│       │   ├── Properties
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── Resources.Designer.cs
│       │   │   ├── Resources.resx
│       │   │   ├── Settings.Designer.cs
│       │   │   └── Settings.settings
│       │   ├── RemotingClass.cs
│       │   ├── RemotingClass.csproj
│       │   ├── RemotingClass.Designer.cs
│       │   ├── RemotingClass.resx
│       │   ├── RemotingClass.sln
│       │   └── RemotingClass.suo
│       ├── RemotingClient
│       │   ├── bin
│       │   │   └── Debug
│       │   │       ├── RemotingClass.dll
│       │   │       ├── RemotingClass.pdb
│       │   │       ├── RemotingClient.exe
│       │   │       ├── RemotingClient.exe.Config
│       │   │       ├── RemotingClient.pdb
│       │   │       ├── RemotingClient.vshost.exe
│       │   │       └── RemotingClient.vshost.exe.config
│       │   ├── obj
│       │   │   ├── Debug
│       │   │   │   ├── Refactor
│       │   │   │   ├── RemotingClient.csproj.GenerateResource.Cache
│       │   │   │   ├── RemotingClient.exe
│       │   │   │   ├── RemotingClient.pdb
│       │   │   │   ├── RemotingClient.Properties.Resources.resources
│       │   │   │   ├── RemotingClient.RemotingClientForm.resources
│       │   │   │   ├── ResolveAssemblyReference.cache
│       │   │   │   └── TempPE
│       │   │   └── RemotingClient.csproj.FileList.txt
│       │   ├── Program.cs
│       │   ├── Properties
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── Resources.Designer.cs
│       │   │   ├── Resources.resx
│       │   │   ├── Settings.Designer.cs
│       │   │   └── Settings.settings
│       │   ├── RemotingClient.csproj
│       │   ├── RemotingClientForm.cs
│       │   ├── RemotingClientForm.Designer.cs
│       │   ├── RemotingClientForm.resx
│       │   ├── RemotingClient.sln
│       │   └── RemotingClient.suo
│       └── RemotingServer
│           ├── RemotingServer
│           │   ├── bin
│           │   │   └── Debug
│           │   │       ├── RemotingClass.dll
│           │   │       ├── RemotingClass.pdb
│           │   │       ├── RemotingServer.exe
│           │   │       ├── RemotingServer.exe.Config
│           │   │       ├── RemotingServer.pdb
│           │   │       ├── RemotingServer.vshost.exe
│           │   │       └── RemotingServer.vshost.exe.config
│           │   ├── obj
│           │   │   ├── Debug
│           │   │   │   ├── Refactor
│           │   │   │   ├── RemotingServer.csproj.GenerateResource.Cache
│           │   │   │   ├── RemotingServer.exe
│           │   │   │   ├── RemotingServer.pdb
│           │   │   │   ├── RemotingServer.Properties.Resources.resources
│           │   │   │   ├── RemotingServer.RemotingServerForm.resources
│           │   │   │   ├── ResolveAssemblyReference.cache
│           │   │   │   └── TempPE
│           │   │   │       └── Properties.Resources.Designer.cs.dll
│           │   │   └── RemotingServer.csproj.FileList.txt
│           │   ├── Program.cs
│           │   ├── Properties
│           │   │   ├── AssemblyInfo.cs
│           │   │   ├── Resources.Designer.cs
│           │   │   ├── Resources.resx
│           │   │   ├── Settings.Designer.cs
│           │   │   └── Settings.settings
│           │   ├── RemotingServer.csproj
│           │   ├── RemotingServerForm.cs
│           │   ├── RemotingServerForm.Designer.cs
│           │   └── RemotingServerForm.resx
│           ├── RemotingServer.sln
│           └── RemotingServer.suo
├── 23
│   ├── Ex23_01
│   │   ├── Ex23_01
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex13_11.exe
│   │   │   │       ├── Ex13_11.pdb
│   │   │   │       ├── Ex13_11.vshost.exe
│   │   │   │       ├── newsig.dll
│   │   │   │       └── tc08a32.dll
│   │   │   ├── D161A.cs
│   │   │   ├── Ex23_01.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex13_11.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex13_11.exe
│   │   │   │   │   ├── Ex13_11.Form1.resources
│   │   │   │   │   ├── Ex13_11.pdb
│   │   │   │   │   ├── Ex13_11.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex13_11.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex23_01.sln
│   │   └── Ex23_01.suo
│   ├── Ex23_02
│   │   ├── Ex13_12
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex13_12.exe
│   │   │   │       ├── Ex13_12.pdb
│   │   │   │       └── Ex13_12.vshost.exe
│   │   │   ├── Class1.cs
│   │   │   ├── Ex23_02.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex13_12.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex13_12.exe
│   │   │   │   │   ├── Ex13_12.Form1.resources
│   │   │   │   │   ├── Ex13_12.pdb
│   │   │   │   │   ├── Ex13_12.Properties.Resources.resources
│   │   │   │   │   ├── Refactor
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex13_12.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex23_02.sln
│   │   └── Ex23_02.suo
│   ├── Ex23_03
│   │   ├── Ex10_05
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex13_05.exe
│   │   │   │       ├── Ex13_05.pdb
│   │   │   │       ├── Ex13_05.vshost.exe
│   │   │   │       └── Mwic_32.dll
│   │   │   ├── Ex23_03.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex10_05.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex10_05.Form1.resources
│   │   │   │   │   ├── Ex13_05.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex13_05.exe
│   │   │   │   │   ├── Ex13_05.pdb
│   │   │   │   │   ├── Ex13_05.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   │       └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Ex10_05.csproj.FileList.txt
│   │   │   │   └── Ex13_05.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex23_03.sln
│   │   └── Ex23_03.suo
│   ├── Ex23_04
│   │   ├── Ex13_06
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex13_06.exe
│   │   │   │       ├── Ex13_06.pdb
│   │   │   │       ├── Ex13_06.vshost.exe
│   │   │   │       └── Mwic_32.dll
│   │   │   ├── Ex23_04.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex13_06.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex13_06.exe
│   │   │   │   │   ├── Ex13_06.Form1.resources
│   │   │   │   │   ├── Ex13_06.pdb
│   │   │   │   │   ├── Ex13_06.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex13_06.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex23_04.sln
│   │   └── Ex23_04.suo
│   ├── Ex23_05
│   │   ├── 13_07
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── 13_07.exe
│   │   │   │       ├── 13_07.pdb
│   │   │   │       ├── Ex13_07.exe
│   │   │   │       ├── Ex13_07.pdb
│   │   │   │       ├── Ex13_07.vshost.exe
│   │   │   │       ├── Mwic_32.dll
│   │   │   │       └── price.mdb
│   │   │   ├── Ex23_05.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── 13_07.csproj.FileList.txt
│   │   │   │   ├── Debug
│   │   │   │   │   ├── 13_07.csproj.GenerateResource.Cache
│   │   │   │   │   ├── 13_07.exe
│   │   │   │   │   ├── 13_07.pdb
│   │   │   │   │   ├── _3_07.Form1.resources
│   │   │   │   │   ├── _3_07.Properties.Resources.resources
│   │   │   │   │   ├── Ex13_07.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex13_07.exe
│   │   │   │   │   ├── Ex13_07.pdb
│   │   │   │   │   ├── Ex13_07.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   │       └── Properties.Resources.Designer.cs.dll
│   │   │   │   └── Ex13_07.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex23_05.sln
│   │   └── Ex23_05.suo
│   ├── Ex23_06
│   │   ├── Ex13_19
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── AxInterop.NNSREALmagicCtrl.dll
│   │   │   │       ├── Database.mdb
│   │   │   │       ├── Ex13_19.exe
│   │   │   │       ├── Ex13_19.pdb
│   │   │   │       ├── Ex13_19.vshost.exe
│   │   │   │       ├── Interop.NNSREALmagicCtrl.dll
│   │   │   │       └── vod
│   │   │   │           └── 第一次说爱你的时候.avi
│   │   │   ├── Ex23_06.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── AxInterop.NNSREALmagicCtrl.dll
│   │   │   │   │   ├── Ex13_19.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex13_19.csproj.ResolveComReference.cache
│   │   │   │   │   ├── Ex13_19.exe
│   │   │   │   │   ├── Ex13_19.Form1.resources
│   │   │   │   │   ├── Ex13_19.pdb
│   │   │   │   │   ├── Ex13_19.Properties.Resources.resources
│   │   │   │   │   ├── Ex23_06.csproj.ResolveComReference.cache
│   │   │   │   │   ├── Interop.NNSREALmagicCtrl.dll
│   │   │   │   │   ├── Refactor
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex13_19.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex23_06.sln
│   │   └── Ex23_06.suo
│   ├── Ex23_07
│   │   ├── Ex13_01
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex13_01.exe
│   │   │   │   │   ├── Ex13_01.pdb
│   │   │   │   │   └── Ex13_01.vshost.exe
│   │   │   │   └── Release
│   │   │   │       └── Ex13_01.vshost.exe
│   │   │   ├── Ex23_07.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex13_01.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex13_01.exe
│   │   │   │   │   ├── Ex13_01.Form1.resources
│   │   │   │   │   ├── Ex13_01.pdb
│   │   │   │   │   ├── Ex13_01.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   ├── Ex13_01.csproj.FileList.txt
│   │   │   │   ├── Release
│   │   │   │   │   ├── Ex13_01.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex13_01.Form1.resources
│   │   │   │   │   ├── Ex13_01.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── unsafe
│   │   │   │       ├── Ex13_01.csproj.GenerateResource.Cache
│   │   │   │       ├── Ex13_01.Form1.resources
│   │   │   │       ├── Ex13_01.Properties.Resources.resources
│   │   │   │       └── TempPE
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex23_07.sln
│   │   └── Ex23_07.suo
│   ├── Ex23_08
│   │   ├── Ex13_02
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex13_02.exe
│   │   │   │       ├── Ex13_02.pdb
│   │   │   │       └── Ex13_02.vshost.exe
│   │   │   ├── Ex23_08.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex13_02.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex13_02.exe
│   │   │   │   │   ├── Ex13_02.Form1.resources
│   │   │   │   │   ├── Ex13_02.pdb
│   │   │   │   │   ├── Ex13_02.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex13_02.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex23_08.sln
│   │   └── Ex23_08.suo
│   ├── Ex23_09
│   │   ├── Ex13_03
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex13_03.exe
│   │   │   │       ├── Ex13_03.pdb
│   │   │   │       ├── Ex13_03.vshost.exe
│   │   │   │       └── win32dll.dll
│   │   │   ├── Ex23_09.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex13_03.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex13_03.exe
│   │   │   │   │   ├── Ex13_03.Form1.resources
│   │   │   │   │   ├── Ex13_03.pdb
│   │   │   │   │   ├── Ex13_03.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex13_03.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex23_09.sln
│   │   └── Ex23_09.suo
│   ├── Ex23_10
│   │   ├── Ex13_04
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex13_04.exe
│   │   │   │       ├── Ex13_04.pdb
│   │   │   │       ├── Ex13_04.vshost.exe
│   │   │   │       └── win32dll.dll
│   │   │   ├── Ex13_10.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex13_04.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex13_04.exe
│   │   │   │   │   ├── Ex13_04.Form1.resources
│   │   │   │   │   ├── Ex13_04.pdb
│   │   │   │   │   ├── Ex13_04.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex13_04.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex23_10.sln
│   │   └── Ex23_10.suo
│   ├── Ex23_11
│   │   ├── Ex13_18
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex13_18.exe
│   │   │   │       ├── Ex13_18.pdb
│   │   │   │       ├── Ex13_18.vshost.exe
│   │   │   │       └── price.mdb
│   │   │   ├── Ex23_11.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex13_18.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex13_18.exe
│   │   │   │   │   ├── Ex13_18.Form1.resources
│   │   │   │   │   ├── Ex13_18.pdb
│   │   │   │   │   ├── Ex13_18.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex13_18.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex23_11.sln
│   │   └── Ex23_11.suo
│   ├── Ex23_12
│   │   ├── Ex13_08
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex13_08.exe
│   │   │   │       ├── Ex13_08.pdb
│   │   │   │       └── Ex13_08.vshost.exe
│   │   │   ├── Class1.cs
│   │   │   ├── Ex23_12.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex13_08.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex13_08.exe
│   │   │   │   │   ├── Ex13_08.Form1.resources
│   │   │   │   │   ├── Ex13_08.pdb
│   │   │   │   │   ├── Ex13_08.Properties.Resources.resources
│   │   │   │   │   ├── Refactor
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex13_08.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex23_12.sln
│   │   └── Ex23_12.suo
│   ├── Ex23_13
│   │   ├── Ex13_10
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Ex13_10.exe
│   │   │   │       ├── Ex13_10.pdb
│   │   │   │       ├── Ex13_10.vshost.exe
│   │   │   │       └── info.mdb
│   │   │   ├── Class1.cs
│   │   │   ├── Ex23_13.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex13_10.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex13_10.exe
│   │   │   │   │   ├── Ex13_10.Form1.resources
│   │   │   │   │   ├── Ex13_10.pdb
│   │   │   │   │   ├── Ex13_10.Properties.Resources.resources
│   │   │   │   │   ├── Refactor
│   │   │   │   │   └── TempPE
│   │   │   │   └── Ex13_10.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex23_13.sln
│   │   └── Ex23_13.suo
│   ├── Ex23_14
│   │   ├── Ex13_15
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── dllforvc.dll
│   │   │   │       ├── Ex13_14.exe
│   │   │   │       ├── Ex13_14.pdb
│   │   │   │       ├── Ex13_14.vshost.exe
│   │   │   │       ├── Ex13_15.exe
│   │   │   │       └── Ex13_15.pdb
│   │   │   ├── Ex23_14.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex13_14.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex13_14.exe
│   │   │   │   │   ├── Ex13_14.pdb
│   │   │   │   │   ├── Ex13_14.Properties.Resources.resources
│   │   │   │   │   ├── Ex13_15.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex13_15.exe
│   │   │   │   │   ├── Ex13_15.Form1.resources
│   │   │   │   │   ├── Ex13_15.pdb
│   │   │   │   │   ├── Ex13_15.Properties.Resources.resources
│   │   │   │   │   ├── Refactor
│   │   │   │   │   └── TempPE
│   │   │   │   │       └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Ex13_14.csproj.FileList.txt
│   │   │   │   └── Ex13_15.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex23_14.sln
│   │   └── Ex23_14.suo
│   ├── Ex23_15
│   │   ├── Ex13_16
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── dllforvc.dll
│   │   │   │       ├── Ex13_15.exe
│   │   │   │       ├── Ex13_15.pdb
│   │   │   │       ├── Ex13_15.vshost.exe
│   │   │   │       ├── Ex13_16.exe
│   │   │   │       └── Ex13_16.pdb
│   │   │   ├── Ex23_15.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ex13_15.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex13_15.exe
│   │   │   │   │   ├── Ex13_15.pdb
│   │   │   │   │   ├── Ex13_15.Properties.Resources.resources
│   │   │   │   │   ├── Ex13_16.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Ex13_16.exe
│   │   │   │   │   ├── Ex13_16.Form1.resources
│   │   │   │   │   ├── Ex13_16.pdb
│   │   │   │   │   ├── Ex13_16.Properties.Resources.resources
│   │   │   │   │   ├── Refactor
│   │   │   │   │   └── TempPE
│   │   │   │   │       └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Ex13_15.csproj.FileList.txt
│   │   │   │   └── Ex13_16.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── Ex23_15.sln
│   │   └── Ex23_15.suo
│   └── Ex23_16
│       ├── Ex13_17
│       │   ├── bin
│       │   │   └── Debug
│       │   │       ├── dllforvc.dll
│       │   │       ├── Ex13_16.exe
│       │   │       ├── Ex13_16.pdb
│       │   │       ├── Ex13_17.exe
│       │   │       ├── Ex13_17.pdb
│       │   │       ├── Ex23_16.vshost.exe
│       │   │       └── message.mdb
│       │   ├── Ex23_16.csproj
│       │   ├── Form1.cs
│       │   ├── Form1.Designer.cs
│       │   ├── Form1.resx
│       │   ├── obj
│       │   │   ├── Debug
│       │   │   │   ├── Ex13_16.csproj.GenerateResource.Cache
│       │   │   │   ├── Ex13_16.exe
│       │   │   │   ├── Ex13_16.pdb
│       │   │   │   ├── Ex13_16.Properties.Resources.resources
│       │   │   │   ├── Ex13_17.csproj.GenerateResource.Cache
│       │   │   │   ├── Ex13_17.exe
│       │   │   │   ├── Ex13_17.Form1.resources
│       │   │   │   ├── Ex13_17.pdb
│       │   │   │   ├── Ex13_17.Properties.Resources.resources
│       │   │   │   └── TempPE
│       │   │   │       └── Properties.Resources.Designer.cs.dll
│       │   │   ├── Ex13_16.csproj.FileList.txt
│       │   │   └── Ex13_17.csproj.FileList.txt
│       │   ├── Program.cs
│       │   └── Properties
│       │       ├── AssemblyInfo.cs
│       │       ├── Resources.Designer.cs
│       │       ├── Resources.resx
│       │       ├── Settings.Designer.cs
│       │       └── Settings.settings
│       ├── Ex23_16.sln
│       └── Ex23_16.suo
└── 24
    ├── Ex24_01
    │   └── StopWeb
    │       ├── StopWeb
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── StopWeb.exe
    │       │   │       ├── StopWeb.pdb
    │       │   │       └── StopWeb.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── StopWeb.csproj.GenerateResource.Cache
    │       │   │   │   ├── StopWeb.exe
    │       │   │   │   ├── StopWeb.Form1.resources
    │       │   │   │   ├── StopWeb.pdb
    │       │   │   │   ├── StopWeb.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── StopWeb.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   ├── Properties
    │       │   │   ├── AssemblyInfo.cs
    │       │   │   ├── Resources.Designer.cs
    │       │   │   ├── Resources.resx
    │       │   │   ├── Settings.Designer.cs
    │       │   │   └── Settings.settings
    │       │   └── StopWeb.csproj
    │       ├── StopWeb.sln
    │       └── StopWeb.suo
    ├── Ex24_02
    │   └── StartWeb
    │       ├── StartWeb
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── StartWeb.exe
    │       │   │       ├── StartWeb.pdb
    │       │   │       └── StartWeb.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── StartWeb.csproj.GenerateResource.Cache
    │       │   │   │   ├── StartWeb.exe
    │       │   │   │   ├── StartWeb.Form1.resources
    │       │   │   │   ├── StartWeb.pdb
    │       │   │   │   ├── StartWeb.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── StartWeb.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   ├── Properties
    │       │   │   ├── AssemblyInfo.cs
    │       │   │   ├── Resources.Designer.cs
    │       │   │   ├── Resources.resx
    │       │   │   ├── Settings.Designer.cs
    │       │   │   └── Settings.settings
    │       │   └── StartWeb.csproj
    │       ├── StartWeb.sln
    │       └── StartWeb.suo
    ├── Ex24_03
    │   └── StartFTP
    │       ├── StartFTP
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── StartFTP.exe
    │       │   │       ├── StartFTP.pdb
    │       │   │       └── StartFTP.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── StartFTP.csproj.GenerateResource.Cache
    │       │   │   │   ├── StartFTP.exe
    │       │   │   │   ├── StartFTP.Form1.resources
    │       │   │   │   ├── StartFTP.pdb
    │       │   │   │   ├── StartFTP.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── StartFTP.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   ├── Properties
    │       │   │   ├── AssemblyInfo.cs
    │       │   │   ├── Resources.Designer.cs
    │       │   │   ├── Resources.resx
    │       │   │   ├── Settings.Designer.cs
    │       │   │   └── Settings.settings
    │       │   └── StartFTP.csproj
    │       ├── StartFTP.sln
    │       └── StartFTP.suo
    ├── Ex24_04
    │   └── PausedWebFTP
    │       ├── PausedWebFTP
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── PausedWebFTP.exe
    │       │   │       ├── PausedWebFTP.pdb
    │       │   │       └── PausedWebFTP.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── PausedWebFTP.csproj.GenerateResource.Cache
    │       │   │   │   ├── PausedWebFTP.exe
    │       │   │   │   ├── PausedWebFTP.Form1.resources
    │       │   │   │   ├── PausedWebFTP.pdb
    │       │   │   │   ├── PausedWebFTP.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── PausedWebFTP.csproj.FileList.txt
    │       │   ├── PausedWebFTP.csproj
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── PausedWebFTP.sln
    │       └── PausedWebFTP.suo
    ├── Ex24_05
    │   └── ContinueFTP
    │       ├── ContinueFTP
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── ContinueFTP.exe
    │       │   │       ├── ContinueFTP.pdb
    │       │   │       └── ContinueFTP.vshost.exe
    │       │   ├── ContinueFTP.csproj
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── obj
    │       │   │   ├── ContinueFTP.csproj.FileList.txt
    │       │   │   └── Debug
    │       │   │       ├── ContinueFTP.csproj.GenerateResource.Cache
    │       │   │       ├── ContinueFTP.exe
    │       │   │       ├── ContinueFTP.Form1.resources
    │       │   │       ├── ContinueFTP.pdb
    │       │   │       ├── ContinueFTP.Properties.Resources.resources
    │       │   │       └── TempPE
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── ContinueFTP.sln
    │       └── ContinueFTP.suo
    ├── Ex24_06
    │   └── StopFTP
    │       ├── StopFTP
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── StopFTP.exe
    │       │   │       ├── StopFTP.pdb
    │       │   │       └── StopFTP.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── StopFTP.csproj.GenerateResource.Cache
    │       │   │   │   ├── StopFTP.exe
    │       │   │   │   ├── StopFTP.Form1.resources
    │       │   │   │   ├── StopFTP.pdb
    │       │   │   │   ├── StopFTP.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── StopFTP.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   ├── Properties
    │       │   │   ├── AssemblyInfo.cs
    │       │   │   ├── Resources.Designer.cs
    │       │   │   ├── Resources.resx
    │       │   │   ├── Settings.Designer.cs
    │       │   │   └── Settings.settings
    │       │   └── StopFTP.csproj
    │       ├── StopFTP.sln
    │       └── StopFTP.suo
    ├── Ex24_07
    │   └── SQLService
    │       ├── SQLService
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── SQLService.exe
    │       │   │       ├── SQLService.pdb
    │       │   │       └── SQLService.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── SQLService.csproj.GenerateResource.Cache
    │       │   │   │   ├── SQLService.exe
    │       │   │   │   ├── SQLService.Form1.resources
    │       │   │   │   ├── SQLService.pdb
    │       │   │   │   ├── SQLService.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── SQLService.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   ├── Properties
    │       │   │   ├── AssemblyInfo.cs
    │       │   │   ├── Resources.Designer.cs
    │       │   │   ├── Resources.resx
    │       │   │   ├── Settings.Designer.cs
    │       │   │   └── Settings.settings
    │       │   └── SQLService.csproj
    │       ├── SQLService.sln
    │       └── SQLService.suo
    ├── Ex24_08
    │   └── StartSMTPServer
    │       ├── StartSMTPServer
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── StartSMTPServer.exe
    │       │   │       ├── StartSMTPServer.pdb
    │       │   │       └── StartSMTPServer.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── StartSMTPServer.csproj.GenerateResource.Cache
    │       │   │   │   ├── StartSMTPServer.exe
    │       │   │   │   ├── StartSMTPServer.Form1.resources
    │       │   │   │   ├── StartSMTPServer.pdb
    │       │   │   │   ├── StartSMTPServer.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── StartSMTPServer.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   ├── Properties
    │       │   │   ├── AssemblyInfo.cs
    │       │   │   ├── Resources.Designer.cs
    │       │   │   ├── Resources.resx
    │       │   │   ├── Settings.Designer.cs
    │       │   │   └── Settings.settings
    │       │   └── StartSMTPServer.csproj
    │       ├── StartSMTPServer.sln
    │       └── StartSMTPServer.suo
    ├── Ex24_09
    │   └── PauseSMTPService
    │       ├── PauseSMTPService
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── PauseSMTPService.exe
    │       │   │       ├── PauseSMTPService.pdb
    │       │   │       └── PauseSMTPService.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── PauseSMTPService.csproj.GenerateResource.Cache
    │       │   │   │   ├── PauseSMTPService.exe
    │       │   │   │   ├── PauseSMTPService.Form1.resources
    │       │   │   │   ├── PauseSMTPService.pdb
    │       │   │   │   ├── PauseSMTPService.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── PauseSMTPService.csproj.FileList.txt
    │       │   ├── PauseSMTPService.csproj
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── PauseSMTPService.sln
    │       └── PauseSMTPService.suo
    ├── Ex24_10
    │   └── ContinueSMTPService
    │       ├── ContinueSMTPService
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── ContinueSMTPService.exe
    │       │   │       ├── ContinueSMTPService.pdb
    │       │   │       └── ContinueSMTPService.vshost.exe
    │       │   ├── ContinueSMTPService.csproj
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── obj
    │       │   │   ├── ContinueSMTPService.csproj.FileList.txt
    │       │   │   └── Debug
    │       │   │       ├── ContinueSMTPService.csproj.GenerateResource.Cache
    │       │   │       ├── ContinueSMTPService.exe
    │       │   │       ├── ContinueSMTPService.Form1.resources
    │       │   │       ├── ContinueSMTPService.pdb
    │       │   │       ├── ContinueSMTPService.Properties.Resources.resources
    │       │   │       └── TempPE
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── ContinueSMTPService.sln
    │       └── ContinueSMTPService.suo
    ├── Ex24_11
    │   └── StopSMTPService
    │       ├── StopSMTPService
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── StopSMTPService.exe
    │       │   │       ├── StopSMTPService.pdb
    │       │   │       └── StopSMTPService.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── StopSMTPService.csproj.GenerateResource.Cache
    │       │   │   │   ├── StopSMTPService.exe
    │       │   │   │   ├── StopSMTPService.Form1.resources
    │       │   │   │   ├── StopSMTPService.pdb
    │       │   │   │   ├── StopSMTPService.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── StopSMTPService.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   ├── Properties
    │       │   │   ├── AssemblyInfo.cs
    │       │   │   ├── Resources.Designer.cs
    │       │   │   ├── Resources.resx
    │       │   │   ├── Settings.Designer.cs
    │       │   │   └── Settings.settings
    │       │   └── StopSMTPService.csproj
    │       ├── StopSMTPService.sln
    │       └── StopSMTPService.suo
    ├── Ex24_12
    │   └── SanPort
    │       ├── SanPort
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── SanPort.exe
    │       │   │       ├── SanPort.pdb
    │       │   │       └── SanPort.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── SanPort.csproj.GenerateResource.Cache
    │       │   │   │   ├── SanPort.exe
    │       │   │   │   ├── SanPort.Form1.resources
    │       │   │   │   ├── SanPort.pdb
    │       │   │   │   ├── SanPort.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── SanPort.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   ├── Properties
    │       │   │   ├── AssemblyInfo.cs
    │       │   │   ├── Resources.Designer.cs
    │       │   │   ├── Resources.resx
    │       │   │   ├── Settings.Designer.cs
    │       │   │   └── Settings.settings
    │       │   └── SanPort.csproj
    │       ├── SanPort.sln
    │       └── SanPort.suo
    ├── Ex24_13
    │   └── GetSourceCode
    │       ├── GetSourceCode
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── GetSourceCode.exe
    │       │   │       ├── GetSourceCode.pdb
    │       │   │       └── GetSourceCode.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── GetSourceCode.csproj
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── GetSourceCode.csproj.GenerateResource.Cache
    │       │   │   │   ├── GetSourceCode.exe
    │       │   │   │   ├── GetSourceCode.Form1.resources
    │       │   │   │   ├── GetSourceCode.pdb
    │       │   │   │   ├── GetSourceCode.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── GetSourceCode.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── GetSourceCode.sln
    │       └── GetSourceCode.suo
    ├── Ex24_14
    │   └── GetUriData
    │       ├── GetUriData
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── GetUriData.exe
    │       │   │       ├── GetUriData.pdb
    │       │   │       └── GetUriData.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── GetUriData.csproj
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── GetUriData.csproj.GenerateResource.Cache
    │       │   │   │   ├── GetUriData.exe
    │       │   │   │   ├── GetUriData.Form1.resources
    │       │   │   │   ├── GetUriData.pdb
    │       │   │   │   ├── GetUriData.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── GetUriData.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── GetUriData.sln
    │       └── GetUriData.suo
    ├── Ex24_15
    │   └── SetInternet
    │       ├── SetInternet
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── Interop.SHDocVw.dll
    │       │   │       ├── SetInternet.exe
    │       │   │       ├── SetInternet.pdb
    │       │   │       └── SetInternet.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── Interop.SHDocVw.dll
    │       │   │   │   ├── SetInternet.csproj.GenerateResource.Cache
    │       │   │   │   ├── SetInternet.csproj.ResolveComReference.cache
    │       │   │   │   ├── SetInternet.exe
    │       │   │   │   ├── SetInternet.Form1.resources
    │       │   │   │   ├── SetInternet.pdb
    │       │   │   │   ├── SetInternet.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── SetInternet.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   ├── Properties
    │       │   │   ├── AssemblyInfo.cs
    │       │   │   ├── Resources.Designer.cs
    │       │   │   ├── Resources.resx
    │       │   │   ├── Settings.Designer.cs
    │       │   │   └── Settings.settings
    │       │   └── SetInternet.csproj
    │       ├── SetInternet.sln
    │       └── SetInternet.suo
    ├── Ex24_16
    │   └── AddInternetStore
    │       ├── AddInternetStore
    │       │   ├── AddInternetStore.csproj
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── AddInternetStore.exe
    │       │   │       ├── AddInternetStore.pdb
    │       │   │       └── AddInternetStore.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── obj
    │       │   │   ├── AddInternetStore.csproj.FileList.txt
    │       │   │   └── Debug
    │       │   │       ├── AddInternetStore.csproj.GenerateResource.Cache
    │       │   │       ├── AddInternetStore.exe
    │       │   │       ├── AddInternetStore.Form1.resources
    │       │   │       ├── AddInternetStore.pdb
    │       │   │       ├── AddInternetStore.Properties.Resources.resources
    │       │   │       └── TempPE
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── AddInternetStore.sln
    │       └── AddInternetStore.suo
    ├── Ex24_17
    │   └── DownLoadInternetFile
    │       ├── DownLoadInternetFile
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── DownLoadInternetFile.exe
    │       │   │       ├── DownLoadInternetFile.pdb
    │       │   │       └── DownLoadInternetFile.vshost.exe
    │       │   ├── DownLoadInternetFile.csproj
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── DownLoadInternetFile.csproj.GenerateResource.Cache
    │       │   │   │   ├── DownLoadInternetFile.exe
    │       │   │   │   ├── DownLoadInternetFile.Form1.resources
    │       │   │   │   ├── DownLoadInternetFile.pdb
    │       │   │   │   ├── DownLoadInternetFile.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── DownLoadInternetFile.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── DownLoadInternetFile.sln
    │       └── DownLoadInternetFile.suo
    ├── Ex24_18
    │   └── GetFTPFile
    │       ├── GetFTPFile
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── GetFTPFile.exe
    │       │   │       ├── GetFTPFile.pdb
    │       │   │       └── GetFTPFile.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── GetFTPFile.csproj
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── GetFTPFile.csproj.GenerateResource.Cache
    │       │   │   │   ├── GetFTPFile.exe
    │       │   │   │   ├── GetFTPFile.Form1.resources
    │       │   │   │   ├── GetFTPFile.pdb
    │       │   │   │   ├── GetFTPFile.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   │       └── Properties.Resources.Designer.cs.dll
    │       │   │   └── GetFTPFile.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── GetFTPFile.sln
    │       └── GetFTPFile.suo
    ├── Ex24_19
    │   └── UploadFileToURI
    │       ├── UploadFileToURI
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── UploadFileToURI.exe
    │       │   │       ├── UploadFileToURI.pdb
    │       │   │       └── UploadFileToURI.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── TempPE
    │       │   │   │   ├── UploadFileToURI.csproj.GenerateResource.Cache
    │       │   │   │   ├── UploadFileToURI.exe
    │       │   │   │   ├── UploadFileToURI.Form1.resources
    │       │   │   │   ├── UploadFileToURI.pdb
    │       │   │   │   └── UploadFileToURI.Properties.Resources.resources
    │       │   │   └── UploadFileToURI.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   ├── Properties
    │       │   │   ├── AssemblyInfo.cs
    │       │   │   ├── Resources.Designer.cs
    │       │   │   ├── Resources.resx
    │       │   │   ├── Settings.Designer.cs
    │       │   │   └── Settings.settings
    │       │   └── UploadFileToURI.csproj
    │       ├── UploadFileToURI.sln
    │       └── UploadFileToURI.suo
    ├── Ex24_20
    │   └── GetAllHtmlLink
    │       ├── GetAllHtmlLink
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── GetAllHtmlLink.exe
    │       │   │       ├── GetAllHtmlLink.pdb
    │       │   │       └── GetAllHtmlLink.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── GetAllHtmlLink.csproj
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── GetAllHtmlLink.csproj.GenerateResource.Cache
    │       │   │   │   ├── GetAllHtmlLink.exe
    │       │   │   │   ├── GetAllHtmlLink.Form1.resources
    │       │   │   │   ├── GetAllHtmlLink.pdb
    │       │   │   │   ├── GetAllHtmlLink.Properties.Resources.resources
    │       │   │   │   └── TempPE
    │       │   │   └── GetAllHtmlLink.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   └── Properties
    │       │       ├── AssemblyInfo.cs
    │       │       ├── Resources.Designer.cs
    │       │       ├── Resources.resx
    │       │       ├── Settings.Designer.cs
    │       │       └── Settings.settings
    │       ├── GetAllHtmlLink.sln
    │       └── GetAllHtmlLink.suo
    ├── Ex24_21
    │   └── Ex24_21
    │       ├── udp
    │       │   ├── udp
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   │       ├── udp.exe
    │       │   │   │       ├── udp.pdb
    │       │   │   │       └── udp.vshost.exe
    │       │   │   ├── frmServer.cs
    │       │   │   ├── frmServer.Designer.cs
    │       │   │   ├── frmServer.resx
    │       │   │   ├── obj
    │       │   │   │   ├── Debug
    │       │   │   │   │   ├── Refactor
    │       │   │   │   │   ├── TempPE
    │       │   │   │   │   ├── udp.csproj.GenerateResource.Cache
    │       │   │   │   │   ├── udp.exe
    │       │   │   │   │   ├── udp.frmServer.resources
    │       │   │   │   │   ├── udp.pdb
    │       │   │   │   │   └── udp.Properties.Resources.resources
    │       │   │   │   └── udp.csproj.FileList.txt
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   ├── AssemblyInfo.cs
    │       │   │   │   ├── Resources.Designer.cs
    │       │   │   │   ├── Resources.resx
    │       │   │   │   ├── Settings.Designer.cs
    │       │   │   │   └── Settings.settings
    │       │   │   └── udp.csproj
    │       │   ├── udp.sln
    │       │   └── udp.suo
    │       ├── udpSent
    │       │   ├── udpSent
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   │       ├── udpSent.exe
    │       │   │   │       ├── udpSent.pdb
    │       │   │   │       └── udpSent.vshost.exe
    │       │   │   ├── Form1.cs
    │       │   │   ├── Form1.Designer.cs
    │       │   │   ├── Form1.resx
    │       │   │   ├── obj
    │       │   │   │   ├── Debug
    │       │   │   │   │   ├── TempPE
    │       │   │   │   │   ├── udpSent.csproj.GenerateResource.Cache
    │       │   │   │   │   ├── udpSent.exe
    │       │   │   │   │   ├── udpSent.Form1.resources
    │       │   │   │   │   ├── udpSent.pdb
    │       │   │   │   │   └── udpSent.Properties.Resources.resources
    │       │   │   │   └── udpSent.csproj.FileList.txt
    │       │   │   ├── Program.cs
    │       │   │   ├── Properties
    │       │   │   │   ├── AssemblyInfo.cs
    │       │   │   │   ├── Resources.Designer.cs
    │       │   │   │   ├── Resources.resx
    │       │   │   │   ├── Settings.Designer.cs
    │       │   │   │   └── Settings.settings
    │       │   │   └── udpSent.csproj
    │       │   ├── udpSent.sln
    │       │   └── udpSent.suo
    │       └── 使用说明.txt
    ├── Ex24_22
    │   ├── Win_Talk
    │   │   ├── Win_Talk
    │   │   │   ├── bin
    │   │   │   │   └── Debug
    │   │   │   │       ├── Win_Talk.exe
    │   │   │   │       ├── Win_Talk.pdb
    │   │   │   │       └── Win_Talk.vshost.exe
    │   │   │   ├── Form1.cs
    │   │   │   ├── Form1.Designer.cs
    │   │   │   ├── Form1.resx
    │   │   │   ├── obj
    │   │   │   │   ├── Debug
    │   │   │   │   │   ├── Refactor
    │   │   │   │   │   ├── TempPE
    │   │   │   │   │   ├── Win_Talk.csproj.GenerateResource.Cache
    │   │   │   │   │   ├── Win_Talk.exe
    │   │   │   │   │   ├── Win_Talk.Form1.resources
    │   │   │   │   │   ├── Win_Talk.pdb
    │   │   │   │   │   └── Win_Talk.Properties.Resources.resources
    │   │   │   │   └── Win_Talk.csproj.FileList.txt
    │   │   │   ├── Program.cs
    │   │   │   ├── Properties
    │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   ├── Resources.Designer.cs
    │   │   │   │   ├── Resources.resx
    │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   └── Settings.settings
    │   │   │   └── Win_Talk.csproj
    │   │   ├── Win_Talk.sln
    │   │   └── Win_Talk.suo
    │   └── win_talkClient
    │       ├── win_talkClient
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── win_talkClient.exe
    │       │   │       ├── win_talkClient.pdb
    │       │   │       └── win_talkClient.vshost.exe
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── obj
    │       │   │   ├── Debug
    │       │   │   │   ├── TempPE
    │       │   │   │   ├── win_talkClient.csproj.GenerateResource.Cache
    │       │   │   │   ├── win_talkClient.exe
    │       │   │   │   ├── win_talkClient.Form1.resources
    │       │   │   │   ├── win_talkClient.pdb
    │       │   │   │   └── win_talkClient.Properties.Resources.resources
    │       │   │   └── win_talkClient.csproj.FileList.txt
    │       │   ├── Program.cs
    │       │   ├── Properties
    │       │   │   ├── AssemblyInfo.cs
    │       │   │   ├── Resources.Designer.cs
    │       │   │   ├── Resources.resx
    │       │   │   ├── Settings.Designer.cs
    │       │   │   └── Settings.settings
    │       │   └── win_talkClient.csproj
    │       ├── win_talkClient.sln
    │       └── win_talkClient.suo
    ├── Ex24_23
    │   ├── Ex24_23
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex24_23.exe
    │   │   │       ├── Ex24_23.pdb
    │   │   │       └── Ex24_23.vshost.exe
    │   │   ├── Ex24_23.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex24_23.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex24_23.exe
    │   │   │   │   ├── Ex24_23.pdb
    │   │   │   │   ├── Ex24_23.Properties.Resources.resources
    │   │   │   │   ├── Ex24_23.Send_mal.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Ex24_23.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── Resources.Designer.cs
    │   │   │   ├── Resources.resx
    │   │   │   ├── Settings.Designer.cs
    │   │   │   └── Settings.settings
    │   │   ├── Send_mal.cs
    │   │   ├── Send_mal.designer.cs
    │   │   └── Send_mal.resx
    │   ├── Ex24_23.sln
    │   └── Ex24_23.suo
    ├── Ex24_24
    │   ├── Ex24_24
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Ex24_24.exe
    │   │   │       ├── Ex24_24.pdb
    │   │   │       └── Ex24_24.vshost.exe
    │   │   ├── Ex24_24.csproj
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Ex24_24.csproj.GenerateResource.Cache
    │   │   │   │   ├── Ex24_24.exe
    │   │   │   │   ├── Ex24_24.Form1.resources
    │   │   │   │   ├── Ex24_24.pdb
    │   │   │   │   ├── Ex24_24.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Ex24_24.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   └── Properties
    │   │       ├── AssemblyInfo.cs
    │   │       ├── Resources.Designer.cs
    │   │       ├── Resources.resx
    │   │       ├── Settings.Designer.cs
    │   │       └── Settings.settings
    │   ├── Ex24_24.sln
    │   └── Ex24_24.suo
    └── Ex24_25
        └── UseJmailSend
            ├── UseJmailSend
            │   ├── bin
            │   │   └── Debug
            │   │       ├── Interop.jmail.dll
            │   │       ├── UseJmailSend.exe
            │   │       ├── UseJmailSend.pdb
            │   │       └── UseJmailSend.vshost.exe
            │   ├── Form1.cs
            │   ├── Form1.Designer.cs
            │   ├── Form1.resx
            │   ├── obj
            │   │   ├── Debug
            │   │   │   ├── Interop.jmail.dll
            │   │   │   ├── ResolveAssemblyReference.cache
            │   │   │   ├── TempPE
            │   │   │   ├── UseJmailSend.csproj.GenerateResource.Cache
            │   │   │   ├── UseJmailSend.csproj.ResolveComReference.cache
            │   │   │   ├── UseJmailSend.exe
            │   │   │   ├── UseJmailSend.Form1.resources
            │   │   │   ├── UseJmailSend.pdb
            │   │   │   └── UseJmailSend.Properties.Resources.resources
            │   │   └── UseJmailSend.csproj.FileList.txt
            │   ├── Program.cs
            │   ├── Properties
            │   │   ├── AssemblyInfo.cs
            │   │   ├── Resources.Designer.cs
            │   │   ├── Resources.resx
            │   │   ├── Settings.Designer.cs
            │   │   └── Settings.settings
            │   └── UseJmailSend.csproj
            ├── UseJmailSend.sln
            └── UseJmailSend.suo

537 directories, 1359 files

实例下载地址

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警