在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → C#必须知道的300个问题-源代码

C#必须知道的300个问题-源代码

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:57.62M
  • 下载次数:24
  • 浏览次数:86
  • 发布时间:2023-05-11
  • 实例类别:C#语言基础
  • 发 布 人:js2021
  • 文件格式:.zip
  • 所需积分:2
 相关标签: 源代码 300 问题 00 代码

实例介绍

【实例简介】C#必须知道的300个问题-源代码
从C#高手那里获得 感觉很有帮助 就特意分享下 里面全是源代码 而且很适合初学者用

【实例截图】

from clipboard

【核心代码】
文件清单
└── C#必须知道的300个问题
    ├── C#必须知道的300个问题光盘使用说明.doc
    └── mr
        └── example
            ├── 02
            │   ├── 04
            │   │   └── ValandRef
            │   │       ├── ValandRef
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── ValandRef.exe
            │   │       │   │       ├── ValandRef.pdb
            │   │       │   │       ├── ValandRef.vshost.exe
            │   │       │   │       └── ValandRef.vshost.exe.manifest
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── ResolveAssemblyReference.cache
            │   │       │   │           ├── TempPE
            │   │       │   │           ├── ValandRef.csproj.FileListAbsolute.txt
            │   │       │   │           ├── ValandRef.exe
            │   │       │   │           └── ValandRef.pdb
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   └── AssemblyInfo.cs
            │   │       │   └── ValandRef.csproj
            │   │       ├── ValandRef.sln
            │   │       └── ValandRef.suo
            │   ├── 05
            │   │   └── ValueInRef
            │   │       ├── ValueInRef
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── ValueInRef.exe
            │   │       │   │       ├── ValueInRef.pdb
            │   │       │   │       ├── ValueInRef.vshost.exe
            │   │       │   │       └── ValueInRef.vshost.exe.manifest
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── ResolveAssemblyReference.cache
            │   │       │   │           ├── TempPE
            │   │       │   │           ├── ValueInRef.csproj.FileListAbsolute.txt
            │   │       │   │           ├── ValueInRef.exe
            │   │       │   │           └── ValueInRef.pdb
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   └── AssemblyInfo.cs
            │   │       │   └── ValueInRef.csproj
            │   │       ├── ValueInRef.sln
            │   │       └── ValueInRef.suo
            │   ├── 06
            │   │   └── RefInRef
            │   │       ├── RefInRef
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── RefInRef.exe
            │   │       │   │       ├── RefInRef.pdb
            │   │       │   │       ├── RefInRef.vshost.exe
            │   │       │   │       └── RefInRef.vshost.exe.manifest
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── RefInRef.csproj.FileListAbsolute.txt
            │   │       │   │           ├── RefInRef.exe
            │   │       │   │           ├── RefInRef.pdb
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   └── AssemblyInfo.cs
            │   │       │   └── RefInRef.csproj
            │   │       ├── RefInRef.sln
            │   │       └── RefInRef.suo
            │   ├── 11
            │   │   └── AddBySelf
            │   │       ├── AddBySelf
            │   │       │   ├── AddBySelf.csproj
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── AddBySelf.exe
            │   │       │   │       ├── AddBySelf.pdb
            │   │       │   │       ├── AddBySelf.vshost.exe
            │   │       │   │       └── AddBySelf.vshost.exe.manifest
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── AddBySelf.csproj.FileListAbsolute.txt
            │   │       │   │           ├── AddBySelf.exe
            │   │       │   │           ├── AddBySelf.pdb
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── AddBySelf.sln
            │   │       └── AddBySelf.suo
            │   ├── 13
            │   │   └── overloaded
            │   │       ├── overloaded
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── overloaded.exe
            │   │       │   │       ├── overloaded.pdb
            │   │       │   │       ├── overloaded.vshost.exe
            │   │       │   │       └── overloaded.vshost.exe.manifest
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── overloaded.csproj.FileListAbsolute.txt
            │   │       │   │           ├── overloaded.exe
            │   │       │   │           ├── overloaded.pdb
            │   │       │   │           ├── ResolveAssemblyReference.cache
            │   │       │   │           └── TempPE
            │   │       │   ├── overloaded.csproj
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── overloaded.sln
            │   │       └── overloaded.suo
            │   ├── 14
            │   │   └── DismantleBox
            │   │       ├── DismantleBox
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── DismantleBox.exe
            │   │       │   │       ├── DismantleBox.pdb
            │   │       │   │       ├── DismantleBox.vshost.exe
            │   │       │   │       └── DismantleBox.vshost.exe.manifest
            │   │       │   ├── DismantleBox.csproj
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── DismantleBox.csproj.FileListAbsolute.txt
            │   │       │   │           ├── DismantleBox.exe
            │   │       │   │           ├── DismantleBox.pdb
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── DismantleBox.sln
            │   │       └── DismantleBox.suo
            │   └── 15
            │       └── 01
            │           └── DepthCopy
            │               ├── DepthCopy
            │               │   ├── bin
            │               │   │   └── Debug
            │               │   │       ├── DepthCopy.exe
            │               │   │       ├── DepthCopy.pdb
            │               │   │       ├── DepthCopy.vshost.exe
            │               │   │       └── DepthCopy.vshost.exe.manifest
            │               │   ├── DepthCopy.csproj
            │               │   ├── obj
            │               │   │   └── x86
            │               │   │       └── Debug
            │               │   │           ├── DepthCopy.csproj.FileListAbsolute.txt
            │               │   │           ├── DepthCopy.exe
            │               │   │           ├── DepthCopy.pdb
            │               │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │               │   │           └── TempPE
            │               │   ├── Program.cs
            │               │   └── Properties
            │               │       └── AssemblyInfo.cs
            │               ├── DepthCopy.sln
            │               └── DepthCopy.suo
            ├── 03
            │   ├── 02
            │   │   └── And
            │   │       ├── And
            │   │       │   ├── And.csproj
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── And.exe
            │   │       │   │       ├── And.pdb
            │   │       │   │       ├── And.vshost.exe
            │   │       │   │       └── And.vshost.exe.manifest
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── And.csproj.FileListAbsolute.txt
            │   │       │   │           ├── And.exe
            │   │       │   │           ├── And.pdb
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── ResolveAssemblyReference.cache
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── And.sln
            │   │       └── And.suo
            │   ├── 03
            │   │   └── CycleDie
            │   │       ├── CycleDie
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── CycleDie.exe
            │   │       │   │       ├── CycleDie.pdb
            │   │       │   │       ├── CycleDie.vshost.exe
            │   │       │   │       └── CycleDie.vshost.exe.manifest
            │   │       │   ├── CycleDie.csproj
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── CycleDie.csproj.FileListAbsolute.txt
            │   │       │   │           ├── CycleDie.exe
            │   │       │   │           ├── CycleDie.pdb
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── ResolveAssemblyReference.cache
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── CycleDie.sln
            │   │       └── CycleDie.suo
            │   ├── 04
            │   │   ├── 01
            │   │   │   └── For
            │   │   │       ├── For
            │   │   │       │   ├── bin
            │   │   │       │   │   └── Debug
            │   │   │       │   │       ├── For.exe
            │   │   │       │   │       ├── For.pdb
            │   │   │       │   │       ├── For.vshost.exe
            │   │   │       │   │       └── For.vshost.exe.manifest
            │   │   │       │   ├── For.csproj
            │   │   │       │   ├── obj
            │   │   │       │   │   └── x86
            │   │   │       │   │       └── Debug
            │   │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │   │       │   │           ├── For.csproj.FileListAbsolute.txt
            │   │   │       │   │           ├── For.exe
            │   │   │       │   │           ├── For.pdb
            │   │   │       │   │           └── TempPE
            │   │   │       │   ├── Program.cs
            │   │   │       │   └── Properties
            │   │   │       │       └── AssemblyInfo.cs
            │   │   │       ├── For.sln
            │   │   │       └── For.suo
            │   │   └── 02
            │   │       └── Foreach
            │   │           ├── Foreach
            │   │           │   ├── bin
            │   │           │   │   └── Debug
            │   │           │   │       ├── Foreach.exe
            │   │           │   │       ├── Foreach.pdb
            │   │           │   │       ├── Foreach.vshost.exe
            │   │           │   │       └── Foreach.vshost.exe.manifest
            │   │           │   ├── Foreach.csproj
            │   │           │   ├── obj
            │   │           │   │   └── x86
            │   │           │   │       └── Debug
            │   │           │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │           │   │           ├── Foreach.csproj.FileListAbsolute.txt
            │   │           │   │           ├── Foreach.exe
            │   │           │   │           ├── Foreach.pdb
            │   │           │   │           ├── ResolveAssemblyReference.cache
            │   │           │   │           └── TempPE
            │   │           │   ├── Program.cs
            │   │           │   └── Properties
            │   │           │       └── AssemblyInfo.cs
            │   │           ├── Foreach.sln
            │   │           └── Foreach.suo
            │   ├── 05
            │   │   ├── 01
            │   │   │   └── While
            │   │   │       ├── While
            │   │   │       │   ├── bin
            │   │   │       │   │   └── Debug
            │   │   │       │   │       ├── While.exe
            │   │   │       │   │       ├── While.pdb
            │   │   │       │   │       ├── While.vshost.exe
            │   │   │       │   │       └── While.vshost.exe.manifest
            │   │   │       │   ├── obj
            │   │   │       │   │   └── x86
            │   │   │       │   │       └── Debug
            │   │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │   │       │   │           ├── TempPE
            │   │   │       │   │           ├── While.csproj.FileListAbsolute.txt
            │   │   │       │   │           ├── While.exe
            │   │   │       │   │           └── While.pdb
            │   │   │       │   ├── Program.cs
            │   │   │       │   ├── Properties
            │   │   │       │   │   └── AssemblyInfo.cs
            │   │   │       │   └── While.csproj
            │   │   │       ├── While.sln
            │   │   │       └── While.suo
            │   │   └── 02
            │   │       └── Do_While
            │   │           ├── Do_While
            │   │           │   ├── bin
            │   │           │   │   └── Debug
            │   │           │   │       ├── Do_While.exe
            │   │           │   │       ├── Do_While.pdb
            │   │           │   │       ├── Do_While.vshost.exe
            │   │           │   │       └── Do_While.vshost.exe.manifest
            │   │           │   ├── Do_While.csproj
            │   │           │   ├── obj
            │   │           │   │   └── x86
            │   │           │   │       └── Debug
            │   │           │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │           │   │           ├── Do_While.csproj.FileListAbsolute.txt
            │   │           │   │           ├── Do_While.exe
            │   │           │   │           ├── Do_While.pdb
            │   │           │   │           └── TempPE
            │   │           │   ├── Program.cs
            │   │           │   └── Properties
            │   │           │       └── AssemblyInfo.cs
            │   │           ├── Do_While.sln
            │   │           └── Do_While.suo
            │   ├── 06
            │   │   ├── 01
            │   │   │   └── Break
            │   │   │       ├── Break
            │   │   │       │   ├── bin
            │   │   │       │   │   └── Debug
            │   │   │       │   │       ├── Break.exe
            │   │   │       │   │       ├── Break.pdb
            │   │   │       │   │       ├── Break.vshost.exe
            │   │   │       │   │       └── Break.vshost.exe.manifest
            │   │   │       │   ├── Break.csproj
            │   │   │       │   ├── obj
            │   │   │       │   │   └── x86
            │   │   │       │   │       └── Debug
            │   │   │       │   │           ├── Break.csproj.FileListAbsolute.txt
            │   │   │       │   │           ├── Break.exe
            │   │   │       │   │           ├── Break.pdb
            │   │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │   │       │   │           └── TempPE
            │   │   │       │   ├── Program.cs
            │   │   │       │   └── Properties
            │   │   │       │       └── AssemblyInfo.cs
            │   │   │       ├── Break.sln
            │   │   │       └── Break.suo
            │   │   ├── 02
            │   │   │   └── Continue
            │   │   │       ├── Continue
            │   │   │       │   ├── bin
            │   │   │       │   │   └── Debug
            │   │   │       │   │       ├── Continue.exe
            │   │   │       │   │       ├── Continue.pdb
            │   │   │       │   │       ├── Continue.vshost.exe
            │   │   │       │   │       └── Continue.vshost.exe.manifest
            │   │   │       │   ├── Continue.csproj
            │   │   │       │   ├── obj
            │   │   │       │   │   └── x86
            │   │   │       │   │       └── Debug
            │   │   │       │   │           ├── Continue.csproj.FileListAbsolute.txt
            │   │   │       │   │           ├── Continue.exe
            │   │   │       │   │           ├── Continue.pdb
            │   │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │   │       │   │           ├── ResolveAssemblyReference.cache
            │   │   │       │   │           └── TempPE
            │   │   │       │   ├── Program.cs
            │   │   │       │   └── Properties
            │   │   │       │       └── AssemblyInfo.cs
            │   │   │       ├── Continue.sln
            │   │   │       └── Continue.suo
            │   │   ├── 03
            │   │   │   └── Goto
            │   │   │       ├── Goto
            │   │   │       │   ├── bin
            │   │   │       │   │   └── Debug
            │   │   │       │   │       ├── Goto.exe
            │   │   │       │   │       ├── Goto.pdb
            │   │   │       │   │       ├── Goto.vshost.exe
            │   │   │       │   │       └── Goto.vshost.exe.manifest
            │   │   │       │   ├── Goto.csproj
            │   │   │       │   ├── obj
            │   │   │       │   │   └── x86
            │   │   │       │   │       └── Debug
            │   │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │   │       │   │           ├── Goto.csproj.FileListAbsolute.txt
            │   │   │       │   │           ├── Goto.exe
            │   │   │       │   │           ├── Goto.pdb
            │   │   │       │   │           └── TempPE
            │   │   │       │   ├── Program.cs
            │   │   │       │   └── Properties
            │   │   │       │       └── AssemblyInfo.cs
            │   │   │       ├── Goto.sln
            │   │   │       └── Goto.suo
            │   │   └── 04
            │   │       └── Return
            │   │           ├── Return
            │   │           │   ├── bin
            │   │           │   │   └── Debug
            │   │           │   │       ├── Return.exe
            │   │           │   │       ├── Return.pdb
            │   │           │   │       ├── Return.vshost.exe
            │   │           │   │       └── Return.vshost.exe.manifest
            │   │           │   ├── obj
            │   │           │   │   └── x86
            │   │           │   │       └── Debug
            │   │           │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │           │   │           ├── Return.csproj.FileListAbsolute.txt
            │   │           │   │           ├── Return.exe
            │   │           │   │           ├── Return.pdb
            │   │           │   │           └── TempPE
            │   │           │   ├── Program.cs
            │   │           │   ├── Properties
            │   │           │   │   └── AssemblyInfo.cs
            │   │           │   └── Return.csproj
            │   │           ├── Return.sln
            │   │           └── Return.suo
            │   ├── 07
            │   │   └── Goto
            │   │       ├── Goto
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── Goto.exe
            │   │       │   │   │   ├── Goto.pdb
            │   │       │   │   │   ├── Goto.vshost.exe
            │   │       │   │   │   └── Goto.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── Frm_Main.cs
            │   │       │   ├── Frm_Main.Designer.cs
            │   │       │   ├── Frm_Main.resx
            │   │       │   ├── Goto.csproj
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferences.cache
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── GenerateResource.read.1.tlog
            │   │       │   │           ├── GenerateResource.write.1.tlog
            │   │       │   │           ├── Goto.csproj.FileListAbsolute.txt
            │   │       │   │           ├── Goto.exe
            │   │       │   │           ├── Goto.Frm_Main.resources
            │   │       │   │           ├── Goto.pdb
            │   │       │   │           ├── Goto.Properties.Resources.resources
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       ├── AssemblyInfo.cs
            │   │       │       ├── Resources.Designer.cs
            │   │       │       ├── Resources.resx
            │   │       │       ├── Settings.Designer.cs
            │   │       │       └── Settings.settings
            │   │       ├── Goto.sln
            │   │       └── Goto.suo
            │   ├── 08
            │   │   └── CycleInput
            │   │       ├── CycleInput
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── CycleInput.exe
            │   │       │   │       ├── CycleInput.pdb
            │   │       │   │       ├── CycleInput.vshost.exe
            │   │       │   │       └── CycleInput.vshost.exe.manifest
            │   │       │   ├── CycleInput.csproj
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── CycleInput.csproj.FileListAbsolute.txt
            │   │       │   │           ├── CycleInput.exe
            │   │       │   │           ├── CycleInput.pdb
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── ResolveAssemblyReference.cache
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── CycleInput.sln
            │   │       └── CycleInput.suo
            │   ├── 09
            │   │   └── NoticeFor
            │   │       ├── NoticeFor
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── NoticeFor.exe
            │   │       │   │       ├── NoticeFor.pdb
            │   │       │   │       ├── NoticeFor.vshost.exe
            │   │       │   │       └── NoticeFor.vshost.exe.manifest
            │   │       │   ├── NoticeFor.csproj
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── NoticeFor.csproj.FileListAbsolute.txt
            │   │       │   │           ├── NoticeFor.exe
            │   │       │   │           ├── NoticeFor.pdb
            │   │       │   │           ├── ResolveAssemblyReference.cache
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── NoticeFor.sln
            │   │       └── NoticeFor.suo
            │   └── 10
            │       └── DapWhlie
            │           ├── DapWhlie
            │           │   ├── bin
            │           │   │   └── Debug
            │           │   │       ├── DapWhlie.exe
            │           │   │       ├── DapWhlie.pdb
            │           │   │       ├── DapWhlie.vshost.exe
            │           │   │       └── DapWhlie.vshost.exe.manifest
            │           │   ├── DapWhlie.csproj
            │           │   ├── obj
            │           │   │   └── x86
            │           │   │       └── Debug
            │           │   │           ├── DapWhlie.csproj.FileListAbsolute.txt
            │           │   │           ├── DapWhlie.exe
            │           │   │           ├── DapWhlie.pdb
            │           │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │           │   │           └── TempPE
            │           │   ├── Program.cs
            │           │   └── Properties
            │           │       └── AssemblyInfo.cs
            │           ├── DapWhlie.sln
            │           └── DapWhlie.suo
            ├── 04
            │   ├── 02
            │   │   └── ReplaceWorld
            │   │       ├── ReplaceWorld
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── ReplaceWorld.exe
            │   │       │   │   │   ├── ReplaceWorld.pdb
            │   │       │   │   │   ├── ReplaceWorld.vshost.exe
            │   │       │   │   │   └── ReplaceWorld.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── Frm_Main.cs
            │   │       │   ├── Frm_Main.Designer.cs
            │   │       │   ├── Frm_Main.resx
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferences.cache
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── GenerateResource.read.1.tlog
            │   │       │   │           ├── GenerateResource.write.1.tlog
            │   │       │   │           ├── ReplaceWorld.csproj.FileListAbsolute.txt
            │   │       │   │           ├── ReplaceWorld.exe
            │   │       │   │           ├── ReplaceWorld.Frm_Main.resources
            │   │       │   │           ├── ReplaceWorld.pdb
            │   │       │   │           ├── ReplaceWorld.Properties.Resources.resources
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   ├── AssemblyInfo.cs
            │   │       │   │   ├── Resources.Designer.cs
            │   │       │   │   ├── Resources.resx
            │   │       │   │   ├── Settings.Designer.cs
            │   │       │   │   └── Settings.settings
            │   │       │   └── ReplaceWorld.csproj
            │   │       ├── ReplaceWorld.sln
            │   │       └── ReplaceWorld.suo
            │   ├── 04
            │   │   └── RandomWorld
            │   │       ├── RandomWorld
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── RandomWorld.exe
            │   │       │   │       ├── RandomWorld.pdb
            │   │       │   │       ├── RandomWorld.vshost.exe
            │   │       │   │       └── RandomWorld.vshost.exe.manifest
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── RandomWorld.csproj.FileListAbsolute.txt
            │   │       │   │           ├── RandomWorld.exe
            │   │       │   │           ├── RandomWorld.pdb
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   └── AssemblyInfo.cs
            │   │       │   └── RandomWorld.csproj
            │   │       ├── RandomWorld.sln
            │   │       └── RandomWorld.suo
            │   ├── 05
            │   │   └── ValidateNumber
            │   │       ├── ValidateNumber
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── ValidateNumber.exe
            │   │       │   │       ├── ValidateNumber.pdb
            │   │       │   │       ├── ValidateNumber.vshost.exe
            │   │       │   │       └── ValidateNumber.vshost.exe.manifest
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.Designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── GenerateResource.read.1.tlog
            │   │       │   │           ├── GenerateResource.write.1.tlog
            │   │       │   │           ├── TempPE
            │   │       │   │           ├── ValidateNumber.csproj.FileListAbsolute.txt
            │   │       │   │           ├── ValidateNumber.exe
            │   │       │   │           ├── ValidateNumber.Form1.resources
            │   │       │   │           ├── ValidateNumber.pdb
            │   │       │   │           └── ValidateNumber.Properties.Resources.resources
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   ├── AssemblyInfo.cs
            │   │       │   │   ├── Resources.Designer.cs
            │   │       │   │   ├── Resources.resx
            │   │       │   │   ├── Settings.Designer.cs
            │   │       │   │   └── Settings.settings
            │   │       │   └── ValidateNumber.csproj
            │   │       ├── ValidateNumber.sln
            │   │       └── ValidateNumber.suo
            │   ├── 06
            │   │   └── GetCount
            │   │       ├── GetCount
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── GetCount.exe
            │   │       │   │   │   ├── GetCount.pdb
            │   │       │   │   │   ├── GetCount.vshost.exe
            │   │       │   │   │   └── GetCount.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── Frm_Main.cs
            │   │       │   ├── Frm_Main.Designer.cs
            │   │       │   ├── Frm_Main.resx
            │   │       │   ├── GetCount.csproj
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferences.cache
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── GenerateResource.read.1.tlog
            │   │       │   │           ├── GenerateResource.write.1.tlog
            │   │       │   │           ├── GetCount.csproj.FileListAbsolute.txt
            │   │       │   │           ├── GetCount.exe
            │   │       │   │           ├── GetCount.Frm_Main.resources
            │   │       │   │           ├── GetCount.pdb
            │   │       │   │           ├── GetCount.Properties.Resources.resources
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       ├── AssemblyInfo.cs
            │   │       │       ├── Resources.Designer.cs
            │   │       │       ├── Resources.resx
            │   │       │       ├── Settings.Designer.cs
            │   │       │       └── Settings.settings
            │   │       ├── GetCount.sln
            │   │       └── GetCount.suo
            │   ├── 07
            │   │   └── GetTime
            │   │       ├── GetTime
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── GetTime.exe
            │   │       │   │   │   ├── GetTime.pdb
            │   │       │   │   │   ├── GetTime.vshost.exe
            │   │       │   │   │   └── GetTime.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── Frm_Main.cs
            │   │       │   ├── Frm_Main.Designer.cs
            │   │       │   ├── Frm_Main.resx
            │   │       │   ├── GetTime.csproj
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── GenerateResource.read.1.tlog
            │   │       │   │           ├── GenerateResource.write.1.tlog
            │   │       │   │           ├── GetTime.csproj.FileListAbsolute.txt
            │   │       │   │           ├── GetTime.exe
            │   │       │   │           ├── GetTime.Frm_Main.resources
            │   │       │   │           ├── GetTime.pdb
            │   │       │   │           ├── GetTime.Properties.Resources.resources
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       ├── AssemblyInfo.cs
            │   │       │       ├── Resources.Designer.cs
            │   │       │       ├── Resources.resx
            │   │       │       ├── Settings.Designer.cs
            │   │       │       └── Settings.settings
            │   │       ├── GetTime.sln
            │   │       └── GetTime.suo
            │   ├── 08
            │   │   └── Find
            │   │       ├── Find
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── Find.exe
            │   │       │   │   │   ├── Find.pdb
            │   │       │   │   │   ├── Find.vshost.exe
            │   │       │   │   │   └── Find.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── Find.csproj
            │   │       │   ├── Frm_Main.cs
            │   │       │   ├── Frm_Main.Designer.cs
            │   │       │   ├── Frm_Main.resx
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferences.cache
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── Find.csproj.FileListAbsolute.txt
            │   │       │   │           ├── Find.exe
            │   │       │   │           ├── Find.Frm_Main.resources
            │   │       │   │           ├── Find.pdb
            │   │       │   │           ├── Find.Properties.Resources.resources
            │   │       │   │           ├── GenerateResource.read.1.tlog
            │   │       │   │           ├── GenerateResource.write.1.tlog
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       ├── AssemblyInfo.cs
            │   │       │       ├── Resources.Designer.cs
            │   │       │       ├── Resources.resx
            │   │       │       ├── Settings.Designer.cs
            │   │       │       └── Settings.settings
            │   │       ├── Find.sln
            │   │       └── Find.suo
            │   ├── 09
            │   │   └── ReplaceString
            │   │       ├── ReplaceString
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── ReplaceString.exe
            │   │       │   │   │   ├── ReplaceString.pdb
            │   │       │   │   │   ├── ReplaceString.vshost.exe
            │   │       │   │   │   └── ReplaceString.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── Frm_Main.cs
            │   │       │   ├── Frm_Main.Designer.cs
            │   │       │   ├── Frm_Main.resx
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferences.cache
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── GenerateResource.read.1.tlog
            │   │       │   │           ├── GenerateResource.write.1.tlog
            │   │       │   │           ├── ReplaceString.csproj.FileListAbsolute.txt
            │   │       │   │           ├── ReplaceString.exe
            │   │       │   │           ├── ReplaceString.Frm_Main.resources
            │   │       │   │           ├── ReplaceString.pdb
            │   │       │   │           ├── ReplaceString.Properties.Resources.resources
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   ├── AssemblyInfo.cs
            │   │       │   │   ├── Resources.Designer.cs
            │   │       │   │   ├── Resources.resx
            │   │       │   │   ├── Settings.Designer.cs
            │   │       │   │   └── Settings.settings
            │   │       │   └── ReplaceString.csproj
            │   │       ├── ReplaceString.sln
            │   │       └── ReplaceString.suo
            │   ├── 10
            │   │   └── Round
            │   │       └── Round
            │   │           ├── obj
            │   │           │   └── x86
            │   │           │       └── Debug
            │   │           │           ├── DesignTimeResolveAssemblyReferences.cache
            │   │           │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │           │           ├── GenerateResource.read.1.tlog
            │   │           │           ├── GenerateResource.write.1.tlog
            │   │           │           ├── Round.csproj.FileListAbsolute.txt
            │   │           │           ├── Round.exe
            │   │           │           ├── Round.Frm_Main.resources
            │   │           │           ├── Round.pdb
            │   │           │           └── Round.Properties.Resources.resources
            │   │           └── Properties
            │   │               ├── AssemblyInfo.cs
            │   │               ├── Resources.Designer.cs
            │   │               ├── Resources.resx
            │   │               ├── Settings.Designer.cs
            │   │               └── Settings.settings
            │   ├── 11
            │   │   └── Compares
            │   │       ├── Compares
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── Compares.exe
            │   │       │   │       ├── Compares.pdb
            │   │       │   │       ├── Compares.vshost.exe
            │   │       │   │       └── Compares.vshost.exe.manifest
            │   │       │   ├── Compares.csproj
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.Designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── Compares.csproj.FileListAbsolute.txt
            │   │       │   │           ├── Compares.exe
            │   │       │   │           ├── Compares.Frm_Main.resources
            │   │       │   │           ├── Compares.pdb
            │   │       │   │           ├── Compares.Properties.Resources.resources
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── GenerateResource.read.1.tlog
            │   │       │   │           ├── GenerateResource.write.1.tlog
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       ├── AssemblyInfo.cs
            │   │       │       ├── Resources.Designer.cs
            │   │       │       ├── Resources.resx
            │   │       │       ├── Settings.Designer.cs
            │   │       │       └── Settings.settings
            │   │       ├── Compares.sln
            │   │       └── Compares.suo
            │   ├── 12
            │   │   └── DeleteWorlds
            │   │       ├── DeleteWorlds
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── DeleteWorlds.exe
            │   │       │   │   │   ├── DeleteWorlds.pdb
            │   │       │   │   │   ├── DeleteWorlds.vshost.exe
            │   │       │   │   │   └── DeleteWorlds.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── DeleteWorlds.csproj
            │   │       │   ├── Frm_Main.cs
            │   │       │   ├── Frm_Main.Designer.cs
            │   │       │   ├── Frm_Main.resx
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DeleteWorlds.csproj.FileListAbsolute.txt
            │   │       │   │           ├── DeleteWorlds.exe
            │   │       │   │           ├── DeleteWorlds.Frm_Main.resources
            │   │       │   │           ├── DeleteWorlds.pdb
            │   │       │   │           ├── DeleteWorlds.Properties.Resources.resources
            │   │       │   │           ├── DesignTimeResolveAssemblyReferences.cache
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── GenerateResource.read.1.tlog
            │   │       │   │           ├── GenerateResource.write.1.tlog
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       ├── AssemblyInfo.cs
            │   │       │       ├── Resources.Designer.cs
            │   │       │       ├── Resources.resx
            │   │       │       ├── Settings.Designer.cs
            │   │       │       └── Settings.settings
            │   │       ├── DeleteWorlds.sln
            │   │       └── DeleteWorlds.suo
            │   ├── 13
            │   │   └── DeleteOther
            │   │       ├── DeleteOther
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── DeleteOther.exe
            │   │       │   │       ├── DeleteOther.pdb
            │   │       │   │       ├── DeleteOther.vshost.exe
            │   │       │   │       └── DeleteOther.vshost.exe.manifest
            │   │       │   ├── DeleteOther.csproj
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DeleteOther.csproj.FileListAbsolute.txt
            │   │       │   │           ├── DeleteOther.exe
            │   │       │   │           ├── DeleteOther.pdb
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── ResolveAssemblyReference.cache
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── DeleteOther.sln
            │   │       └── DeleteOther.suo
            │   ├── 14
            │   │   └── Palindrome
            │   │       ├── Palindrome
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── Palindrome.exe
            │   │       │   │       ├── Palindrome.pdb
            │   │       │   │       ├── Palindrome.vshost.exe
            │   │       │   │       └── Palindrome.vshost.exe.manifest
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── Palindrome.csproj.FileListAbsolute.txt
            │   │       │   │           ├── Palindrome.exe
            │   │       │   │           ├── Palindrome.pdb
            │   │       │   │           ├── ResolveAssemblyReference.cache
            │   │       │   │           └── TempPE
            │   │       │   ├── Palindrome.csproj
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── Palindrome.sln
            │   │       └── Palindrome.suo
            │   ├── 15
            │   │   ├── 01
            │   │   │   └── ParseExact
            │   │   │       ├── ParseExact
            │   │   │       │   ├── bin
            │   │   │       │   │   └── Debug
            │   │   │       │   │       ├── ParseExact.exe
            │   │   │       │   │       ├── ParseExact.pdb
            │   │   │       │   │       ├── ParseExact.vshost.exe
            │   │   │       │   │       └── ParseExact.vshost.exe.manifest
            │   │   │       │   ├── obj
            │   │   │       │   │   └── x86
            │   │   │       │   │       └── Debug
            │   │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │   │       │   │           ├── ParseExact.csproj.FileListAbsolute.txt
            │   │   │       │   │           ├── ParseExact.exe
            │   │   │       │   │           ├── ParseExact.pdb
            │   │   │       │   │           └── TempPE
            │   │   │       │   ├── ParseExact.csproj
            │   │   │       │   ├── Program.cs
            │   │   │       │   └── Properties
            │   │   │       │       └── AssemblyInfo.cs
            │   │   │       ├── ParseExact.sln
            │   │   │       └── ParseExact.suo
            │   │   └── 02
            │   │       └── ToString
            │   │           ├── ToString
            │   │           │   ├── bin
            │   │           │   │   └── Debug
            │   │           │   │       ├── ToString.exe
            │   │           │   │       ├── ToString.pdb
            │   │           │   │       ├── ToString.vshost.exe
            │   │           │   │       └── ToString.vshost.exe.manifest
            │   │           │   ├── obj
            │   │           │   │   └── x86
            │   │           │   │       └── Debug
            │   │           │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │           │   │           ├── TempPE
            │   │           │   │           ├── ToString.csproj.FileListAbsolute.txt
            │   │           │   │           ├── ToString.exe
            │   │           │   │           └── ToString.pdb
            │   │           │   ├── Program.cs
            │   │           │   ├── Properties
            │   │           │   │   └── AssemblyInfo.cs
            │   │           │   └── ToString.csproj
            │   │           ├── ToString.sln
            │   │           └── ToString.suo
            │   ├── 17
            │   │   └── RemoveBlank
            │   │       ├── RemoveBlank
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── RemoveBlank.exe
            │   │       │   │   │   ├── RemoveBlank.pdb
            │   │       │   │   │   ├── RemoveBlank.vshost.exe
            │   │       │   │   │   └── RemoveBlank.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── Frm_Main.cs
            │   │       │   ├── Frm_Main.Designer.cs
            │   │       │   ├── Frm_Main.resx
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── GenerateResource.read.1.tlog
            │   │       │   │           ├── GenerateResource.write.1.tlog
            │   │       │   │           ├── RemoveBlank.csproj.FileListAbsolute.txt
            │   │       │   │           ├── RemoveBlank.exe
            │   │       │   │           ├── RemoveBlank.Frm_Main.resources
            │   │       │   │           ├── RemoveBlank.pdb
            │   │       │   │           ├── RemoveBlank.Properties.Resources.resources
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   ├── AssemblyInfo.cs
            │   │       │   │   ├── Resources.Designer.cs
            │   │       │   │   ├── Resources.resx
            │   │       │   │   ├── Settings.Designer.cs
            │   │       │   │   └── Settings.settings
            │   │       │   └── RemoveBlank.csproj
            │   │       ├── RemoveBlank.sln
            │   │       └── RemoveBlank.suo
            │   └── 18
            │       ├── 01
            │       │   └── Compare
            │       │       ├── Compare
            │       │       │   ├── bin
            │       │       │   │   └── Debug
            │       │       │   │       ├── Compare.exe
            │       │       │   │       ├── Compare.pdb
            │       │       │   │       ├── Compare.vshost.exe
            │       │       │   │       └── Compare.vshost.exe.manifest
            │       │       │   ├── Compare.csproj
            │       │       │   ├── obj
            │       │       │   │   └── x86
            │       │       │   │       └── Debug
            │       │       │   │           ├── Compare.csproj.FileListAbsolute.txt
            │       │       │   │           ├── Compare.exe
            │       │       │   │           ├── Compare.pdb
            │       │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │       │       │   │           └── TempPE
            │       │       │   ├── Program.cs
            │       │       │   └── Properties
            │       │       │       └── AssemblyInfo.cs
            │       │       ├── Compare.sln
            │       │       └── Compare.suo
            │       ├── 02
            │       │   └── CompareTo
            │       │       ├── CompareTo
            │       │       │   ├── bin
            │       │       │   │   └── Debug
            │       │       │   │       ├── CompareTo.exe
            │       │       │   │       ├── CompareTo.pdb
            │       │       │   │       ├── CompareTo.vshost.exe
            │       │       │   │       └── CompareTo.vshost.exe.manifest
            │       │       │   ├── CompareTo.csproj
            │       │       │   ├── obj
            │       │       │   │   └── x86
            │       │       │   │       └── Debug
            │       │       │   │           ├── CompareTo.csproj.FileListAbsolute.txt
            │       │       │   │           ├── CompareTo.exe
            │       │       │   │           ├── CompareTo.pdb
            │       │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │       │       │   │           └── TempPE
            │       │       │   ├── Program.cs
            │       │       │   └── Properties
            │       │       │       └── AssemblyInfo.cs
            │       │       ├── CompareTo.sln
            │       │       └── CompareTo.suo
            │       └── 03
            │           └── Equals
            │               ├── Equals
            │               │   ├── bin
            │               │   │   └── Debug
            │               │   │       ├── Equals.exe
            │               │   │       ├── Equals.pdb
            │               │   │       ├── Equals.vshost.exe
            │               │   │       └── Equals.vshost.exe.manifest
            │               │   ├── Equals.csproj
            │               │   ├── obj
            │               │   │   └── x86
            │               │   │       └── Debug
            │               │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │               │   │           ├── Equals.csproj.FileListAbsolute.txt
            │               │   │           ├── Equals.exe
            │               │   │           ├── Equals.pdb
            │               │   │           └── TempPE
            │               │   ├── Program.cs
            │               │   └── Properties
            │               │       └── AssemblyInfo.cs
            │               ├── Equals.sln
            │               └── Equals.suo
            ├── 05
            │   ├── 01
            │   │   └── ConversionType
            │   │       ├── ConversionType
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── ConversionType.exe
            │   │       │   │       ├── ConversionType.pdb
            │   │       │   │       ├── ConversionType.vshost.exe
            │   │       │   │       └── ConversionType.vshost.exe.manifest
            │   │       │   ├── ConversionType.csproj
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── ConversionType.csproj.FileListAbsolute.txt
            │   │       │   │           ├── ConversionType.exe
            │   │       │   │           ├── ConversionType.pdb
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── ConversionType.sln
            │   │       └── ConversionType.suo
            │   ├── 02
            │   │   └── BeyondMark
            │   │       ├── BeyondMark
            │   │       │   ├── BeyondMark.csproj
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── BeyondMark.exe
            │   │       │   │       ├── BeyondMark.pdb
            │   │       │   │       ├── BeyondMark.vshost.exe
            │   │       │   │       └── BeyondMark.vshost.exe.manifest
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── BeyondMark.csproj.FileListAbsolute.txt
            │   │       │   │           ├── BeyondMark.exe
            │   │       │   │           ├── BeyondMark.pdb
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── BeyondMark.sln
            │   │       └── BeyondMark.suo
            │   ├── 03
            │   │   └── LookupNear
            │   │       ├── LookupNear
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── LookupNear.exe
            │   │       │   │   │   ├── LookupNear.pdb
            │   │       │   │   │   ├── LookupNear.vshost.exe
            │   │       │   │   │   └── LookupNear.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── Frm_Main.cs
            │   │       │   ├── Frm_Main.Designer.cs
            │   │       │   ├── Frm_Main.resx
            │   │       │   ├── LookupNear.csproj
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferences.cache
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── GenerateResource.read.1.tlog
            │   │       │   │           ├── GenerateResource.write.1.tlog
            │   │       │   │           ├── LookupNear.csproj.FileListAbsolute.txt
            │   │       │   │           ├── LookupNear.exe
            │   │       │   │           ├── LookupNear.Frm_Main.resources
            │   │       │   │           ├── LookupNear.pdb
            │   │       │   │           ├── LookupNear.Properties.Resources.resources
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       ├── AssemblyInfo.cs
            │   │       │       ├── Resources.Designer.cs
            │   │       │       ├── Resources.resx
            │   │       │       ├── Settings.Designer.cs
            │   │       │       └── Settings.settings
            │   │       ├── LookupNear.sln
            │   │       └── LookupNear.suo
            │   ├── 04
            │   │   └── Location
            │   │       ├── Location
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── Location.exe
            │   │       │   │       ├── Location.pdb
            │   │       │   │       ├── Location.vshost.exe
            │   │       │   │       └── Location.vshost.exe.manifest
            │   │       │   ├── Location.csproj
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── Location.csproj.FileListAbsolute.txt
            │   │       │   │           ├── Location.exe
            │   │       │   │           ├── Location.pdb
            │   │       │   │           ├── ResolveAssemblyReference.cache
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── Location.sln
            │   │       └── Location.suo
            │   ├── 05
            │   │   └── FindStr
            │   │       ├── FindStr
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── FindStr.exe
            │   │       │   │   │   ├── FindStr.pdb
            │   │       │   │   │   ├── FindStr.vshost.exe
            │   │       │   │   │   └── FindStr.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── FindStr.csproj
            │   │       │   ├── Frm_Main.cs
            │   │       │   ├── Frm_Main.Designer.cs
            │   │       │   ├── Frm_Main.resx
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferences.cache
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── FindStr.csproj.FileListAbsolute.txt
            │   │       │   │           ├── FindStr.exe
            │   │       │   │           ├── FindStr.Frm_Main.resources
            │   │       │   │           ├── FindStr.pdb
            │   │       │   │           ├── FindStr.Properties.Resources.resources
            │   │       │   │           ├── GenerateResource.read.1.tlog
            │   │       │   │           ├── GenerateResource.write.1.tlog
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       ├── AssemblyInfo.cs
            │   │       │       ├── Resources.Designer.cs
            │   │       │       ├── Resources.resx
            │   │       │       ├── Settings.Designer.cs
            │   │       │       └── Settings.settings
            │   │       ├── FindStr.sln
            │   │       └── FindStr.suo
            │   ├── 06
            │   │   └── ChangeLengthOfArry
            │   │       ├── ChangeLengthOfArry
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── ChangeLengthOfArry.exe
            │   │       │   │       ├── ChangeLengthOfArry.pdb
            │   │       │   │       ├── ChangeLengthOfArry.vshost.exe
            │   │       │   │       └── ChangeLengthOfArry.vshost.exe.manifest
            │   │       │   ├── ChangeLengthOfArry.csproj
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── ChangeLengthOfArry.csproj.FileListAbsolute.txt
            │   │       │   │           ├── ChangeLengthOfArry.exe
            │   │       │   │           ├── ChangeLengthOfArry.pdb
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── ChangeLengthOfArry.sln
            │   │       └── ChangeLengthOfArry.suo
            │   ├── 07
            │   │   └── PrintYHSJ
            │   │       ├── PrintYHSJ
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── PrintYHSJ.exe
            │   │       │   │       ├── PrintYHSJ.pdb
            │   │       │   │       ├── PrintYHSJ.vshost.exe
            │   │       │   │       └── PrintYHSJ.vshost.exe.manifest
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── PrintYHSJ.csproj.FileListAbsolute.txt
            │   │       │   │           ├── PrintYHSJ.exe
            │   │       │   │           ├── PrintYHSJ.pdb
            │   │       │   │           └── TempPE
            │   │       │   ├── PrintYHSJ.csproj
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── PrintYHSJ.sln
            │   │       └── PrintYHSJ.suo
            │   ├── 08
            │   │   └── BubbleUp
            │   │       ├── BubbleUp
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── BubbleUp.exe
            │   │       │   │       ├── BubbleUp.pdb
            │   │       │   │       ├── BubbleUp.vshost.exe
            │   │       │   │       └── BubbleUp.vshost.exe.manifest
            │   │       │   ├── BubbleSorter.cs
            │   │       │   ├── BubbleUp.csproj
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── BubbleUp.csproj.FileListAbsolute.txt
            │   │       │   │           ├── BubbleUp.exe
            │   │       │   │           ├── BubbleUp.pdb
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── ResolveAssemblyReference.cache
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── BubbleUp.sln
            │   │       └── BubbleUp.suo
            │   ├── 09
            │   │   └── SelectionSort
            │   │       ├── SelectionSort
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── SelectionSort.exe
            │   │       │   │   │   ├── SelectionSort.pdb
            │   │       │   │   │   ├── SelectionSort.vshost.exe
            │   │       │   │   │   └── SelectionSort.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── ResolveAssemblyReference.cache
            │   │       │   │           ├── SelectionSort.csproj.FileListAbsolute.txt
            │   │       │   │           ├── SelectionSort.exe
            │   │       │   │           ├── SelectionSort.pdb
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   └── AssemblyInfo.cs
            │   │       │   ├── SelectionSort.csproj
            │   │       │   └── SelectionSorters.cs
            │   │       ├── SelectionSort.sln
            │   │       └── SelectionSort.suo
            │   ├── 10
            │   │   └── InsertionSort
            │   │       ├── InsertionSort
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── InsertionSort.exe
            │   │       │   │       ├── InsertionSort.pdb
            │   │       │   │       ├── InsertionSort.vshost.exe
            │   │       │   │       └── InsertionSort.vshost.exe.manifest
            │   │       │   ├── InsertionSort.csproj
            │   │       │   ├── InsertionSorter.cs
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── InsertionSort.csproj.FileListAbsolute.txt
            │   │       │   │           ├── InsertionSort.exe
            │   │       │   │           ├── InsertionSort.pdb
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── InsertionSort.sln
            │   │       └── InsertionSort.suo
            │   ├── 11
            │   │   └── ShellSort
            │   │       ├── ShellSort
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── ShellSort.exe
            │   │       │   │       ├── ShellSort.pdb
            │   │       │   │       ├── ShellSort.vshost.exe
            │   │       │   │       └── ShellSort.vshost.exe.manifest
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── ShellSort.csproj.FileListAbsolute.txt
            │   │       │   │           ├── ShellSort.exe
            │   │       │   │           ├── ShellSort.pdb
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   └── AssemblyInfo.cs
            │   │       │   ├── ShellSort.csproj
            │   │       │   └── ShellSorter.cs
            │   │       ├── ShellSort.sln
            │   │       └── ShellSort.suo
            │   ├── 12
            │   │   └── Reverse
            │   │       ├── Reverse
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── Reverse.exe
            │   │       │   │   │   ├── Reverse.pdb
            │   │       │   │   │   ├── Reverse.vshost.exe
            │   │       │   │   │   └── Reverse.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── Frm_Main.cs
            │   │       │   ├── Frm_Main.Designer.cs
            │   │       │   ├── Frm_Main.resx
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferences.cache
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── GenerateResource.read.1.tlog
            │   │       │   │           ├── GenerateResource.write.1.tlog
            │   │       │   │           ├── Reverse.csproj.FileListAbsolute.txt
            │   │       │   │           ├── Reverse.exe
            │   │       │   │           ├── Reverse.Form1.resources
            │   │       │   │           ├── Reverse.pdb
            │   │       │   │           ├── Reverse.Properties.Resources.resources
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   ├── AssemblyInfo.cs
            │   │       │   │   ├── Resources.Designer.cs
            │   │       │   │   ├── Resources.resx
            │   │       │   │   ├── Settings.Designer.cs
            │   │       │   │   └── Settings.settings
            │   │       │   └── Reverse.csproj
            │   │       ├── Reverse.sln
            │   │       └── Reverse.suo
            │   ├── 13
            │   │   ├── 01
            │   │   │   └── Foreach
            │   │   │       ├── Foreach
            │   │   │       │   ├── bin
            │   │   │       │   │   └── Debug
            │   │   │       │   │       ├── Foreach.exe
            │   │   │       │   │       ├── Foreach.pdb
            │   │   │       │   │       ├── Foreach.vshost.exe
            │   │   │       │   │       └── Foreach.vshost.exe.manifest
            │   │   │       │   ├── Foreach.csproj
            │   │   │       │   ├── obj
            │   │   │       │   │   └── x86
            │   │   │       │   │       └── Debug
            │   │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │   │       │   │           ├── Foreach.csproj.FileListAbsolute.txt
            │   │   │       │   │           ├── Foreach.exe
            │   │   │       │   │           ├── Foreach.pdb
            │   │   │       │   │           └── TempPE
            │   │   │       │   ├── Program.cs
            │   │   │       │   └── Properties
            │   │   │       │       └── AssemblyInfo.cs
            │   │   │       ├── Foreach.sln
            │   │   │       └── Foreach.suo
            │   │   └── 02
            │   │       └── Adapter
            │   │           ├── Adapter
            │   │           │   ├── Adapter.csproj
            │   │           │   ├── bin
            │   │           │   │   └── Debug
            │   │           │   │       ├── Adapter.exe
            │   │           │   │       ├── Adapter.pdb
            │   │           │   │       ├── Adapter.vshost.exe
            │   │           │   │       └── Adapter.vshost.exe.manifest
            │   │           │   ├── obj
            │   │           │   │   └── x86
            │   │           │   │       └── Debug
            │   │           │   │           ├── Adapter.csproj.FileListAbsolute.txt
            │   │           │   │           ├── Adapter.exe
            │   │           │   │           ├── Adapter.pdb
            │   │           │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │           │   │           └── TempPE
            │   │           │   ├── Program.cs
            │   │           │   └── Properties
            │   │           │       └── AssemblyInfo.cs
            │   │           ├── Adapter.sln
            │   │           └── Adapter.suo
            │   ├── 14
            │   │   └── Copy
            │   │       ├── Copy
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── Copy.exe
            │   │       │   │       ├── Copy.pdb
            │   │       │   │       ├── Copy.vshost.exe
            │   │       │   │       └── Copy.vshost.exe.manifest
            │   │       │   ├── Copy.csproj
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── Copy.csproj.FileListAbsolute.txt
            │   │       │   │           ├── Copy.exe
            │   │       │   │           ├── Copy.pdb
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── Copy.sln
            │   │       └── Copy.suo
            │   ├── 15
            │   │   ├── 01
            │   │   │   └── Stack
            │   │   │       ├── Stack
            │   │   │       │   ├── bin
            │   │   │       │   │   └── Debug
            │   │   │       │   │       ├── Stack.exe
            │   │   │       │   │       ├── Stack.pdb
            │   │   │       │   │       ├── Stack.vshost.exe
            │   │   │       │   │       └── Stack.vshost.exe.manifest
            │   │   │       │   ├── obj
            │   │   │       │   │   └── x86
            │   │   │       │   │       └── Debug
            │   │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │   │       │   │           ├── Stack.csproj.FileListAbsolute.txt
            │   │   │       │   │           ├── Stack.exe
            │   │   │       │   │           ├── Stack.pdb
            │   │   │       │   │           └── TempPE
            │   │   │       │   ├── Program.cs
            │   │   │       │   ├── Properties
            │   │   │       │   │   └── AssemblyInfo.cs
            │   │   │       │   └── Stack.csproj
            │   │   │       ├── Stack.sln
            │   │   │       └── Stack.suo
            │   │   └── 02
            │   │       └── Queue
            │   │           ├── Queue
            │   │           │   ├── bin
            │   │           │   │   └── Debug
            │   │           │   │       ├── Queue.exe
            │   │           │   │       ├── Queue.pdb
            │   │           │   │       ├── Queue.vshost.exe
            │   │           │   │       └── Queue.vshost.exe.manifest
            │   │           │   ├── obj
            │   │           │   │   └── x86
            │   │           │   │       └── Debug
            │   │           │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │           │   │           ├── Queue.csproj.FileListAbsolute.txt
            │   │           │   │           ├── Queue.exe
            │   │           │   │           ├── Queue.pdb
            │   │           │   │           └── TempPE
            │   │           │   ├── Program.cs
            │   │           │   ├── Properties
            │   │           │   │   └── AssemblyInfo.cs
            │   │           │   └── Queue.csproj
            │   │           ├── Queue.sln
            │   │           └── Queue.suo
            │   ├── 16
            │   │   └── RemoveAt
            │   │       ├── RemoveAt
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── RemoveAt.exe
            │   │       │   │       ├── RemoveAt.pdb
            │   │       │   │       ├── RemoveAt.vshost.exe
            │   │       │   │       └── RemoveAt.vshost.exe.manifest
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── RemoveAt.csproj.FileListAbsolute.txt
            │   │       │   │           ├── RemoveAt.exe
            │   │       │   │           ├── RemoveAt.pdb
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   └── AssemblyInfo.cs
            │   │       │   └── RemoveAt.csproj
            │   │       ├── RemoveAt.sln
            │   │       └── RemoveAt.suo
            │   ├── 17
            │   │   └── ArbitrarinessCombination
            │   │       ├── ArbitrarinessCombination
            │   │       │   ├── ArbitrarinessCombination.csproj
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── ArbitrarinessCombination.exe
            │   │       │   │   │   ├── ArbitrarinessCombination.pdb
            │   │       │   │   │   ├── ArbitrarinessCombination.vshost.exe
            │   │       │   │   │   └── ArbitrarinessCombination.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── Frm_Main.cs
            │   │       │   ├── Frm_Main.Designer.cs
            │   │       │   ├── Frm_Main.resx
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── ArbitrarinessCombination.csproj.FileListAbsolute.txt
            │   │       │   │           ├── ArbitrarinessCombination.exe
            │   │       │   │           ├── ArbitrarinessCombination.Frm_Main.resources
            │   │       │   │           ├── ArbitrarinessCombination.pdb
            │   │       │   │           ├── ArbitrarinessCombination.Properties.Resources.resources
            │   │       │   │           ├── DesignTimeResolveAssemblyReferences.cache
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── GenerateResource.read.1.tlog
            │   │       │   │           ├── GenerateResource.write.1.tlog
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       ├── AssemblyInfo.cs
            │   │       │       ├── Resources.Designer.cs
            │   │       │       ├── Resources.resx
            │   │       │       ├── Settings.Designer.cs
            │   │       │       └── Settings.settings
            │   │       ├── ArbitrarinessCombination.sln
            │   │       └── ArbitrarinessCombination.suo
            │   └── 18
            │       └── StringSaveToArrayList
            │           ├── StringSaveToArrayList
            │           │   ├── bin
            │           │   │   ├── Debug
            │           │   │   │   ├── StringSaveToArrayList.exe
            │           │   │   │   ├── StringSaveToArrayList.pdb
            │           │   │   │   ├── StringSaveToArrayList.vshost.exe
            │           │   │   │   └── StringSaveToArrayList.vshost.exe.manifest
            │           │   │   └── Release
            │           │   ├── Frm_Main.cs
            │           │   ├── Frm_Main.Designer.cs
            │           │   ├── Frm_Main.resx
            │           │   ├── obj
            │           │   │   └── x86
            │           │   │       └── Debug
            │           │   │           ├── DesignTimeResolveAssemblyReferences.cache
            │           │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │           │   │           ├── GenerateResource.read.1.tlog
            │           │   │           ├── GenerateResource.write.1.tlog
            │           │   │           ├── StringSaveToArrayList.csproj.FileListAbsolute.txt
            │           │   │           ├── StringSaveToArrayList.exe
            │           │   │           ├── StringSaveToArrayList.Frm_Main.resources
            │           │   │           ├── StringSaveToArrayList.pdb
            │           │   │           ├── StringSaveToArrayList.Properties.Resources.resources
            │           │   │           └── TempPE
            │           │   ├── Program.cs
            │           │   ├── Properties
            │           │   │   ├── AssemblyInfo.cs
            │           │   │   ├── Resources.Designer.cs
            │           │   │   ├── Resources.resx
            │           │   │   ├── Settings.Designer.cs
            │           │   │   └── Settings.settings
            │           │   └── StringSaveToArrayList.csproj
            │           ├── StringSaveToArrayList.sln
            │           └── StringSaveToArrayList.suo
            ├── 06
            │   ├── 02
            │   │   └── InitStaticMember
            │   │       ├── InitStaticMember
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── InitStaticMember.exe
            │   │       │   │       ├── InitStaticMember.pdb
            │   │       │   │       ├── InitStaticMember.vshost.exe
            │   │       │   │       └── InitStaticMember.vshost.exe.manifest
            │   │       │   ├── InitStaticMember.csproj
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── InitStaticMember.csproj.FileListAbsolute.txt
            │   │       │   │           ├── InitStaticMember.exe
            │   │       │   │           ├── InitStaticMember.pdb
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── InitStaticMember.sln
            │   │       └── InitStaticMember.suo
            │   ├── 03
            │   │   └── StaticAndNOStatic
            │   │       ├── StaticAndNOStatic
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── StaticAndNOStatic.exe
            │   │       │   │       ├── StaticAndNOStatic.pdb
            │   │       │   │       ├── StaticAndNOStatic.vshost.exe
            │   │       │   │       └── StaticAndNOStatic.vshost.exe.manifest
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── StaticAndNOStatic.csproj.FileListAbsolute.txt
            │   │       │   │           ├── StaticAndNOStatic.exe
            │   │       │   │           ├── StaticAndNOStatic.pdb
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   └── AssemblyInfo.cs
            │   │       │   └── StaticAndNOStatic.csproj
            │   │       ├── StaticAndNOStatic.sln
            │   │       └── StaticAndNOStatic.suo
            │   ├── 04
            │   │   └── AccessControl
            │   │       ├── AccessControl
            │   │       │   ├── AccessControl.csproj
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── AccessControl.exe
            │   │       │   │       ├── AccessControl.pdb
            │   │       │   │       ├── AccessControl.vshost.exe
            │   │       │   │       └── AccessControl.vshost.exe.manifest
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── AccessControl.csproj.FileListAbsolute.txt
            │   │       │   │           ├── AccessControl.exe
            │   │       │   │           ├── AccessControl.pdb
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── AccessControl.sln
            │   │       └── AccessControl.suo
            │   ├── 06
            │   │   └── CreateAndDispose
            │   │       ├── CreateAndDispose
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── CreateAndDispose.exe
            │   │       │   │       ├── CreateAndDispose.pdb
            │   │       │   │       ├── CreateAndDispose.vshost.exe
            │   │       │   │       └── CreateAndDispose.vshost.exe.manifest
            │   │       │   ├── CreateAndDispose.csproj
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── CreateAndDispose.csproj.FileListAbsolute.txt
            │   │       │   │           ├── CreateAndDispose.exe
            │   │       │   │           ├── CreateAndDispose.pdb
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── CreateAndDispose.sln
            │   │       └── CreateAndDispose.suo
            │   ├── 09
            │   │   └── ValueType
            │   │       ├── ValueType
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── ValueType.exe
            │   │       │   │       ├── ValueType.pdb
            │   │       │   │       ├── ValueType.vshost.exe
            │   │       │   │       └── ValueType.vshost.exe.manifest
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── TempPE
            │   │       │   │           ├── ValueType.csproj.FileListAbsolute.txt
            │   │       │   │           ├── ValueType.exe
            │   │       │   │           └── ValueType.pdb
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   └── AssemblyInfo.cs
            │   │       │   └── ValueType.csproj
            │   │       ├── ValueType.sln
            │   │       └── ValueType.suo
            │   ├── 10
            │   │   └── RefValueType
            │   │       ├── RefValueType
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── RefValueType.exe
            │   │       │   │       ├── RefValueType.pdb
            │   │       │   │       ├── RefValueType.vshost.exe
            │   │       │   │       └── RefValueType.vshost.exe.manifest
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── RefValueType.csproj.FileListAbsolute.txt
            │   │       │   │           ├── RefValueType.exe
            │   │       │   │           ├── RefValueType.pdb
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   └── AssemblyInfo.cs
            │   │       │   └── RefValueType.csproj
            │   │       ├── RefValueType.sln
            │   │       └── RefValueType.suo
            │   ├── 12
            │   │   └── OverLoad
            │   │       ├── OverLoad
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── OverLoad.exe
            │   │       │   │       ├── OverLoad.pdb
            │   │       │   │       ├── OverLoad.vshost.exe
            │   │       │   │       └── OverLoad.vshost.exe.manifest
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── OverLoad.csproj.FileListAbsolute.txt
            │   │       │   │           ├── OverLoad.exe
            │   │       │   │           ├── OverLoad.pdb
            │   │       │   │           └── TempPE
            │   │       │   ├── OverLoad.csproj
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── OverLoad.sln
            │   │       └── OverLoad.suo
            │   ├── 13
            │   │   └── OverLoad
            │   │       ├── OverLoad
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── OverLoad.exe
            │   │       │   │       ├── OverLoad.pdb
            │   │       │   │       ├── OverLoad.vshost.exe
            │   │       │   │       └── OverLoad.vshost.exe.manifest
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── OverLoad.csproj.FileListAbsolute.txt
            │   │       │   │           ├── OverLoad.exe
            │   │       │   │           ├── OverLoad.pdb
            │   │       │   │           └── TempPE
            │   │       │   ├── OverLoad.csproj
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── OverLoad.sln
            │   │       └── OverLoad.suo
            │   ├── 14
            │   │   └── AboutPolymorphism
            │   │       ├── AboutPolymorphism
            │   │       │   ├── AboutPolymorphism.csproj
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── AboutPolymorphism.exe
            │   │       │   │       ├── AboutPolymorphism.pdb
            │   │       │   │       ├── AboutPolymorphism.vshost.exe
            │   │       │   │       └── AboutPolymorphism.vshost.exe.manifest
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── AboutPolymorphism.csproj.FileListAbsolute.txt
            │   │       │   │           ├── AboutPolymorphism.exe
            │   │       │   │           ├── AboutPolymorphism.pdb
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── AboutPolymorphism.sln
            │   │       └── AboutPolymorphism.suo
            │   ├── 15
            │   │   └── StaticOverride
            │   │       ├── StaticOverride
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── StaticOverride.exe
            │   │       │   │       ├── StaticOverride.pdb
            │   │       │   │       ├── StaticOverride.vshost.exe
            │   │       │   │       └── StaticOverride.vshost.exe.manifest
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── StaticOverride.csproj.FileListAbsolute.txt
            │   │       │   │           ├── StaticOverride.exe
            │   │       │   │           ├── StaticOverride.pdb
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   └── AssemblyInfo.cs
            │   │       │   └── StaticOverride.csproj
            │   │       ├── StaticOverride.sln
            │   │       └── StaticOverride.suo
            │   ├── 16
            │   │   └── AboutEncapsulation
            │   │       ├── AboutEncapsulation
            │   │       │   ├── AboutEncapsulation.csproj
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── AboutEncapsulation.exe
            │   │       │   │       ├── AboutEncapsulation.pdb
            │   │       │   │       ├── AboutEncapsulation.vshost.exe
            │   │       │   │       └── AboutEncapsulation.vshost.exe.manifest
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── AboutEncapsulation.csproj.FileListAbsolute.txt
            │   │       │   │           ├── AboutEncapsulation.exe
            │   │       │   │           ├── AboutEncapsulation.pdb
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── AboutEncapsulation.sln
            │   │       └── AboutEncapsulation.suo
            │   ├── 17
            │   │   └── AboutInherit
            │   │       ├── AboutInherit
            │   │       │   ├── AboutInherit.csproj
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── AboutInherit.exe
            │   │       │   │       ├── AboutInherit.pdb
            │   │       │   │       ├── AboutInherit.vshost.exe
            │   │       │   │       └── AboutInherit.vshost.exe.manifest
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── AboutInherit.csproj.FileListAbsolute.txt
            │   │       │   │           ├── AboutInherit.exe
            │   │       │   │           ├── AboutInherit.pdb
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── AboutInherit.sln
            │   │       └── AboutInherit.suo
            │   └── 18
            │       └── FransferVirtualFunction
            │           ├── FransferVirtualFunction
            │           │   ├── bin
            │           │   │   └── Debug
            │           │   │       ├── FransferVirtualFunction.exe
            │           │   │       ├── FransferVirtualFunction.pdb
            │           │   │       ├── FransferVirtualFunction.vshost.exe
            │           │   │       └── FransferVirtualFunction.vshost.exe.manifest
            │           │   ├── FransferVirtualFunction.csproj
            │           │   ├── obj
            │           │   │   └── x86
            │           │   │       └── Debug
            │           │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │           │   │           ├── FransferVirtualFunction.csproj.FileListAbsolute.txt
            │           │   │           ├── FransferVirtualFunction.exe
            │           │   │           ├── FransferVirtualFunction.pdb
            │           │   │           └── TempPE
            │           │   ├── Program.cs
            │           │   └── Properties
            │           │       └── AssemblyInfo.cs
            │           ├── FransferVirtualFunction.sln
            │           └── FransferVirtualFunction.suo
            ├── 07
            │   ├── 06
            │   │   └── UseTryCatchFinally
            │   │       ├── UseTryCatchFinally
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── UseTryCatchFinally.exe
            │   │       │   │       ├── UseTryCatchFinally.pdb
            │   │       │   │       ├── UseTryCatchFinally.vshost.exe
            │   │       │   │       └── UseTryCatchFinally.vshost.exe.manifest
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── TempPE
            │   │       │   │           ├── UseTryCatchFinally.csproj.FileListAbsolute.txt
            │   │       │   │           ├── UseTryCatchFinally.exe
            │   │       │   │           └── UseTryCatchFinally.pdb
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   └── AssemblyInfo.cs
            │   │       │   └── UseTryCatchFinally.csproj
            │   │       ├── UseTryCatchFinally.sln
            │   │       └── UseTryCatchFinally.suo
            │   ├── 09
            │   │   └── UseOperator
            │   │       ├── UseOperator
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── UseOperator.exe
            │   │       │   │       ├── UseOperator.pdb
            │   │       │   │       ├── UseOperator.vshost.exe
            │   │       │   │       └── UseOperator.vshost.exe.manifest
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── TempPE
            │   │       │   │           ├── UseOperator.csproj.FileListAbsolute.txt
            │   │       │   │           ├── UseOperator.exe
            │   │       │   │           └── UseOperator.pdb
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   └── AssemblyInfo.cs
            │   │       │   └── UseOperator.csproj
            │   │       ├── UseOperator.sln
            │   │       └── UseOperator.suo
            │   ├── 10
            │   │   └── MyLibrary
            │   │       ├── MyLibrary
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── MyLibrary.dll
            │   │       │   │   │   └── MyLibrary.pdb
            │   │       │   │   └── Release
            │   │       │   ├── Class1.cs
            │   │       │   ├── MyLibrary.csproj
            │   │       │   ├── MyLibrary.csproj.user
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       ├── MyLibrary.csproj.FileListAbsolute.txt
            │   │       │   │       ├── MyLibrary.dll
            │   │       │   │       ├── MyLibrary.pdb
            │   │       │   │       └── TempPE
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── MyLibrary.sln
            │   │       ├── MyLibrary.suo
            │   │       └── Run
            │   │           ├── app.config
            │   │           ├── bin
            │   │           │   ├── Debug
            │   │           │   │   ├── MyLibrary.dll
            │   │           │   │   ├── MyLibrary.pdb
            │   │           │   │   ├── Run.exe
            │   │           │   │   ├── Run.exe.config
            │   │           │   │   ├── Run.pdb
            │   │           │   │   ├── Run.vshost.exe
            │   │           │   │   ├── Run.vshost.exe.config
            │   │           │   │   └── Run.vshost.exe.manifest
            │   │           │   └── Release
            │   │           ├── obj
            │   │           │   └── Debug
            │   │           │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │           │       ├── ResolveAssemblyReference.cache
            │   │           │       ├── Run.csproj.FileListAbsolute.txt
            │   │           │       ├── Run.exe
            │   │           │       ├── Run.pdb
            │   │           │       └── TempPE
            │   │           ├── Program.cs
            │   │           ├── Properties
            │   │           │   └── AssemblyInfo.cs
            │   │           ├── Run.csproj
            │   │           └── Run.csproj.user
            │   ├── 11
            │   │   └── MisapplyNull
            │   │       ├── MisapplyNull
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── MisapplyNull.exe
            │   │       │   │   │   ├── MisapplyNull.exe.config
            │   │       │   │   │   ├── MisapplyNull.pdb
            │   │       │   │   │   └── MisapplyNull.vshost.exe
            │   │       │   │   └── Release
            │   │       │   ├── MisapplyNull.csproj
            │   │       │   ├── MisapplyNull.csproj.user
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       ├── MisapplyNull.csproj.FileListAbsolute.txt
            │   │       │   │       ├── MisapplyNull.exe
            │   │       │   │       ├── MisapplyNull.pdb
            │   │       │   │       └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── MisapplyNull.sln
            │   │       └── MisapplyNull.suo
            │   ├── 12
            │   │   └── SaveNullToDataBase
            │   │       ├── SaveNullToDataBase
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── SaveNullToDataBase.exe
            │   │       │   │   │   ├── SaveNullToDataBase.exe.config
            │   │       │   │   │   ├── SaveNullToDataBase.pdb
            │   │       │   │   │   └── SaveNullToDataBase.vshost.exe
            │   │       │   │   └── Release
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.Designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       ├── GenerateResource.read.1.tlog
            │   │       │   │       ├── GenerateResource.write.1.tlog
            │   │       │   │       ├── SaveNullToDataBase.csproj.FileListAbsolute.txt
            │   │       │   │       ├── SaveNullToDataBase.csproj.GenerateResource.Cache
            │   │       │   │       ├── SaveNullToDataBase.exe
            │   │       │   │       ├── SaveNullToDataBase.Form1.resources
            │   │       │   │       ├── SaveNullToDataBase.pdb
            │   │       │   │       ├── SaveNullToDataBase.Properties.Resources.resources
            │   │       │   │       └── TempPE
            │   │       │   │           └── Properties.Resources.Designer.cs.dll
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   ├── AssemblyInfo.cs
            │   │       │   │   ├── Resources.Designer.cs
            │   │       │   │   ├── Resources.resx
            │   │       │   │   ├── Settings.Designer.cs
            │   │       │   │   └── Settings.settings
            │   │       │   ├── SaveNullToDataBase.csproj
            │   │       │   └── SaveNullToDataBase.csproj.user
            │   │       ├── SaveNullToDataBase.sln
            │   │       └── SaveNullToDataBase.suo
            │   ├── 13
            │   │   └── UseParams
            │   │       ├── UseParams
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── UseParams.exe
            │   │       │   │   │   ├── UseParams.exe.config
            │   │       │   │   │   ├── UseParams.pdb
            │   │       │   │   │   └── UseParams.vshost.exe
            │   │       │   │   └── Release
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       ├── TempPE
            │   │       │   │       ├── UseParams.csproj.FileListAbsolute.txt
            │   │       │   │       ├── UseParams.exe
            │   │       │   │       └── UseParams.pdb
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   └── AssemblyInfo.cs
            │   │       │   ├── UseParams.csproj
            │   │       │   └── UseParams.csproj.user
            │   │       ├── UseParams.sln
            │   │       └── UseParams.suo
            │   ├── 14
            │   │   └── UseChildClass
            │   │       ├── CorrectClass
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── CorrectClass.exe
            │   │       │   │   │   ├── CorrectClass.exe.config
            │   │       │   │   │   ├── CorrectClass.pdb
            │   │       │   │   │   ├── CorrectClass.vshost.exe
            │   │       │   │   │   └── CorrectClass.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── CorrectClass.csproj
            │   │       │   ├── CorrectClass.csproj.user
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── CorrectClass.csproj.FileListAbsolute.txt
            │   │       │   │       ├── CorrectClass.exe
            │   │       │   │       ├── CorrectClass.pdb
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── ErrorClass
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── ErrorClass.exe
            │   │       │   │   │   ├── ErrorClass.pdb
            │   │       │   │   │   └── ErrorClass.vshost.exe
            │   │       │   │   └── Release
            │   │       │   ├── ErrorClass.csproj
            │   │       │   ├── ErrorClass.csproj.user
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       ├── ErrorClass.csproj.FileListAbsolute.txt
            │   │       │   │       ├── ErrorClass.exe
            │   │       │   │       └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── UseChildClass.sln
            │   │       └── UseChildClass.suo
            │   └── 15
            │       └── UseDataReader
            │           ├── UseDataReader
            │           │   ├── app.config
            │           │   ├── bin
            │           │   │   ├── Debug
            │           │   │   │   ├── UseDataReader.exe
            │           │   │   │   ├── UseDataReader.exe.config
            │           │   │   │   ├── UseDataReader.pdb
            │           │   │   │   └── UseDataReader.vshost.exe
            │           │   │   └── Release
            │           │   ├── obj
            │           │   │   └── Debug
            │           │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │           │   │       ├── TempPE
            │           │   │       ├── UseDataReader.csproj.FileListAbsolute.txt
            │           │   │       ├── UseDataReader.exe
            │           │   │       └── UseDataReader.pdb
            │           │   ├── Program.cs
            │           │   ├── Properties
            │           │   │   └── AssemblyInfo.cs
            │           │   ├── UseDataReader.csproj
            │           │   └── UseDataReader.csproj.user
            │           ├── UseDataReader.sln
            │           └── UseDataReader.suo
            ├── 08
            │   ├── 01
            │   │   └── RandomBackGround
            │   │       ├── RandomBackGround
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── RandomBackGround.exe
            │   │       │   │   │   ├── RandomBackGround.exe.config
            │   │       │   │   │   ├── RandomBackGround.pdb
            │   │       │   │   │   ├── RandomBackGround.vshost.exe
            │   │       │   │   │   ├── RandomBackGround.vshost.exe.config
            │   │       │   │   │   └── RandomBackGround.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.Designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── obj
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │   │   ├── GenerateResource.read.1.tlog
            │   │       │   │   │   ├── GenerateResource-ResGen.read.1.tlog
            │   │       │   │   │   ├── GenerateResource-ResGen.write.1.tlog
            │   │       │   │   │   ├── GenerateResource.write.1.tlog
            │   │       │   │   │   ├── RandomBackGround.csproj.FileListAbsolute.txt
            │   │       │   │   │   ├── RandomBackGround.csproj.GenerateResource.Cache
            │   │       │   │   │   ├── RandomBackGround.exe
            │   │       │   │   │   ├── RandomBackGround.Form1.resources
            │   │       │   │   │   ├── RandomBackGround.pdb
            │   │       │   │   │   ├── RandomBackGround.Properties.Resources.resources
            │   │       │   │   │   └── TempPE
            │   │       │   │   │       └── Properties.Resources.Designer.cs.dll
            │   │       │   │   ├── RandomBackGround.csproj.FileListAbsolute.txt
            │   │       │   │   └── RandomBackGround.csproj.FileList.txt
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   ├── AssemblyInfo.cs
            │   │       │   │   ├── Resources.Designer.cs
            │   │       │   │   ├── Resources.resx
            │   │       │   │   ├── Settings.Designer.cs
            │   │       │   │   └── Settings.settings
            │   │       │   ├── RandomBackGround.csproj
            │   │       │   └── RandomBackGround.csproj.user
            │   │       ├── RandomBackGround.sln
            │   │       └── RandomBackGround.suo
            │   ├── 02
            │   │   └── MouseThroughForm
            │   │       ├── app.config
            │   │       ├── bin
            │   │       │   ├── Debug
            │   │       │   │   ├── MouseThroughForm.exe
            │   │       │   │   ├── MouseThroughForm.exe.config
            │   │       │   │   ├── MouseThroughForm.pdb
            │   │       │   │   ├── MouseThroughForm.vshost.exe
            │   │       │   │   └── MouseThroughForm.vshost.exe.manifest
            │   │       │   └── Release
            │   │       ├── Frm_Main.cs
            │   │       ├── Frm_Main.designer.cs
            │   │       ├── Frm_Main.resx
            │   │       ├── MouseThroughForm.csproj
            │   │       ├── MouseThroughForm.csproj.user
            │   │       ├── MouseThroughForm.sln
            │   │       ├── MouseThroughForm.suo
            │   │       ├── obj
            │   │       │   └── Debug
            │   │       │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │       ├── GenerateResource.read.1.tlog
            │   │       │       ├── GenerateResource.write.1.tlog
            │   │       │       ├── MouseThroughForm.csproj.FileListAbsolute.txt
            │   │       │       ├── MouseThroughForm.csproj.GenerateResource.Cache
            │   │       │       ├── MouseThroughForm.exe
            │   │       │       ├── MouseThroughForm.Form1.resources
            │   │       │       ├── MouseThroughForm.Frm_Main.resources
            │   │       │       ├── MouseThroughForm.pdb
            │   │       │       ├── MouseThroughForm.Properties.Resources.resources
            │   │       │       ├── Refactor
            │   │       │       └── TempPE
            │   │       │           └── Properties.Resources.Designer.cs.dll
            │   │       ├── Program.cs
            │   │       └── Properties
            │   │           ├── AssemblyInfo.cs
            │   │           ├── Resources.Designer.cs
            │   │           ├── Resources.resx
            │   │           ├── Settings.Designer.cs
            │   │           └── Settings.settings
            │   ├── 03
            │   │   └── OfficeAgent
            │   │       ├── bin
            │   │       │   ├── Debug
            │   │       │   │   ├── AxInterop.AgentObjects.dll
            │   │       │   │   ├── Interop.AgentObjects.dll
            │   │       │   │   ├── OfficeAgent.exe
            │   │       │   │   ├── OfficeAgent.pdb
            │   │       │   │   ├── OfficeAgent.vshost.exe
            │   │       │   │   └── OfficeAgent.vshost.exe.manifest
            │   │       │   └── Release
            │   │       ├── Frm_Main.cs
            │   │       ├── Frm_Main.designer.cs
            │   │       ├── Frm_Main.resx
            │   │       ├── obj
            │   │       │   └── Debug
            │   │       │       ├── AxInterop.AgentObjects.dll
            │   │       │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │       ├── GenerateResource-ResGen.read.1.tlog
            │   │       │       ├── GenerateResource-ResGen.read.5.tlog
            │   │       │       ├── GenerateResource-ResGen.write.1.tlog
            │   │       │       ├── Interop.AgentObjects.dll
            │   │       │       ├── OfficeAgent.csproj.FileListAbsolute.txt
            │   │       │       ├── OfficeAgent.csproj.GenerateResource.Cache
            │   │       │       ├── OfficeAgent.csproj.ResolveComReference.cache
            │   │       │       ├── OfficeAgent.exe
            │   │       │       ├── OfficeAgent.Form1.resources
            │   │       │       ├── OfficeAgent.Frm_Main.resources
            │   │       │       ├── OfficeAgent.pdb
            │   │       │       ├── OfficeAgent.Properties.Resources.resources
            │   │       │       ├── Refactor
            │   │       │       └── TempPE
            │   │       │           └── Properties.Resources.Designer.cs.dll
            │   │       ├── OfficeAgent.csproj
            │   │       ├── OfficeAgent.sln
            │   │       ├── OfficeAgent.suo
            │   │       ├── Program.cs
            │   │       ├── Properties
            │   │       │   ├── AssemblyInfo.cs
            │   │       │   ├── Resources.Designer.cs
            │   │       │   ├── Resources.resx
            │   │       │   ├── Settings.Designer.cs
            │   │       │   └── Settings.settings
            │   │       └── Resources
            │   │           └── 02.jpg
            │   ├── 04
            │   │   └── DragNoFrameForm
            │   │       ├── app.config
            │   │       ├── bin
            │   │       │   ├── Debug
            │   │       │   │   ├── DragNoFrameForm.exe
            │   │       │   │   ├── DragNoFrameForm.exe.config
            │   │       │   │   ├── DragNoFrameForm.pdb
            │   │       │   │   ├── DragNoFrameForm.vshost.exe
            │   │       │   │   └── DragNoFrameForm.vshost.exe.manifest
            │   │       │   └── Release
            │   │       ├── DragNoFrameForm.csproj
            │   │       ├── DragNoFrameForm.csproj.user
            │   │       ├── DragNoFrameForm.sln
            │   │       ├── DragNoFrameForm.suo
            │   │       ├── Frm_Main.cs
            │   │       ├── Frm_Main.designer.cs
            │   │       ├── Frm_Main.resx
            │   │       ├── obj
            │   │       │   └── Debug
            │   │       │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │       ├── DragNoFrameForm.csproj.FileListAbsolute.txt
            │   │       │       ├── DragNoFrameForm.csproj.GenerateResource.Cache
            │   │       │       ├── DragNoFrameForm.exe
            │   │       │       ├── DragNoFrameForm.Form1.resources
            │   │       │       ├── DragNoFrameForm.Frm_Main.resources
            │   │       │       ├── DragNoFrameForm.pdb
            │   │       │       ├── DragNoFrameForm.Properties.Resources.resources
            │   │       │       ├── GenerateResource.read.1.tlog
            │   │       │       ├── GenerateResource-ResGen.read.1.tlog
            │   │       │       ├── GenerateResource-ResGen.write.1.tlog
            │   │       │       ├── GenerateResource.write.1.tlog
            │   │       │       ├── Refactor
            │   │       │       └── TempPE
            │   │       │           └── Properties.Resources.Designer.cs.dll
            │   │       ├── Program.cs
            │   │       ├── Properties
            │   │       │   ├── AssemblyInfo.cs
            │   │       │   ├── Resources.Designer.cs
            │   │       │   ├── Resources.resx
            │   │       │   ├── Settings.Designer.cs
            │   │       │   └── Settings.settings
            │   │       └── Resources
            │   │           └── 04.jpg
            │   ├── 05
            │   │   └── MoveFormByArea
            │   │       ├── MoveFormByArea
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── MoveFormByArea.exe
            │   │       │   │       ├── MoveFormByArea.pdb
            │   │       │   │       ├── MoveFormByArea.vshost.exe
            │   │       │   │       └── MoveFormByArea.vshost.exe.manifest
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.Designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── MoveFormByArea.csproj
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferences.cache
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── GenerateResource.read.1.tlog
            │   │       │   │           ├── GenerateResource.write.1.tlog
            │   │       │   │           ├── MoveFormByArea.csproj.FileListAbsolute.txt
            │   │       │   │           ├── MoveFormByArea.exe
            │   │       │   │           ├── MoveFormByArea.Form1.resources
            │   │       │   │           ├── MoveFormByArea.pdb
            │   │       │   │           ├── MoveFormByArea.Properties.Resources.resources
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       ├── AssemblyInfo.cs
            │   │       │       ├── Resources.Designer.cs
            │   │       │       ├── Resources.resx
            │   │       │       ├── Settings.Designer.cs
            │   │       │       └── Settings.settings
            │   │       ├── MoveFormByArea.sln
            │   │       └── MoveFormByArea.suo
            │   ├── 06
            │   │   └── DragImageToForm
            │   │       ├── DragImageToForm
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── DragImageToForm.exe
            │   │       │   │   │   ├── DragImageToForm.pdb
            │   │       │   │   │   ├── DragImageToForm.vshost.exe
            │   │       │   │   │   └── DragImageToForm.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── DragImageToForm.csproj
            │   │       │   ├── Frm_Main.cs
            │   │       │   ├── Frm_Main.designer.cs
            │   │       │   ├── Frm_Main.resx
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       ├── DragImageToForm.csproj.FileListAbsolute.txt
            │   │       │   │       ├── DragImageToForm.csproj.GenerateResource.Cache
            │   │       │   │       ├── DragImageToForm.exe
            │   │       │   │       ├── DragImageToForm.Frm_Main.resources
            │   │       │   │       ├── DragImageToForm.pdb
            │   │       │   │       ├── DragImageToForm.Properties.Resources.resources
            │   │       │   │       ├── GenerateResource-ResGen.read.1.tlog
            │   │       │   │       ├── GenerateResource-ResGen.write.1.tlog
            │   │       │   │       ├── Refactor
            │   │       │   │       └── TempPE
            │   │       │   │           └── Properties.Resources.Designer.cs.dll
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       ├── AssemblyInfo.cs
            │   │       │       ├── Resources.Designer.cs
            │   │       │       ├── Resources.resx
            │   │       │       ├── Settings.Designer.cs
            │   │       │       └── Settings.settings
            │   │       ├── DragImageToForm.sln
            │   │       └── DragImageToForm.suo
            │   ├── 07
            │   │   └── RectangleForm
            │   │       ├── bin
            │   │       │   ├── Debug
            │   │       │   │   ├── bccd.png
            │   │       │   │   ├── RectangleForm.exe
            │   │       │   │   ├── RectangleForm.pdb
            │   │       │   │   └── RectangleForm.vshost.exe
            │   │       │   └── Release
            │   │       ├── Frm_Main.cs
            │   │       ├── Frm_Main.designer.cs
            │   │       ├── Frm_Main.resx
            │   │       ├── obj
            │   │       │   └── Debug
            │   │       │       ├── AxInterop.AgentObjects.dll
            │   │       │       ├── DesignTimeResolveAssemblyReferences.cache
            │   │       │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │       ├── GenerateResource-ResGen.read.1.tlog
            │   │       │       ├── GenerateResource-ResGen.write.1.tlog
            │   │       │       ├── Interop.AgentObjects.dll
            │   │       │       ├── RectangleForm.csproj.FileListAbsolute.txt
            │   │       │       ├── RectangleForm.csproj.GenerateResource.Cache
            │   │       │       ├── RectangleForm.csproj.ResolveComReference.cache
            │   │       │       ├── RectangleForm.exe
            │   │       │       ├── RectangleForm.Form1.resources
            │   │       │       ├── RectangleForm.Frm_Main.resources
            │   │       │       ├── RectangleForm.pdb
            │   │       │       ├── RectangleForm.Properties.Resources.resources
            │   │       │       ├── Refactor
            │   │       │       └── TempPE
            │   │       │           └── Properties.Resources.Designer.cs.dll
            │   │       ├── Program.cs
            │   │       ├── Properties
            │   │       │   ├── AssemblyInfo.cs
            │   │       │   ├── Resources.Designer.cs
            │   │       │   ├── Resources.resx
            │   │       │   ├── Settings.Designer.cs
            │   │       │   └── Settings.settings
            │   │       ├── RectangleForm.csproj
            │   │       ├── RectangleForm.sln
            │   │       └── RectangleForm.suo
            │   ├── 08
            │   │   └── MDIForm
            │   │       ├── MDIForm
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── MDIForm.exe
            │   │       │   │       ├── MDIForm.pdb
            │   │       │   │       ├── MDIForm.vshost.exe
            │   │       │   │       └── MDIForm.vshost.exe.manifest
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.Designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── Form2.cs
            │   │       │   ├── Form2.Designer.cs
            │   │       │   ├── MDIForm.csproj
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferences.cache
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── GenerateResource.read.1.tlog
            │   │       │   │           ├── GenerateResource.write.1.tlog
            │   │       │   │           ├── MDIForm.csproj.FileListAbsolute.txt
            │   │       │   │           ├── MDIForm.exe
            │   │       │   │           ├── MDIForm.Form1.resources
            │   │       │   │           ├── MDIForm.pdb
            │   │       │   │           ├── MDIForm.Properties.Resources.resources
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       ├── AssemblyInfo.cs
            │   │       │       ├── Resources.Designer.cs
            │   │       │       ├── Resources.resx
            │   │       │       ├── Settings.Designer.cs
            │   │       │       └── Settings.settings
            │   │       ├── MDIForm.sln
            │   │       └── MDIForm.suo
            │   ├── 09
            │   │   └── TaskBarIcon
            │   │       ├── TaskBarIcon
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── TaskBarIcon.exe
            │   │       │   │   │   ├── TaskBarIcon.pdb
            │   │       │   │   │   ├── TaskBarIcon.vshost.exe
            │   │       │   │   │   └── TaskBarIcon.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.Designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── GenerateResource.read.1.tlog
            │   │       │   │           ├── GenerateResource.write.1.tlog
            │   │       │   │           ├── TaskBarIcon.csproj.FileListAbsolute.txt
            │   │       │   │           ├── TaskBarIcon.exe
            │   │       │   │           ├── TaskBarIcon.Form1.resources
            │   │       │   │           ├── TaskBarIcon.pdb
            │   │       │   │           ├── TaskBarIcon.Properties.Resources.resources
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   ├── AssemblyInfo.cs
            │   │       │   │   ├── Resources.Designer.cs
            │   │       │   │   ├── Resources.resx
            │   │       │   │   ├── Settings.Designer.cs
            │   │       │   │   └── Settings.settings
            │   │       │   └── TaskBarIcon.csproj
            │   │       ├── TaskBarIcon.sln
            │   │       └── TaskBarIcon.suo
            │   ├── 10
            │   │   └── RefreshFormByChildForm
            │   │       ├── app.config
            │   │       ├── bin
            │   │       │   ├── Debug
            │   │       │   │   ├── RefreshFormByChildForm.exe
            │   │       │   │   ├── RefreshFormByChildForm.exe.config
            │   │       │   │   ├── RefreshFormByChildForm.pdb
            │   │       │   │   ├── RefreshFormByChildForm.vshost.exe
            │   │       │   │   └── RefreshFormByChildForm.vshost.exe.manifest
            │   │       │   └── Release
            │   │       ├── Frm_Child.cs
            │   │       ├── Frm_Child.designer.cs
            │   │       ├── Frm_Child.resx
            │   │       ├── Frm_Main.cs
            │   │       ├── Frm_Main.designer.cs
            │   │       ├── Frm_Main.resx
            │   │       ├── obj
            │   │       │   └── Debug
            │   │       │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │       ├── GenerateResource.read.1.tlog
            │   │       │       ├── GenerateResource-ResGen.read.1.tlog
            │   │       │       ├── GenerateResource-ResGen.write.1.tlog
            │   │       │       ├── GenerateResource.write.1.tlog
            │   │       │       ├── Refactor
            │   │       │       ├── RefreshFormByChildForm.csproj.FileListAbsolute.txt
            │   │       │       ├── RefreshFormByChildForm.csproj.GenerateResource.Cache
            │   │       │       ├── RefreshFormByChildForm.exe
            │   │       │       ├── RefreshFormByChildForm.Frm_Child.resources
            │   │       │       ├── RefreshFormByChildForm.FrmChild.resources
            │   │       │       ├── RefreshFormByChildForm.Frm_Main.resources
            │   │       │       ├── RefreshFormByChildForm.FrmMain.resources
            │   │       │       ├── RefreshFormByChildForm.pdb
            │   │       │       ├── RefreshFormByChildForm.Properties.Resources.resources
            │   │       │       └── TempPE
            │   │       │           └── Properties.Resources.Designer.cs.dll
            │   │       ├── Program.cs
            │   │       ├── Properties
            │   │       │   ├── AssemblyInfo.cs
            │   │       │   ├── Resources.Designer.cs
            │   │       │   ├── Resources.resx
            │   │       │   ├── Settings.Designer.cs
            │   │       │   └── Settings.settings
            │   │       ├── RefreshFormByChildForm.csproj
            │   │       ├── RefreshFormByChildForm.csproj.user
            │   │       ├── RefreshFormByChildForm.sln
            │   │       └── RefreshFormByChildForm.suo
            │   ├── 11
            │   │   └── MDIForm
            │   │       ├── MDIForm
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── MDIForm.exe
            │   │       │   │   │   ├── MDIForm.exe.config
            │   │       │   │   │   ├── MDIForm.pdb
            │   │       │   │   │   └── MDIForm.vshost.exe
            │   │       │   │   └── Release
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.Designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── Form2.cs
            │   │       │   ├── Form2.Designer.cs
            │   │       │   ├── Form3.cs
            │   │       │   ├── Form3.Designer.cs
            │   │       │   ├── Form4.cs
            │   │       │   ├── Form4.Designer.cs
            │   │       │   ├── MDIForm.csproj
            │   │       │   ├── MDIForm.csproj.user
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       ├── GenerateResource.read.1.tlog
            │   │       │   │       ├── GenerateResource.write.1.tlog
            │   │       │   │       ├── MDIForm.csproj.FileListAbsolute.txt
            │   │       │   │       ├── MDIForm.csproj.GenerateResource.Cache
            │   │       │   │       ├── MDIForm.exe
            │   │       │   │       ├── MDIForm.Form1.resources
            │   │       │   │       ├── MDIForm.pdb
            │   │       │   │       ├── MDIForm.Properties.Resources.resources
            │   │       │   │       └── TempPE
            │   │       │   │           └── Properties.Resources.Designer.cs.dll
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       ├── AssemblyInfo.cs
            │   │       │       ├── Resources.Designer.cs
            │   │       │       ├── Resources.resx
            │   │       │       ├── Settings.Designer.cs
            │   │       │       └── Settings.settings
            │   │       ├── MDIForm.sln
            │   │       └── MDIForm.suo
            │   └── 12
            │       └── EditJCForm
            │           ├── EditJCForm
            │           │   ├── app.config
            │           │   ├── bin
            │           │   │   ├── Debug
            │           │   │   │   ├── EditJCForm.exe
            │           │   │   │   ├── EditJCForm.exe.config
            │           │   │   │   ├── EditJCForm.pdb
            │           │   │   │   └── EditJCForm.vshost.exe
            │           │   │   └── Release
            │           │   ├── EditJCForm.csproj
            │           │   ├── EditJCForm.csproj.user
            │           │   ├── Form1.cs
            │           │   ├── Form1.Designer.cs
            │           │   ├── Form1.resx
            │           │   ├── Form2.cs
            │           │   ├── Form2.Designer.cs
            │           │   ├── Form2.resx
            │           │   ├── obj
            │           │   │   └── Debug
            │           │   │       ├── DesignTimeResolveAssemblyReferences.cache
            │           │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │           │   │       ├── EditJCForm.csproj.FileListAbsolute.txt
            │           │   │       ├── EditJCForm.csproj.GenerateResource.Cache
            │           │   │       ├── EditJCForm.exe
            │           │   │       ├── EditJCForm.Form1.resources
            │           │   │       ├── EditJCForm.Form2.resources
            │           │   │       ├── EditJCForm.pdb
            │           │   │       ├── EditJCForm.Properties.Resources.resources
            │           │   │       ├── GenerateResource.read.1.tlog
            │           │   │       ├── GenerateResource.write.1.tlog
            │           │   │       └── TempPE
            │           │   │           └── Properties.Resources.Designer.cs.dll
            │           │   ├── Program.cs
            │           │   └── Properties
            │           │       ├── AssemblyInfo.cs
            │           │       ├── Resources.Designer.cs
            │           │       ├── Resources.resx
            │           │       ├── Settings.Designer.cs
            │           │       └── Settings.settings
            │           ├── EditJCForm.sln
            │           └── EditJCForm.suo
            ├── 10
            │   ├── 01
            │   │   └── GetResult
            │   │       ├── GetResult
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── GetResult.exe
            │   │       │   │   │   ├── GetResult.pdb
            │   │       │   │   │   ├── GetResult.vshost.exe
            │   │       │   │   │   └── GetResult.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── GetResult.csproj
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferences.cache
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── GenerateResource.read.1.tlog
            │   │       │   │           ├── GenerateResource.write.1.tlog
            │   │       │   │           ├── GetResult.csproj.FileListAbsolute.txt
            │   │       │   │           ├── GetResult.exe
            │   │       │   │           ├── GetResult.Form1.resources
            │   │       │   │           ├── GetResult.pdb
            │   │       │   │           ├── GetResult.Properties.Resources.resources
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       ├── AssemblyInfo.cs
            │   │       │       ├── Resources.Designer.cs
            │   │       │       ├── Resources.resx
            │   │       │       ├── Settings.Designer.cs
            │   │       │       └── Settings.settings
            │   │       ├── GetResult.sln
            │   │       └── GetResult.suo
            │   ├── 02
            │   │   └── Selected
            │   │       ├── Selected
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── Selected.exe
            │   │       │   │   │   ├── Selected.pdb
            │   │       │   │   │   ├── Selected.vshost.exe
            │   │       │   │   │   └── Selected.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferences.cache
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── GenerateResource.read.1.tlog
            │   │       │   │           ├── GenerateResource.write.1.tlog
            │   │       │   │           ├── Selected.csproj.FileListAbsolute.txt
            │   │       │   │           ├── Selected.exe
            │   │       │   │           ├── Selected.Form1.resources
            │   │       │   │           ├── Selected.pdb
            │   │       │   │           ├── Selected.Properties.Resources.resources
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   ├── AssemblyInfo.cs
            │   │       │   │   ├── Resources.Designer.cs
            │   │       │   │   ├── Resources.resx
            │   │       │   │   ├── Settings.Designer.cs
            │   │       │   │   └── Settings.settings
            │   │       │   └── Selected.csproj
            │   │       ├── Selected.sln
            │   │       └── Selected.suo
            │   ├── 03
            │   │   └── ListViewIcon
            │   │       ├── ListViewIcon
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── ListViewIcon.exe
            │   │       │   │   │   ├── ListViewIcon.exe.config
            │   │       │   │   │   ├── ListViewIcon.pdb
            │   │       │   │   │   └── ListViewIcon.vshost.exe
            │   │       │   │   └── Release
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.Designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── images
            │   │       │   │   ├── 1.gif
            │   │       │   │   ├── 2.gif
            │   │       │   │   ├── 3.gif
            │   │       │   │   └── 4.gif
            │   │       │   ├── ListViewIcon.csproj
            │   │       │   ├── ListViewIcon.csproj.user
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       ├── GenerateResource.read.1.tlog
            │   │       │   │       ├── GenerateResource-ResGen.read.1.tlog
            │   │       │   │       ├── GenerateResource-ResGen.write.1.tlog
            │   │       │   │       ├── GenerateResource.write.1.tlog
            │   │       │   │       ├── ListViewIcon.csproj.FileListAbsolute.txt
            │   │       │   │       ├── ListViewIcon.csproj.GenerateResource.Cache
            │   │       │   │       ├── ListViewIcon.exe
            │   │       │   │       ├── ListViewIcon.Form1.resources
            │   │       │   │       ├── ListViewIcon.pdb
            │   │       │   │       ├── ListViewIcon.Properties.Resources.resources
            │   │       │   │       └── TempPE
            │   │       │   │           └── Properties.Resources.Designer.cs.dll
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       ├── AssemblyInfo.cs
            │   │       │       ├── Resources.Designer.cs
            │   │       │       ├── Resources.resx
            │   │       │       ├── Settings.Designer.cs
            │   │       │       └── Settings.settings
            │   │       ├── ListViewIcon.sln
            │   │       └── ListViewIcon.suo
            │   ├── 04
            │   │   └── OnlyPictures
            │   │       ├── OlnyPictures.sln
            │   │       ├── OlnyPictures.suo
            │   │       └── OnlyPictures
            │   │           ├── app.config
            │   │           ├── bin
            │   │           │   ├── Debug
            │   │           │   │   ├── OnlyPictures.exe
            │   │           │   │   ├── OnlyPictures.exe.config
            │   │           │   │   └── OnlyPictures.pdb
            │   │           │   └── Release
            │   │           ├── Form1.cs
            │   │           ├── Form1.Designer.cs
            │   │           ├── Form1.resx
            │   │           ├── obj
            │   │           │   ├── Debug
            │   │           │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │           │   │   ├── Ex09_33.csproj.FileListAbsolute.txt
            │   │           │   │   ├── Ex09_33.csproj.GenerateResource.Cache
            │   │           │   │   ├── Ex09_33.exe
            │   │           │   │   ├── Ex09_33.Form1.resources
            │   │           │   │   ├── Ex09_33.pdb
            │   │           │   │   ├── Ex09_33.Properties.Resources.resources
            │   │           │   │   ├── GenerateResource.read.1.tlog
            │   │           │   │   ├── GenerateResource-ResGen.read.1.tlog
            │   │           │   │   ├── GenerateResource-ResGen.write.1.tlog
            │   │           │   │   ├── GenerateResource.write.1.tlog
            │   │           │   │   ├── OlnyPictures.csproj.FileListAbsolute.txt
            │   │           │   │   ├── OlnyPictures.csproj.GenerateResource.Cache
            │   │           │   │   ├── OlnyPictures.exe
            │   │           │   │   ├── OlnyPictures.Frm_Main.resources
            │   │           │   │   ├── OlnyPictures.pdb
            │   │           │   │   ├── OlnyPictures.Properties.Resources.resources
            │   │           │   │   ├── OnlyPictures.csproj.FileListAbsolute.txt
            │   │           │   │   ├── OnlyPictures.csproj.GenerateResource.Cache
            │   │           │   │   ├── OnlyPictures.exe
            │   │           │   │   ├── OnlyPictures.Form1.resources
            │   │           │   │   ├── OnlyPictures.Frm_Main.resources
            │   │           │   │   ├── OnlyPictures.pdb
            │   │           │   │   ├── OnlyPictures.Properties.Resources.resources
            │   │           │   │   ├── Refactor
            │   │           │   │   └── TempPE
            │   │           │   │       └── Properties.Resources.Designer.cs.dll
            │   │           │   └── Ex09_33.csproj.FileList.txt
            │   │           ├── OnlyPictures.csproj
            │   │           ├── OnlyPictures.csproj.user
            │   │           ├── Program.cs
            │   │           └── Properties
            │   │               ├── AssemblyInfo.cs
            │   │               ├── Resources.Designer.cs
            │   │               ├── Resources.resx
            │   │               ├── Settings.Designer.cs
            │   │               └── Settings.settings
            │   ├── 05
            │   │   └── CheckBoxInListView
            │   │       ├── CheckBoxInListView
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── CheckBoxInListView.exe
            │   │       │   │   │   ├── CheckBoxInListView.pdb
            │   │       │   │   │   ├── CheckBoxInListView.vshost.exe
            │   │       │   │   │   └── CheckBoxInListView.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── CheckBoxInListView.csproj
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── CheckBoxInListView.csproj.FileListAbsolute.txt
            │   │       │   │           ├── CheckBoxInListView.exe
            │   │       │   │           ├── CheckBoxInListView.Form1.resources
            │   │       │   │           ├── CheckBoxInListView.pdb
            │   │       │   │           ├── CheckBoxInListView.Properties.Resources.resources
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── GenerateResource.read.1.tlog
            │   │       │   │           ├── GenerateResource.write.1.tlog
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       ├── AssemblyInfo.cs
            │   │       │       ├── Resources.Designer.cs
            │   │       │       ├── Resources.resx
            │   │       │       ├── Settings.Designer.cs
            │   │       │       └── Settings.settings
            │   │       ├── CheckBoxInListView.sln
            │   │       └── CheckBoxInListView.suo
            │   ├── 06
            │   │   └── HideToolBar
            │   │       ├── HideToolBar
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── HideToolBar.exe
            │   │       │   │   │   ├── HideToolBar.pdb
            │   │       │   │   │   ├── HideToolBar.vshost.exe
            │   │       │   │   │   └── HideToolBar.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── HideToolBar.csproj
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── GenerateResource.read.1.tlog
            │   │       │   │           ├── GenerateResource.write.1.tlog
            │   │       │   │           ├── HideToolBar.csproj.FileListAbsolute.txt
            │   │       │   │           ├── HideToolBar.exe
            │   │       │   │           ├── HideToolBar.Form1.resources
            │   │       │   │           ├── HideToolBar.pdb
            │   │       │   │           ├── HideToolBar.Properties.Resources.resources
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       ├── AssemblyInfo.cs
            │   │       │       ├── Resources.Designer.cs
            │   │       │       ├── Resources.resx
            │   │       │       ├── Settings.Designer.cs
            │   │       │       └── Settings.settings
            │   │       ├── HideToolBar.sln
            │   │       └── HideToolBar.suo
            │   ├── 07
            │   │   └── DifferManner
            │   │       ├── DifferManner
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── DifferManner.exe
            │   │       │   │   │   ├── DifferManner.pdb
            │   │       │   │   │   ├── DifferManner.vshost.exe
            │   │       │   │   │   └── DifferManner.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── DifferManner.csproj
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.Designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       ├── DifferManner.csproj.FileListAbsolute.txt
            │   │       │   │       ├── DifferManner.csproj.GenerateResource.Cache
            │   │       │   │       ├── DifferManner.exe
            │   │       │   │       ├── DifferManner.Form1.resources
            │   │       │   │       ├── DifferManner.pdb
            │   │       │   │       ├── DifferManner.Properties.Resources.resources
            │   │       │   │       ├── GenerateResource.read.1.tlog
            │   │       │   │       ├── GenerateResource-ResGen.read.1.tlog
            │   │       │   │       ├── GenerateResource-ResGen.write.1.tlog
            │   │       │   │       └── TempPE
            │   │       │   │           └── Properties.Resources.Designer.cs.dll
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       ├── AssemblyInfo.cs
            │   │       │       ├── Resources.Designer.cs
            │   │       │       ├── Resources.resx
            │   │       │       ├── Settings.Designer.cs
            │   │       │       └── Settings.settings
            │   │       ├── DifferManner.sln
            │   │       └── DifferManner.suo
            │   ├── 08
            │   │   └── TimeTask
            │   │       ├── TimeTask
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── test.mdb
            │   │       │   │   │   ├── TimeTask.exe
            │   │       │   │   │   ├── TimeTask.pdb
            │   │       │   │   │   ├── TimeTask.vshost.exe
            │   │       │   │   │   └── TimeTask.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── DataTier.cs
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── GenerateResource.read.1.tlog
            │   │       │   │           ├── GenerateResource.write.1.tlog
            │   │       │   │           ├── TempPE
            │   │       │   │           ├── TimeTask.csproj.FileListAbsolute.txt
            │   │       │   │           ├── TimeTask.exe
            │   │       │   │           ├── TimeTask.Form1.resources
            │   │       │   │           ├── TimeTask.pdb
            │   │       │   │           └── TimeTask.Properties.Resources.resources
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   ├── AssemblyInfo.cs
            │   │       │   │   ├── Resources.Designer.cs
            │   │       │   │   ├── Resources.resx
            │   │       │   │   ├── Settings.Designer.cs
            │   │       │   │   └── Settings.settings
            │   │       │   ├── task.cs
            │   │       │   └── TimeTask.csproj
            │   │       ├── TimeTask.sln
            │   │       └── TimeTask.suo
            │   ├── 09
            │   │   └── AutoNAVMenuByMenu
            │   │       ├── AutoNAVMenuByMenu
            │   │       │   ├── AutoNAVMenuByMenu.csproj
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── AutoNAVMenuByMenu.exe
            │   │       │   │   │   ├── AutoNAVMenuByMenu.pdb
            │   │       │   │   │   ├── AutoNAVMenuByMenu.vshost.exe
            │   │       │   │   │   └── AutoNAVMenuByMenu.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── AutoNAVMenuByMenu.csproj.FileListAbsolute.txt
            │   │       │   │           ├── AutoNAVMenuByMenu.exe
            │   │       │   │           ├── AutoNAVMenuByMenu.Form1.resources
            │   │       │   │           ├── AutoNAVMenuByMenu.pdb
            │   │       │   │           ├── AutoNAVMenuByMenu.Properties.Resources.resources
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── GenerateResource.read.1.tlog
            │   │       │   │           ├── GenerateResource.write.1.tlog
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       ├── AssemblyInfo.cs
            │   │       │       ├── Resources.Designer.cs
            │   │       │       ├── Resources.resx
            │   │       │       ├── Settings.Designer.cs
            │   │       │       └── Settings.settings
            │   │       ├── AutoNAVMenuByMenu.sln
            │   │       └── AutoNAVMenuByMenu.suo
            │   ├── 10
            │   │   └── TxtValidate
            │   │       ├── TxtValidate
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── TxtValidate.exe
            │   │       │   │   │   ├── TxtValidate.exe.config
            │   │       │   │   │   └── TxtValidate.pdb
            │   │       │   │   └── Release
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.Designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── obj
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │   │   ├── Ex09_74.csproj.FileListAbsolute.txt
            │   │       │   │   │   ├── Ex09_74.csproj.GenerateResource.Cache
            │   │       │   │   │   ├── Ex09_74.exe
            │   │       │   │   │   ├── Ex09_74.Form1.resources
            │   │       │   │   │   ├── Ex09_74.pdb
            │   │       │   │   │   ├── Ex09_74.Properties.Resources.resources
            │   │       │   │   │   ├── GenerateResource.read.1.tlog
            │   │       │   │   │   ├── GenerateResource.write.1.tlog
            │   │       │   │   │   ├── Refactor
            │   │       │   │   │   ├── TempPE
            │   │       │   │   │   │   └── Properties.Resources.Designer.cs.dll
            │   │       │   │   │   ├── TxtValidate.csproj.FileListAbsolute.txt
            │   │       │   │   │   ├── TxtValidate.csproj.GenerateResource.Cache
            │   │       │   │   │   ├── TxtValidate.exe
            │   │       │   │   │   ├── TxtValidate.Form1.resources
            │   │       │   │   │   ├── TxtValidate.Frm_Main.resources
            │   │       │   │   │   ├── TxtValidate.pdb
            │   │       │   │   │   └── TxtValidate.Properties.Resources.resources
            │   │       │   │   └── Ex09_74.csproj.FileList.txt
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   ├── AssemblyInfo.cs
            │   │       │   │   ├── Resources.Designer.cs
            │   │       │   │   ├── Resources.resx
            │   │       │   │   ├── Settings.Designer.cs
            │   │       │   │   └── Settings.settings
            │   │       │   ├── TxtValidate.csproj
            │   │       │   └── TxtValidate.csproj.user
            │   │       ├── TxtValidate.sln
            │   │       └── TxtValidate.suo
            │   ├── 11
            │   │   └── SortOrStatistics
            │   │       ├── SortOrStatistics
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── SortOrStatistics.exe
            │   │       │   │   │   ├── SortOrStatistics.pdb
            │   │       │   │   │   ├── SortOrStatistics.vshost.exe
            │   │       │   │   │   ├── SortOrStatistics.vshost.exe.manifest
            │   │       │   │   │   └── test.mdb
            │   │       │   │   └── Release
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── GenerateResource.read.1.tlog
            │   │       │   │           ├── GenerateResource.write.1.tlog
            │   │       │   │           ├── ResolveAssemblyReference.cache
            │   │       │   │           ├── SortOrStatistics.csproj.FileListAbsolute.txt
            │   │       │   │           ├── SortOrStatistics.exe
            │   │       │   │           ├── SortOrStatistics.Form1.resources
            │   │       │   │           ├── SortOrStatistics.pdb
            │   │       │   │           ├── SortOrStatistics.Properties.Resources.resources
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   ├── AssemblyInfo.cs
            │   │       │   │   ├── Resources.Designer.cs
            │   │       │   │   ├── Resources.resx
            │   │       │   │   ├── Settings.Designer.cs
            │   │       │   │   └── Settings.settings
            │   │       │   └── SortOrStatistics.csproj
            │   │       ├── SortOrStatistics.sln
            │   │       └── SortOrStatistics.suo
            │   ├── 12
            │   │   └── LeadWindows
            │   │       ├── LeadWindows
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── AxInterop.MSComCtl2.dll
            │   │       │   │   │   ├── Electron.avi
            │   │       │   │   │   ├── gd.avi
            │   │       │   │   │   ├── Interop.MSComCtl2.dll
            │   │       │   │   │   ├── Interop.WMPLib.dll
            │   │       │   │   │   ├── LeadWindows.exe
            │   │       │   │   │   ├── LeadWindows.pdb
            │   │       │   │   │   ├── LeadWindows.vshost.exe
            │   │       │   │   │   └── zybiao.avi
            │   │       │   │   └── Release
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── LeadWindows.csproj
            │   │       │   ├── LeadWindows.csproj.user
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── AxInterop.MSComCtl2.dll
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       ├── GenerateResource.read.1.tlog
            │   │       │   │       ├── GenerateResource-ResGen.read.1.tlog
            │   │       │   │       ├── GenerateResource-ResGen.write.1.tlog
            │   │       │   │       ├── Interop.MSComCtl2.dll
            │   │       │   │       ├── LeadWindows.csproj.FileListAbsolute.txt
            │   │       │   │       ├── LeadWindows.csproj.GenerateResource.Cache
            │   │       │   │       ├── LeadWindows.csproj.ResolveComReference.cache
            │   │       │   │       ├── LeadWindows.exe
            │   │       │   │       ├── LeadWindows.Form1.resources
            │   │       │   │       ├── LeadWindows.Frm_Main.resources
            │   │       │   │       ├── LeadWindows.pdb
            │   │       │   │       ├── LeadWindows.Properties.Resources.resources
            │   │       │   │       ├── Refactor
            │   │       │   │       ├── ResolveAssemblyReference.cache
            │   │       │   │       └── TempPE
            │   │       │   │           └── Properties.Resources.Designer.cs.dll
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   ├── AssemblyInfo.cs
            │   │       │   │   ├── Resources.Designer.cs
            │   │       │   │   ├── Resources.resx
            │   │       │   │   ├── Settings.Designer.cs
            │   │       │   │   └── Settings.settings
            │   │       │   └── Resources
            │   │       │       └── 1.jpg
            │   │       ├── LeadWindows.sln
            │   │       └── LeadWindows.suo
            │   ├── 13
            │   │   └── ElectronAlbumShroudAegis
            │   │       ├── ElectronAlbumShroudAegis
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── ElectronAlbumShroudAegis.exe
            │   │       │   │   │   ├── ElectronAlbumShroudAegis.pdb
            │   │       │   │   │   ├── ElectronAlbumShroudAegis.vshost.exe
            │   │       │   │   │   ├── ElectronAlbumShroudAegis.vshost.exe.manifest
            │   │       │   │   │   └── Image
            │   │       │   │   │       ├── 1.jpg
            │   │       │   │   │       ├── 2.jpg
            │   │       │   │   │       ├── 3.jpg
            │   │       │   │   │       ├── 4.jpg
            │   │       │   │   │       └── 5.jpg
            │   │       │   │   └── Release
            │   │       │   ├── ElectronAlbumShroudAegis.csproj
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── ElectronAlbumShroudAegis.csproj.FileListAbsolute.txt
            │   │       │   │           ├── ElectronAlbumShroudAegis.exe
            │   │       │   │           ├── ElectronAlbumShroudAegis.Form1.resources
            │   │       │   │           ├── ElectronAlbumShroudAegis.pdb
            │   │       │   │           ├── ElectronAlbumShroudAegis.Properties.Resources.resources
            │   │       │   │           ├── GenerateResource.read.1.tlog
            │   │       │   │           ├── GenerateResource.write.1.tlog
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       ├── AssemblyInfo.cs
            │   │       │       ├── Resources.Designer.cs
            │   │       │       ├── Resources.resx
            │   │       │       ├── Settings.Designer.cs
            │   │       │       └── Settings.settings
            │   │       ├── ElectronAlbumShroudAegis.sln
            │   │       └── ElectronAlbumShroudAegis.suo
            │   ├── 14
            │   │   └── FlashWindowBar
            │   │       ├── FlashWindowBar
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── FlashWindowBar.exe
            │   │       │   │   │   ├── FlashWindowBar.pdb
            │   │       │   │   │   ├── FlashWindowBar.vshost.exe
            │   │       │   │   │   └── FlashWindowBar.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── FlashWindowBar.csproj
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── FlashWindowBar.csproj.FileListAbsolute.txt
            │   │       │   │           ├── FlashWindowBar.exe
            │   │       │   │           ├── FlashWindowBar.Form1.resources
            │   │       │   │           ├── FlashWindowBar.pdb
            │   │       │   │           ├── FlashWindowBar.Properties.Resources.resources
            │   │       │   │           ├── GenerateResource.read.1.tlog
            │   │       │   │           ├── GenerateResource.write.1.tlog
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       ├── AssemblyInfo.cs
            │   │       │       ├── Resources.Designer.cs
            │   │       │       ├── Resources.resx
            │   │       │       ├── Settings.Designer.cs
            │   │       │       └── Settings.settings
            │   │       ├── FlashWindowBar.sln
            │   │       └── FlashWindowBar.suo
            │   └── 15
            │       └── ProgressBar
            │           ├── ProgressBar
            │           │   ├── bin
            │           │   │   ├── Debug
            │           │   │   │   ├── ProgressBar.exe
            │           │   │   │   ├── ProgressBar.pdb
            │           │   │   │   ├── ProgressBar.vshost.exe
            │           │   │   │   └── ProgressBar.vshost.exe.manifest
            │           │   │   └── Release
            │           │   ├── Form1.cs
            │           │   ├── Form1.designer.cs
            │           │   ├── Form1.resx
            │           │   ├── obj
            │           │   │   └── x86
            │           │   │       └── Debug
            │           │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │           │   │           ├── GenerateResource.read.1.tlog
            │           │   │           ├── GenerateResource.write.1.tlog
            │           │   │           ├── ProgressBar.csproj.FileListAbsolute.txt
            │           │   │           ├── ProgressBar.exe
            │           │   │           ├── ProgressBar.Form1.resources
            │           │   │           ├── ProgressBar.pdb
            │           │   │           ├── ProgressBar.Properties.Resources.resources
            │           │   │           └── TempPE
            │           │   ├── Program.cs
            │           │   ├── ProgressBar.csproj
            │           │   └── Properties
            │           │       ├── AssemblyInfo.cs
            │           │       ├── Resources.Designer.cs
            │           │       ├── Resources.resx
            │           │       ├── Settings.Designer.cs
            │           │       └── Settings.settings
            │           ├── ProgressBar.sln
            │           └── ProgressBar.suo
            ├── 11
            │   ├── 01
            │   │   └── MultiInherit
            │   │       ├── MultiInherit
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── MultiInherit.dll
            │   │       │   │       └── MultiInherit.pdb
            │   │       │   ├── Class1.cs
            │   │       │   ├── MultiInherit.csproj
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       ├── MultiInherit.csproj.FileListAbsolute.txt
            │   │       │   │       ├── MultiInherit.dll
            │   │       │   │       ├── MultiInherit.pdb
            │   │       │   │       └── TempPE
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── MultiInherit.sln
            │   │       └── MultiInherit.suo
            │   ├── 05
            │   │   └── AboutStruct
            │   │       ├── AboutStruct
            │   │       │   ├── AboutStruct.csproj
            │   │       │   ├── AboutStruct.csproj.user
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── AboutStruct.exe
            │   │       │   │   │   ├── AboutStruct.exe.config
            │   │       │   │   │   ├── AboutStruct.pdb
            │   │       │   │   │   ├── AboutStruct.vshost.exe
            │   │       │   │   │   ├── AboutStruct.vshost.exe.config
            │   │       │   │   │   └── AboutStruct.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── AboutStruct.csproj.FileListAbsolute.txt
            │   │       │   │       ├── AboutStruct.exe
            │   │       │   │       ├── AboutStruct.pdb
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── AboutStruct.sln
            │   │       ├── AboutStruct.suo
            │   │       ├── UpgradeLog.XML
            │   │       └── _UpgradeReport_Files
            │   │           ├── UpgradeReport.css
            │   │           ├── UpgradeReport_Minus.gif
            │   │           ├── UpgradeReport_Plus.gif
            │   │           └── UpgradeReport.xslt
            │   ├── 06
            │   │   └── SysInfo
            │   │       ├── SysInfo
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── SysInfo.exe
            │   │       │   │   │   ├── SysInfo.exe.config
            │   │       │   │   │   ├── SysInfo.pdb
            │   │       │   │   │   ├── SysInfo.vshost.exe
            │   │       │   │   │   ├── SysInfo.vshost.exe.config
            │   │       │   │   │   └── SysInfo.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.Designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       ├── GenerateResource.read.1.tlog
            │   │       │   │       ├── GenerateResource.write.1.tlog
            │   │       │   │       ├── SysInfo.csproj.FileListAbsolute.txt
            │   │       │   │       ├── SysInfo.csproj.GenerateResource.Cache
            │   │       │   │       ├── SysInfo.exe
            │   │       │   │       ├── SysInfo.Form1.resources
            │   │       │   │       ├── SysInfo.pdb
            │   │       │   │       ├── SysInfo.Properties.Resources.resources
            │   │       │   │       └── TempPE
            │   │       │   │           └── Properties.Resources.Designer.cs.dll
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   ├── AssemblyInfo.cs
            │   │       │   │   ├── Resources.Designer.cs
            │   │       │   │   ├── Resources.resx
            │   │       │   │   ├── Settings.Designer.cs
            │   │       │   │   └── Settings.settings
            │   │       │   ├── SysInfo.csproj
            │   │       │   └── SysInfo.csproj.user
            │   │       ├── SysInfo.sln
            │   │       ├── SysInfo.suo
            │   │       ├── UpgradeLog.XML
            │   │       └── _UpgradeReport_Files
            │   │           ├── UpgradeReport.css
            │   │           ├── UpgradeReport_Minus.gif
            │   │           ├── UpgradeReport_Plus.gif
            │   │           └── UpgradeReport.xslt
            │   ├── 07
            │   │   └── RecordEmpInfo
            │   │       ├── RecordEmpInfo
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── RecordEmpInfo.exe
            │   │       │   │   │   ├── RecordEmpInfo.exe.config
            │   │       │   │   │   ├── RecordEmpInfo.pdb
            │   │       │   │   │   ├── RecordEmpInfo.vshost.exe
            │   │       │   │   │   ├── RecordEmpInfo.vshost.exe.config
            │   │       │   │   │   ├── RecordEmpInfo.vshost.exe.manifest
            │   │       │   │   │   ├── StoreStuInfo.exe
            │   │       │   │   │   ├── StoreStuInfo.pdb
            │   │       │   │   │   └── StoreStuInfo.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── Class1.cs
            │   │       │   ├── Class2.cs
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       ├── GenerateResource.read.1.tlog
            │   │       │   │       ├── GenerateResource.write.1.tlog
            │   │       │   │       ├── RecordEmpInfo.csproj.FileListAbsolute.txt
            │   │       │   │       ├── RecordEmpInfo.csproj.GenerateResource.Cache
            │   │       │   │       ├── RecordEmpInfo.exe
            │   │       │   │       ├── RecordEmpInfo.Form1.resources
            │   │       │   │       ├── RecordEmpInfo.pdb
            │   │       │   │       ├── RecordEmpInfo.Properties.Resources.resources
            │   │       │   │       ├── Refactor
            │   │       │   │       ├── StoreStuInfo.csproj.FileListAbsolute.txt
            │   │       │   │       ├── StoreStuInfo.csproj.GenerateResource.Cache
            │   │       │   │       ├── StoreStuInfo.exe
            │   │       │   │       ├── StoreStuInfo.Form1.resources
            │   │       │   │       ├── StoreStuInfo.pdb
            │   │       │   │       ├── StoreStuInfo.Properties.Resources.resources
            │   │       │   │       └── TempPE
            │   │       │   │           └── Properties.Resources.Designer.cs.dll
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   ├── AssemblyInfo.cs
            │   │       │   │   ├── Resources.Designer.cs
            │   │       │   │   ├── Resources.resx
            │   │       │   │   ├── Settings.Designer.cs
            │   │       │   │   └── Settings.settings
            │   │       │   ├── RecordEmpInfo.csproj
            │   │       │   └── RecordEmpInfo.csproj.user
            │   │       ├── RecordEmpInfo.sln
            │   │       ├── RecordEmpInfo.suo
            │   │       ├── UpgradeLog.XML
            │   │       └── _UpgradeReport_Files
            │   │           ├── UpgradeReport.css
            │   │           ├── UpgradeReport_Minus.gif
            │   │           ├── UpgradeReport_Plus.gif
            │   │           └── UpgradeReport.xslt
            │   ├── 09
            │   │   └── ExtendSealClass
            │   │       ├── ExtendSealClass
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── ExtendSealClass.exe
            │   │       │   │   │   ├── ExtendSealClass.exe.config
            │   │       │   │   │   ├── ExtendSealClass.pdb
            │   │       │   │   │   ├── ExtendSealClass.vshost.exe
            │   │       │   │   │   ├── ExtendSealClass.vshost.exe.config
            │   │       │   │   │   └── ExtendSealClass.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── ExtendSealClass.csproj
            │   │       │   ├── ExtendSealClass.csproj.user
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       ├── ExtendSealClass.csproj.FileListAbsolute.txt
            │   │       │   │       ├── ExtendSealClass.exe
            │   │       │   │       ├── ExtendSealClass.pdb
            │   │       │   │       └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── ExtendSealClass.sln
            │   │       └── ExtendSealClass.suo
            │   ├── 11
            │   │   └── AnonymityFun
            │   │       ├── AnonymityFun
            │   │       │   ├── AnonymityFun.csproj
            │   │       │   ├── AnonymityFun.csproj.user
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── AnonymityFun.exe
            │   │       │   │   │   ├── AnonymityFun.exe.config
            │   │       │   │   │   ├── AnonymityFun.pdb
            │   │       │   │   │   ├── AnonymityFun.vshost.exe
            │   │       │   │   │   ├── AnonymityFun.vshost.exe.config
            │   │       │   │   │   └── AnonymityFun.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── AnonymityFun.csproj.FileListAbsolute.txt
            │   │       │   │       ├── AnonymityFun.exe
            │   │       │   │       ├── AnonymityFun.pdb
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── AnonymityFun.sln
            │   │       ├── AnonymityFun.suo
            │   │       ├── UpgradeLog.XML
            │   │       └── _UpgradeReport_Files
            │   │           ├── UpgradeReport.css
            │   │           ├── UpgradeReport_Minus.gif
            │   │           ├── UpgradeReport_Plus.gif
            │   │           └── UpgradeReport.xslt
            │   ├── 12
            │   │   └── ReverseOrder
            │   │       ├── ReverseOrder
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── ReverseOrder.exe
            │   │       │   │   │   ├── ReverseOrder.exe.config
            │   │       │   │   │   ├── ReverseOrder.pdb
            │   │       │   │   │   ├── ReverseOrder.vshost.exe
            │   │       │   │   │   ├── ReverseOrder.vshost.exe.config
            │   │       │   │   │   └── ReverseOrder.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       ├── GenerateResource.read.1.tlog
            │   │       │   │       ├── GenerateResource.write.1.tlog
            │   │       │   │       ├── ReverseOrder.csproj.FileListAbsolute.txt
            │   │       │   │       ├── ReverseOrder.csproj.GenerateResource.Cache
            │   │       │   │       ├── ReverseOrder.exe
            │   │       │   │       ├── ReverseOrder.Form1.resources
            │   │       │   │       ├── ReverseOrder.pdb
            │   │       │   │       ├── ReverseOrder.Properties.Resources.resources
            │   │       │   │       └── TempPE
            │   │       │   │           └── Properties.Resources.Designer.cs.dll
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   ├── AssemblyInfo.cs
            │   │       │   │   ├── Resources.Designer.cs
            │   │       │   │   ├── Resources.resx
            │   │       │   │   ├── Settings.Designer.cs
            │   │       │   │   └── Settings.settings
            │   │       │   ├── ReverseOrder.csproj
            │   │       │   └── ReverseOrder.csproj.user
            │   │       ├── ReverseOrder.sln
            │   │       └── ReverseOrder.suo
            │   ├── 13
            │   │   └── AboutTClass
            │   │       ├── AboutTClass
            │   │       │   ├── AboutTClass.csproj
            │   │       │   ├── AboutTClass.csproj.user
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── AboutTClass.exe
            │   │       │   │   │   ├── AboutTClass.exe.config
            │   │       │   │   │   ├── AboutTClass.pdb
            │   │       │   │   │   ├── AboutTClass.vshost.exe
            │   │       │   │   │   ├── AboutTClass.vshost.exe.config
            │   │       │   │   │   └── AboutTClass.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── AboutTClass.csproj.FileListAbsolute.txt
            │   │       │   │       ├── AboutTClass.exe
            │   │       │   │       ├── AboutTClass.pdb
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── AboutTClass.sln
            │   │       └── AboutTClass.suo
            │   └── 14
            │       └── GenericInterface
            │           ├── GenericInterface
            │           │   ├── app.config
            │           │   ├── bin
            │           │   │   ├── Debug
            │           │   │   │   ├── GenericInterface.exe
            │           │   │   │   ├── GenericInterface.exe.config
            │           │   │   │   ├── GenericInterface.pdb
            │           │   │   │   ├── GenericInterface.vshost.exe
            │           │   │   │   ├── GenericInterface.vshost.exe.config
            │           │   │   │   └── GenericInterface.vshost.exe.manifest
            │           │   │   └── Release
            │           │   ├── GenericInterface.csproj
            │           │   ├── GenericInterface.csproj.user
            │           │   ├── obj
            │           │   │   └── Debug
            │           │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │           │   │       ├── GenericInterface.csproj.FileListAbsolute.txt
            │           │   │       ├── GenericInterface.exe
            │           │   │       ├── GenericInterface.pdb
            │           │   │       ├── TempPE
            │           │   │       ├── TInterface.csproj.FileListAbsolute.txt
            │           │   │       ├── TInterface.exe
            │           │   │       └── TInterface.pdb
            │           │   ├── Program.cs
            │           │   └── Properties
            │           │       └── AssemblyInfo.cs
            │           ├── GenericInterface.sln
            │           └── GenericInterface.suo
            ├── 16
            │   ├── 02
            │   │   ├── AboutAbort
            │   │   │   ├── AboutAbort
            │   │   │   │   ├── AboutAbort.csproj
            │   │   │   │   ├── app.config
            │   │   │   │   ├── bin
            │   │   │   │   │   └── Debug
            │   │   │   │   │       ├── AboutAbort.exe
            │   │   │   │   │       ├── AboutAbort.exe.config
            │   │   │   │   │       ├── AboutAbort.pdb
            │   │   │   │   │       ├── AboutAbort.vshost.exe
            │   │   │   │   │       ├── AboutAbort.vshost.exe.config
            │   │   │   │   │       └── AboutAbort.vshost.exe.manifest
            │   │   │   │   ├── obj
            │   │   │   │   │   └── x86
            │   │   │   │   │       └── Debug
            │   │   │   │   │           ├── AboutAbort.csproj.FileListAbsolute.txt
            │   │   │   │   │           ├── AboutAbort.exe
            │   │   │   │   │           ├── AboutAbort.pdb
            │   │   │   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │   │   │   │           └── TempPE
            │   │   │   │   ├── Program.cs
            │   │   │   │   └── Properties
            │   │   │   │       └── AssemblyInfo.cs
            │   │   │   ├── AboutAbort.sln
            │   │   │   └── AboutAbort.suo
            │   │   └── AboutSuspend
            │   │       ├── AboutSuspend
            │   │       │   ├── AboutSuspend.csproj
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── AboutSuspend.exe
            │   │       │   │       ├── AboutSuspend.exe.config
            │   │       │   │       ├── AboutSuspend.pdb
            │   │       │   │       ├── AboutSuspend.vshost.exe
            │   │       │   │       ├── AboutSuspend.vshost.exe.config
            │   │       │   │       └── AboutSuspend.vshost.exe.manifest
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── AboutSuspend.csproj.FileListAbsolute.txt
            │   │       │   │           ├── AboutSuspend.exe
            │   │       │   │           ├── AboutSuspend.pdb
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── AboutSuspend.sln
            │   │       └── AboutSuspend.suo
            │   ├── 03
            │   │   └── AboutPriority
            │   │       ├── AboutPriority
            │   │       │   ├── AboutPriority.csproj
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── AboutPriority.exe
            │   │       │   │       ├── AboutPriority.exe.config
            │   │       │   │       ├── AboutPriority.pdb
            │   │       │   │       ├── AboutPriority.vshost.exe
            │   │       │   │       ├── AboutPriority.vshost.exe.config
            │   │       │   │       └── AboutPriority.vshost.exe.manifest
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── AboutPriority.csproj.FileListAbsolute.txt
            │   │       │   │           ├── AboutPriority.exe
            │   │       │   │           ├── AboutPriority.pdb
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── AboutPriority.sln
            │   │       └── AboutPriority.suo
            │   ├── 04
            │   │   └── AboutThreadPool
            │   │       ├── AboutThreadPool
            │   │       │   ├── AboutThreadPool.csproj
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── AboutThreadPool.exe
            │   │       │   │   │   ├── AboutThreadPool.exe.config
            │   │       │   │   │   ├── AboutThreadPool.pdb
            │   │       │   │   │   ├── AboutThreadPool.vshost.exe
            │   │       │   │   │   ├── AboutThreadPool.vshost.exe.config
            │   │       │   │   │   └── AboutThreadPool.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── AboutThreadPool.csproj.FileListAbsolute.txt
            │   │       │   │       ├── AboutThreadPool.exe
            │   │       │   │       ├── AboutThreadPool.pdb
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── AboutThreadPool.sln
            │   │       └── AboutThreadPool.suo
            │   ├── 06
            │   │   ├── AboutVoting
            │   │   │   ├── AboutVoting
            │   │   │   │   ├── AboutVoting.csproj
            │   │   │   │   ├── app.config
            │   │   │   │   ├── bin
            │   │   │   │   │   ├── Debug
            │   │   │   │   │   │   ├── AboutVoting.exe
            │   │   │   │   │   │   ├── AboutVoting.exe.config
            │   │   │   │   │   │   ├── AboutVoting.pdb
            │   │   │   │   │   │   ├── AboutVoting.vshost.exe
            │   │   │   │   │   │   ├── AboutVoting.vshost.exe.config
            │   │   │   │   │   │   ├── AboutVoting.vshost.exe.manifest
            │   │   │   │   │   │   ├── RunThreadByAsyncDelegate.exe
            │   │   │   │   │   │   ├── RunThreadByAsyncDelegate.exe.config
            │   │   │   │   │   │   ├── RunThreadByAsyncDelegate.pdb
            │   │   │   │   │   │   ├── RunThreadByAsyncDelegate.vshost.exe.config
            │   │   │   │   │   │   └── RunThreadByAsyncDelegate.vshost.exe.manifest
            │   │   │   │   │   └── Release
            │   │   │   │   ├── obj
            │   │   │   │   │   └── Debug
            │   │   │   │   │       ├── AboutVoting.csproj.FileListAbsolute.txt
            │   │   │   │   │       ├── AboutVoting.exe
            │   │   │   │   │       ├── AboutVoting.pdb
            │   │   │   │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │   │   │   │       ├── RunThreadByAsyncDelegate.csproj.FileListAbsolute.txt
            │   │   │   │   │       ├── RunThreadByAsyncDelegate.exe
            │   │   │   │   │       ├── RunThreadByAsyncDelegate.pdb
            │   │   │   │   │       └── TempPE
            │   │   │   │   ├── Program.cs
            │   │   │   │   └── Properties
            │   │   │   │       └── AssemblyInfo.cs
            │   │   │   ├── AboutVoting.sln
            │   │   │   └── AboutVoting.suo
            │   │   └── AboutWaitHandle
            │   │       ├── AboutWaitHandle
            │   │       │   ├── AboutWaitHandle.csproj
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── AboutWaitHandle.exe
            │   │       │   │       ├── AboutWaitHandle.exe.config
            │   │       │   │       ├── AboutWaitHandle.pdb
            │   │       │   │       ├── AboutWaitHandle.vshost.exe
            │   │       │   │       ├── AboutWaitHandle.vshost.exe.config
            │   │       │   │       └── AboutWaitHandle.vshost.exe.manifest
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── AboutWaitHandle.csproj.FileListAbsolute.txt
            │   │       │   │           ├── AboutWaitHandle.exe
            │   │       │   │           ├── AboutWaitHandle.pdb
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── AboutWaitHandle.sln
            │   │       └── AboutWaitHandle.suo
            │   ├── 07
            │   │   └── RaceCondition
            │   │       ├── RaceCondition
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── RaceCondition.exe
            │   │       │   │   │   ├── RaceCondition.exe.config
            │   │       │   │   │   ├── RaceCondition.pdb
            │   │       │   │   │   ├── RaceCondition.vshost.exe
            │   │       │   │   │   ├── RaceCondition.vshost.exe.config
            │   │       │   │   │   └── RaceCondition.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       ├── RaceCondition.csproj.FileListAbsolute.txt
            │   │       │   │       ├── RaceCondition.exe
            │   │       │   │       ├── RaceCondition.pdb
            │   │       │   │       └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   └── AssemblyInfo.cs
            │   │       │   └── RaceCondition.csproj
            │   │       ├── RaceCondition.sln
            │   │       └── RaceCondition.suo
            │   ├── 08
            │   │   └── DeadLock
            │   │       ├── DeadLock
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── DeadLock.exe
            │   │       │   │   │   ├── DeadLock.exe.config
            │   │       │   │   │   ├── DeadLock.pdb
            │   │       │   │   │   ├── DeadLock.vshost.exe
            │   │       │   │   │   ├── DeadLock.vshost.exe.config
            │   │       │   │   │   └── DeadLock.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── DeadLock.csproj
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── DeadLock.csproj.FileListAbsolute.txt
            │   │       │   │       ├── DeadLock.exe
            │   │       │   │       ├── DeadLock.pdb
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── DeadLock.sln
            │   │       └── DeadLock.suo
            │   ├── 09
            │   │   └── AboutOverTime
            │   │       ├── AboutOverTime
            │   │       │   ├── AboutOverTime.csproj
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── AboutOverTime.exe
            │   │       │   │       ├── AboutOverTime.exe.config
            │   │       │   │       ├── AboutOverTime.pdb
            │   │       │   │       ├── AboutOverTime.vshost.exe
            │   │       │   │       ├── AboutOverTime.vshost.exe.config
            │   │       │   │       └── AboutOverTime.vshost.exe.manifest
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── AboutOverTime.csproj.FileListAbsolute.txt
            │   │       │   │           ├── AboutOverTime.exe
            │   │       │   │           ├── AboutOverTime.pdb
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── AboutOverTime.sln
            │   │       └── AboutOverTime.suo
            │   ├── 10
            │   │   └── ThreadBindFunction
            │   │       ├── ThreadBindFunction
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── ThreadBindFunction.exe
            │   │       │   │   │   ├── ThreadBindFunction.exe.config
            │   │       │   │   │   ├── ThreadBindFunction.pdb
            │   │       │   │   │   ├── ThreadBindFunction.vshost.exe
            │   │       │   │   │   ├── ThreadBindFunction.vshost.exe.config
            │   │       │   │   │   └── ThreadBindFunction.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       ├── TempPE
            │   │       │   │       ├── ThreadBindFunction.csproj.FileListAbsolute.txt
            │   │       │   │       ├── ThreadBindFunction.exe
            │   │       │   │       └── ThreadBindFunction.pdb
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   └── AssemblyInfo.cs
            │   │       │   ├── ThreadBindFunction.csproj
            │   │       │   └── ThreadBindFunction.csproj.user
            │   │       ├── ThreadBindFunction.sln
            │   │       └── ThreadBindFunction.suo
            │   ├── 11
            │   │   └── AboutAppDomain
            │   │       ├── AboutAppDomain.sln
            │   │       ├── AboutAppDomain.suo
            │   │       ├── Test1
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── Test1.exe
            │   │       │   │   │   ├── Test1.exe.config
            │   │       │   │   │   ├── Test1.pdb
            │   │       │   │   │   ├── Test1.vshost.exe
            │   │       │   │   │   └── Test1.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       ├── TempPE
            │   │       │   │       ├── Test1.csproj.FileListAbsolute.txt
            │   │       │   │       ├── Test1.exe
            │   │       │   │       └── Test1.pdb
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   └── AssemblyInfo.cs
            │   │       │   ├── Test1.csproj
            │   │       │   └── Test1.csproj.user
            │   │       └── Test2
            │   │           ├── app.config
            │   │           ├── bin
            │   │           │   ├── Debug
            │   │           │   │   ├── Test1.exe
            │   │           │   │   ├── Test1.pdb
            │   │           │   │   ├── Test2.exe
            │   │           │   │   ├── Test2.exe.config
            │   │           │   │   ├── Test2.pdb
            │   │           │   │   ├── Test2.vshost.exe
            │   │           │   │   ├── Test2.vshost.exe.config
            │   │           │   │   └── Test2.vshost.exe.manifest
            │   │           │   └── Release
            │   │           ├── obj
            │   │           │   └── Debug
            │   │           │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │           │       ├── ResolveAssemblyReference.cache
            │   │           │       ├── TempPE
            │   │           │       ├── Test2.csproj.FileListAbsolute.txt
            │   │           │       ├── Test2.exe
            │   │           │       └── Test2.pdb
            │   │           ├── Program.cs
            │   │           ├── Properties
            │   │           │   └── AssemblyInfo.cs
            │   │           ├── Test2.csproj
            │   │           └── Test2.csproj.user
            │   ├── 12
            │   │   └── ThreadMonitorFile
            │   │       ├── ThreadMonitorFile
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── ThreadMonitorFile.exe
            │   │       │   │   │   ├── ThreadMonitorFile.exe.config
            │   │       │   │   │   ├── ThreadMonitorFile.pdb
            │   │       │   │   │   ├── ThreadMonitorFile.vshost.exe
            │   │       │   │   │   ├── ThreadMonitorFile.vshost.exe.config
            │   │       │   │   │   └── ThreadMonitorFile.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── ClassDiagram1.cd
            │   │       │   ├── FrmMain.cs
            │   │       │   ├── FrmMain.Designer.cs
            │   │       │   ├── FrmMain.resx
            │   │       │   ├── frmThread.cs
            │   │       │   ├── frmThread.Designer.cs
            │   │       │   ├── frmThread.resx
            │   │       │   ├── obj
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │   │   ├── GenerateResource.read.1.tlog
            │   │       │   │   │   ├── GenerateResource.write.1.tlog
            │   │       │   │   │   ├── Refactor
            │   │       │   │   │   ├── TempPE
            │   │       │   │   │   │   └── Properties.Resources.Designer.cs.dll
            │   │       │   │   │   ├── ThreadMonitorFile.csproj.FileListAbsolute.txt
            │   │       │   │   │   ├── ThreadMonitorFile.csproj.GenerateResource.Cache
            │   │       │   │   │   ├── ThreadMonitorFile.exe
            │   │       │   │   │   ├── ThreadMonitorFile.FrmMain.resources
            │   │       │   │   │   ├── ThreadMonitorFile.frmThread.resources
            │   │       │   │   │   ├── ThreadMonitorFile.pdb
            │   │       │   │   │   └── ThreadMonitorFile.Properties.Resources.resources
            │   │       │   │   └── ThreadMonitorFile.csproj.FileList.txt
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   ├── AssemblyInfo.cs
            │   │       │   │   ├── Resources.Designer.cs
            │   │       │   │   ├── Resources.resx
            │   │       │   │   ├── Settings.Designer.cs
            │   │       │   │   └── Settings.settings
            │   │       │   └── ThreadMonitorFile.csproj
            │   │       ├── ThreadMonitorFile.sln
            │   │       └── ThreadMonitorFile.suo
            │   ├── 13
            │   │   └── ConnectDbByThread
            │   │       ├── ConnectDbByThread
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── ConnectDbByThread.exe
            │   │       │   │   │   ├── ConnectDbByThread.exe.config
            │   │       │   │   │   ├── ConnectDbByThread.pdb
            │   │       │   │   │   ├── ConnectDbByThread.vshost.exe
            │   │       │   │   │   ├── ConnectDbByThread.vshost.exe.config
            │   │       │   │   │   ├── ConnectDbByThread.vshost.exe.manifest
            │   │       │   │   │   ├── Test11.exe
            │   │       │   │   │   └── Test11.pdb
            │   │       │   │   └── Release
            │   │       │   ├── ConnectDbByThread.csproj
            │   │       │   ├── ConnectDbByThread.csproj.user
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── ConnectDbByThread.csproj.FileListAbsolute.txt
            │   │       │   │       ├── ConnectDbByThread.exe
            │   │       │   │       ├── ConnectDbByThread.pdb
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       ├── TempPE
            │   │       │   │       ├── Test11.csproj.FileListAbsolute.txt
            │   │       │   │       ├── Test11.exe
            │   │       │   │       └── Test11.pdb
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── ConnectDbByThread.sln
            │   │       └── ConnectDbByThread.suo
            │   └── 14
            │       └── MultiAccessingControls
            │           ├── MultiAccessingControls
            │           │   ├── app.config
            │           │   ├── bin
            │           │   │   ├── Debug
            │           │   │   │   ├── MultiAccessingControls.exe
            │           │   │   │   ├── MultiAccessingControls.exe.config
            │           │   │   │   ├── MultiAccessingControls.pdb
            │           │   │   │   ├── MultiAccessingControls.vshost.exe
            │           │   │   │   ├── MultiAccessingControls.vshost.exe.config
            │           │   │   │   └── MultiAccessingControls.vshost.exe.manifest
            │           │   │   └── Release
            │           │   ├── Form1.cs
            │           │   ├── Form1.Designer.cs
            │           │   ├── Form1.resx
            │           │   ├── MultiAccessingControls.csproj
            │           │   ├── obj
            │           │   │   └── Debug
            │           │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │           │   │       ├── GenerateResource.read.1.tlog
            │           │   │       ├── GenerateResource-ResGen.read.1.tlog
            │           │   │       ├── GenerateResource-ResGen.write.1.tlog
            │           │   │       ├── GenerateResource.write.1.tlog
            │           │   │       ├── MultiAccessingControls.csproj.FileListAbsolute.txt
            │           │   │       ├── MultiAccessingControls.csproj.GenerateResource.Cache
            │           │   │       ├── MultiAccessingControls.exe
            │           │   │       ├── MultiAccessingControls.Form1.resources
            │           │   │       ├── MultiAccessingControls.FormTest.resources
            │           │   │       ├── MultiAccessingControls.pdb
            │           │   │       ├── MultiAccessingControls.Properties.Resources.resources
            │           │   │       ├── Refactor
            │           │   │       └── TempPE
            │           │   │           └── Properties.Resources.Designer.cs.dll
            │           │   ├── Program.cs
            │           │   └── Properties
            │           │       ├── AssemblyInfo.cs
            │           │       ├── Resources.Designer.cs
            │           │       ├── Resources.resx
            │           │       ├── Settings.Designer.cs
            │           │       └── Settings.settings
            │           ├── MultiAccessingControls.sln
            │           └── MultiAccessingControls.suo
            ├── 17
            │   ├── 07
            │   │   └── ScanIP
            │   │       ├── ScanIP
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── ScanIP.exe
            │   │       │   │   │   ├── ScanIP.exe.config
            │   │       │   │   │   ├── ScanIP.pdb
            │   │       │   │   │   ├── ScanIP.vshost.exe
            │   │       │   │   │   ├── ScanIP.vshost.exe.config
            │   │       │   │   │   └── ScanIP.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.Designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── ip.ico
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       ├── GenerateResource.read.1.tlog
            │   │       │   │       ├── GenerateResource.write.1.tlog
            │   │       │   │       ├── ScanIP.csproj.FileListAbsolute.txt
            │   │       │   │       ├── ScanIP.csproj.GenerateResource.Cache
            │   │       │   │       ├── ScanIP.exe
            │   │       │   │       ├── ScanIP.Form1.resources
            │   │       │   │       ├── ScanIP.pdb
            │   │       │   │       ├── ScanIP.Properties.Resources.resources
            │   │       │   │       └── TempPE
            │   │       │   │           └── Properties.Resources.Designer.cs.dll
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   ├── AssemblyInfo.cs
            │   │       │   │   ├── Resources.Designer.cs
            │   │       │   │   ├── Resources.resx
            │   │       │   │   ├── Settings.Designer.cs
            │   │       │   │   └── Settings.settings
            │   │       │   ├── ScanIP.csproj
            │   │       │   └── ScanIP.csproj.user
            │   │       ├── ScanIP.sln
            │   │       └── ScanIP.suo
            │   ├── 08
            │   │   └── ModifiIP
            │   │       ├── ModifiIP
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── ModifiIP.exe
            │   │       │   │   │   ├── ModifiIP.exe.config
            │   │       │   │   │   ├── ModifiIP.pdb
            │   │       │   │   │   ├── ModifiIP.vshost.exe
            │   │       │   │   │   ├── ModifiIP.vshost.exe.config
            │   │       │   │   │   └── ModifiIP.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── ModifiIP.csproj
            │   │       │   ├── ModifiIP.csproj.user
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       ├── GenerateResource.read.1.tlog
            │   │       │   │       ├── GenerateResource.write.1.tlog
            │   │       │   │       ├── ModifiIP.csproj.FileListAbsolute.txt
            │   │       │   │       ├── ModifiIP.exe
            │   │       │   │       ├── ModifiIP.Form1.resources
            │   │       │   │       ├── ModifiIP.pdb
            │   │       │   │       ├── ModifiIP.Properties.Resources.resources
            │   │       │   │       ├── TempPE
            │   │       │   │       │   └── Properties.Resources.Designer.cs.dll
            │   │       │   │       ├── 修改本机IP地址.csproj.FileListAbsolute.txt
            │   │       │   │       ├── 修改本机IP地址.csproj.GenerateResource.Cache
            │   │       │   │       ├── 修改本机IP地址.exe
            │   │       │   │       ├── 修改本机IP地址.Form1.resources
            │   │       │   │       ├── 修改本机IP地址.pdb
            │   │       │   │       └── 修改本机IP地址.Properties.Resources.resources
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       ├── AssemblyInfo.cs
            │   │       │       ├── Resources.Designer.cs
            │   │       │       ├── Resources.resx
            │   │       │       ├── Settings.Designer.cs
            │   │       │       └── Settings.settings
            │   │       ├── ModifiIP.sln
            │   │       └── ModifiIP.suo
            │   ├── 09
            │   │   └── ModifiDNS
            │   │       ├── ModifiDNS
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── ModifiDNS.exe
            │   │       │   │   │   ├── ModifiDNS.exe.config
            │   │       │   │   │   ├── ModifiDNS.pdb
            │   │       │   │   │   ├── ModifiDNS.vshost.exe
            │   │       │   │   │   ├── ModifiDNS.vshost.exe.config
            │   │       │   │   │   ├── ModifiDNS.vshost.exe.manifest
            │   │       │   │   │   ├── ModifiIP.exe
            │   │       │   │   │   ├── ModifiIP.exe.config
            │   │       │   │   │   ├── ModifiIP.pdb
            │   │       │   │   │   ├── ModifiIP.vshost.exe.config
            │   │       │   │   │   └── ModifiIP.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── ModifiDNS.csproj
            │   │       │   ├── ModifiDNS.csproj.user
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       ├── GenerateResource.read.1.tlog
            │   │       │   │       ├── GenerateResource.write.1.tlog
            │   │       │   │       ├── ModifiDNS.csproj.FileListAbsolute.txt
            │   │       │   │       ├── ModifiDNS.exe
            │   │       │   │       ├── ModifiDNS.Form1.resources
            │   │       │   │       ├── ModifiDNS.pdb
            │   │       │   │       ├── ModifiDNS.Properties.Resources.resources
            │   │       │   │       ├── ModifiIP.csproj.FileListAbsolute.txt
            │   │       │   │       ├── ModifiIP.exe
            │   │       │   │       ├── ModifiIP.pdb
            │   │       │   │       ├── ModifiIP.Properties.Resources.resources
            │   │       │   │       ├── TempPE
            │   │       │   │       │   └── Properties.Resources.Designer.cs.dll
            │   │       │   │       ├── 更改DNS地址.csproj.FileListAbsolute.txt
            │   │       │   │       ├── 更改DNS地址.csproj.GenerateResource.Cache
            │   │       │   │       ├── 更改DNS地址.exe
            │   │       │   │       ├── 更改DNS地址.Form1.resources
            │   │       │   │       ├── 更改DNS地址.pdb
            │   │       │   │       └── 更改DNS地址.Properties.Resources.resources
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       ├── AssemblyInfo.cs
            │   │       │       ├── Resources.Designer.cs
            │   │       │       ├── Resources.resx
            │   │       │       ├── Settings.Designer.cs
            │   │       │       └── Settings.settings
            │   │       ├── ModifiDNS.sln
            │   │       └── ModifiDNS.suo
            │   ├── 10
            │   │   └── AboutMAC
            │   │       ├── AboutMAC
            │   │       │   ├── AboutMAC.csproj
            │   │       │   ├── AboutMAC.csproj.user
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── AboutMAC.exe
            │   │       │   │   │   ├── AboutMAC.exe.config
            │   │       │   │   │   ├── AboutMAC.pdb
            │   │       │   │   │   ├── AboutMAC.vshost.exe
            │   │       │   │   │   ├── AboutMAC.vshost.exe.config
            │   │       │   │   │   └── AboutMAC.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── AboutMAC.csproj.FileListAbsolute.txt
            │   │       │   │       ├── AboutMAC.exe
            │   │       │   │       ├── AboutMAC.Form1.resources
            │   │       │   │       ├── AboutMAC.pdb
            │   │       │   │       ├── AboutMAC.Properties.Resources.resources
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       ├── GenerateResource.read.1.tlog
            │   │       │   │       ├── GenerateResource.write.1.tlog
            │   │       │   │       ├── Refactor
            │   │       │   │       ├── TempPE
            │   │       │   │       │   └── Properties.Resources.Designer.cs.dll
            │   │       │   │       ├── 得到本机MAC地址.csproj.FileListAbsolute.txt
            │   │       │   │       ├── 得到本机MAC地址.csproj.GenerateResource.Cache
            │   │       │   │       ├── 得到本机MAC地址.exe
            │   │       │   │       ├── 得到本机MAC地址.Form1.resources
            │   │       │   │       ├── 得到本机MAC地址.pdb
            │   │       │   │       └── 得到本机MAC地址.Properties.Resources.resources
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       ├── AssemblyInfo.cs
            │   │       │       ├── Resources.Designer.cs
            │   │       │       ├── Resources.resx
            │   │       │       ├── Settings.Designer.cs
            │   │       │       └── Settings.settings
            │   │       ├── AboutMAC.sln
            │   │       └── AboutMAC.suo
            │   ├── 11
            │   │   └── CheckNetWork
            │   │       ├── CheckNetWork
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── CheckNetWork.exe
            │   │       │   │   │   ├── CheckNetWork.exe.config
            │   │       │   │   │   ├── CheckNetWork.pdb
            │   │       │   │   │   ├── CheckNetWork.vshost.exe
            │   │       │   │   │   └── CheckNetWork.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── CheckNetWork.csproj
            │   │       │   ├── CheckNetWork.csproj.user
            │   │       │   ├── Frm_Main.cs
            │   │       │   ├── Frm_Main.designer.cs
            │   │       │   ├── Frm_Main.resx
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── CheckNetWork.csproj.FileListAbsolute.txt
            │   │       │   │       ├── CheckNetWork.csproj.GenerateResource.Cache
            │   │       │   │       ├── CheckNetWork.exe
            │   │       │   │       ├── CheckNetWork.Frm_Main.resources
            │   │       │   │       ├── CheckNetWork.pdb
            │   │       │   │       ├── CheckNetWork.Properties.Resources.resources
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       ├── GenerateResource.read.1.tlog
            │   │       │   │       ├── GenerateResource.write.1.tlog
            │   │       │   │       ├── Refactor
            │   │       │   │       └── TempPE
            │   │       │   │           └── Properties.Resources.Designer.cs.dll
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       ├── AssemblyInfo.cs
            │   │       │       ├── Resources.Designer.cs
            │   │       │       ├── Resources.resx
            │   │       │       ├── Settings.Designer.cs
            │   │       │       └── Settings.settings
            │   │       ├── CheckNetWork.sln
            │   │       └── CheckNetWork.suo
            │   ├── 12
            │   │   └── AboutDiskInfo
            │   │       ├── AboutDiskInfo
            │   │       │   ├── AboutDiskInfo.csproj
            │   │       │   ├── AboutDiskInfo.csproj.user
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── AboutDiskInfo.exe
            │   │       │   │   │   ├── AboutDiskInfo.exe.config
            │   │       │   │   │   ├── AboutDiskInfo.pdb
            │   │       │   │   │   ├── AboutDiskInfo.vshost.exe
            │   │       │   │   │   ├── AboutDiskInfo.vshost.exe.config
            │   │       │   │   │   └── AboutDiskInfo.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── AboutDiskInfo.csproj.FileListAbsolute.txt
            │   │       │   │       ├── AboutDiskInfo.exe
            │   │       │   │       ├── AboutDiskInfo.Form1.resources
            │   │       │   │       ├── AboutDiskInfo.pdb
            │   │       │   │       ├── AboutDiskInfo.Properties.Resources.resources
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       ├── GenerateResource.read.1.tlog
            │   │       │   │       ├── GenerateResource.write.1.tlog
            │   │       │   │       ├── TempPE
            │   │       │   │       │   └── Properties.Resources.Designer.cs.dll
            │   │       │   │       ├── 获取网络中某台计算机的磁盘信息.csproj.FileListAbsolute.txt
            │   │       │   │       ├── 获取网络中某台计算机的磁盘信息.csproj.GenerateResource.Cache
            │   │       │   │       ├── 获取网络中某台计算机的磁盘信息.exe
            │   │       │   │       ├── 获取网络中某台计算机的磁盘信息.Form1.resources
            │   │       │   │       ├── 获取网络中某台计算机的磁盘信息.pdb
            │   │       │   │       └── 获取网络中某台计算机的磁盘信息.Properties.Resources.resources
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       ├── AssemblyInfo.cs
            │   │       │       ├── Resources.Designer.cs
            │   │       │       ├── Resources.resx
            │   │       │       ├── Settings.Designer.cs
            │   │       │       └── Settings.settings
            │   │       ├── AboutDiskInfo.sln
            │   │       └── AboutDiskInfo.suo
            │   ├── 13
            │   │   └── AboutPort
            │   │       ├── AboutPort
            │   │       │   ├── AboutPort.csproj
            │   │       │   ├── AboutPort.csproj.user
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── AboutPort.exe
            │   │       │   │   │   ├── AboutPort.exe.config
            │   │       │   │   │   ├── AboutPort.pdb
            │   │       │   │   │   ├── AboutPort.vshost.exe
            │   │       │   │   │   ├── AboutPort.vshost.exe.config
            │   │       │   │   │   └── AboutPort.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── AboutPort.csproj.FileListAbsolute.txt
            │   │       │   │       ├── AboutPort.exe
            │   │       │   │       ├── AboutPort.Form1.resources
            │   │       │   │       ├── AboutPort.pdb
            │   │       │   │       ├── AboutPort.Properties.Resources.resources
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       ├── GenerateResource.read.1.tlog
            │   │       │   │       ├── GenerateResource.write.1.tlog
            │   │       │   │       ├── TempPE
            │   │       │   │       │   └── Properties.Resources.Designer.cs.dll
            │   │       │   │       ├── 获得系统打开的端口和状态.csproj.FileListAbsolute.txt
            │   │       │   │       ├── 获得系统打开的端口和状态.csproj.GenerateResource.Cache
            │   │       │   │       ├── 获得系统打开的端口和状态.exe
            │   │       │   │       ├── 获得系统打开的端口和状态.Form1.resources
            │   │       │   │       ├── 获得系统打开的端口和状态.pdb
            │   │       │   │       └── 获得系统打开的端口和状态.Properties.Resources.resources
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       ├── AssemblyInfo.cs
            │   │       │       ├── Resources.Designer.cs
            │   │       │       ├── Resources.resx
            │   │       │       ├── Settings.Designer.cs
            │   │       │       └── Settings.settings
            │   │       ├── AboutPort.sln
            │   │       └── AboutPort.suo
            │   ├── 14
            │   │   └── CreatePing
            │   │       ├── CreatePing
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── CreatePing.exe
            │   │       │   │   │   ├── CreatePing.exe.config
            │   │       │   │   │   ├── CreatePing.pdb
            │   │       │   │   │   ├── CreatePing.vshost.exe
            │   │       │   │   │   ├── CreatePing.vshost.exe.config
            │   │       │   │   │   ├── CreatePing.vshost.exe.manifest
            │   │       │   │   │   ├── 编程实现Ping操作.exe
            │   │       │   │   │   ├── 编程实现Ping操作.pdb
            │   │       │   │   │   └── 编程实现Ping操作.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── CreatePing.csproj
            │   │       │   ├── CreatePing.csproj.user
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── CreatePing.csproj.FileListAbsolute.txt
            │   │       │   │       ├── CreatePing.csproj.GenerateResource.Cache
            │   │       │   │       ├── CreatePing.exe
            │   │       │   │       ├── CreatePing.Form1.resources
            │   │       │   │       ├── CreatePing.pdb
            │   │       │   │       ├── CreatePing.Properties.Resources.resources
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       ├── GenerateResource.read.1.tlog
            │   │       │   │       ├── GenerateResource.write.1.tlog
            │   │       │   │       ├── Refactor
            │   │       │   │       ├── TempPE
            │   │       │   │       │   └── Properties.Resources.Designer.cs.dll
            │   │       │   │       ├── 编程实现Ping操作.csproj.FileListAbsolute.txt
            │   │       │   │       ├── 编程实现Ping操作.csproj.GenerateResource.Cache
            │   │       │   │       ├── 编程实现Ping操作.exe
            │   │       │   │       ├── 编程实现Ping操作.Form1.resources
            │   │       │   │       ├── 编程实现Ping操作.pdb
            │   │       │   │       └── 编程实现Ping操作.Properties.Resources.resources
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       ├── AssemblyInfo.cs
            │   │       │       ├── Resources.Designer.cs
            │   │       │       ├── Resources.resx
            │   │       │       ├── Settings.Designer.cs
            │   │       │       └── Settings.settings
            │   │       ├── CreatePing.sln
            │   │       └── CreatePing.suo
            │   ├── 15
            │   │   └── OutLookMail
            │   │       ├── OutLookMail
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── OutLookMail.exe
            │   │       │   │   │   ├── OutLookMail.exe.config
            │   │       │   │   │   ├── OutLookMail.pdb
            │   │       │   │   │   ├── OutLookMail.vshost.exe
            │   │       │   │   │   ├── OutLookMail.vshost.exe.config
            │   │       │   │   │   └── OutLookMail.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.Designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       ├── GenerateResource.read.1.tlog
            │   │       │   │       ├── GenerateResource.write.1.tlog
            │   │       │   │       ├── OutLookMail.csproj.FileListAbsolute.txt
            │   │       │   │       ├── OutLookMail.csproj.GenerateResource.Cache
            │   │       │   │       ├── OutLookMail.exe
            │   │       │   │       ├── OutLookMail.Form1.resources
            │   │       │   │       ├── OutLookMail.pdb
            │   │       │   │       ├── OutLookMail.Properties.Resources.resources
            │   │       │   │       └── TempPE
            │   │       │   │           └── Properties.Resources.Designer.cs.dll
            │   │       │   ├── OutLookMail.csproj
            │   │       │   ├── OutLookMail.csproj.user
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       ├── AssemblyInfo.cs
            │   │       │       ├── Resources.Designer.cs
            │   │       │       ├── Resources.resx
            │   │       │       ├── Settings.Designer.cs
            │   │       │       └── Settings.settings
            │   │       ├── OutLookMail.sln
            │   │       └── OutLookMail.suo
            │   └── 16
            │       └── DownLoadFile
            │           ├── DownLoadFile
            │           │   ├── app.config
            │           │   ├── bin
            │           │   │   ├── Debug
            │           │   │   │   ├── DownLoadFile.exe
            │           │   │   │   ├── DownLoadFile.exe.config
            │           │   │   │   ├── DownLoadFile.pdb
            │           │   │   │   ├── DownLoadFile.vshost.exe
            │           │   │   │   ├── DownLoadFile.vshost.exe.config
            │           │   │   │   ├── DownLoadFile.vshost.exe.manifest
            │           │   │   │   ├── SysSet.ini
            │           │   │   │   └── 查找.ico
            │           │   │   └── Release
            │           │   ├── DownLoadFile.csproj
            │           │   ├── DownLoadFile.csproj.user
            │           │   ├── Form1.cs
            │           │   ├── Form1.Designer.cs
            │           │   ├── Form1.resx
            │           │   ├── obj
            │           │   │   └── Debug
            │           │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │           │   │       ├── DownLoadFile.csproj.FileListAbsolute.txt
            │           │   │       ├── DownLoadFile.csproj.GenerateResource.Cache
            │           │   │       ├── DownLoadFile.exe
            │           │   │       ├── DownLoadFile.Form1.resources
            │           │   │       ├── DownLoadFile.pdb
            │           │   │       ├── DownLoadFile.Properties.Resources.resources
            │           │   │       ├── GenerateResource.read.1.tlog
            │           │   │       ├── GenerateResource.write.1.tlog
            │           │   │       └── TempPE
            │           │   │           └── Properties.Resources.Designer.cs.dll
            │           │   ├── Program.cs
            │           │   └── Properties
            │           │       ├── AssemblyInfo.cs
            │           │       ├── Resources.Designer.cs
            │           │       ├── Resources.resx
            │           │       ├── Settings.Designer.cs
            │           │       └── Settings.settings
            │           ├── DownLoadFile.sln
            │           └── DownLoadFile.suo
            ├── 18
            │   ├── 04
            │   │   └── WideRegisterItems
            │   │       ├── WideRegisterItems
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── WideRegisterItems.exe
            │   │       │   │   │   ├── WideRegisterItems.exe.config
            │   │       │   │   │   ├── WideRegisterItems.pdb
            │   │       │   │   │   ├── WideRegisterItems.vshost.exe
            │   │       │   │   │   ├── WideRegisterItems.vshost.exe.config
            │   │       │   │   │   └── WideRegisterItems.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── obj
            │   │       │   │   ├── 37_01.csproj.FileList.txt
            │   │       │   │   └── Debug
            │   │       │   │       ├── 37_01.csproj.FileListAbsolute.txt
            │   │       │   │       ├── 37_01.csproj.GenerateResource.Cache
            │   │       │   │       ├── 37_01.exe
            │   │       │   │       ├── 37_01.pdb
            │   │       │   │       ├── _7_01.Form1.resources
            │   │       │   │       ├── _7_01.Properties.Resources.resources
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       ├── GenerateResource.read.1.tlog
            │   │       │   │       ├── GenerateResource.write.1.tlog
            │   │       │   │       ├── TempPE
            │   │       │   │       │   └── Properties.Resources.Designer.cs.dll
            │   │       │   │       ├── WideRegisterItems.csproj.FileListAbsolute.txt
            │   │       │   │       ├── WideRegisterItems.exe
            │   │       │   │       ├── WideRegisterItems.Form1.resources
            │   │       │   │       ├── WideRegisterItems.pdb
            │   │       │   │       └── WideRegisterItems.Properties.Resources.resources
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   ├── AssemblyInfo.cs
            │   │       │   │   ├── Resources.Designer.cs
            │   │       │   │   ├── Resources.resx
            │   │       │   │   ├── Settings.Designer.cs
            │   │       │   │   └── Settings.settings
            │   │       │   ├── WideRegisterItems.csproj
            │   │       │   └── WideRegisterItems.csproj.user
            │   │       ├── WideRegisterItems.sln
            │   │       └── WideRegisterItems.suo
            │   ├── 06
            │   │   └── AboutIE
            │   │       ├── AboutIE
            │   │       │   ├── AboutIE.csproj
            │   │       │   ├── AboutIE.csproj.user
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── AboutIE.exe
            │   │       │   │   │   ├── AboutIE.exe.config
            │   │       │   │   │   ├── AboutIE.pdb
            │   │       │   │   │   ├── AboutIE.vshost.exe
            │   │       │   │   │   ├── AboutIE.vshost.exe.config
            │   │       │   │   │   └── AboutIE.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.Designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── AboutIE.csproj.FileListAbsolute.txt
            │   │       │   │       ├── AboutIE.exe
            │   │       │   │       ├── AboutIE.Form1.resources
            │   │       │   │       ├── AboutIE.pdb
            │   │       │   │       ├── AboutIE.Properties.Resources.resources
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       ├── GenerateResource.read.1.tlog
            │   │       │   │       ├── GenerateResource.write.1.tlog
            │   │       │   │       ├── TempPE
            │   │       │   │       │   └── Properties.Resources.Designer.cs.dll
            │   │       │   │       ├── 获取IE浏览器版本信息.csproj.FileListAbsolute.txt
            │   │       │   │       ├── 获取IE浏览器版本信息.csproj.GenerateResource.Cache
            │   │       │   │       ├── 获取IE浏览器版本信息.exe
            │   │       │   │       ├── 获取IE浏览器版本信息.Form1.resources
            │   │       │   │       ├── 获取IE浏览器版本信息.pdb
            │   │       │   │       └── 获取IE浏览器版本信息.Properties.Resources.resources
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       ├── AssemblyInfo.cs
            │   │       │       ├── Resources.Designer.cs
            │   │       │       ├── Resources.resx
            │   │       │       ├── Settings.Designer.cs
            │   │       │       └── Settings.settings
            │   │       ├── AboutIE.sln
            │   │       └── AboutIE.suo
            │   ├── 07
            │   │   └── AboutWindowsEdition
            │   │       ├── AboutWindowsEdition
            │   │       │   ├── AboutWindowsEdition.csproj
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── AboutWindowsEdition.exe
            │   │       │   │       ├── AboutWindowsEdition.pdb
            │   │       │   │       ├── AboutWindowsEdition.vshost.exe
            │   │       │   │       └── AboutWindowsEdition.vshost.exe.manifest
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.Designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── AboutWindowsEdition.csproj.FileListAbsolute.txt
            │   │       │   │           ├── AboutWindowsEdition.exe
            │   │       │   │           ├── AboutWindowsEdition.Form1.resources
            │   │       │   │           ├── AboutWindowsEdition.pdb
            │   │       │   │           ├── AboutWindowsEdition.Properties.Resources.resources
            │   │       │   │           ├── DesignTimeResolveAssemblyReferences.cache
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── GenerateResource.read.1.tlog
            │   │       │   │           ├── GenerateResource.write.1.tlog
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       ├── AssemblyInfo.cs
            │   │       │       ├── Resources.Designer.cs
            │   │       │       ├── Resources.resx
            │   │       │       ├── Settings.Designer.cs
            │   │       │       └── Settings.settings
            │   │       ├── AboutWindowsEdition.sln
            │   │       └── AboutWindowsEdition.suo
            │   ├── 08
            │   │   ├── ExportRegedit
            │   │   │   ├── ExportRegedit
            │   │   │   │   ├── app.config
            │   │   │   │   ├── bin
            │   │   │   │   │   ├── Debug
            │   │   │   │   │   │   ├── ExportRegedit.exe
            │   │   │   │   │   │   ├── ExportRegedit.exe.config
            │   │   │   │   │   │   ├── ExportRegedit.pdb
            │   │   │   │   │   │   ├── ExportRegedit.vshost.exe
            │   │   │   │   │   │   └── ExportRegedit.vshost.exe.manifest
            │   │   │   │   │   └── Release
            │   │   │   │   ├── ExportRegedit.csproj
            │   │   │   │   ├── ExportRegedit.csproj.user
            │   │   │   │   ├── Frm_Main.cs
            │   │   │   │   ├── Frm_Main.Designer.cs
            │   │   │   │   ├── Frm_Main.resx
            │   │   │   │   ├── obj
            │   │   │   │   │   └── Debug
            │   │   │   │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │   │   │   │       ├── ExportRegedit.csproj.FileListAbsolute.txt
            │   │   │   │   │       ├── ExportRegedit.csproj.GenerateResource.Cache
            │   │   │   │   │       ├── ExportRegedit.exe
            │   │   │   │   │       ├── ExportRegedit.Form1.resources
            │   │   │   │   │       ├── ExportRegedit.Frm_Main.resources
            │   │   │   │   │       ├── ExportRegedit.pdb
            │   │   │   │   │       ├── ExportRegedit.Properties.Resources.resources
            │   │   │   │   │       ├── GenerateResource.read.1.tlog
            │   │   │   │   │       ├── GenerateResource.write.1.tlog
            │   │   │   │   │       ├── Refactor
            │   │   │   │   │       └── TempPE
            │   │   │   │   │           └── Properties.Resources.Designer.cs.dll
            │   │   │   │   ├── Program.cs
            │   │   │   │   └── Properties
            │   │   │   │       ├── AssemblyInfo.cs
            │   │   │   │       ├── Resources.Designer.cs
            │   │   │   │       ├── Resources.resx
            │   │   │   │       ├── Settings.Designer.cs
            │   │   │   │       └── Settings.settings
            │   │   │   ├── ExportRegedit.sln
            │   │   │   └── ExportRegedit.suo
            │   │   └── RevertRegedit
            │   │       ├── RevertRegedit
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── RevertRegedit.exe
            │   │       │   │   │   ├── RevertRegedit.exe.config
            │   │       │   │   │   ├── RevertRegedit.pdb
            │   │       │   │   │   ├── RevertRegedit.vshost.exe
            │   │       │   │   │   └── RevertRegedit.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── Frm_Main.cs
            │   │       │   ├── Frm_Main.designer.cs
            │   │       │   ├── Frm_Main.resx
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       ├── GenerateResource.read.1.tlog
            │   │       │   │       ├── GenerateResource.write.1.tlog
            │   │       │   │       ├── Refactor
            │   │       │   │       ├── RevertRegedit.csproj.FileListAbsolute.txt
            │   │       │   │       ├── RevertRegedit.csproj.GenerateResource.Cache
            │   │       │   │       ├── RevertRegedit.exe
            │   │       │   │       ├── RevertRegedit.Form1.resources
            │   │       │   │       ├── RevertRegedit.Frm_Main.resources
            │   │       │   │       ├── RevertRegedit.pdb
            │   │       │   │       ├── RevertRegedit.Properties.Resources.resources
            │   │       │   │       └── TempPE
            │   │       │   │           └── Properties.Resources.Designer.cs.dll
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   ├── AssemblyInfo.cs
            │   │       │   │   ├── Resources.Designer.cs
            │   │       │   │   ├── Resources.resx
            │   │       │   │   ├── Settings.Designer.cs
            │   │       │   │   └── Settings.settings
            │   │       │   ├── RevertRegedit.csproj
            │   │       │   └── RevertRegedit.csproj.user
            │   │       ├── RevertRegedit.sln
            │   │       └── RevertRegedit.suo
            │   ├── 09
            │   │   └── FileRelationProgram
            │   │       ├── FileRelationProgram
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── FileRelationProgram.exe
            │   │       │   │   │   ├── FileRelationProgram.exe.config
            │   │       │   │   │   ├── FileRelationProgram.pdb
            │   │       │   │   │   ├── FileRelationProgram.vshost.exe
            │   │       │   │   │   ├── FileRelationProgram.vshost.exe.config
            │   │       │   │   │   └── FileRelationProgram.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── FileRelationProgram.csproj
            │   │       │   ├── FileRelationProgram.csproj.user
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       ├── FileRelationProgram.csproj.FileListAbsolute.txt
            │   │       │   │       ├── FileRelationProgram.exe
            │   │       │   │       ├── FileRelationProgram.Form1.resources
            │   │       │   │       ├── FileRelationProgram.pdb
            │   │       │   │       ├── FileRelationProgram.Properties.Resources.resources
            │   │       │   │       ├── GenerateResource.read.1.tlog
            │   │       │   │       ├── GenerateResource.write.1.tlog
            │   │       │   │       ├── TempPE
            │   │       │   │       │   └── Properties.Resources.Designer.cs.dll
            │   │       │   │       ├── 建立数据文件与程序的关联.csproj.FileListAbsolute.txt
            │   │       │   │       ├── 建立数据文件与程序的关联.csproj.GenerateResource.Cache
            │   │       │   │       ├── 建立数据文件与程序的关联.exe
            │   │       │   │       ├── 建立数据文件与程序的关联.Form1.resources
            │   │       │   │       ├── 建立数据文件与程序的关联.pdb
            │   │       │   │       └── 建立数据文件与程序的关联.Properties.Resources.resources
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       ├── AssemblyInfo.cs
            │   │       │       ├── Resources.Designer.cs
            │   │       │       ├── Resources.resx
            │   │       │       ├── Settings.Designer.cs
            │   │       │       └── Settings.settings
            │   │       ├── FileRelationProgram.sln
            │   │       └── FileRelationProgram.suo
            │   ├── 10
            │   │   └── AboutShortCut
            │   │       ├── AboutShortCut
            │   │       │   ├── AboutShortCut.csproj
            │   │       │   ├── AboutShortCut.csproj.user
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── AboutShortCut.exe
            │   │       │   │   │   ├── AboutShortCut.exe.config
            │   │       │   │   │   ├── AboutShortCut.pdb
            │   │       │   │   │   ├── AboutShortCut.vshost.exe
            │   │       │   │   │   ├── AboutShortCut.vshost.exe.config
            │   │       │   │   │   └── AboutShortCut.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.Designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── obj
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── AboutShortCut.csproj.FileListAbsolute.txt
            │   │       │   │   │   ├── AboutShortCut.exe
            │   │       │   │   │   ├── AboutShortCut.Form1.resources
            │   │       │   │   │   ├── AboutShortCut.pdb
            │   │       │   │   │   ├── AboutShortCut.Properties.Resources.resources
            │   │       │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │   │   ├── Ex25_21.csproj.FileListAbsolute.txt
            │   │       │   │   │   ├── Ex25_21.csproj.GenerateResource.Cache
            │   │       │   │   │   ├── Ex25_21.exe
            │   │       │   │   │   ├── Ex25_21.Form1.resources
            │   │       │   │   │   ├── Ex25_21.pdb
            │   │       │   │   │   ├── Ex25_21.Properties.Resources.resources
            │   │       │   │   │   ├── GenerateResource.read.1.tlog
            │   │       │   │   │   ├── GenerateResource.write.1.tlog
            │   │       │   │   │   └── TempPE
            │   │       │   │   │       └── Properties.Resources.Designer.cs.dll
            │   │       │   │   └── Ex25_21.csproj.FileList.txt
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       ├── AssemblyInfo.cs
            │   │       │       ├── Resources.Designer.cs
            │   │       │       ├── Resources.resx
            │   │       │       ├── Settings.Designer.cs
            │   │       │       └── Settings.settings
            │   │       ├── AboutShortCut.sln
            │   │       └── AboutShortCut.suo
            │   └── 15
            │       └── ConcealDisk
            │           ├── ConcealDisk
            │           │   ├── app.config
            │           │   ├── bin
            │           │   │   ├── Debug
            │           │   │   │   ├── ConcealDisk.exe
            │           │   │   │   ├── ConcealDisk.exe.config
            │           │   │   │   ├── ConcealDisk.pdb
            │           │   │   │   ├── ConcealDisk.vshost.exe
            │           │   │   │   └── ConcealDisk.vshost.exe.manifest
            │           │   │   └── Release
            │           │   ├── ConcealDisk.csproj
            │           │   ├── ConcealDisk.csproj.user
            │           │   ├── Form1.cs
            │           │   ├── Frm_Main.designer.cs
            │           │   ├── Frm_Main.resx
            │           │   ├── obj
            │           │   │   └── Debug
            │           │   │       ├── ConcealDisk.csproj.FileListAbsolute.txt
            │           │   │       ├── ConcealDisk.csproj.GenerateResource.Cache
            │           │   │       ├── ConcealDisk.exe
            │           │   │       ├── ConcealDisk.Form1.resources
            │           │   │       ├── ConcealDisk.pdb
            │           │   │       ├── ConcealDisk.Properties.Resources.resources
            │           │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │           │   │       ├── GenerateResource.read.1.tlog
            │           │   │       ├── GenerateResource.write.1.tlog
            │           │   │       └── TempPE
            │           │   │           └── Properties.Resources.Designer.cs.dll
            │           │   ├── Program.cs
            │           │   └── Properties
            │           │       ├── AssemblyInfo.cs
            │           │       ├── Resources.Designer.cs
            │           │       ├── Resources.resx
            │           │       ├── Settings.Designer.cs
            │           │       └── Settings.settings
            │           ├── ConcealDisk.sln
            │           └── ConcealDisk.suo
            ├── 19
            │   ├── 03
            │   │   ├── AboutPredicate
            │   │   │   ├── AboutPredicate
            │   │   │   │   ├── AboutPredicate.csproj
            │   │   │   │   ├── bin
            │   │   │   │   │   └── Debug
            │   │   │   │   │       ├── AboutPredicate.exe
            │   │   │   │   │       ├── AboutPredicate.pdb
            │   │   │   │   │       ├── AboutPredicate.vshost.exe
            │   │   │   │   │       └── AboutPredicate.vshost.exe.manifest
            │   │   │   │   ├── obj
            │   │   │   │   │   └── x86
            │   │   │   │   │       └── Debug
            │   │   │   │   │           ├── AboutPredicate.csproj.FileListAbsolute.txt
            │   │   │   │   │           ├── AboutPredicate.exe
            │   │   │   │   │           ├── AboutPredicate.pdb
            │   │   │   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │   │   │   │           └── TempPE
            │   │   │   │   ├── Program.cs
            │   │   │   │   └── Properties
            │   │   │   │       └── AssemblyInfo.cs
            │   │   │   ├── AboutPredicate.sln
            │   │   │   └── AboutPredicate.suo
            │   │   └── AboutReplacePredicate
            │   │       ├── AboutReplacePredicate
            │   │       │   ├── AboutReplacePredicate.csproj
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── AboutReplacePredicate.exe
            │   │       │   │       ├── AboutReplacePredicate.pdb
            │   │       │   │       ├── AboutReplacePredicate.vshost.exe
            │   │       │   │       └── AboutReplacePredicate.vshost.exe.manifest
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── AboutReplacePredicate.csproj.FileListAbsolute.txt
            │   │       │   │           ├── AboutReplacePredicate.exe
            │   │       │   │           ├── AboutReplacePredicate.pdb
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── AboutReplacePredicate.sln
            │   │       └── AboutReplacePredicate.suo
            │   ├── 04
            │   │   └── IEnumerableToList
            │   │       ├── IEnumerableToList
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── IEnumerableToList.exe
            │   │       │   │       ├── IEnumerableToList.pdb
            │   │       │   │       ├── IEnumerableToList.vshost.exe
            │   │       │   │       └── IEnumerableToList.vshost.exe.manifest
            │   │       │   ├── IEnumerableToList.csproj
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── IEnumerableToList.csproj.FileListAbsolute.txt
            │   │       │   │           ├── IEnumerableToList.exe
            │   │       │   │           ├── IEnumerableToList.pdb
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── IEnumerableToList.sln
            │   │       └── IEnumerableToList.suo
            │   ├── 05
            │   │   └── AboutOperateNoT
            │   │       ├── AboutOperateNoT
            │   │       │   ├── AboutOperateNoT.csproj
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── AboutOperateNoT.exe
            │   │       │   │       ├── AboutOperateNoT.pdb
            │   │       │   │       ├── AboutOperateNoT.vshost.exe
            │   │       │   │       └── AboutOperateNoT.vshost.exe.manifest
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── AboutOperateNoT.csproj.FileListAbsolute.txt
            │   │       │   │           ├── AboutOperateNoT.exe
            │   │       │   │           ├── AboutOperateNoT.pdb
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── AboutOperateNoT.sln
            │   │       └── AboutOperateNoT.suo
            │   ├── 06
            │   │   └── CustomWhere
            │   │       ├── CustomWhere
            │   │       │   ├── bin
            │   │       │   │   └── Debug
            │   │       │   │       ├── CustomWhere.exe
            │   │       │   │       ├── CustomWhere.pdb
            │   │       │   │       ├── CustomWhere.vshost.exe
            │   │       │   │       └── CustomWhere.vshost.exe.manifest
            │   │       │   ├── CustomWhere.csproj
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── CustomWhere.csproj.FileListAbsolute.txt
            │   │       │   │           ├── CustomWhere.exe
            │   │       │   │           ├── CustomWhere.pdb
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           └── TempPE
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       └── AssemblyInfo.cs
            │   │       ├── CustomWhere.sln
            │   │       └── CustomWhere.suo
            │   ├── 07
            │   │   └── WordTime
            │   │       ├── WordTime
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── WordTime.exe
            │   │       │   │   │   ├── WordTime.exe.config
            │   │       │   │   │   ├── WordTime.pdb
            │   │       │   │   │   ├── WordTime.vshost.exe
            │   │       │   │   │   └── WordTime.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.Designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       ├── GenerateResource.read.1.tlog
            │   │       │   │       ├── GenerateResource-ResGen.read.1.tlog
            │   │       │   │       ├── GenerateResource-ResGen.write.1.tlog
            │   │       │   │       ├── GenerateResource.write.1.tlog
            │   │       │   │       ├── Refactor
            │   │       │   │       ├── TempPE
            │   │       │   │       │   └── Properties.Resources.Designer.cs.dll
            │   │       │   │       ├── WordTime.csproj.FileListAbsolute.txt
            │   │       │   │       ├── WordTime.csproj.GenerateResource.Cache
            │   │       │   │       ├── WordTime.exe
            │   │       │   │       ├── WordTime.Form1.resources
            │   │       │   │       ├── WordTime.pdb
            │   │       │   │       └── WordTime.Properties.Resources.resources
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   ├── AssemblyInfo.cs
            │   │       │   │   ├── Resources.Designer.cs
            │   │       │   │   ├── Resources.resx
            │   │       │   │   ├── Settings.Designer.cs
            │   │       │   │   └── Settings.settings
            │   │       │   ├── WordTime.csproj
            │   │       │   └── WordTime.csproj.user
            │   │       ├── WordTime.sln
            │   │       └── WordTime.suo
            │   ├── 08
            │   │   └── MultiTablesToEntity
            │   │       ├── MultiTablesToEntity
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── MultiTablesToEntity.exe
            │   │       │   │   │   ├── MultiTablesToEntity.exe.config
            │   │       │   │   │   ├── MultiTablesToEntity.pdb
            │   │       │   │   │   ├── MultiTablesToEntity.vshost.exe
            │   │       │   │   │   └── MultiTablesToEntity.vshost.exe.config
            │   │       │   │   └── Release
            │   │       │   ├── DataClasses.cs
            │   │       │   ├── DataClasses.dbml
            │   │       │   ├── DataClasses.dbml.layout
            │   │       │   ├── DataClasses.designer.cs
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.Designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── MultiTablesToEntity.csproj
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── DesignTimeResolveAssemblyReferences.cache
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── GenerateResource.read.1.tlog
            │   │       │   │           ├── GenerateResource.write.1.tlog
            │   │       │   │           ├── MultiTablesToEntity.csproj.FileListAbsolute.txt
            │   │       │   │           ├── MultiTablesToEntity.exe
            │   │       │   │           ├── MultiTablesToEntity.Form1.resources
            │   │       │   │           ├── MultiTablesToEntity.pdb
            │   │       │   │           ├── MultiTablesToEntity.Properties.Resources.resources
            │   │       │   │           └── TempPE
            │   │       │   │               ├── DataClasses1.designer.cs.dll
            │   │       │   │               ├── DataClasses.designer.cs.dll
            │   │       │   │               ├── db_CSharpDataSet.Designer.cs.dll
            │   │       │   │               └── Properties.Resources.Designer.cs.dll
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       ├── AssemblyInfo.cs
            │   │       │       ├── Resources.Designer.cs
            │   │       │       ├── Resources.resx
            │   │       │       ├── Settings.Designer.cs
            │   │       │       └── Settings.settings
            │   │       ├── MultiTablesToEntity.sln
            │   │       └── MultiTablesToEntity.suo
            │   ├── 09
            │   │   └── ProcedureQuery
            │   │       ├── ProcedureQuery
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── ProcedureQuery.exe
            │   │       │   │   │   ├── ProcedureQuery.exe.config
            │   │       │   │   │   ├── ProcedureQuery.pdb
            │   │       │   │   │   └── ProcedureQuery.vshost.exe
            │   │       │   │   └── Release
            │   │       │   ├── DataClasses.dbml
            │   │       │   ├── DataClasses.dbml.layout
            │   │       │   ├── DataClasses.designer.cs
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.Designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       ├── GenerateResource.read.1.tlog
            │   │       │   │       ├── GenerateResource.write.1.tlog
            │   │       │   │       ├── ProcedureQuery.csproj.FileListAbsolute.txt
            │   │       │   │       ├── ProcedureQuery.csproj.GenerateResource.Cache
            │   │       │   │       ├── ProcedureQuery.exe
            │   │       │   │       ├── ProcedureQuery.Form1.resources
            │   │       │   │       ├── ProcedureQuery.Frm_Main.resources
            │   │       │   │       ├── ProcedureQuery.pdb
            │   │       │   │       ├── ProcedureQuery.Properties.Resources.resources
            │   │       │   │       ├── Refactor
            │   │       │   │       └── TempPE
            │   │       │   │           ├── DataClasses.designer.cs.dll
            │   │       │   │           └── Properties.Resources.Designer.cs.dll
            │   │       │   ├── ProcedureQuery.csproj
            │   │       │   ├── ProcedureQuery.csproj.user
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       ├── AssemblyInfo.cs
            │   │       │       ├── Resources.Designer.cs
            │   │       │       ├── Resources.resx
            │   │       │       ├── Settings.Designer.cs
            │   │       │       └── Settings.settings
            │   │       ├── ProcedureQuery.sln
            │   │       └── ProcedureQuery.suo
            │   ├── 10
            │   │   └── ConnInfo
            │   │       ├── ConnInfo
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── ConnInfo.exe
            │   │       │   │   │   ├── ConnInfo.exe.config
            │   │       │   │   │   ├── ConnInfo.pdb
            │   │       │   │   │   ├── ConnInfo.vshost.exe
            │   │       │   │   │   ├── ConnInfo.vshost.exe.config
            │   │       │   │   │   └── ConnInfo.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── ConnInfo.csproj
            │   │       │   ├── DataClasses.dbml
            │   │       │   ├── DataClasses.dbml.layout
            │   │       │   ├── DataClasses.designer.cs
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.Designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── obj
            │   │       │   │   └── x86
            │   │       │   │       └── Debug
            │   │       │   │           ├── ConnInfo.csproj.FileListAbsolute.txt
            │   │       │   │           ├── ConnInfo.exe
            │   │       │   │           ├── ConnInfo.Form1.resources
            │   │       │   │           ├── ConnInfo.pdb
            │   │       │   │           ├── ConnInfo.Properties.Resources.resources
            │   │       │   │           ├── DesignTimeResolveAssemblyReferences.cache
            │   │       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │           ├── GenerateResource.read.1.tlog
            │   │       │   │           ├── GenerateResource.write.1.tlog
            │   │       │   │           └── TempPE
            │   │       │   │               ├── DataClasses.designer.cs.dll
            │   │       │   │               └── Properties.Resources.Designer.cs.dll
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       ├── AssemblyInfo.cs
            │   │       │       ├── Resources.Designer.cs
            │   │       │       ├── Resources.resx
            │   │       │       ├── Settings.Designer.cs
            │   │       │       └── Settings.settings
            │   │       ├── ConnInfo.sln
            │   │       └── ConnInfo.suo
            │   ├── 12
            │   │   └── LinqPages
            │   │       ├── LinqPages
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── LinqPages.exe
            │   │       │   │   │   ├── LinqPages.exe.config
            │   │       │   │   │   ├── LinqPages.pdb
            │   │       │   │   │   └── LinqPages.vshost.exe
            │   │       │   │   └── Release
            │   │       │   ├── From1.cs
            │   │       │   ├── From1.designer.cs
            │   │       │   ├── From1.resx
            │   │       │   ├── LinqClass.dbml
            │   │       │   ├── LinqClass.dbml.layout
            │   │       │   ├── LinqClass.designer.cs
            │   │       │   ├── LinqPages.csproj
            │   │       │   ├── LinqPages.csproj.user
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       ├── GenerateResource.read.1.tlog
            │   │       │   │       ├── GenerateResource.write.1.tlog
            │   │       │   │       ├── LinqPages.csproj.FileListAbsolute.txt
            │   │       │   │       ├── LinqPages.csproj.GenerateResource.Cache
            │   │       │   │       ├── LinqPages.exe
            │   │       │   │       ├── LinqPages.Frm_Main.resources
            │   │       │   │       ├── LinqPages.From1.resources
            │   │       │   │       ├── LinqPages.pdb
            │   │       │   │       ├── LinqPages.Properties.Resources.resources
            │   │       │   │       ├── Refactor
            │   │       │   │       └── TempPE
            │   │       │   │           ├── LinqClass.designer.cs.dll
            │   │       │   │           └── Properties.Resources.Designer.cs.dll
            │   │       │   ├── Program.cs
            │   │       │   └── Properties
            │   │       │       ├── AssemblyInfo.cs
            │   │       │       ├── Resources.Designer.cs
            │   │       │       ├── Resources.resx
            │   │       │       ├── Settings.Designer.cs
            │   │       │       └── Settings.settings
            │   │       ├── LinqPages.sln
            │   │       └── LinqPages.suo
            │   ├── 13
            │   │   └── QueryTablesByLinq
            │   │       ├── QueryTablesByLinq
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── QueryTablesByLinq.exe
            │   │       │   │   │   ├── QueryTablesByLinq.exe.config
            │   │       │   │   │   ├── QueryTablesByLinq.pdb
            │   │       │   │   │   ├── QueryTablesByLinq.vshost.exe
            │   │       │   │   │   └── QueryTablesByLinq.vshost.exe.manifest
            │   │       │   │   └── Release
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.Designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       ├── GenerateResource.read.1.tlog
            │   │       │   │       ├── GenerateResource.write.1.tlog
            │   │       │   │       ├── QueryTablesByLinq.csproj.FileListAbsolute.txt
            │   │       │   │       ├── QueryTablesByLinq.csproj.GenerateResource.Cache
            │   │       │   │       ├── QueryTablesByLinq.exe
            │   │       │   │       ├── QueryTablesByLinq.Form1.resources
            │   │       │   │       ├── QueryTablesByLinq.Frm_Main.resources
            │   │       │   │       ├── QueryTablesByLinq.pdb
            │   │       │   │       ├── QueryTablesByLinq.Properties.Resources.resources
            │   │       │   │       ├── Refactor
            │   │       │   │       └── TempPE
            │   │       │   │           └── Properties.Resources.Designer.cs.dll
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   ├── AssemblyInfo.cs
            │   │       │   │   ├── Resources.Designer.cs
            │   │       │   │   ├── Resources.resx
            │   │       │   │   ├── Settings.Designer.cs
            │   │       │   │   └── Settings.settings
            │   │       │   ├── QueryTablesByLinq.csproj
            │   │       │   └── QueryTablesByLinq.csproj.user
            │   │       ├── QueryTablesByLinq.sln
            │   │       └── QueryTablesByLinq.suo
            │   ├── 19
            │   │   └── SumElement
            │   │       ├── SumElement
            │   │       │   ├── app.config
            │   │       │   ├── bin
            │   │       │   │   ├── Debug
            │   │       │   │   │   ├── SumElement.exe
            │   │       │   │   │   ├── SumElement.exe.config
            │   │       │   │   │   ├── SumElement.pdb
            │   │       │   │   │   ├── SumElement.vshost.exe
            │   │       │   │   │   ├── SumElement.vshost.exe.manifest
            │   │       │   │   │   └── Test.xml
            │   │       │   │   └── Release
            │   │       │   ├── Form1.cs
            │   │       │   ├── Form1.Designer.cs
            │   │       │   ├── Form1.resx
            │   │       │   ├── obj
            │   │       │   │   └── Debug
            │   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       │   │       ├── GenerateResource.read.1.tlog
            │   │       │   │       ├── GenerateResource.write.1.tlog
            │   │       │   │       ├── Refactor
            │   │       │   │       ├── SumElement.csproj.FileListAbsolute.txt
            │   │       │   │       ├── SumElement.csproj.GenerateResource.Cache
            │   │       │   │       ├── SumElement.exe
            │   │       │   │       ├── SumElement.Form1.resources
            │   │       │   │       ├── SumElement.Frm_Main.resources
            │   │       │   │       ├── SumElement.pdb
            │   │       │   │       ├── SumElement.Properties.Resources.resources
            │   │       │   │       └── TempPE
            │   │       │   │           └── Properties.Resources.Designer.cs.dll
            │   │       │   ├── Program.cs
            │   │       │   ├── Properties
            │   │       │   │   ├── AssemblyInfo.cs
            │   │       │   │   ├── Resources.Designer.cs
            │   │       │   │   ├── Resources.resx
            │   │       │   │   ├── Settings.Designer.cs
            │   │       │   │   └── Settings.settings
            │   │       │   ├── SumElement.csproj
            │   │       │   └── SumElement.csproj.user
            │   │       ├── SumElement.sln
            │   │       └── SumElement.suo
            │   └── 20
            │       └── LinqToXmlConvert
            │           ├── LinqToXmlConvert
            │           │   ├── app.config
            │           │   ├── bin
            │           │   │   ├── Debug
            │           │   │   │   ├── LinqToXmlConvert.exe
            │           │   │   │   ├── LinqToXmlConvert.exe.config
            │           │   │   │   ├── LinqToXmlConvert.pdb
            │           │   │   │   ├── LinqToXmlConvert.vshost.exe
            │           │   │   │   └── Test.xml
            │           │   │   └── Release
            │           │   ├── DataClasses.dbml
            │           │   ├── DataClasses.dbml.layout
            │           │   ├── DataClasses.designer.cs
            │           │   ├── Form1.cs
            │           │   ├── Form1.Designer.cs
            │           │   ├── Form1.resx
            │           │   ├── LinqToXmlConvert.csproj
            │           │   ├── LinqToXmlConvert.csproj.user
            │           │   ├── obj
            │           │   │   └── Debug
            │           │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │           │   │       ├── GenerateResource.read.1.tlog
            │           │   │       ├── GenerateResource.write.1.tlog
            │           │   │       ├── LinqToXmlConvert.csproj.FileListAbsolute.txt
            │           │   │       ├── LinqToXmlConvert.csproj.GenerateResource.Cache
            │           │   │       ├── LinqToXmlConvert.exe
            │           │   │       ├── LinqToXmlConvert.Form1.resources
            │           │   │       ├── LinqToXmlConvert.pdb
            │           │   │       ├── LinqToXmlConvert.Properties.Resources.resources
            │           │   │       ├── Refactor
            │           │   │       └── TempPE
            │           │   │           ├── DataClasses.designer.cs.dll
            │           │   │           └── Properties.Resources.Designer.cs.dll
            │           │   ├── Program.cs
            │           │   └── Properties
            │           │       ├── AssemblyInfo.cs
            │           │       ├── Resources.Designer.cs
            │           │       ├── Resources.resx
            │           │       ├── Settings.Designer.cs
            │           │       └── Settings.settings
            │           ├── LinqToXmlConvert.sln
            │           └── LinqToXmlConvert.suo
            └── Database
                ├── db_CSharp_log.ldf
                └── db_CSharp.mdf

1705 directories, 3525 files

实例下载地址

C#必须知道的300个问题-源代码

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警