在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 北大青鸟ACCP6.0S2深入.NET平台和C#编程全部课后题答案+PPT+阶段测试答案+内部测试答案

北大青鸟ACCP6.0S2深入.NET平台和C#编程全部课后题答案+PPT+阶段测试答案+内部测试答案

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:19.83M
  • 下载次数:3
  • 浏览次数:70
  • 发布时间:2021-11-15
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
北大青鸟ACCP6.0S2深入.NET平台和C#编程全部课后题答案+PPT+阶段测试答案+内部测试答案。内容十分全面,包你满意。
【实例截图】
【核心代码】
16359647402504770878.zip
├── AnimalPredation-阶段测试答案.rar
├── DVDManager
│   ├── DB
│   │   ├── DVD_log.ldf
│   │   └── DVD.mdf
│   ├── DVDManager
│   │   ├── AddManager.cs
│   │   ├── AddManager.Designer.cs
│   │   ├── AddManager.resx
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── DVD.bin
│   │   │   │   ├── DVDManager.exe
│   │   │   │   ├── DVDManager.pdb
│   │   │   │   ├── DVDManager.vshost.exe
│   │   │   │   └── DVDManager.vshost.exe.manifest
│   │   │   └── Release
│   │   ├── DBHelper.cs
│   │   ├── DvdInfo.cs
│   │   ├── DVDManager.csproj
│   │   ├── frmMain.cs
│   │   ├── frmMain.Designer.cs
│   │   ├── frmMain.resx
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── DVDManager.AddManager.resources
│   │   │   ├── DVDManager.csproj.FileListAbsolute.txt
│   │   │   ├── DVDManager.exe
│   │   │   ├── DVDManager.frmMain.resources
│   │   │   ├── DVDManager.pdb
│   │   │   ├── DVDManager.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
│   ├── DVDManager.sln
│   └── DVDManager.suo
├── NETOOP内测[DVD管理].doc
├── PersonnelManager
│   ├── PersonnelManager
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Dept.xml
│   │   │   ├── PersonnelManager.exe
│   │   │   ├── PersonnelManager.pdb
│   │   │   ├── PersonnelManager.vshost.exe
│   │   │   └── PersonnelManager.vshost.exe.manifest
│   │   ├── DBHelper.cs
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── InputManager.cs
│   │   ├── InputManager.Designer.cs
│   │   ├── InputManager.resx
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── PersonnelManager.csproj.FileListAbsolute.txt
│   │   │   ├── PersonnelManager.exe
│   │   │   ├── PersonnelManager.Form1.resources
│   │   │   ├── PersonnelManager.InputManager.resources
│   │   │   ├── PersonnelManager.pdb
│   │   │   ├── PersonnelManager.Properties.Resources.resources
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   └── TempPE
│   │   ├── PersonnelManager.csproj
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── Users.cs
│   ├── PersonnelManager.sln
│   ├── PersonnelManager.suo
│   └── 《深入.NET平台和C%23编程》内部测试题-笔试试卷和答案.doc
├── 第一章
│   ├── Chapter01Practice1
│   │   ├── S2Chapter01Example1
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── S2Chapter01Example1.exe
│   │   │   │   │   ├── S2Chapter01Example1.pdb
│   │   │   │   │   └── S2Chapter01Example1.vshost.exe
│   │   │   │   └── Release
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── S2Chapter01Example1.csproj.FileListAbsolute.txt
│   │   │   │   ├── S2Chapter01Example1.exe
│   │   │   │   ├── S2Chapter01Example1.pdb
│   │   │   │   ├── S2Chapter01Example1.Properties.Resources.resources
│   │   │   │   ├── S2Chapter01Example1.WebClientDemoForm.resources
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── S2Chapter01Example1.csproj
│   │   │   ├── WebClientDemoForm.cs
│   │   │   ├── WebClientDemoForm.Designer.cs
│   │   │   └── WebClientDemoForm.resx
│   │   ├── S2Chapter01Example1.sln
│   │   └── S2Chapter01Example1.suo
│   ├── Chapter01Practice2
│   │   ├── S2Chapter01Practice2
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── S2Chapter01Practice2.exe
│   │   │   │   │   ├── S2Chapter01Practice2.pdb
│   │   │   │   │   ├── S2Chapter01Practice2.vshost.exe
│   │   │   │   │   └── S2Chapter01Practice2.vshost.exe.manifest
│   │   │   │   └── Release
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── S2Chapter01Practice2.csproj.FileListAbsolute.txt
│   │   │   │   ├── S2Chapter01Practice2.exe
│   │   │   │   ├── S2Chapter01Practice2.pdb
│   │   │   │   ├── S2Chapter01Practice2.PingDemoForm.resources
│   │   │   │   ├── S2Chapter01Practice2.Properties.Resources.resources
│   │   │   │   └── TempPE
│   │   │   ├── PingDemoForm.cs
│   │   │   ├── PingDemoForm.Designer.cs
│   │   │   ├── PingDemoForm.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── S2Chapter01Practice2.csproj
│   │   ├── S2Chapter01Practice2.sln
│   │   └── S2Chapter01Practice2.suo
│   ├── Chapter1AfterClass3
│   │   ├── S2Chapter1AfterClass3
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── S2Chapter1AfterClass3.exe
│   │   │   │   ├── S2Chapter1AfterClass3.pdb
│   │   │   │   ├── S2Chapter1AfterClass3.vshost.exe
│   │   │   │   └── S2Chapter1AfterClass3.vshost.exe.manifest
│   │   │   ├── ClassDiagram1.cd
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── S2Chapter1AfterClass3.csproj.FileListAbsolute.txt
│   │   │   │   ├── S2Chapter1AfterClass3.exe
│   │   │   │   ├── S2Chapter1AfterClass3.Form1.resources
│   │   │   │   ├── S2Chapter1AfterClass3.pdb
│   │   │   │   ├── S2Chapter1AfterClass3.Properties.Resources.resources
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── S2Chapter1AfterClass3.csproj
│   │   ├── S2Chapter1AfterClass3.sln
│   │   └── S2Chapter1AfterClass3.suo
│   ├── Chapter1AfterClass5
│   │   ├── S2Chapter1AfterClass5
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── AxInterop.WMPLib.dll
│   │   │   │   ├── Interop.WMPLib.dll
│   │   │   │   ├── S2Chapter1AfterClass5.exe
│   │   │   │   ├── S2Chapter1AfterClass5.pdb
│   │   │   │   ├── S2Chapter1AfterClass5.vshost.exe
│   │   │   │   └── S2Chapter1AfterClass5.vshost.exe.manifest
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── AxInterop.WMPLib.dll
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── Interop.WMPLib.dll
│   │   │   │   ├── S2Chapter1AfterClass5.csproj.FileListAbsolute.txt
│   │   │   │   ├── S2Chapter1AfterClass5.csproj.ResolveComReference.cache
│   │   │   │   ├── S2Chapter1AfterClass5.exe
│   │   │   │   ├── S2Chapter1AfterClass5.Form1.resources
│   │   │   │   ├── S2Chapter1AfterClass5.pdb
│   │   │   │   ├── S2Chapter1AfterClass5.Properties.Resources.resources
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── S2Chapter1AfterClass5.csproj
│   │   ├── S2Chapter1AfterClass5.sln
│   │   └── S2Chapter1AfterClass5.suo
│   └── 练习1
│   └── Web服务器图片
│   ├── dingdang.png
│   └── monster.png
├── 第七章
│   ├── Chapter07AfterClass3
│   │   ├── Chapter07AfterClass3
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter07AfterClass3.exe
│   │   │   │   ├── Chapter07AfterClass3.pdb
│   │   │   │   ├── Chapter07AfterClass3.vshost.exe
│   │   │   │   └── Chapter07AfterClass3.vshost.exe.manifest
│   │   │   ├── Chapter07AfterClass3.csproj
│   │   │   ├── Circle.cs
│   │   │   ├── Draw.cs
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter07AfterClass3.csproj.FileListAbsolute.txt
│   │   │   │   ├── Chapter07AfterClass3.exe
│   │   │   │   ├── Chapter07AfterClass3.pdb
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Rect.cs
│   │   │   └── Shape.cs
│   │   ├── Chapter07AfterClass3.sln
│   │   └── Chapter07AfterClass3.suo
│   ├── Chapter07AfterClass4
│   │   ├── Chapter07AfterClass4
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter07AfterClass4.exe
│   │   │   │   ├── Chapter07AfterClass4.pdb
│   │   │   │   ├── Chapter07AfterClass4.vshost.exe
│   │   │   │   └── Chapter07AfterClass4.vshost.exe.manifest
│   │   │   ├── Chapter07AfterClass4.csproj
│   │   │   ├── Engineer.cs
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter07AfterClass4.csproj.FileListAbsolute.txt
│   │   │   │   ├── Chapter07AfterClass4.exe
│   │   │   │   ├── Chapter07AfterClass4.pdb
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   └── TempPE
│   │   │   ├── PM.cs
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   └── Salary.cs
│   │   ├── Chapter07AfterClass4.sln
│   │   └── Chapter07AfterClass4.suo
│   ├── Chapter07AfterClass5
│   │   ├── Chapter07AfterClass5
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter07AfterClass5.exe
│   │   │   │   ├── Chapter07AfterClass5.pdb
│   │   │   │   ├── Chapter07AfterClass5.vshost.exe
│   │   │   │   └── Chapter07AfterClass5.vshost.exe.manifest
│   │   │   ├── BlackPlane.cs
│   │   │   ├── BluePlane.cs
│   │   │   ├── Chapter07AfterClass5.csproj
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter07AfterClass5.csproj.FileListAbsolute.txt
│   │   │   │   ├── Chapter07AfterClass5.exe
│   │   │   │   ├── Chapter07AfterClass5.pdb
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   └── Thunder.cs
│   │   ├── Chapter07AfterClass5.sln
│   │   └── Chapter07AfterClass5.suo
│   ├── Chapter07Practice1
│   │   ├── Chapter07Practice1
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Chapter07Practice1.exe
│   │   │   │   │   ├── Chapter07Practice1.pdb
│   │   │   │   │   └── Chapter07Practice1.vshost.exe
│   │   │   │   └── Release
│   │   │   ├── Chapter07Practice1.csproj
│   │   │   ├── EngineerForm.cs
│   │   │   ├── EngineerForm.Designer.cs
│   │   │   ├── EngineerForm.resx
│   │   │   ├── Instrument.cs
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter07Practice1.csproj.FileListAbsolute.txt
│   │   │   │   ├── Chapter07Practice1.EngineerForm.resources
│   │   │   │   ├── Chapter07Practice1.exe
│   │   │   │   ├── Chapter07Practice1.pdb
│   │   │   │   ├── Chapter07Practice1.PlayForm.resources
│   │   │   │   ├── Chapter07Practice1.Properties.Resources.resources
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   └── TempPE
│   │   │   ├── Piano.cs
│   │   │   ├── PlayForm.cs
│   │   │   ├── PlayForm.Designer.cs
│   │   │   ├── PlayForm.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Sachs.cs
│   │   │   ├── SE.cs
│   │   │   └── Violin.cs
│   │   ├── Chapter07Practice1.sln
│   │   └── Chapter07Practice1.suo
│   ├── Chapter07Practice2And3
│   │   ├── Chapter07Practice2And3
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Chapter07Practice2And3.exe
│   │   │   │   │   ├── Chapter07Practice2And3.pdb
│   │   │   │   │   ├── Chapter07Practice2And3.vshost.exe
│   │   │   │   │   └── Chapter07Practice2And3.vshost.exe.manifest
│   │   │   │   └── Release
│   │   │   ├── Chapter07Practice2And3.csproj
│   │   │   ├── CodeExeFrm.cs
│   │   │   ├── CodeExeFrm.Designer.cs
│   │   │   ├── CodeExeFrm.resx
│   │   │   ├── CodeJob.cs
│   │   │   ├── Employee.cs
│   │   │   ├── Job.cs
│   │   │   ├── JobFrm.cs
│   │   │   ├── JobFrm.Designer.cs
│   │   │   ├── JobFrm.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter07Practice2And3.CodeExeFrm.resources
│   │   │   │   ├── Chapter07Practice2And3.csproj.FileListAbsolute.txt
│   │   │   │   ├── Chapter07Practice2And3.exe
│   │   │   │   ├── Chapter07Practice2And3.JobFrm.resources
│   │   │   │   ├── Chapter07Practice2And3.pdb
│   │   │   │   ├── Chapter07Practice2And3.Properties.Resources.resources
│   │   │   │   ├── Chapter07Practice2And3.TestExeFrm.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
│   │   │   ├── SE.cs
│   │   │   ├── TestExeFrm.cs
│   │   │   ├── TestExeFrm.Designer.cs
│   │   │   ├── TestExeFrm.resx
│   │   │   └── TestJob.cs
│   │   ├── Chapter07Practice2And3.sln
│   │   └── Chapter07Practice2And3.suo
│   └── Chapter07Practice4
│   ├── Chapter07Practice4
│   │   ├── Animal.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Chapter07Practice4.exe
│   │   │   ├── Chapter07Practice4.pdb
│   │   │   ├── Chapter07Practice4.vshost.exe
│   │   │   └── Chapter07Practice4.vshost.exe.manifest
│   │   ├── Breeder.cs
│   │   ├── Chapter07Practice4.csproj
│   │   ├── Lion.cs
│   │   ├── Monkey.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── Chapter07Practice4.csproj.FileListAbsolute.txt
│   │   │   ├── Chapter07Practice4.exe
│   │   │   ├── Chapter07Practice4.pdb
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   └── TempPE
│   │   ├── Pigeon.cs
│   │   ├── Program.cs
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   ├── Chapter07Practice4.sln
│   └── Chapter07Practice4.suo
├── 第三章
│   ├── Chapter03Practice1
│   │   ├── Chapter03Practice1
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Chapter03Practice1.exe
│   │   │   │   │   ├── Chapter03Practice1.pdb
│   │   │   │   │   ├── Chapter03Practice1.vshost.exe
│   │   │   │   │   └── Chapter03Practice1.vshost.exe.manifest
│   │   │   │   └── Release
│   │   │   ├── Chapter03Practice1.csproj
│   │   │   ├── Common.cs
│   │   │   ├── frmCardRecord.cs
│   │   │   ├── frmCardRecord.Designer.cs
│   │   │   ├── frmCardRecord.resx
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmMaintance.cs
│   │   │   ├── frmMaintance.Designer.cs
│   │   │   ├── frmMaintance.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter03Practice1.csproj.FileListAbsolute.txt
│   │   │   │   ├── Chapter03Practice1.exe
│   │   │   │   ├── Chapter03Practice1.frmCardRecord.resources
│   │   │   │   ├── Chapter03Practice1.frmMain.resources
│   │   │   │   ├── Chapter03Practice1.frmMaintance.resources
│   │   │   │   ├── Chapter03Practice1.pdb
│   │   │   │   ├── Chapter03Practice1.Properties.Resources.resources
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Record.cs
│   │   │   └── SE.cs
│   │   ├── Chapter03Practice1.sln
│   │   ├── Chapter03Practice1.suo
│   │   └── DataGridView数据源接口.jpg
│   ├── Chapter3AfterClass3
│   │   ├── Chapter3AfterClass3
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Chapter3AfterClass3.exe
│   │   │   │   │   ├── Chapter3AfterClass3.pdb
│   │   │   │   │   ├── Chapter3AfterClass3.vshost.exe
│   │   │   │   │   └── Chapter3AfterClass3.vshost.exe.manifest
│   │   │   │   └── Release
│   │   │   ├── Chapter3AfterClass3.csproj
│   │   │   ├── Company.cs
│   │   │   ├── FrmMain.cs
│   │   │   ├── FrmMain.Designer.cs
│   │   │   ├── FrmMain.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter3AfterClass3.csproj.FileListAbsolute.txt
│   │   │   │   ├── Chapter3AfterClass3.exe
│   │   │   │   ├── Chapter3AfterClass3.FrmMain.resources
│   │   │   │   ├── Chapter3AfterClass3.pdb
│   │   │   │   ├── Chapter3AfterClass3.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
│   │   ├── Chapter3AfterClass3.sln
│   │   └── Chapter3AfterClass3.suo
│   ├── Chapter3AfterClass4
│   │   ├── Chapter3AfterClass4
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Chapter3AfterClass4.exe
│   │   │   │   │   ├── Chapter3AfterClass4.pdb
│   │   │   │   │   └── Chapter3AfterClass4.vshost.exe
│   │   │   │   └── Release
│   │   │   ├── Chapter3AfterClass4.csproj
│   │   │   ├── Company.cs
│   │   │   ├── frmMaim.cs
│   │   │   ├── frmMaim.Designer.cs
│   │   │   ├── frmMaim.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter3AfterClass4.csproj.FileListAbsolute.txt
│   │   │   │   ├── Chapter3AfterClass4.exe
│   │   │   │   ├── Chapter3AfterClass4.frmMaim.resources
│   │   │   │   ├── Chapter3AfterClass4.pdb
│   │   │   │   ├── Chapter3AfterClass4.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
│   │   ├── Chapter3AfterClass4.sln
│   │   └── Chapter3AfterClass4.suo
│   └── Chapter3AfterClass5
│   ├── Chapter3AfterClass5
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Chapter3AfterClass5.exe
│   │   │   ├── Chapter3AfterClass5.pdb
│   │   │   ├── Chapter3AfterClass5.vshost.exe
│   │   │   └── Chapter3AfterClass5.vshost.exe.manifest
│   │   ├── Chapter3AfterClass5.csproj
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── Chapter3AfterClass5.csproj.FileListAbsolute.txt
│   │   │   ├── Chapter3AfterClass5.exe
│   │   │   ├── Chapter3AfterClass5.pdb
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   └── TempPE
│   │   ├── People.cs
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   └── Queue.cs
│   ├── Chapter3AfterClass5.sln
│   └── Chapter3AfterClass5.suo
├── 第九章
│   └── Chapter09
│   ├── Chapter09
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── Chapter09.exe
│   │   │   │   ├── Chapter09.pdb
│   │   │   │   ├── Chapter09.vshost.exe
│   │   │   │   └── Chapter09.vshost.exe.manifest
│   │   │   └── Release
│   │   ├── Car.cs
│   │   ├── Chapter09.csproj
│   │   ├── frmMain.cs
│   │   ├── frmMain.Designer.cs
│   │   ├── frmMain.resx
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── Chapter09.csproj.FileListAbsolute.txt
│   │   │   ├── Chapter09.exe
│   │   │   ├── Chapter09.frmMain.resources
│   │   │   ├── Chapter09.pdb
│   │   │   ├── Chapter09.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
│   │   ├── Truck.cs
│   │   ├── Vehicle.cs
│   │   └── VehicleFactory.cs
│   ├── Chapter09.sln
│   └── Chapter09.suo
├── 第二章
│   ├── Chapter02Practice1
│   │   ├── S2Chapter02Practice1
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── S2Chapter02Practice1.exe
│   │   │   │   │   ├── S2Chapter02Practice1.pdb
│   │   │   │   │   ├── S2Chapter02Practice1.vshost.exe
│   │   │   │   │   └── S2Chapter02Practice1.vshost.exe.manifest
│   │   │   │   └── Release
│   │   │   ├── FrmJudge.cs
│   │   │   ├── FrmJudge.Designer.cs
│   │   │   ├── FrmJudge.resx
│   │   │   ├── FrmShow.cs
│   │   │   ├── FrmShow.Designer.cs
│   │   │   ├── FrmShow.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── S2Chapter02Practice1.csproj.FileListAbsolute.txt
│   │   │   │   ├── S2Chapter02Practice1.exe
│   │   │   │   ├── S2Chapter02Practice1.FrmJudge.resources
│   │   │   │   ├── S2Chapter02Practice1.FrmShow.resources
│   │   │   │   ├── S2Chapter02Practice1.pdb
│   │   │   │   ├── S2Chapter02Practice1.Properties.Resources.resources
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── S2Chapter02Practice1.csproj
│   │   │   └── SE.cs
│   │   ├── S2Chapter02Practice1.sln
│   │   └── S2Chapter02Practice1.suo
│   ├── Chapter02Practice2
│   │   ├── Chapter02Practice2
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter02Practice2.exe
│   │   │   │   ├── Chapter02Practice2.pdb
│   │   │   │   ├── Chapter02Practice2.vshost.exe
│   │   │   │   └── Chapter02Practice2.vshost.exe.manifest
│   │   │   ├── Chapter02Practice2.csproj
│   │   │   ├── Computer.cs
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter02Practice2.csproj.FileListAbsolute.txt
│   │   │   │   ├── Chapter02Practice2.exe
│   │   │   │   ├── Chapter02Practice2.pdb
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Chapter02Practice2.sln
│   │   └── Chapter02Practice2.suo
│   ├── Chapter02Practice3
│   │   ├── Chapter02Practice3
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Chapter02Practice3.exe
│   │   │   │   │   ├── Chapter02Practice3.pdb
│   │   │   │   │   ├── Chapter02Practice3.vshost.exe
│   │   │   │   │   └── Chapter02Practice3.vshost.exe.manifest
│   │   │   │   └── Release
│   │   │   ├── Chapter02Practice3.csproj
│   │   │   ├── Common.cs
│   │   │   ├── FrmMain.cs
│   │   │   ├── FrmMain.Designer.cs
│   │   │   ├── FrmMain.resx
│   │   │   ├── FrmShow.cs
│   │   │   ├── FrmShow.Designer.cs
│   │   │   ├── FrmShow.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter02Practice3.csproj.FileListAbsolute.txt
│   │   │   │   ├── Chapter02Practice3.exe
│   │   │   │   ├── Chapter02Practice3.FrmMain.resources
│   │   │   │   ├── Chapter02Practice3.FrmShow.resources
│   │   │   │   ├── Chapter02Practice3.pdb
│   │   │   │   ├── Chapter02Practice3.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
│   │   │   ├── SE.cs
│   │   │   └── Voter.cs
│   │   ├── Chapter02Practice3.sln
│   │   └── Chapter02Practice3.suo
│   ├── Chapter2AfterClass1
│   │   ├── Chapter2AfterClass1
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter2AfterClass1.exe
│   │   │   │   ├── Chapter2AfterClass1.pdb
│   │   │   │   ├── Chapter2AfterClass1.vshost.exe
│   │   │   │   └── Chapter2AfterClass1.vshost.exe.manifest
│   │   │   ├── Chapter2AfterClass1.csproj
│   │   │   ├── MyClass.cs
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter2AfterClass1.csproj.FileListAbsolute.txt
│   │   │   │   ├── Chapter2AfterClass1.exe
│   │   │   │   ├── Chapter2AfterClass1.pdb
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Chapter2AfterClass1.sln
│   │   └── Chapter2AfterClass1.suo
│   ├── Chapter2AfterClass5
│   │   ├── Chapter2AfterClass5
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Chapter2AfterClass5.exe
│   │   │   │   │   ├── Chapter2AfterClass5.pdb
│   │   │   │   │   └── Chapter2AfterClass5.vshost.exe
│   │   │   │   └── Release
│   │   │   ├── Chapter2AfterClass5.csproj
│   │   │   ├── Goods.cs
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter2AfterClass5.csproj.FileListAbsolute.txt
│   │   │   │   ├── Chapter2AfterClass5.exe
│   │   │   │   ├── Chapter2AfterClass5.pdb
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Chapter2AfterClass5.sln
│   │   └── Chapter2AfterClass5.suo
│   ├── MyOffice-投票器
│   │   ├── MyOffice
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── MyOffice.exe
│   │   │   │   │   ├── MyOffice.pdb
│   │   │   │   │   ├── MyOffice.vshost.exe
│   │   │   │   │   └── MyOffice.vshost.exe.manifest
│   │   │   │   └── Release
│   │   │   ├── Common.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── FrmMain.cs
│   │   │   ├── FrmMain.Designer.cs
│   │   │   ├── FrmMain.resx
│   │   │   ├── FrmShow.cs
│   │   │   ├── FrmShow.Designer.cs
│   │   │   ├── FrmShow.resx
│   │   │   ├── MyOffice.csproj
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource-ResGen.read.1.tlog
│   │   │   │   ├── GenerateResource-ResGen.write.1.tlog
│   │   │   │   ├── MyOffice.csproj.FileListAbsolute.txt
│   │   │   │   ├── MyOffice.csproj.GenerateResource.Cache
│   │   │   │   ├── MyOffice.exe
│   │   │   │   ├── MyOffice.FrmShow.resources
│   │   │   │   ├── MyOffice.FrmVote.resources
│   │   │   │   ├── MyOffice.pdb
│   │   │   │   ├── MyOffice.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
│   │   │   ├── SE.cs
│   │   │   └── Voter.cs
│   │   ├── MyOffice.sln
│   │   └── MyOffice.suo
│   └── 第二题玛丽
│   └── mario.vsd
├── 第五章
│   └── Chapter5
│   ├── Chapter5
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── Chapter5.exe
│   │   │   │   ├── Chapter5.pdb
│   │   │   │   ├── Chapter5.vshost.exe
│   │   │   │   └── Chapter5.vshost.exe.manifest
│   │   │   └── Release
│   │   ├── Chapter5.csproj
│   │   ├── frmMain.cs
│   │   ├── frmMain.Designer.cs
│   │   ├── frmMain.resx
│   │   ├── HealthCheckItem.cs
│   │   ├── HealthCheckSet.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── Chapter5.csproj.FileListAbsolute.txt
│   │   │   ├── Chapter5.exe
│   │   │   ├── Chapter5.frmMain.resources
│   │   │   ├── Chapter5.pdb
│   │   │   ├── Chapter5.Properties.Resources.resources
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   └── TempPE
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Chapter5.sln
│   └── Chapter5.suo
├── 第八章
│   ├── Chapter08AfterClass3
│   │   ├── Chapter08AfterClass3
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter08AfterClass3.exe
│   │   │   │   ├── Chapter08AfterClass3.pdb
│   │   │   │   ├── Chapter08AfterClass3.vshost.exe
│   │   │   │   └── Chapter08AfterClass3.vshost.exe.manifest
│   │   │   ├── Chapter08AfterClass3.csproj
│   │   │   ├── Corn.cs
│   │   │   ├── Crop.cs
│   │   │   ├── CropFactory.cs
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter08AfterClass3.csproj.FileListAbsolute.txt
│   │   │   │   ├── Chapter08AfterClass3.exe
│   │   │   │   ├── Chapter08AfterClass3.pdb
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   └── Rice.cs
│   │   ├── Chapter08AfterClass3.sln
│   │   └── Chapter08AfterClass3.suo
│   ├── Chapter08AfterClass4
│   │   ├── Chapter08AfterClass4
│   │   │   ├── AdminLog.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter08AfterClass4.exe
│   │   │   │   ├── Chapter08AfterClass4.pdb
│   │   │   │   ├── Chapter08AfterClass4.vshost.exe
│   │   │   │   └── Chapter08AfterClass4.vshost.exe.manifest
│   │   │   ├── BugsLog.cs
│   │   │   ├── Chapter08AfterClass4.csproj
│   │   │   ├── Log.cs
│   │   │   ├── LogFactory.cs
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter08AfterClass4.csproj.FileListAbsolute.txt
│   │   │   │   ├── Chapter08AfterClass4.exe
│   │   │   │   ├── Chapter08AfterClass4.pdb
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Chapter08AfterClass4.sln
│   │   └── Chapter08AfterClass4.suo
│   ├── Chapter08AfterClass5
│   │   ├── Chapter08AfterClass5
│   │   │   ├── AdminLog.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter08AfterClass5.exe
│   │   │   │   ├── Chapter08AfterClass5.pdb
│   │   │   │   ├── Chapter08AfterClass5.vshost.exe
│   │   │   │   └── Chapter08AfterClass5.vshost.exe.manifest
│   │   │   ├── BugsLog.cs
│   │   │   ├── Chapter08AfterClass5.csproj
│   │   │   ├── Log.cs
│   │   │   ├── LogFactory.cs
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter08AfterClass5.csproj.FileListAbsolute.txt
│   │   │   │   ├── Chapter08AfterClass5.exe
│   │   │   │   ├── Chapter08AfterClass5.pdb
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Chapter08AfterClass5.sln
│   │   └── Chapter08AfterClass5.suo
│   ├── Chapter08Practice1
│   │   ├── Chapter08Practice1
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Chapter08Practice1.exe
│   │   │   │   │   ├── Chapter08Practice1.pdb
│   │   │   │   │   └── Chapter08Practice1.vshost.exe
│   │   │   │   └── Release
│   │   │   ├── Chapter08Practice1.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter08Practice1.csproj.FileListAbsolute.txt
│   │   │   │   ├── Chapter08Practice1.exe
│   │   │   │   ├── Chapter08Practice1.Form1.resources
│   │   │   │   ├── Chapter08Practice1.pdb
│   │   │   │   ├── Chapter08Practice1.Properties.Resources.resources
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   └── TempPE
│   │   │   ├── OperationAdd.cs
│   │   │   ├── Operation.cs
│   │   │   ├── OperationDiv.cs
│   │   │   ├── OperationFactory.cs
│   │   │   ├── OperationMul.cs
│   │   │   ├── OperationSub.cs
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Chapter08Practice1.sln
│   │   └── Chapter08Practice1.suo
│   ├── Chapter08Practice2
│   │   ├── Chapter08Practice2
│   │   │   ├── Bacon.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter08Practice2.exe
│   │   │   │   ├── Chapter08Practice2.pdb
│   │   │   │   ├── Chapter08Practice2.vshost.exe
│   │   │   │   └── Chapter08Practice2.vshost.exe.manifest
│   │   │   ├── Chapter08Practice2.csproj
│   │   │   ├── Cheese.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter08Practice2.csproj.FileListAbsolute.txt
│   │   │   │   ├── Chapter08Practice2.exe
│   │   │   │   ├── Chapter08Practice2.frmMain.resources
│   │   │   │   ├── Chapter08Practice2.pdb
│   │   │   │   ├── Chapter08Practice2.Properties.Resources.resources
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   └── TempPE
│   │   │   ├── Pizza.cs
│   │   │   ├── PizzaFactory.cs
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Chapter08Practice2.sln
│   │   └── Chapter08Practice2.suo
│   ├── Chapter08Practice3
│   │   ├── Chapter08Practice3
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── AxInterop.WMPLib.dll
│   │   │   │   │   ├── Chapter08Practice3.exe
│   │   │   │   │   ├── Chapter08Practice3.pdb
│   │   │   │   │   ├── Chapter08Practice3.vshost.exe
│   │   │   │   │   ├── Chapter08Practice3.vshost.exe.manifest
│   │   │   │   │   └── Interop.WMPLib.dll
│   │   │   │   └── Release
│   │   │   ├── Chapter08Practice3.csproj
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── FrmPlayer.cs
│   │   │   ├── FrmPlayer.Designer.cs
│   │   │   ├── FrmPlayer.resx
│   │   │   ├── Music.cs
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── AxInterop.WMPLib.dll
│   │   │   │   ├── Chapter08Practice3.csproj.FileListAbsolute.txt
│   │   │   │   ├── Chapter08Practice3.csproj.ResolveComReference.cache
│   │   │   │   ├── Chapter08Practice3.exe
│   │   │   │   ├── Chapter08Practice3.frmMain.resources
│   │   │   │   ├── Chapter08Practice3.FrmPlayer.resources
│   │   │   │   ├── Chapter08Practice3.pdb
│   │   │   │   ├── Chapter08Practice3.Properties.Resources.resources
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── Interop.WMPLib.dll
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Chapter08Practice3.sln
│   │   ├── Chapter08Practice3.suo
│   │   └── Music
│   │   ├── 我愿意.mp3
│   │   ├── 日不落.mp3
│   │   └── 领悟.mp3
│   └── Chapter08Practice456
│   ├── Chapter08Practice456
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── Chapter08Practice456.exe
│   │   │   │   ├── Chapter08Practice456.pdb
│   │   │   │   ├── Chapter08Practice456.vshost.exe
│   │   │   │   └── Chapter08Practice456.vshost.exe.manifest
│   │   │   └── Release
│   │   ├── ChannelA.cs
│   │   ├── ChannelBase.cs
│   │   ├── ChannelBaseFactory.cs
│   │   ├── ChannelB.cs
│   │   ├── ChannelManager.cs
│   │   ├── Chapter08Practice456.csproj
│   │   ├── frmMain.cs
│   │   ├── frmMain.Designer.cs
│   │   ├── frmMain.resx
│   │   ├── frmSplash.cs
│   │   ├── frmSplash.Designer.cs
│   │   ├── frmSplash.resx
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── Chapter08Practice456.csproj.FileListAbsolute.txt
│   │   │   ├── Chapter08Practice456.exe
│   │   │   ├── Chapter08Practice456.frmMain.resources
│   │   │   ├── Chapter08Practice456.frmSplash.resources
│   │   │   ├── Chapter08Practice456.pdb
│   │   │   ├── Chapter08Practice456.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
│   │   ├── Remind.cs
│   │   ├── SavingInfo.cs
│   │   └── TvProgram.cs
│   ├── Chapter08Practice456.sln
│   └── Chapter08Practice456.suo
├── 第六章
│   ├── Chapter06AfterClass3
│   │   ├── Chapter06AfterClass3
│   │   │   ├── Animal.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter06AfterClass3.exe
│   │   │   │   ├── Chapter06AfterClass3.pdb
│   │   │   │   ├── Chapter06AfterClass3.vshost.exe
│   │   │   │   └── Chapter06AfterClass3.vshost.exe.manifest
│   │   │   ├── Cat.cs
│   │   │   ├── Chapter06AfterClass3.csproj
│   │   │   ├── Dog.cs
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter06AfterClass3.csproj.FileListAbsolute.txt
│   │   │   │   ├── Chapter06AfterClass3.exe
│   │   │   │   ├── Chapter06AfterClass3.pdb
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Chapter06AfterClass3.sln
│   │   └── Chapter06AfterClass3.suo
│   ├── Chapter06AfterClass4
│   │   ├── Chapter06AfterClass4
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Chapter06AfterClass4.exe
│   │   │   │   │   ├── Chapter06AfterClass4.pdb
│   │   │   │   │   ├── Chapter06AfterClass4.vshost.exe
│   │   │   │   │   └── Chapter06AfterClass4.vshost.exe.manifest
│   │   │   │   └── Release
│   │   │   ├── Card.cs
│   │   │   ├── Chapter06AfterClass4.csproj
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── LocalCard.cs
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter06AfterClass4.csproj.FileListAbsolute.txt
│   │   │   │   ├── Chapter06AfterClass4.exe
│   │   │   │   ├── Chapter06AfterClass4.frmMain.resources
│   │   │   │   ├── Chapter06AfterClass4.pdb
│   │   │   │   ├── Chapter06AfterClass4.Properties.Resources.resources
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   └── TempPE
│   │   │   ├── OtherCard.cs
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Chapter06AfterClass4.sln
│   │   └── Chapter06AfterClass4.suo
│   ├── Chapter06AfterClass5
│   │   ├── Chapter06AfterClass5
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter06AfterClass5.exe
│   │   │   │   ├── Chapter06AfterClass5.pdb
│   │   │   │   ├── Chapter06AfterClass5.vshost.exe
│   │   │   │   └── Chapter06AfterClass5.vshost.exe.manifest
│   │   │   ├── Chapter06AfterClass5.csproj
│   │   │   ├── Circle.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter06AfterClass5.csproj.FileListAbsolute.txt
│   │   │   │   ├── Chapter06AfterClass5.exe
│   │   │   │   ├── Chapter06AfterClass5.Form1.resources
│   │   │   │   ├── Chapter06AfterClass5.pdb
│   │   │   │   ├── Chapter06AfterClass5.Properties.Resources.resources
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Rect.cs
│   │   │   └── Shape.cs
│   │   ├── Chapter06AfterClass5.sln
│   │   └── Chapter06AfterClass5.suo
│   ├── Chapter06Practice1
│   │   ├── Chapter06Practice1
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter06Practice1.exe
│   │   │   │   ├── Chapter06Practice1.pdb
│   │   │   │   ├── Chapter06Practice1.vshost.exe
│   │   │   │   └── Chapter06Practice1.vshost.exe.manifest
│   │   │   ├── Chapter06Practice1.csproj
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter06Practice1.csproj.FileListAbsolute.txt
│   │   │   │   ├── Chapter06Practice1.exe
│   │   │   │   ├── Chapter06Practice1.pdb
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Truck.cs
│   │   │   └── Vehicle.cs
│   │   ├── Chapter06Practice1.sln
│   │   └── Chapter06Practice1.suo
│   ├── Chapter06Practice2
│   │   ├── Chapter06Practice2
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter06Practice2.exe
│   │   │   │   ├── Chapter06Practice2.pdb
│   │   │   │   ├── Chapter06Practice2.vshost.exe
│   │   │   │   └── Chapter06Practice2.vshost.exe.manifest
│   │   │   ├── Chapter06Practice2.csproj
│   │   │   ├── Employee.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Job.cs
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter06Practice2.csproj.FileListAbsolute.txt
│   │   │   │   ├── Chapter06Practice2.exe
│   │   │   │   ├── Chapter06Practice2.Form1.resources
│   │   │   │   ├── Chapter06Practice2.pdb
│   │   │   │   ├── Chapter06Practice2.Properties.Resources.resources
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   └── TempPE
│   │   │   ├── PM.cs
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── SE.cs
│   │   ├── Chapter06Practice2.sln
│   │   └── Chapter06Practice2.suo
│   ├── Chapter06Practice3
│   │   ├── Chapter06Practice2
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter06Practice2.exe
│   │   │   │   ├── Chapter06Practice2.pdb
│   │   │   │   ├── Chapter06Practice2.vshost.exe
│   │   │   │   └── Chapter06Practice2.vshost.exe.manifest
│   │   │   ├── Chapter06Practice2.csproj
│   │   │   ├── Employee.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Job.cs
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter06Practice2.csproj.FileListAbsolute.txt
│   │   │   │   ├── Chapter06Practice2.exe
│   │   │   │   ├── Chapter06Practice2.Form1.resources
│   │   │   │   ├── Chapter06Practice2.pdb
│   │   │   │   ├── Chapter06Practice2.Properties.Resources.resources
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   └── TempPE
│   │   │   ├── PM.cs
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── SE.cs
│   │   ├── Chapter06Practice2.sln
│   │   └── Chapter06Practice2.suo
│   └── Chapter06Practice4
│   ├── Chapter06Practice4
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Chapter06Practice4.exe
│   │   │   ├── Chapter06Practice4.pdb
│   │   │   ├── Chapter06Practice4.vshost.exe
│   │   │   └── Chapter06Practice4.vshost.exe.manifest
│   │   ├── Chapter06Practice4.csproj
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── Chapter06Practice4.csproj.FileListAbsolute.txt
│   │   │   ├── Chapter06Practice4.exe
│   │   │   ├── Chapter06Practice4.Form1.resources
│   │   │   ├── Chapter06Practice4.pdb
│   │   │   ├── Chapter06Practice4.Properties.Resources.resources
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   └── TempPE
│   │   ├── OperationAdd.cs
│   │   ├── Operation.cs
│   │   ├── OperationDiv.cs
│   │   ├── OperationMul.cs
│   │   ├── OperationSub.cs
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Chapter06Practice4.sln
│   └── Chapter06Practice4.suo
├── 第十一章
│   ├── Chapter11AfterClass23
│   │   ├── Chapter10Practice
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Chapter10Practice.exe
│   │   │   │   │   ├── Chapter10Practice.pdb
│   │   │   │   │   ├── Chapter10Practice.vshost.exe
│   │   │   │   │   ├── Chapter10Practice.vshost.exe.manifest
│   │   │   │   │   ├── files
│   │   │   │   │   │   ├── FullChannel.xml
│   │   │   │   │   │   ├── save.bin
│   │   │   │   │   │   ├── save.txt
│   │   │   │   │   │   ├── 凤凰卫视.xml
│   │   │   │   │   │   └── 北京电视台.xml
│   │   │   │   │   └── FullChannel.xml
│   │   │   │   └── Release
│   │   │   ├── ChannelA.cs
│   │   │   ├── ChannelBase.cs
│   │   │   ├── ChannelBaseFactory.cs
│   │   │   ├── ChannelB.cs
│   │   │   ├── ChannelManager.cs
│   │   │   ├── Chapter10Practice.csproj
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmSplash.cs
│   │   │   ├── frmSplash.Designer.cs
│   │   │   ├── frmSplash.resx
│   │   │   ├── FullChannel.xml
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter10Practice.csproj.FileListAbsolute.txt
│   │   │   │   ├── Chapter10Practice.exe
│   │   │   │   ├── Chapter10Practice.frmMain.resources
│   │   │   │   ├── Chapter10Practice.frmSplash.resources
│   │   │   │   ├── Chapter10Practice.pdb
│   │   │   │   ├── Chapter10Practice.Properties.Resources.resources
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Remind.cs
│   │   │   ├── SavingInfo.cs
│   │   │   └── TvProgram.cs
│   │   ├── Chapter10Practice.sln
│   │   └── Chapter10Practice.suo
│   ├── Chapter11AfterClass5
│   │   ├── Chapter11AfterClass5
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter11AfterClass5.exe
│   │   │   │   ├── Chapter11AfterClass5.pdb
│   │   │   │   ├── Chapter11AfterClass5.vshost.exe
│   │   │   │   └── Chapter11AfterClass5.vshost.exe.manifest
│   │   │   ├── Book.cs
│   │   │   ├── Chapter11AfterClass5.csproj
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter11AfterClass5.csproj.FileListAbsolute.txt
│   │   │   │   ├── Chapter11AfterClass5.exe
│   │   │   │   ├── Chapter11AfterClass5.pdb
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Chapter11AfterClass5.sln
│   │   └── Chapter11AfterClass5.suo
│   ├── Chapter11Practice
│   │   ├── Chapter10Practice
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Chapter10Practice.exe
│   │   │   │   │   ├── Chapter10Practice.pdb
│   │   │   │   │   ├── Chapter10Practice.vshost.exe
│   │   │   │   │   ├── Chapter10Practice.vshost.exe.manifest
│   │   │   │   │   ├── files
│   │   │   │   │   │   ├── FullChannel.xml
│   │   │   │   │   │   ├── save.bin
│   │   │   │   │   │   ├── save.txt
│   │   │   │   │   │   ├── 凤凰卫视.xml
│   │   │   │   │   │   └── 北京电视台.xml
│   │   │   │   │   └── FullChannel.xml
│   │   │   │   └── Release
│   │   │   ├── ChannelA.cs
│   │   │   ├── ChannelBase.cs
│   │   │   ├── ChannelBaseFactory.cs
│   │   │   ├── ChannelB.cs
│   │   │   ├── ChannelManager.cs
│   │   │   ├── Chapter10Practice.csproj
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmSplash.cs
│   │   │   ├── frmSplash.Designer.cs
│   │   │   ├── frmSplash.resx
│   │   │   ├── FullChannel.xml
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter10Practice.csproj.FileListAbsolute.txt
│   │   │   │   ├── Chapter10Practice.exe
│   │   │   │   ├── Chapter10Practice.frmMain.resources
│   │   │   │   ├── Chapter10Practice.frmSplash.resources
│   │   │   │   ├── Chapter10Practice.pdb
│   │   │   │   ├── Chapter10Practice.Properties.Resources.resources
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Remind.cs
│   │   │   ├── SavingInfo.cs
│   │   │   └── TvProgram.cs
│   │   ├── Chapter10Practice.sln
│   │   └── Chapter10Practice.suo
│   ├── Chapter11Practice345
│   │   ├── Chapter11Practice345
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Chapter11Practice345.exe
│   │   │   │   │   ├── Chapter11Practice345.pdb
│   │   │   │   │   ├── Chapter11Practice345.vshost.exe
│   │   │   │   │   └── Chapter11Practice345.vshost.exe.manifest
│   │   │   │   └── Release
│   │   │   ├── Chapter11Practice345.csproj
│   │   │   ├── Files.cs
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter11Practice345.csproj.FileListAbsolute.txt
│   │   │   │   ├── Chapter11Practice345.exe
│   │   │   │   ├── Chapter11Practice345.frmMain.resources
│   │   │   │   ├── Chapter11Practice345.pdb
│   │   │   │   ├── Chapter11Practice345.Properties.Resources.resources
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Chapter11Practice345.sln
│   │   └── Chapter11Practice345.suo
│   ├── Chapter11示例1
│   │   ├── Chapter11Practice1
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter11Practice1.exe
│   │   │   │   ├── Chapter11Practice1.pdb
│   │   │   │   ├── Chapter11Practice1.vshost.exe
│   │   │   │   └── Chapter11Practice1.vshost.exe.manifest
│   │   │   ├── Chapter11Practice1.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter11Practice1.csproj.FileListAbsolute.txt
│   │   │   │   ├── Chapter11Practice1.exe
│   │   │   │   ├── Chapter11Practice1.Form1.resources
│   │   │   │   ├── Chapter11Practice1.pdb
│   │   │   │   ├── Chapter11Practice1.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
│   │   ├── Chapter11Practice1.sln
│   │   └── Chapter11Practice1.suo
│   ├── Explorer
│   │   ├── Explorer
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Explorer.exe
│   │   │   │   ├── Explorer.pdb
│   │   │   │   ├── Explorer.vshost.exe
│   │   │   │   └── Explorer.vshost.exe.manifest
│   │   │   ├── Explorer.csproj
│   │   │   ├── Files.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Explorer.csproj.FileListAbsolute.txt
│   │   │   │   ├── Explorer.exe
│   │   │   │   ├── Explorer.Form1.resources
│   │   │   │   ├── Explorer.pdb
│   │   │   │   ├── Explorer.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
│   │   ├── Explorer.sln
│   │   └── Explorer.suo
│   └── ListView选中项的索引获取办法.jpg
├── 第十三章
│   └── Chapter13
│   ├── Chapter13
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── Chapter13.exe
│   │   │   │   ├── Chapter13.pdb
│   │   │   │   ├── Chapter13.vshost.exe
│   │   │   │   ├── Chapter13.vshost.exe.manifest
│   │   │   │   ├── computers.bin
│   │   │   │   └── xmlComputer.xml
│   │   │   └── Release
│   │   ├── Chapter13.csproj
│   │   ├── Computer.cs
│   │   ├── ComputerManager.cs
│   │   ├── DeskTop.cs
│   │   ├── frmMain.cs
│   │   ├── frmMain.Designer.cs
│   │   ├── frmMain.resx
│   │   ├── NoteBook.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── Chapter13.csproj.FileListAbsolute.txt
│   │   │   ├── Chapter13.exe
│   │   │   ├── Chapter13.frmMain.resources
│   │   │   ├── Chapter13.pdb
│   │   │   ├── Chapter13.Properties.Resources.resources
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   └── TempPE
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Chapter13.sln
│   └── Chapter13.suo
├── 第十二章
│   ├── Chapter12AfterClass3
│   │   ├── Chapter12AfterClass3
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter12AfterClass3.exe
│   │   │   │   ├── Chapter12AfterClass3.pdb
│   │   │   │   ├── Chapter12AfterClass3.vshost.exe
│   │   │   │   ├── Chapter12AfterClass3.vshost.exe.manifest
│   │   │   │   └── Student.bin
│   │   │   ├── Chapter12AfterClass3.csproj
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter12AfterClass3.csproj.FileListAbsolute.txt
│   │   │   │   ├── Chapter12AfterClass3.exe
│   │   │   │   ├── Chapter12AfterClass3.pdb
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Student.cs
│   │   │   └── Test.cs
│   │   ├── Chapter12AfterClass3.sln
│   │   └── Chapter12AfterClass3.suo
│   ├── Chapter12AfterClass4
│   │   ├── Chapter12AfterClass4
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── book.bin
│   │   │   │   ├── Chapter12AfterClass4.exe
│   │   │   │   ├── Chapter12AfterClass4.pdb
│   │   │   │   ├── Chapter12AfterClass4.vshost.exe
│   │   │   │   └── Chapter12AfterClass4.vshost.exe.manifest
│   │   │   ├── Books.cs
│   │   │   ├── Chapter12AfterClass4.csproj
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter12AfterClass4.csproj.FileListAbsolute.txt
│   │   │   │   ├── Chapter12AfterClass4.exe
│   │   │   │   ├── Chapter12AfterClass4.pdb
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   └── Test.cs
│   │   ├── Chapter12AfterClass4.sln
│   │   └── Chapter12AfterClass4.suo
│   ├── Chapter12AfterClass5
│   │   ├── Chapter12AfterClass5
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter12AfterClass5.exe
│   │   │   │   ├── Chapter12AfterClass5.pdb
│   │   │   │   ├── Chapter12AfterClass5.vshost.exe
│   │   │   │   ├── Chapter12AfterClass5.vshost.exe.manifest
│   │   │   │   └── TelInfo.bin
│   │   │   ├── Chapter12AfterClass5.csproj
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter12AfterClass5.csproj.FileListAbsolute.txt
│   │   │   │   ├── Chapter12AfterClass5.exe
│   │   │   │   ├── Chapter12AfterClass5.pdb
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Telephone.cs
│   │   │   └── Test.cs
│   │   ├── Chapter12AfterClass5.sln
│   │   └── Chapter12AfterClass5.suo
│   ├── Chapter12Practice1
│   │   ├── Chapter12Practice1
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Chapter12Practice1.exe
│   │   │   │   │   ├── Chapter12Practice1.pdb
│   │   │   │   │   ├── Chapter12Practice1.vshost.exe
│   │   │   │   │   ├── Chapter12Practice1.vshost.exe.manifest
│   │   │   │   │   └── save.bin
│   │   │   │   └── Release
│   │   │   ├── Chapter12Practice1.csproj
│   │   │   ├── Customer.cs
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter12Practice1.csproj.FileListAbsolute.txt
│   │   │   │   ├── Chapter12Practice1.exe
│   │   │   │   ├── Chapter12Practice1.pdb
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   └── TempPE
│   │   │   ├── Order.cs
│   │   │   ├── Product.cs
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   └── Test.cs
│   │   ├── Chapter12Practice1.sln
│   │   └── Chapter12Practice1.suo
│   └── Chapter12Practice2345
│   ├── Chapter10Practice
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── AxInterop.WMPLib.dll
│   │   │   │   ├── Chapter10Practice.exe
│   │   │   │   ├── Chapter10Practice.pdb
│   │   │   │   ├── Chapter10Practice.vshost.exe
│   │   │   │   ├── Chapter10Practice.vshost.exe.manifest
│   │   │   │   ├── files
│   │   │   │   │   ├── FullChannel.xml
│   │   │   │   │   ├── save.bin
│   │   │   │   │   ├── save.txt
│   │   │   │   │   ├── 凤凰卫视.xml
│   │   │   │   │   └── 北京电视台.xml
│   │   │   │   ├── FullChannel.xml
│   │   │   │   └── Interop.WMPLib.dll
│   │   │   └── Release
│   │   ├── ChannelA.cs
│   │   ├── ChannelBase.cs
│   │   ├── ChannelBaseFactory.cs
│   │   ├── ChannelB.cs
│   │   ├── ChannelManager.cs
│   │   ├── Chapter10Practice.csproj
│   │   ├── frmMain.cs
│   │   ├── frmMain.Designer.cs
│   │   ├── frmMain.resx
│   │   ├── FrmPlayer.cs
│   │   ├── FrmPlayer.Designer.cs
│   │   ├── FrmPlayer.resx
│   │   ├── frmSplash.cs
│   │   ├── frmSplash.Designer.cs
│   │   ├── frmSplash.resx
│   │   ├── FullChannel.xml
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── AxInterop.WMPLib.dll
│   │   │   ├── Chapter10Practice.csproj.FileListAbsolute.txt
│   │   │   ├── Chapter10Practice.csproj.ResolveComReference.cache
│   │   │   ├── Chapter10Practice.exe
│   │   │   ├── Chapter10Practice.frmMain.resources
│   │   │   ├── Chapter10Practice.FrmPlayer.resources
│   │   │   ├── Chapter10Practice.frmSplash.resources
│   │   │   ├── Chapter10Practice.pdb
│   │   │   ├── Chapter10Practice.Properties.Resources.resources
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── Interop.WMPLib.dll
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   └── TempPE
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Remind.cs
│   │   ├── RemindForm.cs
│   │   ├── RemindForm.Designer.cs
│   │   ├── RemindForm.resx
│   │   ├── SavingInfo.cs
│   │   └── TvProgram.cs
│   ├── Chapter10Practice.sln
│   └── Chapter10Practice.suo
├── 第十四章
│   ├── 14张项目错误难点.txt
│   └── Chapter14
│   ├── Chapter14
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── 9-00 1-1.txt
│   │   │   │   ├── 9-00 1-2.txt
│   │   │   │   ├── 9-00 1-3.txt
│   │   │   │   ├── 9-00 1-4.txt
│   │   │   │   ├── 9-00 1-5.txt
│   │   │   │   ├── 9-00 1-6.txt
│   │   │   │   ├── Chapter14.exe
│   │   │   │   ├── Chapter14.pdb
│   │   │   │   ├── Chapter14.vshost.exe
│   │   │   │   ├── Chapter14.vshost.exe.manifest
│   │   │   │   ├── ShowList.xml
│   │   │   │   ├── soldTickets.bin
│   │   │   │   ├── 北大青鸟.jpg
│   │   │   │   ├── 窃听风云.jpg
│   │   │   │   ├── 非常完美.jpg
│   │   │   │   ├── 非诚勿扰.jpg
│   │   │   │   └── 风声.JPG
│   │   │   └── Release
│   │   ├── Chapter14.csproj
│   │   ├── Cinema.cs
│   │   ├── Common.cs
│   │   ├── FreeTicket.cs
│   │   ├── frmMain.cs
│   │   ├── frmMain.Designer.cs
│   │   ├── frmMain.resx
│   │   ├── Movie.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── Chapter14.csproj.FileListAbsolute.txt
│   │   │   ├── Chapter14.exe
│   │   │   ├── Chapter14.frmMain.resources
│   │   │   ├── Chapter14.pdb
│   │   │   ├── Chapter14.Properties.Resources.resources
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   └── TempPE
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Schedule.cs
│   │   ├── ScheduleItem.cs
│   │   ├── Seat.cs
│   │   ├── StudentTicket.cs
│   │   ├── Ticket.cs
│   │   └── TicketFactory.cs
│   ├── Chapter14.sln
│   └── Chapter14.suo
├── 第十章
│   ├── Chapter10AfterClass2
│   │   ├── Chapter10AfterClass2
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter10AfterClass2.exe
│   │   │   │   ├── Chapter10AfterClass2.pdb
│   │   │   │   ├── Chapter10AfterClass2.vshost.exe
│   │   │   │   ├── Chapter10AfterClass2.vshost.exe.manifest
│   │   │   │   └── Student.xml
│   │   │   ├── Chapter10AfterClass2.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter10AfterClass2.csproj.FileListAbsolute.txt
│   │   │   │   ├── Chapter10AfterClass2.exe
│   │   │   │   ├── Chapter10AfterClass2.Form1.resources
│   │   │   │   ├── Chapter10AfterClass2.pdb
│   │   │   │   ├── Chapter10AfterClass2.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
│   │   ├── Chapter10AfterClass2.sln
│   │   └── Chapter10AfterClass2.suo
│   ├── Chapter10AfterClass3
│   │   └── Programmer.xml
│   ├── Chapter10AfterClass4
│   │   ├── Chapter10AfterClass4
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter10AfterClass4.exe
│   │   │   │   ├── Chapter10AfterClass4.pdb
│   │   │   │   ├── Chapter10AfterClass4.vshost.exe
│   │   │   │   └── Chapter10AfterClass4.vshost.exe.manifest
│   │   │   ├── Chapter10AfterClass4.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter10AfterClass4.csproj.FileListAbsolute.txt
│   │   │   │   ├── Chapter10AfterClass4.exe
│   │   │   │   ├── Chapter10AfterClass4.Form1.resources
│   │   │   │   ├── Chapter10AfterClass4.pdb
│   │   │   │   ├── Chapter10AfterClass4.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
│   │   ├── Chapter10AfterClass4.sln
│   │   └── Chapter10AfterClass4.suo
│   ├── Chapter10AfterClass5
│   │   ├── Chapter10AfterClass5
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter10AfterClass5.exe
│   │   │   │   ├── Chapter10AfterClass5.pdb
│   │   │   │   ├── Chapter10AfterClass5.vshost.exe
│   │   │   │   ├── Chapter10AfterClass5.vshost.exe.manifest
│   │   │   │   └── Student.xml
│   │   │   ├── Chapter10AfterClass5.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter10AfterClass5.csproj.FileListAbsolute.txt
│   │   │   │   ├── Chapter10AfterClass5.exe
│   │   │   │   ├── Chapter10AfterClass5.Form1.resources
│   │   │   │   ├── Chapter10AfterClass5.pdb
│   │   │   │   ├── Chapter10AfterClass5.Properties.Resources.resources
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Chapter10AfterClass5.sln
│   │   ├── Chapter10AfterClass5.suo
│   │   ├── XmlReader类读取Xml步骤.jpg
│   │   ├── 读取Xml的几种方法.jpg
│   │   └── 读取文档.jpg
│   ├── Chapter10Practice
│   │   ├── Chapter10Practice
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Chapter10Practice.exe
│   │   │   │   │   ├── Chapter10Practice.pdb
│   │   │   │   │   ├── Chapter10Practice.vshost.exe
│   │   │   │   │   ├── Chapter10Practice.vshost.exe.manifest
│   │   │   │   │   ├── files
│   │   │   │   │   │   ├── FullChannel.xml
│   │   │   │   │   │   ├── save.bin
│   │   │   │   │   │   ├── 凤凰卫视.xml
│   │   │   │   │   │   └── 北京电视台.xml
│   │   │   │   │   └── FullChannel.xml
│   │   │   │   └── Release
│   │   │   ├── ChannelA.cs
│   │   │   ├── ChannelBase.cs
│   │   │   ├── ChannelBaseFactory.cs
│   │   │   ├── ChannelB.cs
│   │   │   ├── ChannelManager.cs
│   │   │   ├── Chapter10Practice.csproj
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmSplash.cs
│   │   │   ├── frmSplash.Designer.cs
│   │   │   ├── frmSplash.resx
│   │   │   ├── FullChannel.xml
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── Chapter10Practice.csproj.FileListAbsolute.txt
│   │   │   │   ├── Chapter10Practice.exe
│   │   │   │   ├── Chapter10Practice.frmMain.resources
│   │   │   │   ├── Chapter10Practice.frmSplash.resources
│   │   │   │   ├── Chapter10Practice.pdb
│   │   │   │   ├── Chapter10Practice.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
│   │   │   ├── Remind.cs
│   │   │   ├── SavingInfo.cs
│   │   │   └── TvProgram.cs
│   │   ├── Chapter10Practice.sln
│   │   └── Chapter10Practice.suo
│   ├── Text
│   │   ├── Text
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── FullChannel.xml
│   │   │   │   │   ├── Text.exe
│   │   │   │   │   ├── Text.pdb
│   │   │   │   │   ├── Text.vshost.exe
│   │   │   │   │   └── Text.vshost.exe.manifest
│   │   │   │   └── Release
│   │   │   ├── FullChannel.xml
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── TempPE
│   │   │   │   ├── Text.csproj.FileListAbsolute.txt
│   │   │   │   ├── Text.exe
│   │   │   │   └── Text.pdb
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   └── Text.csproj
│   │   ├── Text.sln
│   │   └── Text.suo
│   └── XmlNodeReader 读取Xml(读取凤凰电视台Xml).txt
└── 第四章
├── Chapter04Practice1
│   ├── Chapter04Practice1
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Chapter04Practice1.exe
│   │   │   ├── Chapter04Practice1.pdb
│   │   │   ├── Chapter04Practice1.vshost.exe
│   │   │   └── Chapter04Practice1.vshost.exe.manifest
│   │   ├── Chapter04Practice1.csproj
│   │   ├── Common.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── Chapter04Practice1.csproj.FileListAbsolute.txt
│   │   │   ├── Chapter04Practice1.exe
│   │   │   ├── Chapter04Practice1.pdb
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   └── TempPE
│   │   ├── PM.cs
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   └── SE.cs
│   ├── Chapter04Practice1.sln
│   └── Chapter04Practice1.suo
├── Chapter04Practice2
│   ├── Chapter04Practice2
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Chapter04Practice2.exe
│   │   │   ├── Chapter04Practice2.pdb
│   │   │   ├── Chapter04Practice2.vshost.exe
│   │   │   └── Chapter04Practice2.vshost.exe.manifest
│   │   ├── Chapter04Practice2.csproj
│   │   ├── Common.cs
│   │   ├── CompSalary.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── Chapter04Practice2.csproj.FileListAbsolute.txt
│   │   │   ├── Chapter04Practice2.exe
│   │   │   ├── Chapter04Practice2.pdb
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   └── TempPE
│   │   ├── PM.cs
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   └── SE.cs
│   ├── Chapter04Practice2.sln
│   └── Chapter04Practice2.suo
├── Chapter04Practice3
│   ├── Chapter04Practice3
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Chapter04Practice3.exe
│   │   │   ├── Chapter04Practice3.pdb
│   │   │   ├── Chapter04Practice3.vshost.exe
│   │   │   └── Chapter04Practice3.vshost.exe.manifest
│   │   ├── Car.cs
│   │   ├── Chapter04Practice3.csproj
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── Chapter04Practice3.csproj.FileListAbsolute.txt
│   │   │   ├── Chapter04Practice3.exe
│   │   │   ├── Chapter04Practice3.pdb
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   └── TempPE
│   │   ├── Program.cs
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   ├── Chapter04Practice3.sln
│   └── Chapter04Practice3.suo
├── Chapter04Practice4
│   ├── Chapter04Practice4
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Chapter04Practice4.exe
│   │   │   ├── Chapter04Practice4.pdb
│   │   │   ├── Chapter04Practice4.vshost.exe
│   │   │   └── Chapter04Practice4.vshost.exe.manifest
│   │   ├── Chapter04Practice4.csproj
│   │   ├── Chef.cs
│   │   ├── Client.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── Chapter04Practice4.csproj.FileListAbsolute.txt
│   │   │   ├── Chapter04Practice4.exe
│   │   │   ├── Chapter04Practice4.pdb
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   └── TempPE
│   │   ├── Order.cs
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   └── Waitress.cs
│   ├── Chapter04Practice4.sln
│   └── Chapter04Practice4.suo
├── Chapter4AfterClass2
│   ├── Chapter4AfterClass2
│   │   ├── Add.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Chapter4AfterClass2.exe
│   │   │   ├── Chapter4AfterClass2.pdb
│   │   │   ├── Chapter4AfterClass2.vshost.exe
│   │   │   └── Chapter4AfterClass2.vshost.exe.manifest
│   │   ├── Chapter4AfterClass2.csproj
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── Chapter4AfterClass2.csproj.FileListAbsolute.txt
│   │   │   ├── Chapter4AfterClass2.exe
│   │   │   ├── Chapter4AfterClass2.pdb
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   └── TempPE
│   │   ├── Program.cs
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   ├── Chapter4AfterClass2.sln
│   └── Chapter4AfterClass2.suo
├── Chapter4AfterClass3
│   ├── Chapter4AfterClass3
│   │   ├── Ants.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Chapter4AfterClass3.exe
│   │   │   ├── Chapter4AfterClass3.pdb
│   │   │   ├── Chapter4AfterClass3.vshost.exe
│   │   │   └── Chapter4AfterClass3.vshost.exe.manifest
│   │   ├── Chapter4AfterClass3.csproj
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── Chapter4AfterClass3.csproj.FileListAbsolute.txt
│   │   │   ├── Chapter4AfterClass3.exe
│   │   │   ├── Chapter4AfterClass3.pdb
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   └── TempPE
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   └── Sweetmeats.cs
│   ├── Chapter4AfterClass3.sln
│   └── Chapter4AfterClass3.suo
└── Chapter4AfterClass4
├── Chapter4AfterClass4
│   ├── bin
│   │   └── Debug
│   │   ├── Chapter4AfterClass4.exe
│   │   ├── Chapter4AfterClass4.pdb
│   │   ├── Chapter4AfterClass4.vshost.exe
│   │   └── Chapter4AfterClass4.vshost.exe.manifest
│   ├── Chapter4AfterClass4.csproj
│   ├── obj
│   │   └── x86
│   │   └── Debug
│   │   ├── Chapter4AfterClass4.csproj.FileListAbsolute.txt
│   │   ├── Chapter4AfterClass4.exe
│   │   ├── Chapter4AfterClass4.pdb
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   └── TempPE
│   ├── Program.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   └── Wizard.cs
├── Chapter4AfterClass4.sln
└── Chapter4AfterClass4.suo

618 directories, 1620 files

标签:

实例下载地址

北大青鸟ACCP6.0S2深入.NET平台和C#编程全部课后题答案+PPT+阶段测试答案+内部测试答案

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警