在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → 金旭亮《C#面向对象程序设计》教案7_9:终结版源码

金旭亮《C#面向对象程序设计》教案7_9:终结版源码

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:3.52M
  • 下载次数:9
  • 浏览次数:80
  • 发布时间:2023-05-09
  • 实例类别:C#语言基础
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2

实例介绍

【实例简介】金旭亮《C#面向对象程序设计》教案7_9:终结版
本资源包容金旭亮《C#面向对象程序设计》教案的最后3讲:7 对象集合与对象组合;8 泛型编程;9 对象间的协作与信息交换。包容相关PDF文档及VS2010示例源码。请关注金旭亮博客以获取更多技术资源:...

【实例截图】

from clipboard

【核心代码】

.
├── 4 对象集合与对象组合
│   ├── SourceCode
│   │   ├── ArrayEquals
│   │   │   ├── ArrayEquals
│   │   │   │   ├── ArrayEquals.csproj
│   │   │   │   ├── ArrayEquals.csproj.user
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── ArrayEquals.exe
│   │   │   │   │   │   ├── ArrayEquals.pdb
│   │   │   │   │   │   ├── ArrayEquals.vshost.exe
│   │   │   │   │   │   └── ArrayEquals.vshost.exe.manifest
│   │   │   │   │   └── Release
│   │   │   │   └── obj
│   │   │   │       └── x86
│   │   │   │           ├── Debug
│   │   │   │           │   ├── ArrayEquals.csproj.FileListAbsolute.txt
│   │   │   │           │   ├── ArrayEquals.exe
│   │   │   │           │   ├── ArrayEquals.pdb
│   │   │   │           │   ├── ResolveAssemblyReference.cache
│   │   │   │           │   └── TempPE
│   │   │   │           └── Release
│   │   │   ├── ArrayEquals.sln
│   │   │   └── ArrayEquals.suo
│   │   ├── ArrayExistsEvenNumer
│   │   │   ├── ArrayExistsEvenNumer
│   │   │   │   ├── ArrayExistsEvenNumer.csproj
│   │   │   │   ├── ArrayExistsEvenNumer.csproj.user
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── ArrayExistsEvenNumer.exe
│   │   │   │   │   │   ├── ArrayExistsEvenNumer.pdb
│   │   │   │   │   │   └── ArrayExistsEvenNumer.vshost.exe
│   │   │   │   │   └── Release
│   │   │   │   └── obj
│   │   │   │       └── x86
│   │   │   │           ├── Debug
│   │   │   │           │   ├── ArrayExistsEvenNumer.csproj.FileListAbsolute.txt
│   │   │   │           │   ├── ArrayExistsEvenNumer.exe
│   │   │   │           │   ├── ArrayExistsEvenNumer.pdb
│   │   │   │           │   └── TempPE
│   │   │   │           └── Release
│   │   │   ├── ArrayExistsEvenNumer.sln
│   │   │   └── ArrayExistsEvenNumer.suo
│   │   ├── ArrayForEachExample
│   │   │   ├── ArrayForEachExample
│   │   │   │   ├── ArrayForEachExample.csproj
│   │   │   │   ├── ArrayForEachExample.csproj.user
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── ArrayForEachExample.exe
│   │   │   │   │   │   ├── ArrayForEachExample.pdb
│   │   │   │   │   │   └── ArrayForEachExample.vshost.exe
│   │   │   │   │   └── Release
│   │   │   │   └── obj
│   │   │   │       └── x86
│   │   │   │           ├── Debug
│   │   │   │           │   ├── ArrayForEachExample.csproj.FileListAbsolute.txt
│   │   │   │           │   ├── ArrayForEachExample.exe
│   │   │   │           │   ├── ArrayForEachExample.pdb
│   │   │   │           │   └── TempPE
│   │   │   │           └── Release
│   │   │   ├── ArrayForEachExample.sln
│   │   │   └── ArrayForEachExample.suo
│   │   ├── ConvertArrayElementType
│   │   │   ├── ConvertArrayElementType
│   │   │   │   ├── ConvertArrayElementType.csproj
│   │   │   │   ├── ConvertArrayElementType.csproj.user
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── ConvertArrayElementType.exe
│   │   │   │   │   │   ├── ConvertArrayElementType.pdb
│   │   │   │   │   │   └── ConvertArrayElementType.vshost.exe
│   │   │   │   │   └── Release
│   │   │   │   └── obj
│   │   │   │       └── x86
│   │   │   │           ├── Debug
│   │   │   │           │   ├── ConvertArrayElementType.csproj.FileListAbsolute.txt
│   │   │   │           │   ├── ConvertArrayElementType.exe
│   │   │   │           │   ├── ConvertArrayElementType.pdb
│   │   │   │           │   └── TempPE
│   │   │   │           └── Release
│   │   │   ├── ConvertArrayElementType.sln
│   │   │   └── ConvertArrayElementType.suo
│   │   ├── InnerClassExample
│   │   │   ├── InnerClassExample
│   │   │   │   ├── ClassA.cs
│   │   │   │   ├── ClassB.cs
│   │   │   │   ├── InnerClassExample.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── InnerClassExample.exe
│   │   │   │   │       ├── InnerClassExample.pdb
│   │   │   │   │       ├── InnerClassExample.vshost.exe
│   │   │   │   │       └── InnerClassExample.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │       │   ├── InnerClassExample.csproj.FileListAbsolute.txt
│   │   │   │       │   ├── InnerClassExample.exe
│   │   │   │       │   ├── InnerClassExample.pdb
│   │   │   │       │   └── TempPE
│   │   │   │       └── InnerClassExample.csproj.FileList.txt
│   │   │   ├── InnerClassExample.sln
│   │   │   └── InnerClassExample.suo
│   │   ├── LinkListExample
│   │   │   ├── LinkListExample
│   │   │   │   ├── LinkListExample.csproj
│   │   │   │   ├── LinkNode.cs
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── LinkListExample.exe
│   │   │   │   │       ├── LinkListExample.pdb
│   │   │   │   │       ├── LinkListExample.vshost.exe
│   │   │   │   │       └── LinkListExample.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │       │   ├── LinkListExample.csproj.FileListAbsolute.txt
│   │   │   │       │   ├── LinkListExample.exe
│   │   │   │       │   ├── LinkListExample.pdb
│   │   │   │       │   └── TempPE
│   │   │   │       └── LinkListExample.csproj.FileList.txt
│   │   │   ├── LinkListExample.sln
│   │   │   ├── LinkListExample.suo
│   │   │   └── UpgradeLog.XML
│   │   ├── ObjectCompare
│   │   │   ├── ObjectCompare
│   │   │   │   ├── Circle.cs
│   │   │   │   ├── ObjectCompare.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── ObjectCompare.exe
│   │   │   │   │       ├── ObjectCompare.pdb
│   │   │   │   │       ├── ObjectCompare.vshost.exe
│   │   │   │   │       └── ObjectCompare.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │       │   ├── ObjectCompare.csproj.FileListAbsolute.txt
│   │   │   │       │   ├── ObjectCompare.exe
│   │   │   │       │   ├── ObjectCompare.pdb
│   │   │   │       │   └── TempPE
│   │   │   │       └── ObjectCompare.csproj.FileList.txt
│   │   │   ├── ObjectCompare.sln
│   │   │   └── ObjectCompare.suo
│   │   ├── ObjectComparer
│   │   │   ├── ObjectComparer
│   │   │   │   ├── MyClass.cs
│   │   │   │   ├── MyClassComparer.cs
│   │   │   │   ├── ObjectComparer.csproj
│   │   │   │   ├── ObjectComparer.csproj.user
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── ObjectComparer.exe
│   │   │   │   │   │   ├── ObjectComparer.pdb
│   │   │   │   │   │   ├── ObjectComparer.vshost.exe
│   │   │   │   │   │   └── ObjectComparer.vshost.exe.manifest
│   │   │   │   │   └── Release
│   │   │   │   └── obj
│   │   │   │       └── x86
│   │   │   │           ├── Debug
│   │   │   │           │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │           │   ├── ObjectComparer.csproj.FileListAbsolute.txt
│   │   │   │           │   ├── ObjectComparer.exe
│   │   │   │           │   ├── ObjectComparer.pdb
│   │   │   │           │   └── TempPE
│   │   │   │           └── Release
│   │   │   ├── ObjectComparer.sln
│   │   │   └── ObjectComparer.suo
│   │   ├── ObjectEmbodied
│   │   │   ├── ObjectEmbodied.csproj
│   │   │   ├── ObjectEmbodied.csproj.user
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── ObjectEmbodied.exe
│   │   │   │   │   └── ObjectEmbodied.pdb
│   │   │   │   └── Release
│   │   │   │       ├── ObjectEmbodied.exe
│   │   │   │       └── ObjectEmbodied.pdb
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       │   ├── ObjectEmbodied.csproj.FileListAbsolute.txt
│   │   │       │   ├── ObjectEmbodied.exe
│   │   │       │   ├── ObjectEmbodied.pdb
│   │   │       │   └── TempPE
│   │   │       └── Release
│   │   │           ├── ObjectEmbodied.csproj.FileListAbsolute.txt
│   │   │           ├── ObjectEmbodied.exe
│   │   │           ├── ObjectEmbodied.pdb
│   │   │           └── TempPE
│   │   ├── SortObjectArray
│   │   │   ├── SortObjectArray
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── SortObjectArray.csproj
│   │   │   │   ├── SortObjectArray.csproj.user
│   │   │   │   ├── bin
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── SortObjectArray.exe
│   │   │   │   │   │   ├── SortObjectArray.pdb
│   │   │   │   │   │   ├── SortObjectArray.vshost.exe
│   │   │   │   │   │   └── SortObjectArray.vshost.exe.manifest
│   │   │   │   │   └── Release
│   │   │   │   └── obj
│   │   │   │       └── x86
│   │   │   │           ├── Debug
│   │   │   │           │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │           │   ├── SortObjectArray.csproj.FileListAbsolute.txt
│   │   │   │           │   ├── SortObjectArray.exe
│   │   │   │           │   ├── SortObjectArray.pdb
│   │   │   │           │   └── TempPE
│   │   │   │           └── Release
│   │   │   ├── SortObjectArray.sln
│   │   │   └── SortObjectArray.suo
│   │   ├── SortWithKeys
│   │   │   ├── SortWithKeys
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── SortWithKeys.csproj
│   │   │   │   ├── SortWithKeys.csproj.user
│   │   │   │   ├── bin
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── SortWithKeys.exe
│   │   │   │   │   │   ├── SortWithKeys.pdb
│   │   │   │   │   │   └── SortWithKeys.vshost.exe
│   │   │   │   │   └── Release
│   │   │   │   └── obj
│   │   │   │       └── x86
│   │   │   │           ├── Debug
│   │   │   │           │   ├── SortWithKeys.csproj.FileListAbsolute.txt
│   │   │   │           │   ├── SortWithKeys.exe
│   │   │   │           │   ├── SortWithKeys.pdb
│   │   │   │           │   └── TempPE
│   │   │   │           └── Release
│   │   │   ├── SortWithKeys.sln
│   │   │   └── SortWithKeys.suo
│   │   ├── UIEmbedUseContentControl
│   │   │   ├── UIEmbedUseContentControl
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── CenterUIPart.xaml
│   │   │   │   ├── CenterUIPart.xaml.cs
│   │   │   │   ├── MainWindow.xaml
│   │   │   │   ├── MainWindow.xaml.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── UIEmbedUseContentControl.csproj
│   │   │   │   ├── UIEmbedUseContentControl.csproj.user
│   │   │   │   ├── bin
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── UIEmbedUseContentControl.exe
│   │   │   │   │   │   ├── UIEmbedUseContentControl.pdb
│   │   │   │   │   │   └── UIEmbedUseContentControl.vshost.exe
│   │   │   │   │   └── Release
│   │   │   │   │       ├── UIEmbedUseContentControl.exe
│   │   │   │   │       └── UIEmbedUseContentControl.pdb
│   │   │   │   ├── bottomUIPart.xaml
│   │   │   │   ├── bottomUIPart.xaml.cs
│   │   │   │   ├── leftUIPart.xaml
│   │   │   │   ├── leftUIPart.xaml.cs
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │       ├── Debug
│   │   │   │   │       │   ├── App.g.cs
│   │   │   │   │       │   ├── App.g.i.cs
│   │   │   │   │       │   ├── CenterUIPart.baml
│   │   │   │   │       │   ├── CenterUIPart.g.cs
│   │   │   │   │       │   ├── CenterUIPart.g.i.cs
│   │   │   │   │       │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │       │   ├── GenerateResource.read.1.tlog
│   │   │   │   │       │   ├── GenerateResource.write.1.tlog
│   │   │   │   │       │   ├── MainWindow.baml
│   │   │   │   │       │   ├── MainWindow.g.cs
│   │   │   │   │       │   ├── MainWindow.g.i.cs
│   │   │   │   │       │   ├── Page1.g.i.cs
│   │   │   │   │       │   ├── TempPE
│   │   │   │   │       │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │       │   ├── UIEmbedUseContentControl.Properties.Resources.resources
│   │   │   │   │       │   ├── UIEmbedUseContentControl.csproj.FileListAbsolute.txt
│   │   │   │   │       │   ├── UIEmbedUseContentControl.exe
│   │   │   │   │       │   ├── UIEmbedUseContentControl.g.resources
│   │   │   │   │       │   ├── UIEmbedUseContentControl.pdb
│   │   │   │   │       │   ├── UIEmbedUseContentControl_MarkupCompile.cache
│   │   │   │   │       │   ├── UIEmbedUseContentControl_MarkupCompile.i.cache
│   │   │   │   │       │   ├── bottomUIPart.baml
│   │   │   │   │       │   ├── bottomUIPart.g.cs
│   │   │   │   │       │   ├── bottomUIPart.g.i.cs
│   │   │   │   │       │   ├── leftUIPart.baml
│   │   │   │   │       │   ├── leftUIPart.g.cs
│   │   │   │   │       │   ├── leftUIPart.g.i.cs
│   │   │   │   │       │   ├── rightUIPart.baml
│   │   │   │   │       │   ├── rightUIPart.g.cs
│   │   │   │   │       │   ├── rightUIPart.g.i.cs
│   │   │   │   │       │   ├── topUIPart.baml
│   │   │   │   │       │   ├── topUIPart.g.cs
│   │   │   │   │       │   ├── topUIPart.g.i.cs
│   │   │   │   │       │   ├── winBottom.g.i.cs
│   │   │   │   │       │   ├── winCenter.g.i.cs
│   │   │   │   │       │   ├── winLeft.g.i.cs
│   │   │   │   │       │   ├── winRight.g.i.cs
│   │   │   │   │       │   └── winTop.g.i.cs
│   │   │   │   │       └── Release
│   │   │   │   │           ├── App.g.cs
│   │   │   │   │           ├── App.g.i.cs
│   │   │   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │           ├── GenerateResource.read.1.tlog
│   │   │   │   │           ├── GenerateResource.write.1.tlog
│   │   │   │   │           ├── MainWindow.baml
│   │   │   │   │           ├── MainWindow.g.cs
│   │   │   │   │           ├── MainWindow.g.i.cs
│   │   │   │   │           ├── TempPE
│   │   │   │   │           │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │           ├── UIEmbedUseContentControl.Properties.Resources.resources
│   │   │   │   │           ├── UIEmbedUseContentControl.csproj.FileListAbsolute.txt
│   │   │   │   │           ├── UIEmbedUseContentControl.exe
│   │   │   │   │           ├── UIEmbedUseContentControl.g.resources
│   │   │   │   │           ├── UIEmbedUseContentControl.pdb
│   │   │   │   │           ├── UIEmbedUseContentControl_MarkupCompile.cache
│   │   │   │   │           ├── UIEmbedUseContentControl_MarkupCompile.i.cache
│   │   │   │   │           ├── winBottom.baml
│   │   │   │   │           ├── winBottom.g.cs
│   │   │   │   │           ├── winBottom.g.i.cs
│   │   │   │   │           ├── winCenter.baml
│   │   │   │   │           ├── winCenter.g.cs
│   │   │   │   │           ├── winCenter.g.i.cs
│   │   │   │   │           ├── winLeft.baml
│   │   │   │   │           ├── winLeft.g.cs
│   │   │   │   │           ├── winLeft.g.i.cs
│   │   │   │   │           ├── winRight.baml
│   │   │   │   │           ├── winRight.g.cs
│   │   │   │   │           ├── winRight.g.i.cs
│   │   │   │   │           ├── winTop.baml
│   │   │   │   │           ├── winTop.g.cs
│   │   │   │   │           └── winTop.g.i.cs
│   │   │   │   ├── rightUIPart.xaml
│   │   │   │   ├── rightUIPart.xaml.cs
│   │   │   │   ├── topUIPart.xaml
│   │   │   │   └── topUIPart.xaml.cs
│   │   │   ├── UIEmbedUseContentControl.sln
│   │   │   └── UIEmbedUseContentControl.suo
│   │   ├── UIEmbedUsePanel
│   │   │   ├── UIEmbedUsePanel
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── MainWindow.xaml
│   │   │   │   ├── MainWindow.xaml.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── UIEmbedUsePanel.csproj
│   │   │   │   ├── UIEmbedUsePanel.csproj.user
│   │   │   │   ├── bin
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── UIEmbedUsePanel.exe
│   │   │   │   │   │   ├── UIEmbedUsePanel.pdb
│   │   │   │   │   │   └── UIEmbedUsePanel.vshost.exe
│   │   │   │   │   └── Release
│   │   │   │   └── obj
│   │   │   │       └── x86
│   │   │   │           ├── Debug
│   │   │   │           │   ├── App.g.cs
│   │   │   │           │   ├── App.g.i.cs
│   │   │   │           │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │           │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │           │   ├── GenerateResource.read.1.tlog
│   │   │   │           │   ├── GenerateResource.write.1.tlog
│   │   │   │           │   ├── MainWindow.baml
│   │   │   │           │   ├── MainWindow.g.cs
│   │   │   │           │   ├── MainWindow.g.i.cs
│   │   │   │           │   ├── TempPE
│   │   │   │           │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │           │   ├── UIEmbedUsePanel.Properties.Resources.resources
│   │   │   │           │   ├── UIEmbedUsePanel.csproj.FileListAbsolute.txt
│   │   │   │           │   ├── UIEmbedUsePanel.exe
│   │   │   │           │   ├── UIEmbedUsePanel.g.resources
│   │   │   │           │   ├── UIEmbedUsePanel.pdb
│   │   │   │           │   ├── UIEmbedUsePanel_MarkupCompile.cache
│   │   │   │           │   └── UIEmbedUsePanel_MarkupCompile.i.cache
│   │   │   │           └── Release
│   │   │   ├── UIEmbedUsePanel.sln
│   │   │   └── UIEmbedUsePanel.suo
│   │   └── WindowEmbedInWinForm
│   │       ├── WindowEmbedInWinForm
│   │       │   ├── Program.cs
│   │       │   ├── Properties
│   │       │   │   ├── AssemblyInfo.cs
│   │       │   │   ├── Resources.Designer.cs
│   │       │   │   ├── Resources.resx
│   │       │   │   ├── Settings.Designer.cs
│   │       │   │   └── Settings.settings
│   │       │   ├── WindowEmbedInWinForm.csproj
│   │       │   ├── WindowEmbedInWinForm.csproj.user
│   │       │   ├── bin
│   │       │   │   ├── Debug
│   │       │   │   │   ├── WindowEmbedInWinForm.exe
│   │       │   │   │   ├── WindowEmbedInWinForm.pdb
│   │       │   │   │   └── WindowEmbedInWinForm.vshost.exe
│   │       │   │   └── Release
│   │       │   │       ├── WindowEmbedInWinForm.exe
│   │       │   │       └── WindowEmbedInWinForm.pdb
│   │       │   ├── frmBottom.Designer.cs
│   │       │   ├── frmBottom.cs
│   │       │   ├── frmBottom.resx
│   │       │   ├── frmCenter.Designer.cs
│   │       │   ├── frmCenter.cs
│   │       │   ├── frmCenter.resx
│   │       │   ├── frmLeft.Designer.cs
│   │       │   ├── frmLeft.cs
│   │       │   ├── frmLeft.resx
│   │       │   ├── frmMain.Designer.cs
│   │       │   ├── frmMain.cs
│   │       │   ├── frmMain.resx
│   │       │   ├── frmRight.Designer.cs
│   │       │   ├── frmRight.cs
│   │       │   ├── frmRight.resx
│   │       │   └── obj
│   │       │       └── x86
│   │       │           ├── Debug
│   │       │           │   ├── DesignTimeResolveAssemblyReferences.cache
│   │       │           │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │       │           │   ├── GenerateResource.read.1.tlog
│   │       │           │   ├── GenerateResource.write.1.tlog
│   │       │           │   ├── TempPE
│   │       │           │   ├── WindowEmbedInWinForm.Form1.resources
│   │       │           │   ├── WindowEmbedInWinForm.Properties.Resources.resources
│   │       │           │   ├── WindowEmbedInWinForm.csproj.FileListAbsolute.txt
│   │       │           │   ├── WindowEmbedInWinForm.exe
│   │       │           │   ├── WindowEmbedInWinForm.frmBottom.resources
│   │       │           │   ├── WindowEmbedInWinForm.frmCenter.resources
│   │       │           │   ├── WindowEmbedInWinForm.frmLeft.resources
│   │       │           │   ├── WindowEmbedInWinForm.frmMain.resources
│   │       │           │   ├── WindowEmbedInWinForm.frmRight.resources
│   │       │           │   └── WindowEmbedInWinForm.pdb
│   │       │           └── Release
│   │       │               ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │       │               ├── GenerateResource.read.1.tlog
│   │       │               ├── GenerateResource.write.1.tlog
│   │       │               ├── TempPE
│   │       │               ├── WindowEmbedInWinForm.Properties.Resources.resources
│   │       │               ├── WindowEmbedInWinForm.csproj.FileListAbsolute.txt
│   │       │               ├── WindowEmbedInWinForm.exe
│   │       │               └── WindowEmbedInWinForm.pdb
│   │       ├── WindowEmbedInWinForm.sln
│   │       └── WindowEmbedInWinForm.suo
│   ├── Thumbs.db
│   └── 对象集合与对象组合.pdf
├── 5 泛型编程
│   ├── SourceCode
│   │   ├── CSMaxMinValueForGP1
│   │   │   ├── CSMaxMinValueForGP1
│   │   │   │   ├── CSMaxMinValueForGP1.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── frmGPExample1.exe
│   │   │   │   │       ├── frmGPExample1.pdb
│   │   │   │   │       ├── frmGPExample1.vshost.exe
│   │   │   │   │       └── frmGPExample1.vshost.exe.manifest
│   │   │   │   ├── frmGPExample1.Designer.cs
│   │   │   │   ├── frmGPExample1.cs
│   │   │   │   ├── frmGPExample1.resx
│   │   │   │   └── obj
│   │   │   │       ├── CSMaxMinValueForGP1.csproj.FileList.txt
│   │   │   │       ├── Debug
│   │   │   │       │   ├── CSMaxMinValueForGP1.csproj.FileListAbsolute.txt
│   │   │   │       │   ├── CSMaxMinValueForGP1.csproj.GenerateResource.Cache
│   │   │   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │       │   ├── GenerateResource.read.1.tlog
│   │   │   │       │   ├── GenerateResource.write.1.tlog
│   │   │   │       │   ├── MaxMinValueForGP1.csproj.GenerateResource.Cache
│   │   │   │       │   ├── MaxMinValueForGP1.rar.csproj.GenerateResource.Cache
│   │   │   │       │   ├── Refactor
│   │   │   │       │   ├── TempPE
│   │   │   │       │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │       │   ├── frmGPExample1.Properties.Resources.resources
│   │   │   │       │   ├── frmGPExample1.csproj.GenerateResource.Cache
│   │   │   │       │   ├── frmGPExample1.exe
│   │   │   │       │   ├── frmGPExample1.frmGPExample1.resources
│   │   │   │       │   └── frmGPExample1.pdb
│   │   │   │       ├── MaxMinValueForGP1.csproj.FileList.txt
│   │   │   │       ├── MaxMinValueForGP1.rar.csproj.FileList.txt
│   │   │   │       └── frmGPExample1.csproj.FileList.txt
│   │   │   ├── CSMaxMinValueForGP1.sln
│   │   │   ├── CSMaxMinValueForGP1.suo
│   │   │   ├── UpgradeLog.XML
│   │   │   └── _UpgradeReport_Files
│   │   │       ├── UpgradeReport.css
│   │   │       ├── UpgradeReport.xslt
│   │   │       ├── UpgradeReport_Minus.gif
│   │   │       └── UpgradeReport_Plus.gif
│   │   ├── CSMaxMinValueForGP2
│   │   │   ├── CSMaxMinValueForGP2
│   │   │   │   ├── CSMaxMinValueForGP2.csproj
│   │   │   │   ├── ComplexNum.cs
│   │   │   │   ├── MaxMin.cs
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── MaxMinValueForGP2.exe
│   │   │   │   │       ├── MaxMinValueForGP2.pdb
│   │   │   │   │       ├── MaxMinValueForGP2.vshost.exe
│   │   │   │   │       └── MaxMinValueForGP2.vshost.exe.manifest
│   │   │   │   ├── frmGPExample2.Designer.cs
│   │   │   │   ├── frmGPExample2.cs
│   │   │   │   ├── frmGPExample2.resx
│   │   │   │   └── obj
│   │   │   │       ├── CSMaxMinValueForGP2.csproj.FileList.txt
│   │   │   │       ├── Debug
│   │   │   │       │   ├── CSMaxMinValueForGP2.csproj.FileListAbsolute.txt
│   │   │   │       │   ├── CSMaxMinValueForGP2.csproj.GenerateResource.Cache
│   │   │   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │       │   ├── MaxMinValueForGP2.Properties.Resources.resources
│   │   │   │       │   ├── MaxMinValueForGP2.csproj.GenerateResource.Cache
│   │   │   │       │   ├── MaxMinValueForGP2.exe
│   │   │   │       │   ├── MaxMinValueForGP2.frmGPExample2.resources
│   │   │   │       │   ├── MaxMinValueForGP2.pdb
│   │   │   │       │   ├── Refactor
│   │   │   │       │   └── TempPE
│   │   │   │       │       └── Properties.Resources.Designer.cs.dll
│   │   │   │       └── MaxMinValueForGP2.csproj.FileList.txt
│   │   │   ├── CSMaxMinValueForGP2.sln
│   │   │   ├── CSMaxMinValueForGP2.suo
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── UpgradeLog2.XML
│   │   │   └── _UpgradeReport_Files
│   │   │       ├── UpgradeReport.css
│   │   │       ├── UpgradeReport.xslt
│   │   │       ├── UpgradeReport_Minus.gif
│   │   │       └── UpgradeReport_Plus.gif
│   │   ├── MyFileBrowser
│   │   │   ├── MyFileBrowser
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── FileBrowserHelper.cs
│   │   │   │   ├── MyFileBrowser.csproj
│   │   │   │   ├── MyFileBrowser.csproj.user
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── Window1.xaml
│   │   │   │   ├── Window1.xaml.cs
│   │   │   │   ├── bin
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── MyFileBrowser.exe
│   │   │   │   │   │   ├── MyFileBrowser.pdb
│   │   │   │   │   │   ├── MyFileBrowser.vshost.exe
│   │   │   │   │   │   └── MyFileBrowser.vshost.exe.manifest
│   │   │   │   │   └── Release
│   │   │   │   │       ├── MyFileBrowser.exe
│   │   │   │   │       └── MyFileBrowser.pdb
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── App.g.cs
│   │   │   │       │   ├── MyFileBrowser.Properties.Resources.resources
│   │   │   │       │   ├── MyFileBrowser.csproj.FileListAbsolute.txt
│   │   │   │       │   ├── MyFileBrowser.csproj.GenerateResource.Cache
│   │   │   │       │   ├── MyFileBrowser.exe
│   │   │   │       │   ├── MyFileBrowser.g.resources
│   │   │   │       │   ├── MyFileBrowser.pdb
│   │   │   │       │   ├── MyFileBrowser_MarkupCompile.cache
│   │   │   │       │   ├── TempPE
│   │   │   │       │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │       │   ├── Window1.baml
│   │   │   │       │   └── Window1.g.cs
│   │   │   │       └── Release
│   │   │   │           ├── App.g.cs
│   │   │   │           ├── MyFileBrowser.Properties.Resources.resources
│   │   │   │           ├── MyFileBrowser.csproj.FileListAbsolute.txt
│   │   │   │           ├── MyFileBrowser.csproj.GenerateResource.Cache
│   │   │   │           ├── MyFileBrowser.exe
│   │   │   │           ├── MyFileBrowser.g.resources
│   │   │   │           ├── MyFileBrowser.pdb
│   │   │   │           ├── MyFileBrowser_MarkupCompile.cache
│   │   │   │           ├── TempPE
│   │   │   │           │   └── Properties.Resources.Designer.cs.dll
│   │   │   │           ├── Window1.baml
│   │   │   │           └── Window1.g.cs
│   │   │   ├── MyFileBrowser.sln
│   │   │   └── MyFileBrowser.suo
│   │   ├── UseGenericExampleForCS
│   │   │   ├── UseGenericExampleForCS
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── UseGenericExampleForCS.csproj
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── UseGenericExampleForCS.exe
│   │   │   │   │       ├── UseGenericExampleForCS.pdb
│   │   │   │   │       ├── UseGenericExampleForCS.vshost.exe
│   │   │   │   │       └── UseGenericExampleForCS.vshost.exe.manifest
│   │   │   │   ├── frmMain.Designer.cs
│   │   │   │   ├── frmMain.cs
│   │   │   │   ├── frmMain.resx
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── Refactor
│   │   │   │       │   ├── TempPE
│   │   │   │       │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │       │   ├── UseGenericExampleForCS.Properties.Resources.resources
│   │   │   │       │   ├── UseGenericExampleForCS.csproj.FileListAbsolute.txt
│   │   │   │       │   ├── UseGenericExampleForCS.csproj.GenerateResource.Cache
│   │   │   │       │   ├── UseGenericExampleForCS.exe
│   │   │   │       │   ├── UseGenericExampleForCS.frmMain.resources
│   │   │   │       │   └── UseGenericExampleForCS.pdb
│   │   │   │       └── UseGenericExampleForCS.csproj.FileList.txt
│   │   │   ├── UseGenericExampleForCS.sln
│   │   │   └── UseGenericExampleForCS.suo
│   │   ├── UseListForCS1
│   │   │   ├── UseListForCS1
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── UseListForCS1.csproj
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── UseListForCS1.exe
│   │   │   │   │       ├── UseListForCS1.pdb
│   │   │   │   │       ├── UseListForCS1.vshost.exe
│   │   │   │   │       └── UseListForCS1.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── TempPE
│   │   │   │       │   ├── UseListForCS1.csproj.FileListAbsolute.txt
│   │   │   │       │   ├── UseListForCS1.exe
│   │   │   │       │   └── UseListForCS1.pdb
│   │   │   │       └── UseListForCS1.csproj.FileList.txt
│   │   │   ├── UseListForCS1.sln
│   │   │   └── UseListForCS1.suo
│   │   ├── UseListForCS2
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── UseListForCS2
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── UseListForCS2.csproj
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── UseListForCS2.exe
│   │   │   │   │       ├── UseListForCS2.pdb
│   │   │   │   │       ├── UseListForCS2.vshost.exe
│   │   │   │   │       └── UseListForCS2.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── Refactor
│   │   │   │       │   ├── TempPE
│   │   │   │       │   ├── UseListForCS2.csproj.FileListAbsolute.txt
│   │   │   │       │   ├── UseListForCS2.exe
│   │   │   │       │   └── UseListForCS2.pdb
│   │   │   │       └── UseListForCS2.csproj.FileList.txt
│   │   │   ├── UseListForCS2.sln
│   │   │   ├── UseListForCS2.suo
│   │   │   └── _UpgradeReport_Files
│   │   │       ├── UpgradeReport.css
│   │   │       ├── UpgradeReport.xslt
│   │   │       ├── UpgradeReport_Minus.gif
│   │   │       └── UpgradeReport_Plus.gif
│   │   ├── UseListForCS3
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── UseListForCS3
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── UseListForCS3.csproj
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── UseListForCS3.exe
│   │   │   │   │       ├── UseListForCS3.pdb
│   │   │   │   │       ├── UseListForCS3.vshost.exe
│   │   │   │   │       └── UseListForCS3.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── TempPE
│   │   │   │       │   ├── UseListForCS3.csproj.FileListAbsolute.txt
│   │   │   │       │   ├── UseListForCS3.exe
│   │   │   │       │   └── UseListForCS3.pdb
│   │   │   │       └── UseListForCS3.csproj.FileList.txt
│   │   │   ├── UseListForCS3.sln
│   │   │   ├── UseListForCS3.suo
│   │   │   └── _UpgradeReport_Files
│   │   │       ├── UpgradeReport.css
│   │   │       ├── UpgradeReport.xslt
│   │   │       ├── UpgradeReport_Minus.gif
│   │   │       └── UpgradeReport_Plus.gif
│   │   └── UseListForCS4
│   │       ├── UpgradeLog.XML
│   │       ├── UseListForCS4
│   │       │   ├── Program.cs
│   │       │   ├── Properties
│   │       │   │   └── AssemblyInfo.cs
│   │       │   ├── UseListForCS4.csproj
│   │       │   ├── bin
│   │       │   │   └── Debug
│   │       │   │       ├── UseListForCS4.exe
│   │       │   │       ├── UseListForCS4.pdb
│   │       │   │       ├── UseListForCS4.vshost.exe
│   │       │   │       └── UseListForCS4.vshost.exe.manifest
│   │       │   └── obj
│   │       │       ├── Debug
│   │       │       │   ├── TempPE
│   │       │       │   ├── UseListForCS4.csproj.FileListAbsolute.txt
│   │       │       │   ├── UseListForCS4.exe
│   │       │       │   └── UseListForCS4.pdb
│   │       │       └── UseListForCS4.csproj.FileList.txt
│   │       ├── UseListForCS4.sln
│   │       ├── UseListForCS4.suo
│   │       └── _UpgradeReport_Files
│   │           ├── UpgradeReport.css
│   │           ├── UpgradeReport.xslt
│   │           ├── UpgradeReport_Minus.gif
│   │           └── UpgradeReport_Plus.gif
│   └── 泛型编程技术.pdf
├── 6 对象间的协作与信息交换
│   ├── SourceCode
│   │   ├── BroadcastInformation
│   │   │   ├── BroadcastInformation.sln
│   │   │   ├── BroadcastInformation.suo
│   │   │   ├── UseDelegate
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── UseDelegate.csproj
│   │   │   │   ├── bin
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── UseManyToOneDelegate.exe
│   │   │   │   │   │   ├── UseManyToOneDelegate.pdb
│   │   │   │   │   │   ├── UseManyToOneDelegate.vshost.exe
│   │   │   │   │   │   └── UseManyToOneDelegate.vshost.exe.manifest
│   │   │   │   │   └── Release
│   │   │   │   ├── frmMain.Designer.cs
│   │   │   │   ├── frmMain.cs
│   │   │   │   ├── frmMain.resx
│   │   │   │   ├── frmOther.Designer.cs
│   │   │   │   ├── frmOther.cs
│   │   │   │   ├── frmOther.resx
│   │   │   │   └── obj
│   │   │   │       └── x86
│   │   │   │           └── Debug
│   │   │   │               ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │               ├── GenerateResource.read.1.tlog
│   │   │   │               ├── GenerateResource.write.1.tlog
│   │   │   │               ├── TempPE
│   │   │   │               │   └── Properties.Resources.Designer.cs.dll
│   │   │   │               ├── UseDelegate.Properties.Resources.resources
│   │   │   │               ├── UseDelegate.csproj.FileListAbsolute.txt
│   │   │   │               ├── UseDelegate.frmMain.resources
│   │   │   │               ├── UseDelegate.frmOther.resources
│   │   │   │               ├── UseManyToOneDelegate.Properties.Resources.resources
│   │   │   │               ├── UseManyToOneDelegate.csproj.FileListAbsolute.txt
│   │   │   │               ├── UseManyToOneDelegate.exe
│   │   │   │               ├── UseManyToOneDelegate.frmMain.resources
│   │   │   │               ├── UseManyToOneDelegate.frmOther.resources
│   │   │   │               └── UseManyToOneDelegate.pdb
│   │   │   ├── UseEvent
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── UseEvent.csproj
│   │   │   │   ├── bin
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── UseEvent.exe
│   │   │   │   │   │   ├── UseEvent.pdb
│   │   │   │   │   │   ├── UseEvent.vshost.exe
│   │   │   │   │   │   └── UseEvent.vshost.exe.manifest
│   │   │   │   │   └── Release
│   │   │   │   ├── frmMain.Designer.cs
│   │   │   │   ├── frmMain.cs
│   │   │   │   ├── frmMain.resx
│   │   │   │   ├── frmOther.Designer.cs
│   │   │   │   ├── frmOther.cs
│   │   │   │   ├── frmOther.resx
│   │   │   │   └── obj
│   │   │   │       └── x86
│   │   │   │           └── Debug
│   │   │   │               ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │               ├── GenerateResource.read.1.tlog
│   │   │   │               ├── GenerateResource.write.1.tlog
│   │   │   │               ├── TempPE
│   │   │   │               ├── UseEvent.Properties.Resources.resources
│   │   │   │               ├── UseEvent.csproj.FileListAbsolute.txt
│   │   │   │               ├── UseEvent.exe
│   │   │   │               ├── UseEvent.frmMain.resources
│   │   │   │               ├── UseEvent.frmOther.resources
│   │   │   │               └── UseEvent.pdb
│   │   │   └── UseObjectCollection
│   │   │       ├── ClassDiagram1.cd
│   │   │       ├── Program.cs
│   │   │       ├── Properties
│   │   │       │   ├── AssemblyInfo.cs
│   │   │       │   ├── Resources.Designer.cs
│   │   │       │   ├── Resources.resx
│   │   │       │   ├── Settings.Designer.cs
│   │   │       │   └── Settings.settings
│   │   │       ├── UseObjectCollection.csproj
│   │   │       ├── bin
│   │   │       │   ├── Debug
│   │   │       │   │   ├── UseObjectCollection.exe
│   │   │       │   │   ├── UseObjectCollection.pdb
│   │   │       │   │   ├── UseObjectCollection.vshost.exe
│   │   │       │   │   └── UseObjectCollection.vshost.exe.manifest
│   │   │       │   └── Release
│   │   │       ├── frmMain.Designer.cs
│   │   │       ├── frmMain.cs
│   │   │       ├── frmMain.resx
│   │   │       ├── frmOther.Designer.cs
│   │   │       ├── frmOther.cs
│   │   │       ├── frmOther.resx
│   │   │       └── obj
│   │   │           └── x86
│   │   │               └── Debug
│   │   │                   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │                   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │                   ├── GenerateResource.read.1.tlog
│   │   │                   ├── GenerateResource.write.1.tlog
│   │   │                   ├── TempPE
│   │   │                   │   └── Properties.Resources.Designer.cs.dll
│   │   │                   ├── UseObjectCollection.Properties.Resources.resources
│   │   │                   ├── UseObjectCollection.csproj.FileListAbsolute.txt
│   │   │                   ├── UseObjectCollection.exe
│   │   │                   ├── UseObjectCollection.frmMain.resources
│   │   │                   ├── UseObjectCollection.frmOther.resources
│   │   │                   └── UseObjectCollection.pdb
│   │   ├── ButtonCounterForMultiForm
│   │   │   ├── ButtonCounterForMultiForm
│   │   │   │   ├── ButtonCounterForMultiForm.csproj
│   │   │   │   ├── ButtonCounterForMultiForm.csproj.user
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── ButtonCounterForMultiForm.exe
│   │   │   │   │   │   ├── ButtonCounterForMultiForm.pdb
│   │   │   │   │   │   └── ButtonCounterForMultiForm.vshost.exe
│   │   │   │   │   └── Release
│   │   │   │   │       ├── ButtonCounterForMultiForm.exe
│   │   │   │   │       ├── ButtonCounterForMultiForm.pdb
│   │   │   │   │       ├── ButtonCounterForMultiForm.vshost.exe
│   │   │   │   │       └── ButtonCounterForMultiForm.vshost.exe.manifest
│   │   │   │   ├── frmMain.Designer.cs
│   │   │   │   ├── frmMain.cs
│   │   │   │   ├── frmMain.resx
│   │   │   │   ├── frmOther.Designer.cs
│   │   │   │   ├── frmOther.cs
│   │   │   │   ├── frmOther.resx
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── ButtonCounterForMultiForm.Properties.Resources.resources
│   │   │   │       │   ├── ButtonCounterForMultiForm.csproj.FileListAbsolute.txt
│   │   │   │       │   ├── ButtonCounterForMultiForm.exe
│   │   │   │       │   ├── ButtonCounterForMultiForm.frmMain.resources
│   │   │   │       │   ├── ButtonCounterForMultiForm.frmOther.resources
│   │   │   │       │   ├── ButtonCounterForMultiForm.pdb
│   │   │   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │       │   ├── GenerateResource-ResGen.read.1.tlog
│   │   │   │       │   ├── GenerateResource-ResGen.write.1.tlog
│   │   │   │       │   └── TempPE
│   │   │   │       │       └── Properties.Resources.Designer.cs.dll
│   │   │   │       └── Release
│   │   │   │           ├── ButtonCounterForMultiForm.Properties.Resources.resources
│   │   │   │           ├── ButtonCounterForMultiForm.csproj.FileListAbsolute.txt
│   │   │   │           ├── ButtonCounterForMultiForm.exe
│   │   │   │           ├── ButtonCounterForMultiForm.frmMain.resources
│   │   │   │           ├── ButtonCounterForMultiForm.frmOther.resources
│   │   │   │           ├── ButtonCounterForMultiForm.pdb
│   │   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │           ├── GenerateResource-ResGen.read.1.tlog
│   │   │   │           ├── GenerateResource-ResGen.write.1.tlog
│   │   │   │           └── TempPE
│   │   │   │               └── Properties.Resources.Designer.cs.dll
│   │   │   ├── ButtonCounterForMultiForm.sln
│   │   │   ├── ButtonCounterForMultiForm.suo
│   │   │   ├── ButtonCounterForMultiFormUseDelegate
│   │   │   │   ├── ButtonCounterForMultiFormUseDelegate.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   ├── Debug
│   │   │   │   │   └── Release
│   │   │   │   │       ├── ButtonCounterForMultiFormUseDelegate.exe
│   │   │   │   │       ├── ButtonCounterForMultiFormUseDelegate.pdb
│   │   │   │   │       ├── ButtonCounterForMultiFormUseDelegate.vshost.exe
│   │   │   │   │       └── ButtonCounterForMultiFormUseDelegate.vshost.exe.manifest
│   │   │   │   ├── frmMain.Designer.cs
│   │   │   │   ├── frmMain.cs
│   │   │   │   ├── frmMain.resx
│   │   │   │   ├── frmOther.Designer.cs
│   │   │   │   ├── frmOther.cs
│   │   │   │   ├── frmOther.resx
│   │   │   │   └── obj
│   │   │   │       └── x86
│   │   │   │           ├── Debug
│   │   │   │           │   └── TempPE
│   │   │   │           └── Release
│   │   │   │               ├── ButtonCounterForMultiFormUseDelegate.exe
│   │   │   │               ├── ButtonCounterForMultiFormUseDelegate.frmMain.resources
│   │   │   │               ├── ButtonCounterForMultiFormUseDelegate.frmOther.resources
│   │   │   │               ├── ButtonCounterForMultiFormUseDelegate.pdb
│   │   │   │               ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │               ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │               ├── GenerateResource.read.1.tlog
│   │   │   │               ├── GenerateResource.write.1.tlog
│   │   │   │               └── TempPE
│   │   │   ├── ButtonCounterForMultiFormUseEvent
│   │   │   │   ├── ButtonCounterForMultiFormUseEvent
│   │   │   │   │   ├── ButtonCounterForMultiFormUseEvent.csproj
│   │   │   │   │   ├── Program.cs
│   │   │   │   │   ├── Properties
│   │   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   │   ├── Resources.resx
│   │   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   │   └── Settings.settings
│   │   │   │   │   ├── bin
│   │   │   │   │   │   ├── Debug
│   │   │   │   │   │   └── Release
│   │   │   │   │   ├── frmMain.Designer.cs
│   │   │   │   │   ├── frmMain.cs
│   │   │   │   │   ├── frmMain.resx
│   │   │   │   │   ├── frmOther.Designer.cs
│   │   │   │   │   ├── frmOther.cs
│   │   │   │   │   ├── frmOther.resx
│   │   │   │   │   └── obj
│   │   │   │   │       ├── Debug
│   │   │   │   │       │   ├── Refactor
│   │   │   │   │       │   └── TempPE
│   │   │   │   │       └── Release
│   │   │   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │           ├── GenerateResource.read.1.tlog
│   │   │   │   │           ├── GenerateResource.write.1.tlog
│   │   │   │   │           └── TempPE
│   │   │   │   │               └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── ButtonCounterForMultiFormUseEvent.sln
│   │   │   │   ├── ButtonCounterForMultiFormUseEvent.suo
│   │   │   │   ├── UpgradeLog.XML
│   │   │   │   └── _UpgradeReport_Files
│   │   │   │       ├── UpgradeReport.css
│   │   │   │       ├── UpgradeReport.xslt
│   │   │   │       ├── UpgradeReport_Minus.gif
│   │   │   │       └── UpgradeReport_Plus.gif
│   │   │   ├── ButtonCounterForMultiFormUseStaticMethod
│   │   │   │   ├── ButtonCounterForMultiFormUseStaticMethod.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   ├── Debug
│   │   │   │   │   └── Release
│   │   │   │   │       ├── ButtonCounterForMultiFormUseStaticMethod.exe
│   │   │   │   │       ├── ButtonCounterForMultiFormUseStaticMethod.pdb
│   │   │   │   │       ├── ButtonCounterForMultiFormUseStaticMethod.vshost.exe
│   │   │   │   │       └── ButtonCounterForMultiFormUseStaticMethod.vshost.exe.manifest
│   │   │   │   ├── frmMain.Designer.cs
│   │   │   │   ├── frmMain.cs
│   │   │   │   ├── frmMain.resx
│   │   │   │   ├── frmOther.Designer.cs
│   │   │   │   ├── frmOther.cs
│   │   │   │   ├── frmOther.resx
│   │   │   │   └── obj
│   │   │   │       └── x86
│   │   │   │           ├── Debug
│   │   │   │           │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │           │   └── TempPE
│   │   │   │           └── Release
│   │   │   │               ├── ButtonCounterForMultiFormUseStaticMethod.csproj.FileListAbsolute.txt
│   │   │   │               ├── ButtonCounterForMultiFormUseStaticMethod.exe
│   │   │   │               ├── ButtonCounterForMultiFormUseStaticMethod.pdb
│   │   │   │               ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │               ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │               ├── GenerateResource.read.1.tlog
│   │   │   │               ├── GenerateResource.write.1.tlog
│   │   │   │               └── TempPE
│   │   │   └── UpgradeLog.XML
│   │   ├── ButtonCounterInSingleForm
│   │   │   ├── ButtonCounterInSingleForm.csproj
│   │   │   ├── ButtonCounterInSingleForm.sln
│   │   │   ├── ButtonCounterInSingleForm.suo
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── ButtonCounterInSingleForm.exe
│   │   │   │   │   ├── ButtonCounterInSingleForm.pdb
│   │   │   │   │   ├── ButtonCounterInSingleForm.vshost.exe
│   │   │   │   │   └── ButtonCounterInSingleForm.vshost.exe.manifest
│   │   │   │   └── Release
│   │   │   │       ├── ButtonCounterInSingleForm.exe
│   │   │   │       └── ButtonCounterInSingleForm.pdb
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.resx
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── ButtonCounterInSingleForm.Form1.resources
│   │   │       │   ├── ButtonCounterInSingleForm.Properties.Resources.resources
│   │   │       │   ├── ButtonCounterInSingleForm.csproj.FileListAbsolute.txt
│   │   │       │   ├── ButtonCounterInSingleForm.csproj.GenerateResource.Cache
│   │   │       │   ├── ButtonCounterInSingleForm.exe
│   │   │       │   ├── ButtonCounterInSingleForm.frmMain.resources
│   │   │       │   ├── ButtonCounterInSingleForm.pdb
│   │   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       │   ├── GenerateResource-ResGen.read.1.tlog
│   │   │       │   ├── GenerateResource-ResGen.write.1.tlog
│   │   │       │   ├── GenerateResource.read.1.tlog
│   │   │       │   └── TempPE
│   │   │       │       └── Properties.Resources.Designer.cs.dll
│   │   │       └── Release
│   │   │           ├── ButtonCounterInSingleForm.Form1.resources
│   │   │           ├── ButtonCounterInSingleForm.Properties.Resources.resources
│   │   │           ├── ButtonCounterInSingleForm.csproj.FileListAbsolute.txt
│   │   │           ├── ButtonCounterInSingleForm.csproj.GenerateResource.Cache
│   │   │           ├── ButtonCounterInSingleForm.exe
│   │   │           ├── ButtonCounterInSingleForm.pdb
│   │   │           └── TempPE
│   │   ├── MainFormToOtherForm
│   │   │   ├── MainFormToOtherForm.csproj
│   │   │   ├── MainFormToOtherForm.sln
│   │   │   ├── MainFormToOtherForm.suo
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── MultiFormProgram1.exe
│   │   │   │   │   ├── MultiFormProgram1.pdb
│   │   │   │   │   ├── MultiFormProgram1.vshost.exe
│   │   │   │   │   └── MultiFormProgram1.vshost.exe.manifest
│   │   │   │   └── Release
│   │   │   │       ├── MultiFormProgram1.exe
│   │   │   │       └── MultiFormProgram1.pdb
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmOther.Designer.cs
│   │   │   ├── frmOther.cs
│   │   │   ├── frmOther.resx
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       │   ├── GenerateResource-ResGen.read.1.tlog
│   │   │       │   ├── GenerateResource-ResGen.write.1.tlog
│   │   │       │   ├── MainFormToOtherForm.csproj.FileListAbsolute.txt
│   │   │       │   ├── MultiFormProgram1.Properties.Resources.resources
│   │   │       │   ├── MultiFormProgram1.csproj.FileListAbsolute.txt
│   │   │       │   ├── MultiFormProgram1.csproj.GenerateResource.Cache
│   │   │       │   ├── MultiFormProgram1.exe
│   │   │       │   ├── MultiFormProgram1.frmMain.resources
│   │   │       │   ├── MultiFormProgram1.frmOther.resources
│   │   │       │   ├── MultiFormProgram1.pdb
│   │   │       │   └── TempPE
│   │   │       │       └── Properties.Resources.Designer.cs.dll
│   │   │       └── Release
│   │   │           ├── MultiFormProgram1.Properties.Resources.resources
│   │   │           ├── MultiFormProgram1.csproj.FileListAbsolute.txt
│   │   │           ├── MultiFormProgram1.csproj.GenerateResource.Cache
│   │   │           ├── MultiFormProgram1.exe
│   │   │           ├── MultiFormProgram1.frmMain.resources
│   │   │           ├── MultiFormProgram1.frmOther.resources
│   │   │           ├── MultiFormProgram1.pdb
│   │   │           └── TempPE
│   │   ├── OtherFormToMainForm
│   │   │   ├── OtherFormToMainForm.csproj
│   │   │   ├── OtherFormToMainForm.sln
│   │   │   ├── OtherFormToMainForm.suo
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── MultiFormProgram2.exe
│   │   │   │   │   ├── MultiFormProgram2.pdb
│   │   │   │   │   ├── MultiFormProgram2.vshost.exe
│   │   │   │   │   └── MultiFormProgram2.vshost.exe.manifest
│   │   │   │   └── Release
│   │   │   │       ├── MultiFormProgram2.exe
│   │   │   │       └── MultiFormProgram2.pdb
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmOther.Designer.cs
│   │   │   ├── frmOther.cs
│   │   │   ├── frmOther.resx
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       │   ├── GenerateResource-ResGen.read.1.tlog
│   │   │       │   ├── GenerateResource-ResGen.write.1.tlog
│   │   │       │   ├── MultiFormProgram2.Properties.Resources.resources
│   │   │       │   ├── MultiFormProgram2.csproj.FileListAbsolute.txt
│   │   │       │   ├── MultiFormProgram2.csproj.GenerateResource.Cache
│   │   │       │   ├── MultiFormProgram2.exe
│   │   │       │   ├── MultiFormProgram2.frmMain.resources
│   │   │       │   ├── MultiFormProgram2.frmOther.resources
│   │   │       │   ├── MultiFormProgram2.pdb
│   │   │       │   ├── OtherFormToMainForm.csproj.FileListAbsolute.txt
│   │   │       │   └── TempPE
│   │   │       │       └── Properties.Resources.Designer.cs.dll
│   │   │       └── Release
│   │   │           ├── MultiFormProgram2.Properties.Resources.resources
│   │   │           ├── MultiFormProgram2.csproj.FileListAbsolute.txt
│   │   │           ├── MultiFormProgram2.csproj.GenerateResource.Cache
│   │   │           ├── MultiFormProgram2.exe
│   │   │           ├── MultiFormProgram2.frmMain.resources
│   │   │           ├── MultiFormProgram2.frmOther.resources
│   │   │           ├── MultiFormProgram2.pdb
│   │   │           └── TempPE
│   │   ├── TwoWayCommunicationInForms
│   │   │   ├── TwoWayCommunicationInForms
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── TwoWayCommunicationInForms.csproj
│   │   │   │   ├── TwoWayCommunicationInForms.csproj.user
│   │   │   │   ├── bin
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── TwoWayCommunicationInForms.exe
│   │   │   │   │   │   ├── TwoWayCommunicationInForms.pdb
│   │   │   │   │   │   └── TwoWayCommunicationInForms.vshost.exe
│   │   │   │   │   └── Release
│   │   │   │   │       ├── TwoWayCommunicationInForms.exe
│   │   │   │   │       └── TwoWayCommunicationInForms.pdb
│   │   │   │   ├── frmMain.Designer.cs
│   │   │   │   ├── frmMain.cs
│   │   │   │   ├── frmMain.resx
│   │   │   │   ├── frmOther.Designer.cs
│   │   │   │   ├── frmOther.cs
│   │   │   │   ├── frmOther.resx
│   │   │   │   └── obj
│   │   │   │       └── x86
│   │   │   │           ├── Debug
│   │   │   │           │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │           │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │           │   ├── GenerateResource.read.1.tlog
│   │   │   │           │   ├── GenerateResource.write.1.tlog
│   │   │   │           │   ├── TempPE
│   │   │   │           │   ├── TwoWayCommunicationInForms.Properties.Resources.resources
│   │   │   │           │   ├── TwoWayCommunicationInForms.csproj.FileListAbsolute.txt
│   │   │   │           │   ├── TwoWayCommunicationInForms.exe
│   │   │   │           │   ├── TwoWayCommunicationInForms.frmMain.resources
│   │   │   │           │   ├── TwoWayCommunicationInForms.frmOther.resources
│   │   │   │           │   └── TwoWayCommunicationInForms.pdb
│   │   │   │           └── Release
│   │   │   │               ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │               ├── GenerateResource.read.1.tlog
│   │   │   │               ├── GenerateResource.write.1.tlog
│   │   │   │               ├── TempPE
│   │   │   │               ├── TwoWayCommunicationInForms.Properties.Resources.resources
│   │   │   │               ├── TwoWayCommunicationInForms.csproj.FileListAbsolute.txt
│   │   │   │               ├── TwoWayCommunicationInForms.exe
│   │   │   │               ├── TwoWayCommunicationInForms.frmMain.resources
│   │   │   │               ├── TwoWayCommunicationInForms.frmOther.resources
│   │   │   │               └── TwoWayCommunicationInForms.pdb
│   │   │   ├── TwoWayCommunicationInForms.sln
│   │   │   └── TwoWayCommunicationInForms.suo
│   │   └── Wizard
│   │       ├── Wizard
│   │       │   ├── ClassDiagram1.cd
│   │       │   ├── Information.cs
│   │       │   ├── Program.cs
│   │       │   ├── Properties
│   │       │   │   ├── AssemblyInfo.cs
│   │       │   │   ├── Resources.Designer.cs
│   │       │   │   ├── Resources.resx
│   │       │   │   ├── Settings.Designer.cs
│   │       │   │   └── Settings.settings
│   │       │   ├── Wizard.csproj
│   │       │   ├── Wizard.csproj.user
│   │       │   ├── WizardController.cs
│   │       │   ├── bin
│   │       │   │   ├── Debug
│   │       │   │   │   ├── Wizard.exe
│   │       │   │   │   ├── Wizard.pdb
│   │       │   │   │   ├── Wizard.vshost.exe
│   │       │   │   │   └── Wizard.vshost.exe.manifest
│   │       │   │   └── Release
│   │       │   │       ├── Wizard.exe
│   │       │   │       ├── Wizard.pdb
│   │       │   │       ├── Wizard.vshost.exe
│   │       │   │       └── Wizard.vshost.exe.manifest
│   │       │   ├── frmBase.Designer.cs
│   │       │   ├── frmBase.cs
│   │       │   ├── frmBase.resx
│   │       │   ├── frmStep1.Designer.cs
│   │       │   ├── frmStep1.cs
│   │       │   ├── frmStep1.resx
│   │       │   ├── frmStep2.Designer.cs
│   │       │   ├── frmStep2.cs
│   │       │   ├── frmStep2.resx
│   │       │   ├── frmStep3.Designer.cs
│   │       │   ├── frmStep3.cs
│   │       │   ├── frmTestWizard.Designer.cs
│   │       │   ├── frmTestWizard.cs
│   │       │   ├── frmTestWizard.resx
│   │       │   └── obj
│   │       │       └── x86
│   │       │           ├── Debug
│   │       │           │   ├── DesignTimeResolveAssemblyReferences.cache
│   │       │           │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │       │           │   ├── GenerateResource.read.1.tlog
│   │       │           │   ├── GenerateResource.write.1.tlog
│   │       │           │   ├── TempPE
│   │       │           │   ├── Wizard.Properties.Resources.resources
│   │       │           │   ├── Wizard.csproj.FileListAbsolute.txt
│   │       │           │   ├── Wizard.exe
│   │       │           │   ├── Wizard.frmBase.resources
│   │       │           │   ├── Wizard.frmStep1.resources
│   │       │           │   ├── Wizard.frmStep2.resources
│   │       │           │   ├── Wizard.frmTestWizard.resources
│   │       │           │   └── Wizard.pdb
│   │       │           └── Release
│   │       │               ├── DesignTimeResolveAssemblyReferences.cache
│   │       │               ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │       │               ├── GenerateResource.read.1.tlog
│   │       │               ├── GenerateResource.write.1.tlog
│   │       │               ├── TempPE
│   │       │               ├── Wizard.Properties.Resources.resources
│   │       │               ├── Wizard.csproj.FileListAbsolute.txt
│   │       │               ├── Wizard.exe
│   │       │               ├── Wizard.frmBase.resources
│   │       │               ├── Wizard.frmStep1.resources
│   │       │               ├── Wizard.frmStep2.resources
│   │       │               ├── Wizard.frmTestWizard.resources
│   │       │               └── Wizard.pdb
│   │       ├── Wizard.sln
│   │       └── Wizard.suo
│   ├── Thumbs.db
│   └── 对象间的协作与信息交换.pdf
├── 7 ObjectCollectionAndObjectCompose.rar
├── 8 GPProgram.rar
├── 9 ObjectCooperation.rar
├── 关于《C#面向对象程序设计》的说明.pdf
└── 金旭亮《C#面向对象程序设计》教案7_9:终结版源码_OOP_Finished.rar

356 directories, 972 files


实例下载地址

金旭亮《C#面向对象程序设计》教案7_9:终结版源码

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警