实例介绍
精通C#与.NET 4.0数据库开发源码 --------------------------------------------- 这是随书配套源码,共 11.3M. --------------------------------------------- 按我名字搜索,也有本书的PDF档下载和其它的C#与SQL的文档和源码加进 -------------------------------------------------------------- 精通C#与.NET 4.0数据库开发---基础、数据库核心技术、项目实战/ 秦婧,石叶平等编著 介绍微软.NET 4.0平台
【实例截图】
【核心代码】
本书源程序
└── 本书源程序
├── CH01
│ ├── FirstCSharpProg
│ │ ├── FirstCSharpProg
│ │ │ ├── Backup
│ │ │ │ ├── Cat.cs
│ │ │ │ ├── FirstCSharpProg.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── FirstCSharpProg.exe
│ │ │ │ ├── FirstCSharpProg.pdb
│ │ │ │ ├── FirstCSharpProg.vshost.exe
│ │ │ │ └── FirstCSharpProg.vshost.exe.manifest
│ │ │ ├── Cat.cs
│ │ │ ├── FirstCSharpProg.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── FirstCSharpProg.csproj.FileListAbsolute.txt
│ │ │ │ ├── FirstCSharpProg.exe
│ │ │ │ └── FirstCSharpProg.pdb
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── FirstCSharpProg.sln
│ │ └── FirstCSharpProg.suo
│ ├── Function
│ │ ├── Function
│ │ │ ├── Backup
│ │ │ │ ├── Function.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Function.exe
│ │ │ │ ├── Function.pdb
│ │ │ │ ├── Function.vshost.exe
│ │ │ │ └── Function.vshost.exe.manifest
│ │ │ ├── Function.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── Function.csproj.FileListAbsolute.txt
│ │ │ │ ├── Function.exe
│ │ │ │ └── Function.pdb
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── Function.sln
│ │ └── Function.suo
│ ├── IfSwitch
│ │ ├── IfSwitch
│ │ │ ├── Backup
│ │ │ │ ├── IfSwitch.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── IfSwitch.exe
│ │ │ │ ├── IfSwitch.pdb
│ │ │ │ └── IfSwitch.vshost.exe
│ │ │ ├── IfSwitch.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── IfSwitch.csproj.FileListAbsolute.txt
│ │ │ │ ├── IfSwitch.exe
│ │ │ │ └── IfSwitch.pdb
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── IfSwitch.sln
│ │ └── IfSwitch.suo
│ ├── Operators
│ │ ├── Operators
│ │ │ ├── Backup
│ │ │ │ ├── Operators.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Operators.exe
│ │ │ │ ├── Operators.pdb
│ │ │ │ └── Operators.vshost.exe
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── Operators.csproj.FileListAbsolute.txt
│ │ │ │ ├── Operators.exe
│ │ │ │ └── Operators.pdb
│ │ │ ├── Operators.csproj
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── Operators.sln
│ │ └── Operators.suo
│ ├── Struct
│ │ ├── Struct
│ │ │ ├── Backup
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── Struct.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Struct.exe
│ │ │ │ ├── Struct.pdb
│ │ │ │ └── Struct.vshost.exe
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── Struct.csproj.FileListAbsolute.txt
│ │ │ │ ├── Struct.exe
│ │ │ │ └── Struct.pdb
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Struct.csproj
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── Struct.sln
│ │ └── Struct.suo
│ └── WhereFor
│ ├── WhereFor
│ │ ├── Backup
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── WhereFor.csproj
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── WhereFor.exe
│ │ │ ├── WhereFor.pdb
│ │ │ └── WhereFor.vshost.exe
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── WhereFor.csproj.FileListAbsolute.txt
│ │ │ ├── WhereFor.exe
│ │ │ └── WhereFor.pdb
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ └── WhereFor.csproj
│ ├── WhereFor.sln
│ └── WhereFor.suo
├── CH02
│ ├── AbstractClass
│ │ ├── AbstractClass
│ │ │ ├── AbstractClass.csproj
│ │ │ ├── Backup
│ │ │ │ ├── AbstractClass.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── AbstractClass.exe
│ │ │ │ ├── AbstractClass.pdb
│ │ │ │ └── AbstractClass.vshost.exe
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── AbstractClass.csproj.FileListAbsolute.txt
│ │ │ │ ├── AbstractClass.exe
│ │ │ │ ├── AbstractClass.pdb
│ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── AbstractClass.sln
│ │ └── AbstractClass.suo
│ ├── ClassInherit
│ │ ├── ClassInherit
│ │ │ ├── Backup
│ │ │ │ ├── ClassInherit.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ClassInherit.exe
│ │ │ │ ├── ClassInherit.pdb
│ │ │ │ └── ClassInherit.vshost.exe
│ │ │ ├── ClassInherit.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── ClassInherit.csproj.FileListAbsolute.txt
│ │ │ │ ├── ClassInherit.exe
│ │ │ │ ├── ClassInherit.pdb
│ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── ClassInherit.sln
│ │ └── ClassInherit.suo
│ ├── Constructor
│ │ ├── Constructor
│ │ │ ├── Backup
│ │ │ │ ├── Constructor.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Constructor.exe
│ │ │ │ ├── Constructor.pdb
│ │ │ │ └── Constructor.vshost.exe
│ │ │ ├── Constructor.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Constructor.csproj.FileListAbsolute.txt
│ │ │ │ ├── Constructor.exe
│ │ │ │ ├── Constructor.pdb
│ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── Constructor.sln
│ │ └── Constructor.suo
│ ├── DefineClass
│ │ ├── DefineClass
│ │ │ ├── Backup
│ │ │ │ ├── DefineClass.csproj
│ │ │ │ ├── Dog.cs
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── DefineClass.exe
│ │ │ │ ├── DefineClass.pdb
│ │ │ │ └── DefineClass.vshost.exe
│ │ │ ├── DefineClass.csproj
│ │ │ ├── Dog.cs
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DefineClass.csproj.FileListAbsolute.txt
│ │ │ │ ├── DefineClass.exe
│ │ │ │ ├── DefineClass.pdb
│ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── DefineClass.sln
│ │ └── DefineClass.suo
│ ├── Indexer
│ │ ├── Indexer
│ │ │ ├── Backup
│ │ │ │ ├── Indexer.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Indexer.exe
│ │ │ │ ├── Indexer.pdb
│ │ │ │ └── Indexer.vshost.exe
│ │ │ ├── Indexer.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── Indexer.csproj.FileListAbsolute.txt
│ │ │ │ ├── Indexer.exe
│ │ │ │ └── Indexer.pdb
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── Indexer.sln
│ │ └── Indexer.suo
│ ├── Interface
│ │ ├── Interface
│ │ │ ├── Backup
│ │ │ │ ├── Interface.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Interface.exe
│ │ │ │ ├── Interface.pdb
│ │ │ │ └── Interface.vshost.exe
│ │ │ ├── Interface.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── Interface.csproj.FileListAbsolute.txt
│ │ │ │ ├── Interface.exe
│ │ │ │ └── Interface.pdb
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── Interface.sln
│ │ └── Interface.suo
│ ├── IsAs
│ │ ├── IsAs
│ │ │ ├── Backup
│ │ │ │ ├── IsAs.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── IsAs.exe
│ │ │ │ ├── IsAs.pdb
│ │ │ │ └── IsAs.vshost.exe
│ │ │ ├── IsAs.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── IsAs.csproj.FileListAbsolute.txt
│ │ │ │ ├── IsAs.exe
│ │ │ │ └── IsAs.pdb
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── IsAs.sln
│ │ └── IsAs.suo
│ ├── OverLoad
│ │ ├── OverLoad
│ │ │ ├── Backup
│ │ │ │ ├── OverLoad.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── OverLoad.exe
│ │ │ │ ├── OverLoad.pdb
│ │ │ │ └── OverLoad.vshost.exe
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── OverLoad.csproj.FileListAbsolute.txt
│ │ │ │ ├── OverLoad.exe
│ │ │ │ └── OverLoad.pdb
│ │ │ ├── OverLoad.csproj
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── OverLoad.sln
│ │ └── OverLoad.suo
│ ├── SealedClass
│ │ ├── SealedClass
│ │ │ ├── Backup
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── SealedClass.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ └── SealedClass.vshost.exe
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ └── SealedClass.csproj.FileListAbsolute.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── SealedClass.csproj
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── SealedClass.sln
│ │ └── SealedClass.suo
│ ├── StaticMembers
│ │ ├── StaticMembers
│ │ │ ├── Backup
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── StaticMembers.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── StaticMembers.exe
│ │ │ │ ├── StaticMembers.pdb
│ │ │ │ └── StaticMembers.vshost.exe
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── StaticMembers.csproj.FileListAbsolute.txt
│ │ │ │ ├── StaticMembers.exe
│ │ │ │ └── StaticMembers.pdb
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── StaticMembers.csproj
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── StaticMembers.sln
│ │ └── StaticMembers.suo
│ └── VirtualFunc
│ ├── VirtualFunc
│ │ ├── Backup
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── VirtualFunc.csproj
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── VirtualFunc.exe
│ │ │ ├── VirtualFunc.pdb
│ │ │ └── VirtualFunc.vshost.exe
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── VirtualFunc.csproj.FileListAbsolute.txt
│ │ │ ├── VirtualFunc.exe
│ │ │ └── VirtualFunc.pdb
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ └── VirtualFunc.csproj
│ ├── VirtualFunc.sln
│ └── VirtualFunc.suo
├── CH03
│ ├── Delegate
│ │ ├── Delegate
│ │ │ ├── Backup
│ │ │ │ ├── Delegate.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Delegate.exe
│ │ │ │ ├── Delegate.pdb
│ │ │ │ └── Delegate.vshost.exe
│ │ │ ├── Delegate.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Delegate.csproj.FileListAbsolute.txt
│ │ │ │ ├── Delegate.exe
│ │ │ │ ├── Delegate.pdb
│ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── Delegate.sln
│ │ └── Delegate.suo
│ ├── UseDictionary
│ │ ├── UseDictionary
│ │ │ ├── Backup
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseDictionary.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── UseDictionary.exe
│ │ │ │ ├── UseDictionary.pdb
│ │ │ │ └── UseDictionary.vshost.exe
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── UseDictionary.csproj.FileListAbsolute.txt
│ │ │ │ ├── UseDictionary.exe
│ │ │ │ └── UseDictionary.pdb
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── UpgradeLog.XML
│ │ │ ├── _UpgradeReport_Files
│ │ │ │ ├── UpgradeReport.css
│ │ │ │ ├── UpgradeReport_Minus.gif
│ │ │ │ ├── UpgradeReport_Plus.gif
│ │ │ │ └── UpgradeReport.xslt
│ │ │ └── UseDictionary.csproj
│ │ ├── UseDictionary.sln
│ │ └── UseDictionary.suo
│ ├── UseEvents
│ │ ├── UseEvents
│ │ │ ├── Backup
│ │ │ │ ├── Customer.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── Shop.cs
│ │ │ │ └── UseEvents.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── UseEvents.exe
│ │ │ │ ├── UseEvents.pdb
│ │ │ │ └── UseEvents.vshost.exe
│ │ │ ├── Customer.cs
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── UseEvents.csproj.FileListAbsolute.txt
│ │ │ │ ├── UseEvents.exe
│ │ │ │ └── UseEvents.pdb
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Shop.cs
│ │ │ ├── UpgradeLog.XML
│ │ │ ├── _UpgradeReport_Files
│ │ │ │ ├── UpgradeReport.css
│ │ │ │ ├── UpgradeReport_Minus.gif
│ │ │ │ ├── UpgradeReport_Plus.gif
│ │ │ │ └── UpgradeReport.xslt
│ │ │ └── UseEvents.csproj
│ │ ├── UseEvents.sln
│ │ └── UseEvents.suo
│ ├── UseFanXing
│ │ ├── UseFanXing
│ │ │ ├── Backup
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseFanXing.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── UseFanXing.exe
│ │ │ │ ├── UseFanXing.pdb
│ │ │ │ └── UseFanXing.vshost.exe
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── UseFanXing.csproj.FileListAbsolute.txt
│ │ │ │ ├── UseFanXing.exe
│ │ │ │ └── UseFanXing.pdb
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── UpgradeLog.XML
│ │ │ ├── _UpgradeReport_Files
│ │ │ │ ├── UpgradeReport.css
│ │ │ │ ├── UpgradeReport_Minus.gif
│ │ │ │ ├── UpgradeReport_Plus.gif
│ │ │ │ └── UpgradeReport.xslt
│ │ │ └── UseFanXing.csproj
│ │ ├── UseFanXing.sln
│ │ └── UseFanXing.suo
│ └── UseListT
│ ├── UseListT
│ │ ├── Backup
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── UseListT.csproj
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── UseListT.exe
│ │ │ ├── UseListT.pdb
│ │ │ └── UseListT.vshost.exe
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── UseListT.csproj.FileListAbsolute.txt
│ │ │ ├── UseListT.exe
│ │ │ └── UseListT.pdb
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ └── UseListT.csproj
│ ├── UseListT.sln
│ └── UseListT.suo
├── CH04
│ ├── DisplayShellEx
│ │ ├── DisplayShellEx
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── DisplayShellEx.exe
│ │ │ │ ├── DisplayShellEx.pdb
│ │ │ │ ├── DisplayShellEx.vshost.exe
│ │ │ │ └── DisplayShellEx.vshost.exe.manifest
│ │ │ ├── DisplayShellEx.csproj
│ │ │ ├── obj
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── DisplayShellEx.csproj.FileListAbsolute.txt
│ │ │ │ ├── DisplayShellEx.exe
│ │ │ │ └── DisplayShellEx.pdb
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── DisplayShellEx.sln
│ │ └── DisplayShellEx.suo
│ ├── EventEx
│ │ ├── EventEx
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── EventEx.exe
│ │ │ │ ├── EventEx.pdb
│ │ │ │ ├── EventEx.vshost.exe
│ │ │ │ └── EventEx.vshost.exe.manifest
│ │ │ ├── Customer.cs
│ │ │ ├── EventEx.csproj
│ │ │ ├── EventEx.csproj.user
│ │ │ ├── obj
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── EventEx.csproj.FileListAbsolute.txt
│ │ │ │ ├── EventEx.exe
│ │ │ │ └── EventEx.pdb
│ │ │ ├── PriceChangedEventArgs .cs
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── EventEx.sln
│ │ └── EventEx.suo
│ ├── PrintHaHaEx
│ │ ├── PrintHaHaEx
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── PrintHaHaEx.exe
│ │ │ │ ├── PrintHaHaEx.pdb
│ │ │ │ ├── PrintHaHaEx.vshost.exe
│ │ │ │ └── PrintHaHaEx.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── PrintHaHaEx.csproj.FileListAbsolute.txt
│ │ │ │ ├── PrintHaHaEx.exe
│ │ │ │ └── PrintHaHaEx.pdb
│ │ │ ├── PrintHaHaEx.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── PrintHaHaEx.sln
│ │ └── PrintHaHaEx.suo
│ └── UseExtMethod
│ ├── UseExtMethod
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── UseExtMethod.exe
│ │ │ ├── UseExtMethod.pdb
│ │ │ ├── UseExtMethod.vshost.exe
│ │ │ └── UseExtMethod.vshost.exe.manifest
│ │ ├── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── UseExtMethod.csproj.FileListAbsolute.txt
│ │ │ ├── UseExtMethod.exe
│ │ │ └── UseExtMethod.pdb
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── UseExtMethod.csproj
│ ├── UseExtMethod.sln
│ └── UseExtMethod.suo
├── CH05
│ ├── ButtonControl
│ │ ├── ButtonControl
│ │ │ ├── Backup
│ │ │ │ ├── ButtonControl.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── Resources
│ │ │ │ └── pig.bmp
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ButtonControl.exe
│ │ │ │ ├── ButtonControl.pdb
│ │ │ │ ├── ButtonControl.vshost.exe
│ │ │ │ └── ButtonControl.vshost.exe.manifest
│ │ │ ├── ButtonControl.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── ButtonControl.csproj.FileListAbsolute.txt
│ │ │ │ ├── ButtonControl.csproj.GenerateResource.Cache
│ │ │ │ ├── ButtonControl.exe
│ │ │ │ ├── ButtonControl.Form1.resources
│ │ │ │ ├── ButtonControl.pdb
│ │ │ │ ├── ButtonControl.Properties.Resources.resources
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources
│ │ │ │ └── pig.bmp
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── ButtonControl.sln
│ │ └── ButtonControl.suo
│ ├── CheckRadioButtons
│ │ ├── CheckRadioButtons
│ │ │ ├── Backup
│ │ │ │ ├── CheckRadioButtons.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── CheckRadioButtons.exe
│ │ │ │ ├── CheckRadioButtons.pdb
│ │ │ │ └── CheckRadioButtons.vshost.exe
│ │ │ ├── CheckRadioButtons.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── CheckRadioButtons.csproj.FileListAbsolute.txt
│ │ │ │ ├── CheckRadioButtons.csproj.GenerateResource.Cache
│ │ │ │ ├── CheckRadioButtons.exe
│ │ │ │ ├── CheckRadioButtons.Form1.resources
│ │ │ │ ├── CheckRadioButtons.pdb
│ │ │ │ ├── CheckRadioButtons.Properties.Resources.resources
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── CheckRadioButtons.sln
│ │ └── CheckRadioButtons.suo
│ ├── ComboListBox
│ │ ├── ComboListBox
│ │ │ ├── Backup
│ │ │ │ ├── ComboListBox.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ComboListBox.exe
│ │ │ │ ├── ComboListBox.pdb
│ │ │ │ └── ComboListBox.vshost.exe
│ │ │ ├── ComboListBox.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── ComboListBox.csproj.FileListAbsolute.txt
│ │ │ │ ├── ComboListBox.csproj.GenerateResource.Cache
│ │ │ │ ├── ComboListBox.exe
│ │ │ │ ├── ComboListBox.Form1.resources
│ │ │ │ ├── ComboListBox.pdb
│ │ │ │ ├── ComboListBox.Properties.Resources.resources
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── ComboListBox.sln
│ │ └── ComboListBox.suo
│ ├── CommonDlgs
│ │ ├── CommonDlgs
│ │ │ ├── Backup
│ │ │ │ ├── CommonDlgs.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── CommonDlgs.exe
│ │ │ │ ├── CommonDlgs.pdb
│ │ │ │ └── CommonDlgs.vshost.exe
│ │ │ ├── CommonDlgs.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── CommonDlgs.csproj.FileListAbsolute.txt
│ │ │ │ ├── CommonDlgs.csproj.GenerateResource.Cache
│ │ │ │ ├── CommonDlgs.exe
│ │ │ │ ├── CommonDlgs.Form1.resources
│ │ │ │ ├── CommonDlgs.pdb
│ │ │ │ ├── CommonDlgs.Properties.Resources.resources
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── CommonDlgs.sln
│ │ └── CommonDlgs.suo
│ ├── FormPropMethod
│ │ ├── FormPropMethod
│ │ │ ├── Backup
│ │ │ │ ├── FormPropMethod.csproj
│ │ │ │ ├── FrmMain.cs
│ │ │ │ ├── FrmMain.Designer.cs
│ │ │ │ ├── FrmMain.resx
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── FormPropMethod.exe
│ │ │ │ ├── FormPropMethod.pdb
│ │ │ │ ├── FormPropMethod.vshost.exe
│ │ │ │ └── FormPropMethod.vshost.exe.manifest
│ │ │ ├── FormPropMethod.csproj
│ │ │ ├── FrmMain.cs
│ │ │ ├── FrmMain.Designer.cs
│ │ │ ├── FrmMain.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── FormPropMethod.csproj.FileListAbsolute.txt
│ │ │ │ ├── FormPropMethod.csproj.GenerateResource.Cache
│ │ │ │ ├── FormPropMethod.exe
│ │ │ │ ├── FormPropMethod.FrmMain.resources
│ │ │ │ ├── FormPropMethod.pdb
│ │ │ │ ├── FormPropMethod.Properties.Resources.resources
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── FormPropMethod.sln
│ │ └── FormPropMethod.suo
│ ├── InputLog
│ │ ├── InputLog
│ │ │ ├── Backup
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── InputLog.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── InputLog.exe
│ │ │ │ ├── InputLog.pdb
│ │ │ │ └── InputLog.vshost.exe
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── InputLog.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── InputLog.csproj.FileListAbsolute.txt
│ │ │ │ ├── InputLog.csproj.GenerateResource.Cache
│ │ │ │ ├── InputLog.exe
│ │ │ │ ├── InputLog.Form1.resources
│ │ │ │ ├── InputLog.pdb
│ │ │ │ ├── InputLog.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── InputLog.sln
│ │ └── InputLog.suo
│ ├── LabelControl
│ │ ├── LabelControl
│ │ │ ├── Backup
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LabelControl.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── Resources
│ │ │ │ └── 811.jpg
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LabelControl.exe
│ │ │ │ ├── LabelControl.pdb
│ │ │ │ └── LabelControl.vshost.exe
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LabelControl.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── LabelControl.csproj.FileListAbsolute.txt
│ │ │ │ ├── LabelControl.csproj.GenerateResource.Cache
│ │ │ │ ├── LabelControl.exe
│ │ │ │ ├── LabelControl.Form1.resources
│ │ │ │ ├── LabelControl.pdb
│ │ │ │ ├── LabelControl.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources
│ │ │ │ └── 811.jpg
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── LabelControl.sln
│ │ └── LabelControl.suo
│ ├── MenuStrip
│ │ ├── MenuStrip
│ │ │ ├── Backup
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── MenuStrip.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── MenuStrip.exe
│ │ │ │ ├── MenuStrip.pdb
│ │ │ │ └── MenuStrip.vshost.exe
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── MenuStrip.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── MenuStrip.csproj.FileListAbsolute.txt
│ │ │ │ ├── MenuStrip.csproj.GenerateResource.Cache
│ │ │ │ ├── MenuStrip.exe
│ │ │ │ ├── MenuStrip.Form1.resources
│ │ │ │ ├── MenuStrip.pdb
│ │ │ │ ├── MenuStrip.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── MenuStrip.sln
│ │ └── MenuStrip.suo
│ ├── TabControls
│ │ ├── TabControls
│ │ │ ├── Backup
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TabControls.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ └── TabControls.vshost.exe
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── TabControls.csproj
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── TabControls.sln
│ │ └── TabControls.suo
│ └── TextBoxControl
│ ├── TextBoxControl
│ │ ├── Backup
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── TextBoxControl.csproj
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── TextBoxControl.exe
│ │ │ ├── TextBoxControl.pdb
│ │ │ └── TextBoxControl.vshost.exe
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── TextBoxControl.csproj.FileListAbsolute.txt
│ │ │ ├── TextBoxControl.csproj.GenerateResource.Cache
│ │ │ ├── TextBoxControl.exe
│ │ │ ├── TextBoxControl.Form1.resources
│ │ │ ├── TextBoxControl.pdb
│ │ │ └── TextBoxControl.Properties.Resources.resources
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── TextBoxControl.csproj
│ │ ├── UpgradeLog.XML
│ │ └── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport_Minus.gif
│ │ ├── UpgradeReport_Plus.gif
│ │ └── UpgradeReport.xslt
│ ├── TextBoxControl.sln
│ └── TextBoxControl.suo
├── CH06
│ ├── DefMDIApp
│ │ ├── DefMDIApp
│ │ │ ├── Backup
│ │ │ │ ├── DefMDIApp.csproj
│ │ │ │ ├── FrmMDIMain.cs
│ │ │ │ ├── FrmMDIMain.Designer.cs
│ │ │ │ ├── FrmMDIMain.resx
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── DefMDIApp.exe
│ │ │ │ ├── DefMDIApp.pdb
│ │ │ │ └── DefMDIApp.vshost.exe
│ │ │ ├── DefMDIApp.csproj
│ │ │ ├── FrmMDIMain.cs
│ │ │ ├── FrmMDIMain.Designer.cs
│ │ │ ├── FrmMDIMain.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DefMDIApp.csproj.FileListAbsolute.txt
│ │ │ │ ├── DefMDIApp.csproj.GenerateResource.Cache
│ │ │ │ ├── DefMDIApp.exe
│ │ │ │ ├── DefMDIApp.FrmMDIMain.resources
│ │ │ │ ├── DefMDIApp.pdb
│ │ │ │ ├── DefMDIApp.Properties.Resources.resources
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── DefMDIApp.sln
│ │ └── DefMDIApp.suo
│ └── MultiTextReader
│ ├── MultiTextReader
│ │ ├── AboutBox.cs
│ │ ├── AboutBox.Designer.cs
│ │ ├── AboutBox.resx
│ │ ├── Backup
│ │ │ ├── AboutBox.cs
│ │ │ ├── AboutBox.Designer.cs
│ │ │ ├── AboutBox.resx
│ │ │ ├── FrmMain.cs
│ │ │ ├── FrmMain.Designer.cs
│ │ │ ├── FrmMain.resx
│ │ │ ├── FrmReader.cs
│ │ │ ├── FrmReader.Designer.cs
│ │ │ ├── FrmReader.resx
│ │ │ ├── MultiTextReader.csproj
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── SettingDlg.cs
│ │ │ ├── SettingDlg.Designer.cs
│ │ │ └── SettingDlg.resx
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── MultiTextReader.exe
│ │ │ ├── MultiTextReader.pdb
│ │ │ └── MultiTextReader.vshost.exe
│ │ ├── FrmMain.cs
│ │ ├── FrmMain.Designer.cs
│ │ ├── FrmMain.resx
│ │ ├── FrmReader.cs
│ │ ├── FrmReader.Designer.cs
│ │ ├── FrmReader.resx
│ │ ├── MultiTextReader.csproj
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── MultiTextReader.AboutBox.resources
│ │ │ ├── MultiTextReader.csproj.FileListAbsolute.txt
│ │ │ ├── MultiTextReader.csproj.GenerateResource.Cache
│ │ │ ├── MultiTextReader.exe
│ │ │ ├── MultiTextReader.FrmMain.resources
│ │ │ ├── MultiTextReader.FrmReader.resources
│ │ │ ├── MultiTextReader.pdb
│ │ │ ├── MultiTextReader.Properties.Resources.resources
│ │ │ ├── MultiTextReader.SettingDlg.resources
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── SettingDlg.cs
│ │ ├── SettingDlg.Designer.cs
│ │ ├── SettingDlg.resx
│ │ ├── UpgradeLog.XML
│ │ └── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport_Minus.gif
│ │ ├── UpgradeReport_Plus.gif
│ │ └── UpgradeReport.xslt
│ ├── MultiTextReader.sln
│ └── MultiTextReader.suo
├── CH07
│ ├── AnimalLib
│ │ ├── AnimalLib
│ │ │ ├── Animal.cs
│ │ │ ├── AnimalLib.csproj
│ │ │ ├── Backup
│ │ │ │ ├── Animal.cs
│ │ │ │ ├── AnimalLib.csproj
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── AnimalLib.dll
│ │ │ │ └── AnimalLib.pdb
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── AnimalLib.csproj.FileListAbsolute.txt
│ │ │ │ ├── AnimalLib.dll
│ │ │ │ ├── AnimalLib.pdb
│ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── AnimalLib.sln
│ │ └── AnimalLib.suo
│ ├── MyControls
│ │ ├── MyControls
│ │ │ ├── Backup
│ │ │ │ ├── CaculatorUC.cs
│ │ │ │ ├── CaculatorUC.Designer.cs
│ │ │ │ ├── CaculatorUC.resx
│ │ │ │ ├── HexTextBox.cs
│ │ │ │ ├── MyControls.csproj
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── MyControls.dll
│ │ │ │ └── MyControls.pdb
│ │ │ ├── CaculatorUC.cs
│ │ │ ├── CaculatorUC.Designer.cs
│ │ │ ├── CaculatorUC.resx
│ │ │ ├── HexTextBox.cs
│ │ │ ├── MyControls.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── MyControls.CaculatorUC.resources
│ │ │ │ ├── MyControls.csproj.FileListAbsolute.txt
│ │ │ │ ├── MyControls.csproj.GenerateResource.Cache
│ │ │ │ ├── MyControls.dll
│ │ │ │ └── MyControls.pdb
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── MyControls.sln
│ │ └── MyControls.suo
│ ├── UseAnimalLib
│ │ ├── UseAnimalLib
│ │ │ ├── Backup
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseAnimalLib.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── AnimalLib.dll
│ │ │ │ ├── AnimalLib.pdb
│ │ │ │ ├── UseAnimalLib.exe
│ │ │ │ ├── UseAnimalLib.pdb
│ │ │ │ └── UseAnimalLib.vshost.exe
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ ├── UseAnimalLib.csproj.FileListAbsolute.txt
│ │ │ │ ├── UseAnimalLib.exe
│ │ │ │ └── UseAnimalLib.pdb
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── UpgradeLog.XML
│ │ │ ├── _UpgradeReport_Files
│ │ │ │ ├── UpgradeReport.css
│ │ │ │ ├── UpgradeReport_Minus.gif
│ │ │ │ ├── UpgradeReport_Plus.gif
│ │ │ │ └── UpgradeReport.xslt
│ │ │ └── UseAnimalLib.csproj
│ │ ├── UseAnimalLib.sln
│ │ └── UseAnimalLib.suo
│ └── UseMyControls
│ ├── UseMyControls
│ │ ├── Backup
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── UseMyControls.csproj
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── MyControls.dll
│ │ │ ├── MyControls.pdb
│ │ │ ├── UseMyControls.exe
│ │ │ ├── UseMyControls.pdb
│ │ │ └── UseMyControls.vshost.exe
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── UseMyControls.csproj.FileListAbsolute.txt
│ │ │ ├── UseMyControls.csproj.GenerateResource.Cache
│ │ │ ├── UseMyControls.exe
│ │ │ ├── UseMyControls.Form1.resources
│ │ │ ├── UseMyControls.pdb
│ │ │ └── UseMyControls.Properties.Resources.resources
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ └── UseMyControls.csproj
│ ├── UseMyControls.sln
│ └── UseMyControls.suo
├── CH08
│ ├── UserManagement
│ │ ├── App_Data
│ │ │ └── UserManagement.mdb
│ │ ├── register.aspx
│ │ ├── register.aspx.cs
│ │ ├── viewuser.aspx
│ │ ├── viewuser.aspx.cs
│ │ ├── web.config
│ │ ├── welcom.aspx
│ │ └── welcom.aspx.cs
│ └── WelcomeSite
│ ├── Default.aspx
│ ├── Default.aspx.cs
│ ├── MyPage.aspx
│ ├── MyPage.aspx.cs
│ ├── UseButton.aspx
│ ├── UseButton.aspx.cs
│ ├── UseHypeLink.aspx
│ ├── UseHypeLink.aspx.cs
│ ├── UseList.aspx
│ ├── UseList.aspx.cs
│ ├── UseMenu.aspx
│ ├── UseMenu.aspx.cs
│ ├── UseTextBox.aspx
│ ├── UseTextBox.aspx.cs
│ └── web.config
├── CH09
│ └── UserLogDbPrj
│ ├── UserLogDbPrj
│ │ ├── Create Scripts
│ │ │ ├── CreateDB.sql
│ │ │ ├── CreateRelationship.sql
│ │ │ ├── CreateTable.sql
│ │ │ ├── DataType.sql
│ │ │ ├── Delete.sql
│ │ │ ├── FindMaxMin.sql
│ │ │ ├── InsertUsers.sql
│ │ │ ├── SelectUsers.sql
│ │ │ ├── UpdateUserAge.sql
│ │ │ ├── UpdateUsers.sql
│ │ │ └── VarFunc.sql
│ │ ├── CreateUser.sql
│ │ └── UserLogDbPrj.dbp
│ └── UserLogDbPrj.suo
├── CH10
│ ├── 10-10.sql
│ ├── 10-11.sql
│ ├── 10-12.sql
│ ├── 10-13.sql
│ ├── 10-14.sql
│ ├── 10-15.sql
│ ├── 10-16.sql
│ ├── 10-17.sql
│ ├── 10-18.sql
│ ├── 10-19.sql
│ ├── 10-1.sql
│ ├── 10-20.sql
│ ├── 10-21.sql
│ ├── 10-22.sql
│ ├── 10-23.sql
│ ├── 10-2.sql
│ ├── 10-3.sql
│ ├── 10-4.sql
│ ├── 10-5.sql
│ ├── 10-6.sql
│ ├── 10-7.sql
│ ├── 10-8.sql
│ └── 10-9.sql
├── CH11
│ ├── UseDataSet
│ │ ├── UseDataSet
│ │ │ ├── Backup
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseDataSet.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── UseDataSet.exe
│ │ │ │ ├── UseDataSet.pdb
│ │ │ │ └── UseDataSet.vshost.exe
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── UseDataSet.csproj.FileListAbsolute.txt
│ │ │ │ ├── UseDataSet.exe
│ │ │ │ └── UseDataSet.pdb
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── UpgradeLog.XML
│ │ │ ├── _UpgradeReport_Files
│ │ │ │ ├── UpgradeReport.css
│ │ │ │ ├── UpgradeReport_Minus.gif
│ │ │ │ ├── UpgradeReport_Plus.gif
│ │ │ │ └── UpgradeReport.xslt
│ │ │ └── UseDataSet.csproj
│ │ ├── UseDataSet.sln
│ │ └── UseDataSet.suo
│ └── UseDataTable
│ ├── UseDataTable
│ │ ├── Backup
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── UseDataTable.csproj
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── UseDataTable.exe
│ │ │ ├── UseDataTable.pdb
│ │ │ └── UseDataTable.vshost.exe
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── UseDataTable.csproj.FileListAbsolute.txt
│ │ │ ├── UseDataTable.exe
│ │ │ └── UseDataTable.pdb
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ └── UseDataTable.csproj
│ ├── UseDataTable.sln
│ └── UseDataTable.suo
├── CH12
│ ├── ConnnectedDataAccess
│ │ ├── ConnnectedDataAccess
│ │ │ ├── Backup
│ │ │ │ ├── ConnnectedDataAccess.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ConnnectedDataAccess.exe
│ │ │ │ ├── ConnnectedDataAccess.pdb
│ │ │ │ └── ConnnectedDataAccess.vshost.exe
│ │ │ ├── ConnnectedDataAccess.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── ConnnectedDataAccess.csproj.FileListAbsolute.txt
│ │ │ │ ├── ConnnectedDataAccess.exe
│ │ │ │ ├── ConnnectedDataAccess.pdb
│ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── ConnnectedDataAccess.sln
│ │ └── ConnnectedDataAccess.suo
│ └── UseDbConnection
│ ├── UseDbConnection
│ │ ├── Backup
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── UseDbConnection.csproj
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── UseDbConnection.exe
│ │ │ ├── UseDbConnection.pdb
│ │ │ └── UseDbConnection.vshost.exe
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── UseDbConnection.csproj.FileListAbsolute.txt
│ │ │ ├── UseDbConnection.exe
│ │ │ └── UseDbConnection.pdb
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ └── UseDbConnection.csproj
│ ├── UseDbConnection.sln
│ └── UseDbConnection.suo
├── CH13
│ ├── BoundDataGridView
│ │ ├── BoundDataGridView
│ │ │ ├── app.config
│ │ │ ├── Backup
│ │ │ │ ├── app.config
│ │ │ │ ├── BoundDataGridView.csproj
│ │ │ │ ├── FrmMain.cs
│ │ │ │ ├── FrmMain.Designer.cs
│ │ │ │ ├── FrmMain.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── UserLogDataSet.Designer.cs
│ │ │ │ ├── UserLogDataSet.xsc
│ │ │ │ ├── UserLogDataSet.xsd
│ │ │ │ └── UserLogDataSet.xss
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── BoundDataGridView.exe
│ │ │ │ ├── BoundDataGridView.exe.config
│ │ │ │ ├── BoundDataGridView.pdb
│ │ │ │ ├── BoundDataGridView.vshost.exe
│ │ │ │ └── BoundDataGridView.vshost.exe.config
│ │ │ ├── BoundDataGridView.csproj
│ │ │ ├── FrmMain.cs
│ │ │ ├── FrmMain.Designer.cs
│ │ │ ├── FrmMain.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── BoundDataGridView.csproj.FileListAbsolute.txt
│ │ │ │ ├── BoundDataGridView.csproj.GenerateResource.Cache
│ │ │ │ ├── BoundDataGridView.exe
│ │ │ │ ├── BoundDataGridView.FrmMain.resources
│ │ │ │ ├── BoundDataGridView.pdb
│ │ │ │ ├── BoundDataGridView.Properties.Resources.resources
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ └── TempPE
│ │ │ │ ├── Properties.Resources.Designer.cs.dll
│ │ │ │ └── UserLogDataSet.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── UpgradeLog.XML
│ │ │ ├── _UpgradeReport_Files
│ │ │ │ ├── UpgradeReport.css
│ │ │ │ ├── UpgradeReport_Minus.gif
│ │ │ │ ├── UpgradeReport_Plus.gif
│ │ │ │ └── UpgradeReport.xslt
│ │ │ ├── UserLogDataSet.Designer.cs
│ │ │ ├── UserLogDataSet.xsc
│ │ │ ├── UserLogDataSet.xsd
│ │ │ └── UserLogDataSet.xss
│ │ ├── BoundDataGridView.sln
│ │ └── BoundDataGridView.suo
│ ├── DataGridViewStyles
│ │ ├── DataGridViewStyles
│ │ │ ├── app.config
│ │ │ ├── Backup
│ │ │ │ ├── app.config
│ │ │ │ ├── DataGridViewStyles.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── UserLogDataSet.Designer.cs
│ │ │ │ ├── UserLogDataSet.xsc
│ │ │ │ ├── UserLogDataSet.xsd
│ │ │ │ └── UserLogDataSet.xss
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── DataGridViewStyles.exe
│ │ │ │ ├── DataGridViewStyles.exe.config
│ │ │ │ ├── DataGridViewStyles.pdb
│ │ │ │ ├── DataGridViewStyles.vshost.exe
│ │ │ │ └── DataGridViewStyles.vshost.exe.config
│ │ │ ├── DataGridViewStyles.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DataGridViewStyles.csproj.FileListAbsolute.txt
│ │ │ │ ├── DataGridViewStyles.csproj.GenerateResource.Cache
│ │ │ │ ├── DataGridViewStyles.exe
│ │ │ │ ├── DataGridViewStyles.Form1.resources
│ │ │ │ ├── DataGridViewStyles.pdb
│ │ │ │ ├── DataGridViewStyles.Properties.Resources.resources
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ └── TempPE
│ │ │ │ ├── Properties.Resources.Designer.cs.dll
│ │ │ │ └── UserLogDataSet.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── UpgradeLog.XML
│ │ │ ├── _UpgradeReport_Files
│ │ │ │ ├── UpgradeReport.css
│ │ │ │ ├── UpgradeReport_Minus.gif
│ │ │ │ ├── UpgradeReport_Plus.gif
│ │ │ │ └── UpgradeReport.xslt
│ │ │ ├── UserLogDataSet.Designer.cs
│ │ │ ├── UserLogDataSet.xsc
│ │ │ ├── UserLogDataSet.xsd
│ │ │ └── UserLogDataSet.xss
│ │ ├── DataGridViewStyles.sln
│ │ └── DataGridViewStyles.suo
│ ├── UnboundDataGridView
│ │ ├── UnboundDataGridView
│ │ │ ├── Backup
│ │ │ │ ├── Book.cs
│ │ │ │ ├── FrmMain.cs
│ │ │ │ ├── FrmMain.Designer.cs
│ │ │ │ ├── FrmMain.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UnboundDataGridView.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── UnboundDataGridView.exe
│ │ │ │ ├── UnboundDataGridView.pdb
│ │ │ │ └── UnboundDataGridView.vshost.exe
│ │ │ ├── Book.cs
│ │ │ ├── FrmMain.cs
│ │ │ ├── FrmMain.Designer.cs
│ │ │ ├── FrmMain.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── UnboundDataGridView.csproj.FileListAbsolute.txt
│ │ │ │ ├── UnboundDataGridView.csproj.GenerateResource.Cache
│ │ │ │ ├── UnboundDataGridView.exe
│ │ │ │ ├── UnboundDataGridView.FrmMain.resources
│ │ │ │ ├── UnboundDataGridView.pdb
│ │ │ │ └── UnboundDataGridView.Properties.Resources.resources
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── UnboundDataGridView.csproj
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── UnboundDataGridView.sln
│ │ └── UnboundDataGridView.suo
│ └── UseBindingNavigator
│ ├── UseBindingNavigator
│ │ ├── app.config
│ │ ├── Backup
│ │ │ ├── app.config
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── UseBindingNavigator.csproj
│ │ │ ├── UsersDataSet.Designer.cs
│ │ │ ├── UsersDataSet.xsc
│ │ │ ├── UsersDataSet.xsd
│ │ │ └── UsersDataSet.xss
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── UseBindingNavigator.exe
│ │ │ ├── UseBindingNavigator.exe.config
│ │ │ ├── UseBindingNavigator.pdb
│ │ │ ├── UseBindingNavigator.vshost.exe
│ │ │ └── UseBindingNavigator.vshost.exe.config
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ │ ├── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── UserLogDataSet.Designer.cs.dll
│ │ │ │ └── UsersDataSet.Designer.cs.dll
│ │ │ ├── UseBindingNavigator.csproj.FileListAbsolute.txt
│ │ │ ├── UseBindingNavigator.csproj.GenerateResource.Cache
│ │ │ ├── UseBindingNavigator.exe
│ │ │ ├── UseBindingNavigator.Form1.resources
│ │ │ ├── UseBindingNavigator.pdb
│ │ │ └── UseBindingNavigator.Properties.Resources.resources
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── UseBindingNavigator.csproj
│ │ ├── UsersDataSet.Designer.cs
│ │ ├── UsersDataSet.xsc
│ │ ├── UsersDataSet.xsd
│ │ └── UsersDataSet.xss
│ ├── UseBindingNavigator.sln
│ └── UseBindingNavigator.suo
├── CH14
│ ├── FirstLINQSample
│ │ ├── FirstLINQSample
│ │ │ ├── Backup
│ │ │ │ ├── FirstLINQSample.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── FirstLINQSample.exe
│ │ │ │ ├── FirstLINQSample.pdb
│ │ │ │ └── FirstLINQSample.vshost.exe
│ │ │ ├── FirstLINQSample.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── FirstLINQSample.csproj.FileListAbsolute.txt
│ │ │ │ ├── FirstLINQSample.exe
│ │ │ │ └── FirstLINQSample.pdb
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── FirstLINQSample.sln
│ │ └── FirstLINQSample.suo
│ ├── UseFrom
│ │ ├── UseFrom
│ │ │ ├── Backup
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseFrom.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── UseFrom.exe
│ │ │ │ ├── UseFrom.pdb
│ │ │ │ └── UseFrom.vshost.exe
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── UseFrom.csproj.FileListAbsolute.txt
│ │ │ │ ├── UseFrom.exe
│ │ │ │ └── UseFrom.pdb
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── UpgradeLog.XML
│ │ │ ├── _UpgradeReport_Files
│ │ │ │ ├── UpgradeReport.css
│ │ │ │ ├── UpgradeReport_Minus.gif
│ │ │ │ ├── UpgradeReport_Plus.gif
│ │ │ │ └── UpgradeReport.xslt
│ │ │ └── UseFrom.csproj
│ │ ├── UseFrom.sln
│ │ └── UseFrom.suo
│ ├── UseGroupBy
│ │ ├── UseGroupBy
│ │ │ ├── Backup
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseGroupBy.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── UseGroupBy.exe
│ │ │ │ ├── UseGroupBy.pdb
│ │ │ │ └── UseGroupBy.vshost.exe
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── UseGroupBy.csproj.FileListAbsolute.txt
│ │ │ │ └── UseGroupBy.exe
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── UpgradeLog.XML
│ │ │ ├── _UpgradeReport_Files
│ │ │ │ ├── UpgradeReport.css
│ │ │ │ ├── UpgradeReport_Minus.gif
│ │ │ │ ├── UpgradeReport_Plus.gif
│ │ │ │ └── UpgradeReport.xslt
│ │ │ └── UseGroupBy.csproj
│ │ ├── UseGroupBy.sln
│ │ └── UseGroupBy.suo
│ ├── UseInto
│ │ ├── UseInto
│ │ │ ├── Backup
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseInto.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── UseInto.exe
│ │ │ │ ├── UseInto.pdb
│ │ │ │ └── UseInto.vshost.exe
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── UseInto.csproj.FileListAbsolute.txt
│ │ │ │ ├── UseInto.exe
│ │ │ │ └── UseInto.pdb
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── UpgradeLog.XML
│ │ │ ├── _UpgradeReport_Files
│ │ │ │ ├── UpgradeReport.css
│ │ │ │ ├── UpgradeReport_Minus.gif
│ │ │ │ ├── UpgradeReport_Plus.gif
│ │ │ │ └── UpgradeReport.xslt
│ │ │ └── UseInto.csproj
│ │ ├── UseInto.sln
│ │ └── UseInto.suo
│ ├── UseOrderby
│ │ ├── UseOrderby
│ │ │ ├── Backup
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseOrderby.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── UseOrderby.exe
│ │ │ │ ├── UseOrderby.pdb
│ │ │ │ └── UseOrderby.vshost.exe
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── UseOrderby.csproj.FileListAbsolute.txt
│ │ │ │ ├── UseOrderby.exe
│ │ │ │ └── UseOrderby.pdb
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── UpgradeLog.XML
│ │ │ ├── _UpgradeReport_Files
│ │ │ │ ├── UpgradeReport.css
│ │ │ │ ├── UpgradeReport_Minus.gif
│ │ │ │ ├── UpgradeReport_Plus.gif
│ │ │ │ └── UpgradeReport.xslt
│ │ │ └── UseOrderby.csproj
│ │ ├── UseOrderby.sln
│ │ └── UseOrderby.suo
│ ├── UseSelect
│ │ ├── UseSelect
│ │ │ ├── Backup
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseSelect.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── UseSelect.exe
│ │ │ │ ├── UseSelect.pdb
│ │ │ │ └── UseSelect.vshost.exe
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── UseSelect.csproj.FileListAbsolute.txt
│ │ │ │ ├── UseSelect.exe
│ │ │ │ └── UseSelect.pdb
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── UpgradeLog.XML
│ │ │ ├── _UpgradeReport_Files
│ │ │ │ ├── UpgradeReport.css
│ │ │ │ ├── UpgradeReport_Minus.gif
│ │ │ │ ├── UpgradeReport_Plus.gif
│ │ │ │ └── UpgradeReport.xslt
│ │ │ └── UseSelect.csproj
│ │ ├── UseSelect.sln
│ │ └── UseSelect.suo
│ └── UseWhere
│ ├── UseWhere
│ │ ├── Backup
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── UseWhere.csproj
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── UseWhere.exe
│ │ │ ├── UseWhere.pdb
│ │ │ └── UseWhere.vshost.exe
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── UseWhere.csproj.FileListAbsolute.txt
│ │ │ ├── UseWhere.exe
│ │ │ └── UseWhere.pdb
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ └── UseWhere.csproj
│ ├── UseWhere.sln
│ └── UseWhere.suo
├── CH15
│ ├── BindingDataView
│ │ ├── BindingDataView
│ │ │ ├── Backup
│ │ │ │ ├── BindingDataView.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── BindingDataView.exe
│ │ │ │ ├── BindingDataView.pdb
│ │ │ │ └── BindingDataView.vshost.exe
│ │ │ ├── BindingDataView.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── BindingDataView.csproj.FileListAbsolute.txt
│ │ │ │ ├── BindingDataView.csproj.GenerateResource.Cache
│ │ │ │ ├── BindingDataView.exe
│ │ │ │ ├── BindingDataView.FrmMain.resources
│ │ │ │ ├── BindingDataView.pdb
│ │ │ │ ├── BindingDataView.Properties.Resources.resources
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── BindingDataView.sln
│ │ └── BindingDataView.suo
│ ├── CreateDataView
│ │ ├── CreateDataView
│ │ │ ├── Backup
│ │ │ │ ├── CreateDataView.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ └── CreateDataView.vshost.exe
│ │ │ ├── CreateDataView.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── CreateDataView.sln
│ │ └── CreateDataView.suo
│ ├── QueryMultiTable
│ │ ├── QueryMultiTable
│ │ │ ├── Backup
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── QueryMultiTable.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── QueryMultiTable.exe
│ │ │ │ ├── QueryMultiTable.pdb
│ │ │ │ └── QueryMultiTable.vshost.exe
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── QueryMultiTable.csproj.FileListAbsolute.txt
│ │ │ │ ├── QueryMultiTable.exe
│ │ │ │ └── QueryMultiTable.pdb
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── QueryMultiTable.csproj
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── QueryMultiTable.sln
│ │ └── QueryMultiTable.suo
│ ├── QueryTable
│ │ ├── QueryTable
│ │ │ ├── Backup
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── QueryTable.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── QueryTable.exe
│ │ │ │ ├── QueryTable.pdb
│ │ │ │ └── QueryTable.vshost.exe
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── QueryTable.csproj.FileListAbsolute.txt
│ │ │ │ ├── QueryTable.exe
│ │ │ │ └── QueryTable.pdb
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── QueryTable.csproj
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── QueryTable.sln
│ │ └── QueryTable.suo
│ ├── UseDataRowComparer
│ │ ├── UseDataRowComparer
│ │ │ ├── Backup
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── UseDataRowComparer.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── UseDataRowComparer.exe
│ │ │ │ ├── UseDataRowComparer.pdb
│ │ │ │ └── UseDataRowComparer.vshost.exe
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── UseDataRowComparer.csproj.FileListAbsolute.txt
│ │ │ │ ├── UseDataRowComparer.exe
│ │ │ │ └── UseDataRowComparer.pdb
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── UpgradeLog.XML
│ │ │ ├── _UpgradeReport_Files
│ │ │ │ ├── UpgradeReport.css
│ │ │ │ ├── UpgradeReport_Minus.gif
│ │ │ │ ├── UpgradeReport_Plus.gif
│ │ │ │ └── UpgradeReport.xslt
│ │ │ └── UseDataRowComparer.csproj
│ │ ├── UseDataRowComparer.sln
│ │ └── UseDataRowComparer.suo
│ └── UseSetField
│ ├── UseSetField
│ │ ├── Backup
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── UseSetField.csproj
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── UseSetField.exe
│ │ │ ├── UseSetField.pdb
│ │ │ └── UseSetField.vshost.exe
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── UseSetField.csproj.FileListAbsolute.txt
│ │ │ ├── UseSetField.exe
│ │ │ └── UseSetField.pdb
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ └── UseSetField.csproj
│ ├── UseSetField.sln
│ └── UseSetField.suo
├── CH16
│ └── UseORDesiger
│ ├── UseORDesiger
│ │ ├── app.config
│ │ ├── Backup
│ │ │ ├── app.config
│ │ │ ├── FrmMain.cs
│ │ │ ├── FrmMain.Designer.cs
│ │ │ ├── FrmMain.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── UseORDesiger.csproj
│ │ │ ├── UserLog.cs
│ │ │ ├── UserLog.dbml
│ │ │ ├── UserLog.dbml.layout
│ │ │ └── UserLog.designer.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── UseORDesiger.exe
│ │ │ ├── UseORDesiger.exe.config
│ │ │ ├── UseORDesiger.pdb
│ │ │ ├── UseORDesiger.vshost.exe
│ │ │ └── UseORDesiger.vshost.exe.config
│ │ ├── FrmMain.cs
│ │ ├── FrmMain.Designer.cs
│ │ ├── FrmMain.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ │ ├── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── UserLogDataSet.Designer.cs.dll
│ │ │ │ └── UserLog.designer.cs.dll
│ │ │ ├── UseORDesiger.csproj.FileListAbsolute.txt
│ │ │ ├── UseORDesiger.csproj.GenerateResource.Cache
│ │ │ ├── UseORDesiger.exe
│ │ │ ├── UseORDesiger.FrmMain.resources
│ │ │ ├── UseORDesiger.pdb
│ │ │ └── UseORDesiger.Properties.Resources.resources
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── UseORDesiger.csproj
│ │ ├── UserLog.cs
│ │ ├── UserLogDataSet.Designer.cs
│ │ ├── UserLogDataSet.xsc
│ │ ├── UserLogDataSet.xsd
│ │ ├── UserLogDataSet.xss
│ │ ├── UserLog.dbml
│ │ ├── UserLog.dbml.layout
│ │ └── UserLog.designer.cs
│ ├── UseORDesiger.sln
│ └── UseORDesiger.suo
├── CH17
│ ├── LinqToXml
│ │ ├── LinqToXml
│ │ │ ├── Backup
│ │ │ │ ├── LinqToXml.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LinqToXml.exe
│ │ │ │ ├── LinqToXml.pdb
│ │ │ │ └── LinqToXml.vshost.exe
│ │ │ ├── LinqToXml.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── LinqToXml.csproj.FileListAbsolute.txt
│ │ │ │ ├── LinqToXml.exe
│ │ │ │ └── LinqToXml.pdb
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── LinqToXml.sln
│ │ └── LinqToXml.suo
│ ├── LoadingSaveingXML
│ │ ├── LoadingSaveingXML
│ │ │ ├── Backup
│ │ │ │ ├── LoadingSaveingXML.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── doc.xml
│ │ │ │ ├── LoadingSaveingXML.exe
│ │ │ │ ├── LoadingSaveingXML.pdb
│ │ │ │ ├── LoadingSaveingXML.vshost.exe
│ │ │ │ └── userList.xml
│ │ │ ├── LoadingSaveingXML.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── LoadingSaveingXML.csproj.FileListAbsolute.txt
│ │ │ │ ├── LoadingSaveingXML.exe
│ │ │ │ └── LoadingSaveingXML.pdb
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── LoadingSaveingXML.sln
│ │ └── LoadingSaveingXML.suo
│ ├── QueryXElement
│ │ ├── QueryXElement
│ │ │ ├── Backup
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── QueryXElement.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── QueryXElement.exe
│ │ │ │ ├── QueryXElement.pdb
│ │ │ │ └── QueryXElement.vshost.exe
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── QueryXElement.csproj.FileListAbsolute.txt
│ │ │ │ ├── QueryXElement.exe
│ │ │ │ └── QueryXElement.pdb
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── QueryXElement.csproj
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── QueryXElement.sln
│ │ └── QueryXElement.suo
│ ├── XmlDocument
│ │ ├── XmlDocument
│ │ │ ├── Backup
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── UserList.xml
│ │ │ │ └── XmlDocument.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── UserList.xml
│ │ │ │ ├── XmlDocument.exe
│ │ │ │ ├── XmlDocument.pdb
│ │ │ │ └── XmlDocument.vshost.exe
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── XmlDocument.csproj.FileListAbsolute.txt
│ │ │ │ ├── XmlDocument.exe
│ │ │ │ └── XmlDocument.pdb
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── UpgradeLog.XML
│ │ │ ├── _UpgradeReport_Files
│ │ │ │ ├── UpgradeReport.css
│ │ │ │ ├── UpgradeReport_Minus.gif
│ │ │ │ ├── UpgradeReport_Plus.gif
│ │ │ │ └── UpgradeReport.xslt
│ │ │ ├── UserList.xml
│ │ │ └── XmlDocument.csproj
│ │ ├── XmlDocument.sln
│ │ └── XmlDocument.suo
│ └── XMLSamples
│ ├── XMLSamples
│ │ ├── Backup
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── UserList.xml
│ │ │ └── XMLSamples.csproj
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── UserList.xml
│ │ │ ├── XMLSamples.exe
│ │ │ ├── XMLSamples.pdb
│ │ │ └── XMLSamples.vshost.exe
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── XMLSamples.csproj.FileListAbsolute.txt
│ │ │ ├── XMLSamples.exe
│ │ │ └── XMLSamples.pdb
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── UserList.xml
│ │ └── XMLSamples.csproj
│ ├── XMLSamples.sln
│ └── XMLSamples.suo
├── CH18
│ └── ATM
│ ├── ~WRL2763.tmp
│ └── 建表语句.sql
├── CH19
│ ├── PSS
│ │ ├── DB
│ │ │ ├── PSSDB_log.LDF
│ │ │ └── PSSDB.MDF
│ │ └── DLAPSS
│ │ ├── Backup
│ │ │ ├── DLAPSS
│ │ │ │ ├── BasicDataInfo
│ │ │ │ │ ├── Frm_CardsInfo.cs
│ │ │ │ │ ├── Frm_CardsInfo.Designer.cs
│ │ │ │ │ ├── Frm_CardsInfo.resx
│ │ │ │ │ ├── Frm_ProductInfo.cs
│ │ │ │ │ ├── Frm_ProductInfo.Designer.cs
│ │ │ │ │ ├── Frm_ProductInfo.resx
│ │ │ │ │ ├── Frm_ProvidersInfo.cs
│ │ │ │ │ ├── Frm_ProvidersInfo.Designer.cs
│ │ │ │ │ ├── Frm_ProvidersInfo.resx
│ │ │ │ │ ├── Frm_UserInfo.cs
│ │ │ │ │ ├── Frm_UserInfo.Designer.cs
│ │ │ │ │ └── Frm_UserInfo.resx
│ │ │ │ ├── DBHelper.cs
│ │ │ │ ├── DLAPSS.csproj
│ │ │ │ ├── Entity
│ │ │ │ │ ├── CardsInfo.cs
│ │ │ │ │ ├── common.cs
│ │ │ │ │ ├── OrderDetails.cs
│ │ │ │ │ ├── Orders.cs
│ │ │ │ │ ├── ProductInfo.cs
│ │ │ │ │ ├── Providers.cs
│ │ │ │ │ ├── ReturnProduct.cs
│ │ │ │ │ ├── StoreRoom.cs
│ │ │ │ │ └── UserInfo.cs
│ │ │ │ ├── Frm_Login.cs
│ │ │ │ ├── Frm_Login.Designer.cs
│ │ │ │ ├── Frm_Login.resx
│ │ │ │ ├── Frm_Main.cs
│ │ │ │ ├── Frm_Main.Designer.cs
│ │ │ │ ├── Frm_Main.resx
│ │ │ │ ├── LoginInfo.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Resources
│ │ │ │ │ ├── add.bmp
│ │ │ │ │ ├── bg_Navigate.GIF
│ │ │ │ │ ├── btnfind.bmp
│ │ │ │ │ ├── cancel.bmp
│ │ │ │ │ ├── change.bmp
│ │ │ │ │ ├── delete.bmp
│ │ │ │ │ ├── login_bg.gif
│ │ │ │ │ ├── save.bmp
│ │ │ │ │ ├── Sql_bg.jpg
│ │ │ │ │ └── 商品进销存报表系统.jpg
│ │ │ │ ├── Sell
│ │ │ │ │ ├── Frm_SellEnter.cs
│ │ │ │ │ ├── Frm_SellEnter.Designer.cs
│ │ │ │ │ ├── Frm_SellEnter.resx
│ │ │ │ │ ├── Frm_SellOut.cs
│ │ │ │ │ ├── Frm_SellOut.Designer.cs
│ │ │ │ │ └── Frm_SellOut.resx
│ │ │ │ ├── Statistic
│ │ │ │ │ ├── Sell_Statistic
│ │ │ │ │ │ ├── Frm_Sell_Statistic_Enter.cs
│ │ │ │ │ │ ├── Frm_Sell_Statistic_Enter.Designer.cs
│ │ │ │ │ │ ├── Frm_Sell_Statistic_Enter.resx
│ │ │ │ │ │ ├── Frm_Sell_Statistic_Out.cs
│ │ │ │ │ │ ├── Frm_Sell_Statistic_Out.Designer.cs
│ │ │ │ │ │ └── Frm_Sell_Statistic_Out.resx
│ │ │ │ │ └── Store_Statistic
│ │ │ │ │ ├── Frm_Store_Statistic_Enter.cs
│ │ │ │ │ ├── Frm_Store_Statistic_Enter.designer.cs
│ │ │ │ │ ├── Frm_Store_Statistic_Enter.resx
│ │ │ │ │ ├── Frm_Store_Statistic_Out.cs
│ │ │ │ │ ├── Frm_Store_Statistic_Out.Designer.cs
│ │ │ │ │ └── Frm_Store_Statistic_Out.resx
│ │ │ │ ├── Store
│ │ │ │ │ ├── Frm_Store_LastNum.cs
│ │ │ │ │ ├── Frm_Store_LastNum.Designer.cs
│ │ │ │ │ ├── Frm_Store_LastNum.resx
│ │ │ │ │ ├── Frm_StoreQuery.cs
│ │ │ │ │ ├── Frm_StoreQuery.Designer.cs
│ │ │ │ │ └── Frm_StoreQuery.resx
│ │ │ │ └── Store_Room
│ │ │ │ ├── Frm_ReturnProduct.cs
│ │ │ │ ├── Frm_ReturnProduct.Designer.cs
│ │ │ │ ├── Frm_ReturnProduct.resx
│ │ │ │ ├── Frm_StoreRoomEnter.cs
│ │ │ │ ├── Frm_StoreRoomEnter.Designer.cs
│ │ │ │ ├── Frm_StoreRoomEnter.resx
│ │ │ │ ├── Frm_StoreRoomOut.cs
│ │ │ │ ├── Frm_StoreRoomOut.Designer.cs
│ │ │ │ └── Frm_StoreRoomOut.resx
│ │ │ ├── DLAPSS.sln
│ │ │ └── DLAPSS.suo
│ │ ├── DLAPSS
│ │ │ ├── BasicDataInfo
│ │ │ │ ├── Frm_CardsInfo.cs
│ │ │ │ ├── Frm_CardsInfo.Designer.cs
│ │ │ │ ├── Frm_CardsInfo.resx
│ │ │ │ ├── Frm_ProductInfo.cs
│ │ │ │ ├── Frm_ProductInfo.Designer.cs
│ │ │ │ ├── Frm_ProductInfo.resx
│ │ │ │ ├── Frm_ProvidersInfo.cs
│ │ │ │ ├── Frm_ProvidersInfo.Designer.cs
│ │ │ │ ├── Frm_ProvidersInfo.resx
│ │ │ │ ├── Frm_UserInfo.cs
│ │ │ │ ├── Frm_UserInfo.Designer.cs
│ │ │ │ └── Frm_UserInfo.resx
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── DLAPSS.exe
│ │ │ │ ├── DLAPSS.pdb
│ │ │ │ ├── DLAPSS.vshost.exe
│ │ │ │ ├── DLAPSS.vshost.exe.manifest
│ │ │ │ ├── IrisSkin2.dll
│ │ │ │ └── Vista2_color7.ssk
│ │ │ ├── DBHelper.cs
│ │ │ ├── DLAPSS.csproj
│ │ │ ├── DLAPSS.csproj.user
│ │ │ ├── Entity
│ │ │ │ ├── CardsInfo.cs
│ │ │ │ ├── common.cs
│ │ │ │ ├── OrderDetails.cs
│ │ │ │ ├── Orders.cs
│ │ │ │ ├── ProductInfo.cs
│ │ │ │ ├── Providers.cs
│ │ │ │ ├── ReturnProduct.cs
│ │ │ │ ├── StoreRoom.cs
│ │ │ │ └── UserInfo.cs
│ │ │ ├── Frm_Login.cs
│ │ │ ├── Frm_Login.Designer.cs
│ │ │ ├── Frm_Login.resx
│ │ │ ├── Frm_Main.cs
│ │ │ ├── Frm_Main.Designer.cs
│ │ │ ├── Frm_Main.resx
│ │ │ ├── LoginInfo.cs
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ ├── DLAPSS.BasicDataInfo.Frm_CardsInfo.resources
│ │ │ │ │ ├── DLAPSS.BasicDataInfo.Frm_ProductInfo.resources
│ │ │ │ │ ├── DLAPSS.BasicDataInfo.Frm_ProvidersInfo.resources
│ │ │ │ │ ├── DLAPSS.BasicDataInfo.Frm_UserInfo.resources
│ │ │ │ │ ├── DLAPSS.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DLAPSS.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DLAPSS.exe
│ │ │ │ │ ├── DLAPSS.Frm_Login.resources
│ │ │ │ │ ├── DLAPSS.Frm_Main.resources
│ │ │ │ │ ├── DLAPSS.pdb
│ │ │ │ │ ├── DLAPSS.Properties.Resources.resources
│ │ │ │ │ ├── DLAPSS.Sell.Frm_SellEnter.resources
│ │ │ │ │ ├── DLAPSS.Sell.Frm_SellOut.resources
│ │ │ │ │ ├── DLAPSS.Statistic.Sell_Statistic.Frm_Sell_Statistic_Enter.resources
│ │ │ │ │ ├── DLAPSS.Statistic.Sell_Statistic.Frm_Sell_Statistic_Out.resources
│ │ │ │ │ ├── DLAPSS.Statistic.Store_Statistic.Frm_Store_Statistic_Enter.resources
│ │ │ │ │ ├── DLAPSS.Statistic.Store_Statistic.Frm_Store_Statistic_Out.resources
│ │ │ │ │ ├── DLAPSS.Store.Frm_Store_LastNum.resources
│ │ │ │ │ ├── DLAPSS.Store.Frm_StoreQuery.resources
│ │ │ │ │ ├── DLAPSS.Store_Room.Frm_ReturnProduct.resources
│ │ │ │ │ ├── DLAPSS.Store_Room.Frm_StoreRoomEnter.resources
│ │ │ │ │ ├── DLAPSS.Store_Room.Frm_StoreRoomOut.resources
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ └── DLAPSS.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources
│ │ │ │ ├── add.bmp
│ │ │ │ ├── bg_Navigate.GIF
│ │ │ │ ├── btnfind.bmp
│ │ │ │ ├── cancel.bmp
│ │ │ │ ├── change.bmp
│ │ │ │ ├── delete.bmp
│ │ │ │ ├── find.bmp
│ │ │ │ ├── login_bg.gif
│ │ │ │ ├── MSN.ICO
│ │ │ │ ├── refulsh.bmp
│ │ │ │ ├── save.bmp
│ │ │ │ ├── Sql_bg.jpg
│ │ │ │ ├── stop.bmp
│ │ │ │ ├── Thumbs.db
│ │ │ │ └── 商品进销存报表系统.jpg
│ │ │ ├── Sell
│ │ │ │ ├── Frm_SellEnter.cs
│ │ │ │ ├── Frm_SellEnter.Designer.cs
│ │ │ │ ├── Frm_SellEnter.resx
│ │ │ │ ├── Frm_SellOut.cs
│ │ │ │ ├── Frm_SellOut.Designer.cs
│ │ │ │ └── Frm_SellOut.resx
│ │ │ ├── Statistic
│ │ │ │ ├── Sell_Statistic
│ │ │ │ │ ├── Frm_Sell_Statistic_Enter.cs
│ │ │ │ │ ├── Frm_Sell_Statistic_Enter.Designer.cs
│ │ │ │ │ ├── Frm_Sell_Statistic_Enter.resx
│ │ │ │ │ ├── Frm_Sell_Statistic_Out.cs
│ │ │ │ │ ├── Frm_Sell_Statistic_Out.Designer.cs
│ │ │ │ │ └── Frm_Sell_Statistic_Out.resx
│ │ │ │ └── Store_Statistic
│ │ │ │ ├── Frm_Store_Statistic_Enter.cs
│ │ │ │ ├── Frm_Store_Statistic_Enter.designer.cs
│ │ │ │ ├── Frm_Store_Statistic_Enter.resx
│ │ │ │ ├── Frm_Store_Statistic_Out.cs
│ │ │ │ ├── Frm_Store_Statistic_Out.Designer.cs
│ │ │ │ └── Frm_Store_Statistic_Out.resx
│ │ │ ├── Store
│ │ │ │ ├── Frm_Store_LastNum.cs
│ │ │ │ ├── Frm_Store_LastNum.Designer.cs
│ │ │ │ ├── Frm_Store_LastNum.resx
│ │ │ │ ├── Frm_StoreQuery.cs
│ │ │ │ ├── Frm_StoreQuery.Designer.cs
│ │ │ │ └── Frm_StoreQuery.resx
│ │ │ └── Store_Room
│ │ │ ├── Frm_ReturnProduct.cs
│ │ │ ├── Frm_ReturnProduct.Designer.cs
│ │ │ ├── Frm_ReturnProduct.resx
│ │ │ ├── Frm_StoreRoomEnter.cs
│ │ │ ├── Frm_StoreRoomEnter.Designer.cs
│ │ │ ├── Frm_StoreRoomEnter.resx
│ │ │ ├── Frm_StoreRoomOut.cs
│ │ │ ├── Frm_StoreRoomOut.Designer.cs
│ │ │ └── Frm_StoreRoomOut.resx
│ │ ├── DLAPSS.sln
│ │ ├── DLAPSS.suo
│ │ ├── UpgradeLog.XML
│ │ └── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport_Minus.gif
│ │ ├── UpgradeReport_Plus.gif
│ │ └── UpgradeReport.xslt
│ ├── ~WRL1109.tmp
│ └── ~WRL3075.tmp
├── CH20
│ └── HotelMis
│ ├── Backup
│ │ ├── HotelMis
│ │ │ ├── business
│ │ │ │ ├── Frm_accountInfo.cs
│ │ │ │ ├── Frm_accountInfo.Designer.cs
│ │ │ │ ├── Frm_accountInfo.resx
│ │ │ │ ├── Frm_charge.cs
│ │ │ │ ├── Frm_charge.Designer.cs
│ │ │ │ ├── Frm_chargeDetails.cs
│ │ │ │ ├── Frm_chargeDetails.Designer.cs
│ │ │ │ ├── Frm_chargeDetails.resx
│ │ │ │ ├── Frm_charge.resx
│ │ │ │ ├── Frm_guestDetail.cs
│ │ │ │ ├── Frm_guestDetail.Designer.cs
│ │ │ │ ├── Frm_guestDetail.resx
│ │ │ │ ├── Frm_GuestInfo.cs
│ │ │ │ ├── Frm_GuestInfo.Designer.cs
│ │ │ │ ├── Frm_GuestInfo.resx
│ │ │ │ ├── Frm_roomList.cs
│ │ │ │ ├── Frm_roomList.Designer.cs
│ │ │ │ └── Frm_roomList.resx
│ │ │ ├── Common.cs
│ │ │ ├── Frm_login.cs
│ │ │ ├── Frm_login.Designer.cs
│ │ │ ├── Frm_login.resx
│ │ │ ├── Frm_main.cs
│ │ │ ├── Frm_main.Designer.cs
│ │ │ ├── Frm_main.resx
│ │ │ ├── Frm_public.cs
│ │ │ ├── Frm_public.Designer.cs
│ │ │ ├── Frm_public.resx
│ │ │ ├── HotelMis.csproj
│ │ │ ├── HotelMis.csproj.user
│ │ │ ├── maintenance
│ │ │ │ ├── Frm_floor.cs
│ │ │ │ ├── Frm_floor.Designer.cs
│ │ │ │ ├── Frm_floor.resx
│ │ │ │ ├── Frm_guesttype.cs
│ │ │ │ ├── Frm_guesttype.Designer.cs
│ │ │ │ ├── Frm_guesttype.resx
│ │ │ │ ├── Frm_room.cs
│ │ │ │ ├── Frm_room.Designer.cs
│ │ │ │ ├── Frm_room.resx
│ │ │ │ ├── Frm_roomType.cs
│ │ │ │ ├── Frm_roomType.Designer.cs
│ │ │ │ ├── Frm_roomType.resx
│ │ │ │ ├── Frm_user.cs
│ │ │ │ ├── Frm_user.Designer.cs
│ │ │ │ └── Frm_user.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── Resources
│ │ │ └── login_bg.gif
│ │ ├── HotelMisBLL
│ │ │ ├── Common.cs
│ │ │ ├── DetailRecordManager.cs
│ │ │ ├── FloorManager.cs
│ │ │ ├── GuestCategoryManager.cs
│ │ │ ├── GuestInfoManager.cs
│ │ │ ├── HotelMisBLL.csproj
│ │ │ ├── HotelUserManager.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── RoomManager.cs
│ │ │ ├── RoomStateManager.cs
│ │ │ └── RoomTypeManager.cs
│ │ ├── HotelMisDAL
│ │ │ ├── DetailRecordService.cs
│ │ │ ├── FloorService.cs
│ │ │ ├── GuestCategoryService.cs
│ │ │ ├── GuestInfoService.cs
│ │ │ ├── HotelMisDAL.csproj
│ │ │ ├── HotelUserService.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── RoomService.cs
│ │ │ ├── RoomStateService.cs
│ │ │ └── RoomTypeService.cs
│ │ ├── HotelMisModels
│ │ │ ├── app.config
│ │ │ ├── Hotel.dbml
│ │ │ ├── Hotel.dbml.layout
│ │ │ ├── Hotel.designer.cs
│ │ │ ├── HotelMisModels.csproj
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── HotelMis.sln
│ │ └── HotelMis.suo
│ ├── db
│ │ ├── HotelManager_log.ldf
│ │ └── HotelManager.mdf
│ ├── HotelMis
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── HotelMisBLL.dll
│ │ │ ├── HotelMisBLL.pdb
│ │ │ ├── HotelMisDAL.dll
│ │ │ ├── HotelMisDAL.pdb
│ │ │ ├── HotelMis.exe
│ │ │ ├── HotelMisModels.dll
│ │ │ ├── HotelMisModels.pdb
│ │ │ ├── HotelMis.pdb
│ │ │ ├── HotelMis.vshost.exe
│ │ │ └── HotelMis.vshost.exe.manifest
│ │ ├── business
│ │ │ ├── Frm_accountInfo.cs
│ │ │ ├── Frm_accountInfo.Designer.cs
│ │ │ ├── Frm_accountInfo.resx
│ │ │ ├── Frm_charge.cs
│ │ │ ├── Frm_charge.Designer.cs
│ │ │ ├── Frm_chargeDetails.cs
│ │ │ ├── Frm_chargeDetails.Designer.cs
│ │ │ ├── Frm_chargeDetails.resx
│ │ │ ├── Frm_charge.resx
│ │ │ ├── Frm_guestDetail.cs
│ │ │ ├── Frm_guestDetail.Designer.cs
│ │ │ ├── Frm_guestDetail.resx
│ │ │ ├── Frm_GuestInfo.cs
│ │ │ ├── Frm_GuestInfo.Designer.cs
│ │ │ ├── Frm_GuestInfo.resx
│ │ │ ├── Frm_roomList.cs
│ │ │ ├── Frm_roomList.Designer.cs
│ │ │ └── Frm_roomList.resx
│ │ ├── Common.cs
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Frm_login.cs
│ │ ├── Frm_login.Designer.cs
│ │ ├── Frm_login.resx
│ │ ├── Frm_main.cs
│ │ ├── Frm_main.Designer.cs
│ │ ├── Frm_main.resx
│ │ ├── Frm_public.cs
│ │ ├── Frm_public.Designer.cs
│ │ ├── Frm_public.resx
│ │ ├── Frm_roomList.cs
│ │ ├── Frm_roomList.Designer.cs
│ │ ├── Frm_roomList.resx
│ │ ├── HotelMis.csproj
│ │ ├── HotelMis.csproj.user
│ │ ├── maintenance
│ │ │ ├── Frm_floor.cs
│ │ │ ├── Frm_floor.Designer.cs
│ │ │ ├── Frm_floor.resx
│ │ │ ├── Frm_guesttype.cs
│ │ │ ├── Frm_guesttype.Designer.cs
│ │ │ ├── Frm_guesttype.resx
│ │ │ ├── Frm_room.cs
│ │ │ ├── Frm_room.Designer.cs
│ │ │ ├── Frm_room.resx
│ │ │ ├── Frm_roomType.cs
│ │ │ ├── Frm_roomType.Designer.cs
│ │ │ ├── Frm_roomType.resx
│ │ │ ├── Frm_user.cs
│ │ │ ├── Frm_user.Designer.cs
│ │ │ └── Frm_user.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── HotelMis.business.Frm_charge.resources
│ │ │ ├── HotelMis.csproj.FileListAbsolute.txt
│ │ │ ├── HotelMis.csproj.GenerateResource.Cache
│ │ │ ├── HotelMis.exe
│ │ │ ├── HotelMis.Frm_accountInfo.resources
│ │ │ ├── HotelMis.Frm_chargeDetails.resources
│ │ │ ├── HotelMis.Frm_floor.resources
│ │ │ ├── HotelMis.Frm_guestDetail.resources
│ │ │ ├── HotelMis.Frm_GuestInfo.resources
│ │ │ ├── HotelMis.Frm_guesttype.resources
│ │ │ ├── HotelMis.Frm_login.resources
│ │ │ ├── HotelMis.Frm_main.resources
│ │ │ ├── HotelMis.Frm_public.resources
│ │ │ ├── HotelMis.Frm_roomList.resources
│ │ │ ├── HotelMis.Frm_room.resources
│ │ │ ├── HotelMis.Frm_roomType.resources
│ │ │ ├── HotelMis.Frm_user.resources
│ │ │ ├── HotelMis.pdb
│ │ │ ├── HotelMis.Properties.Resources.resources
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── Resources
│ │ └── login_bg.gif
│ ├── HotelMisBLL
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── HotelMisBLL.dll
│ │ │ ├── HotelMisBLL.pdb
│ │ │ ├── HotelMisDAL.dll
│ │ │ ├── HotelMisDAL.pdb
│ │ │ ├── HotelMisModels.dll
│ │ │ └── HotelMisModels.pdb
│ │ ├── Common.cs
│ │ ├── DetailRecordManager.cs
│ │ ├── FloorManager.cs
│ │ ├── GuestCategoryManager.cs
│ │ ├── GuestInfoManager.cs
│ │ ├── HotelMisBLL.csproj
│ │ ├── HotelMisBLL.csproj.user
│ │ ├── HotelUserManager.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── HotelMisBLL.csproj.FileListAbsolute.txt
│ │ │ ├── HotelMisBLL.dll
│ │ │ ├── HotelMisBLL.pdb
│ │ │ ├── Refactor
│ │ │ │ └── HotelMisBLL.dll
│ │ │ └── ResolveAssemblyReference.cache
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── RoomManager.cs
│ │ ├── RoomStateManager.cs
│ │ └── RoomTypeManager.cs
│ ├── HotelMisDAL
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── HotelMisDAL.dll
│ │ │ ├── HotelMisDAL.pdb
│ │ │ ├── HotelMisModels.dll
│ │ │ └── HotelMisModels.pdb
│ │ ├── DetailRecordService.cs
│ │ ├── FloorService.cs
│ │ ├── GuestCategoryService.cs
│ │ ├── GuestInfoService.cs
│ │ ├── HotelMisDAL.csproj
│ │ ├── HotelMisDAL.csproj.user
│ │ ├── HotelUserService.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── HotelMisDAL.csproj.FileListAbsolute.txt
│ │ │ ├── HotelMisDAL.dll
│ │ │ ├── HotelMisDAL.pdb
│ │ │ ├── Refactor
│ │ │ │ └── HotelMisDAL.dll
│ │ │ └── ResolveAssemblyReference.cache
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── RoomService.cs
│ │ ├── RoomStateService.cs
│ │ └── RoomTypeService.cs
│ ├── HotelMisModels
│ │ ├── app.config
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── HotelMisModels.dll
│ │ │ ├── HotelMisModels.dll.config
│ │ │ └── HotelMisModels.pdb
│ │ ├── Hotel.dbml
│ │ ├── Hotel.dbml.layout
│ │ ├── Hotel.designer.cs
│ │ ├── HotelMisModels.csproj
│ │ ├── HotelMisModels.csproj.user
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── HotelMisModels.csproj.FileListAbsolute.txt
│ │ │ ├── HotelMisModels.dll
│ │ │ ├── HotelMisModels.pdb
│ │ │ ├── Refactor
│ │ │ │ └── HotelMisModels.dll
│ │ │ └── TempPE
│ │ │ └── Hotel.designer.cs.dll
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── HotelMis.sln
│ ├── HotelMis.suo
│ ├── UpgradeLog.XML
│ ├── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport_Minus.gif
│ │ ├── UpgradeReport_Plus.gif
│ │ └── UpgradeReport.xslt
│ └── 项目图片
│ ├── add.bmp
│ ├── bg_Navigate.GIF
│ ├── btnfind.bmp
│ ├── cancel.bmp
│ ├── change.bmp
│ ├── delete.bmp
│ ├── find.bmp
│ ├── login_bg.gif
│ ├── MSN.ICO
│ ├── refulsh.bmp
│ ├── save.bmp
│ ├── Sql_bg.jpg
│ ├── stop.bmp
│ └── Thumbs.db
└── CH21
└── AlumniMIS
├── AlumniMIS
│ ├── Admin.aspx
│ ├── Admin.aspx.cs
│ ├── Admin.aspx.designer.cs
│ ├── AlumniMIS.csproj
│ ├── AlumniMIS.csproj.user
│ ├── App_Code
│ │ ├── AlumniManager.cs
│ │ └── XMLOperater.cs
│ ├── bin
│ │ ├── AlumniMIS.dll
│ │ └── AlumniMIS.pdb
│ ├── Default.aspx
│ ├── Default.aspx.cs
│ ├── Default.aspx.designer.cs
│ ├── EditMyInfo.aspx
│ ├── EditMyInfo.aspx.cs
│ ├── EditMyInfo.aspx.designer.cs
│ ├── images
│ │ ├── rock.jpg
│ │ ├── 亚瑟王.gif
│ │ ├── 唐老鸭.gif
│ │ ├── 张帅.gif
│ │ ├── 猪八戒.gif
│ │ ├── 老大.gif
│ │ ├── 茉莉.gif
│ │ ├── 超人狗.gif
│ │ ├── 路西.gif
│ │ └── 黑猫警长.gif
│ ├── Login.aspx
│ ├── Login.aspx.cs
│ ├── Login.aspx.designer.cs
│ ├── MyAlumniList.aspx
│ ├── MyAlumniList.aspx.cs
│ ├── MyAlumniList.aspx.designer.cs
│ ├── MyInfo.aspx
│ ├── MyInfo.aspx.cs
│ ├── MyInfo.aspx.designer.cs
│ ├── MyMaster.Master
│ ├── MyMaster.Master.cs
│ ├── MyMaster.Master.designer.cs
│ ├── obj
│ │ └── Debug
│ │ ├── AlumniMIS.csproj.FileListAbsolute.txt
│ │ ├── AlumniMIS.dll
│ │ ├── AlumniMIS.pdb
│ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── Pagebase.cs
│ ├── pic
│ │ ├── banner.jpg
│ │ ├── bg_login2_qq.png
│ │ ├── bg_login_a0a16.jpg
│ │ ├── bg_login.jpg
│ │ ├── line_login.png
│ │ ├── login_submit.gif
│ │ └── main.css
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Reg.aspx
│ ├── Reg.aspx.cs
│ ├── Reg.aspx.designer.cs
│ ├── signOut.aspx
│ ├── signOut.aspx.cs
│ ├── signOut.aspx.designer.cs
│ ├── stuInfo.aspx
│ ├── stuInfo.aspx.cs
│ ├── stuInfo.aspx.designer.cs
│ ├── Web.config
│ └── xml
│ └── class.xml
├── AlumniMIS.sln
├── AlumniMIS.suo
├── Backup
│ ├── AlumniMIS
│ │ ├── Admin.aspx
│ │ ├── Admin.aspx.cs
│ │ ├── Admin.aspx.designer.cs
│ │ ├── AlumniMIS.csproj
│ │ ├── AlumniMIS.csproj.user
│ │ ├── App_Code
│ │ │ ├── AlumniManager.cs
│ │ │ └── XMLOperater.cs
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ ├── Default.aspx.designer.cs
│ │ ├── EditMyInfo.aspx
│ │ ├── EditMyInfo.aspx.cs
│ │ ├── EditMyInfo.aspx.designer.cs
│ │ ├── Login.aspx
│ │ ├── Login.aspx.cs
│ │ ├── Login.aspx.designer.cs
│ │ ├── MyAlumniList.aspx
│ │ ├── MyAlumniList.aspx.cs
│ │ ├── MyAlumniList.aspx.designer.cs
│ │ ├── MyInfo.aspx
│ │ ├── MyInfo.aspx.cs
│ │ ├── MyInfo.aspx.designer.cs
│ │ ├── MyMaster.Master
│ │ ├── MyMaster.Master.cs
│ │ ├── MyMaster.Master.designer.cs
│ │ ├── Pagebase.cs
│ │ ├── pic
│ │ │ ├── banner.jpg
│ │ │ ├── bg_login2_qq.png
│ │ │ ├── bg_login_a0a16.jpg
│ │ │ ├── bg_login.jpg
│ │ │ ├── line_login.png
│ │ │ ├── login_submit.gif
│ │ │ └── main.css
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Reg.aspx
│ │ ├── Reg.aspx.cs
│ │ ├── Reg.aspx.designer.cs
│ │ ├── signOut.aspx
│ │ ├── signOut.aspx.cs
│ │ ├── signOut.aspx.designer.cs
│ │ ├── stuInfo.aspx
│ │ ├── stuInfo.aspx.cs
│ │ ├── stuInfo.aspx.designer.cs
│ │ └── Web.config
│ ├── AlumniMIS.sln
│ └── AlumniMIS.suo
├── UpgradeLog.XML
└── _UpgradeReport_Files
├── UpgradeReport.css
├── UpgradeReport_Minus.gif
├── UpgradeReport_Plus.gif
└── UpgradeReport.xslt
830 directories, 2450 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论