实例介绍
【实例简介】
资源中包含精通C#与.NET 4.0数据库开发PPT和源码 。希望能帮助到大家。
a6477ff5-edf8-42ca-a470-0dd1f9bcb850
└── 精通C#与.NET 4.0数据库开发 PPT 源码
├── 本书源程序
│ ├── 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.csprojAssemblyReference.cache
│ │ │ │ │ ├── FirstLINQSample.csproj.CoreCompileInputs.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.csprojAssemblyReference.cache
│ │ │ │ │ ├── UseFrom.csproj.CoreCompileInputs.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.CoreCompileInputs.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.csprojAssemblyReference.cache
│ │ │ │ │ ├── UseInto.csproj.CoreCompileInputs.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.csprojAssemblyReference.cache
│ │ │ │ │ ├── UseOrderby.csproj.CoreCompileInputs.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.csprojAssemblyReference.cache
│ │ │ │ │ ├── UseSelect.csproj.CoreCompileInputs.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.CoreCompileInputs.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.csprojAssemblyReference.cache
│ │ │ │ │ ├── BindingDataView.csproj.CoreCompileInputs.cache
│ │ │ │ │ ├── BindingDataView.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── BindingDataView.csproj.GenerateResource.cache
│ │ │ │ │ ├── BindingDataView.exe
│ │ │ │ │ ├── BindingDataView.FrmMain.resources
│ │ │ │ │ ├── BindingDataView.pdb
│ │ │ │ │ ├── BindingDataView.Properties.Resources.resources
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ │ ├── 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.csprojAssemblyReference.cache
│ │ │ │ │ ├── UseDataRowComparer.csproj.CoreCompileInputs.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
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── TempPE
│ │ │ │ │ ├── Properties.Resources.Designer.cs.dll
│ │ │ │ │ ├── UserLogDataSet.Designer.cs.dll
│ │ │ │ │ └── UserLog.designer.cs.dll
│ │ │ │ ├── UseORDesiger.csprojAssemblyReference.cache
│ │ │ │ ├── UseORDesiger.csproj.CoreCompileInputs.cache
│ │ │ │ ├── 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.csprojAssemblyReference.cache
│ │ │ │ │ ├── LinqToXml.csproj.CoreCompileInputs.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.CoreCompileInputs.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.csprojAssemblyReference.cache
│ │ │ │ ├── XMLSamples.csproj.CoreCompileInputs.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
│ │ ├── ConsoleApp1
│ │ │ ├── App.config
│ │ │ ├── ConsoleApp1.csproj
│ │ │ ├── Model1.Designer.cs
│ │ │ ├── Model1.edmx
│ │ │ ├── Model1.edmx.diagram
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── ConsoleApp1.csprojAssemblyReference.cache
│ │ │ │ ├── ConsoleApp1.csproj.CoreCompileInputs.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ │ └── TempPE
│ │ │ │ └── Model1.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── db
│ │ │ ├── HotelManager_log.ldf
│ │ │ └── HotelManager.mdf
│ │ ├── HotelMis
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── HotelMisBLL.dll
│ │ │ │ ├── HotelMisBLL.pdb
│ │ │ │ ├── HotelMisDAL.dll
│ │ │ │ ├── HotelMisDAL.pdb
│ │ │ │ ├── HotelMis.exe
│ │ │ │ ├── HotelMisModels.dll
│ │ │ │ ├── HotelMisModels.dll.config
│ │ │ │ ├── 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
│ │ │ ├── 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
│ │ │ │ ├── build.force
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── HotelMis.business.Frm_charge.resources
│ │ │ │ ├── HotelMis.csprojAssemblyReference.cache
│ │ │ │ ├── HotelMis.csproj.CopyComplete
│ │ │ │ ├── HotelMis.csproj.CoreCompileInputs.cache
│ │ │ │ ├── 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.dll.config
│ │ │ │ └── HotelMisModels.pdb
│ │ │ ├── Common.cs
│ │ │ ├── DetailRecordManager.cs
│ │ │ ├── FloorManager.cs
│ │ │ ├── GuestCategoryManager.cs
│ │ │ ├── GuestInfoManager.cs
│ │ │ ├── HotelMisBLL.csproj
│ │ │ ├── HotelMisBLL.csproj.user
│ │ │ ├── HotelUserManager.cs
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── build.force
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── HotelMisBLL.csprojAssemblyReference.cache
│ │ │ │ ├── HotelMisBLL.csproj.CopyComplete
│ │ │ │ ├── HotelMisBLL.csproj.CoreCompileInputs.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.dll.config
│ │ │ │ └── HotelMisModels.pdb
│ │ │ ├── DetailRecordService.cs
│ │ │ ├── FloorService.cs
│ │ │ ├── GuestCategoryService.cs
│ │ │ ├── GuestInfoService.cs
│ │ │ ├── HotelMisDAL.csproj
│ │ │ ├── HotelMisDAL.csproj.user
│ │ │ ├── HotelUserService.cs
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── build.force
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── HotelMisDAL.csprojAssemblyReference.cache
│ │ │ │ ├── HotelMisDAL.csproj.CopyComplete
│ │ │ │ ├── HotelMisDAL.csproj.CoreCompileInputs.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.csprojAssemblyReference.cache
│ │ │ │ ├── HotelMisModels.csproj.CoreCompileInputs.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
│ │ ├── packages
│ │ │ ├── Antlr.3.5.0.2
│ │ │ │ ├── Antlr.3.5.0.2.nupkg
│ │ │ │ └── lib
│ │ │ │ ├── Antlr3.Runtime.dll
│ │ │ │ └── Antlr3.Runtime.pdb
│ │ │ ├── AspNet.ScriptManager.bootstrap.3.3.7
│ │ │ │ ├── AspNet.ScriptManager.bootstrap.3.3.7.nupkg
│ │ │ │ └── lib
│ │ │ │ ├── net40
│ │ │ │ │ └── AspNet.ScriptManager.bootstrap.dll
│ │ │ │ └── net45
│ │ │ │ └── AspNet.ScriptManager.bootstrap.dll
│ │ │ ├── AspNet.ScriptManager.jQuery.3.3.1
│ │ │ │ ├── AspNet.ScriptManager.jQuery.3.3.1.nupkg
│ │ │ │ └── lib
│ │ │ │ ├── net40
│ │ │ │ │ └── AspNet.ScriptManager.jQuery.dll
│ │ │ │ └── net45
│ │ │ │ └── AspNet.ScriptManager.jQuery.dll
│ │ │ ├── bootstrap.3.3.7
│ │ │ │ ├── bootstrap.3.3.7.nupkg
│ │ │ │ └── content
│ │ │ │ ├── Content
│ │ │ │ │ ├── bootstrap.css
│ │ │ │ │ ├── bootstrap.css.map
│ │ │ │ │ ├── bootstrap.min.css
│ │ │ │ │ ├── bootstrap.min.css.map
│ │ │ │ │ ├── bootstrap-theme.css
│ │ │ │ │ ├── bootstrap-theme.css.map
│ │ │ │ │ ├── bootstrap-theme.min.css
│ │ │ │ │ └── bootstrap-theme.min.css.map
│ │ │ │ ├── fonts
│ │ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ │ │ └── glyphicons-halflings-regular.woff2
│ │ │ │ └── Scripts
│ │ │ │ ├── bootstrap.js
│ │ │ │ └── bootstrap.min.js
│ │ │ ├── jQuery.3.3.1
│ │ │ │ ├── Content
│ │ │ │ │ └── Scripts
│ │ │ │ │ ├── jquery-3.3.1.js
│ │ │ │ │ ├── jquery-3.3.1.min.js
│ │ │ │ │ ├── jquery-3.3.1.min.map
│ │ │ │ │ ├── jquery-3.3.1.slim.js
│ │ │ │ │ ├── jquery-3.3.1.slim.min.js
│ │ │ │ │ ├── jquery-3.3.1.slim.min.map
│ │ │ │ │ └── jquery-3.3.1-vsdoc.js
│ │ │ │ ├── jQuery.3.3.1.nupkg
│ │ │ │ └── Tools
│ │ │ │ ├── common.ps1
│ │ │ │ ├── install.ps1
│ │ │ │ ├── jquery-3.3.1.intellisense.js
│ │ │ │ └── uninstall.ps1
│ │ │ ├── Microsoft.AspNet.FriendlyUrls.1.0.2
│ │ │ │ ├── Content
│ │ │ │ │ ├── App_Start
│ │ │ │ │ │ └── RouteConfig.cs.pp
│ │ │ │ │ ├── Site.Mobile.Master.cs.pp
│ │ │ │ │ ├── Site.Mobile.Master.designer.cs.pp
│ │ │ │ │ ├── Site.Mobile.Master.pp
│ │ │ │ │ ├── ViewSwitcher.ascx.cs.pp
│ │ │ │ │ ├── ViewSwitcher.ascx.designer.cs.pp
│ │ │ │ │ └── ViewSwitcher.ascx.pp
│ │ │ │ ├── Microsoft.AspNet.FriendlyUrls.1.0.2.nupkg
│ │ │ │ └── readme.txt
│ │ │ ├── Microsoft.AspNet.FriendlyUrls.Core.1.0.2
│ │ │ │ ├── lib
│ │ │ │ │ ├── net40
│ │ │ │ │ │ ├── Microsoft.AspNet.FriendlyUrls.dll
│ │ │ │ │ │ ├── Microsoft.AspNet.FriendlyUrls.xml
│ │ │ │ │ │ └── zh-Hans
│ │ │ │ │ │ ├── Microsoft.AspNet.FriendlyUrls.resources.dll
│ │ │ │ │ │ └── Microsoft.AspNet.FriendlyUrls.xml
│ │ │ │ │ └── net45
│ │ │ │ │ ├── Microsoft.AspNet.FriendlyUrls.dll
│ │ │ │ │ ├── Microsoft.AspNet.FriendlyUrls.xml
│ │ │ │ │ └── zh-Hans
│ │ │ │ │ ├── Microsoft.AspNet.FriendlyUrls.resources.dll
│ │ │ │ │ └── Microsoft.AspNet.FriendlyUrls.xml
│ │ │ │ └── Microsoft.AspNet.FriendlyUrls.Core.1.0.2.nupkg
│ │ │ ├── Microsoft.AspNet.FriendlyUrls.Core.zh-Hans.1.0.2
│ │ │ │ ├── lib
│ │ │ │ │ ├── net40
│ │ │ │ │ │ └── zh-Hans
│ │ │ │ │ │ ├── Microsoft.AspNet.FriendlyUrls.resources.dll
│ │ │ │ │ │ └── Microsoft.AspNet.FriendlyUrls.xml
│ │ │ │ │ └── net45
│ │ │ │ │ └── zh-Hans
│ │ │ │ │ ├── Microsoft.AspNet.FriendlyUrls.resources.dll
│ │ │ │ │ └── Microsoft.AspNet.FriendlyUrls.xml
│ │ │ │ └── Microsoft.AspNet.FriendlyUrls.Core.zh-Hans.1.0.2.nupkg
│ │ │ ├── Microsoft.AspNet.ScriptManager.MSAjax.5.0.0
│ │ │ │ ├── content
│ │ │ │ │ └── Scripts
│ │ │ │ │ └── WebForms
│ │ │ │ │ └── MSAjax
│ │ │ │ │ ├── MicrosoftAjaxApplicationServices.js
│ │ │ │ │ ├── MicrosoftAjaxComponentModel.js
│ │ │ │ │ ├── MicrosoftAjaxCore.js
│ │ │ │ │ ├── MicrosoftAjaxGlobalization.js
│ │ │ │ │ ├── MicrosoftAjaxHistory.js
│ │ │ │ │ ├── MicrosoftAjax.js
│ │ │ │ │ ├── MicrosoftAjaxNetwork.js
│ │ │ │ │ ├── MicrosoftAjaxSerialization.js
│ │ │ │ │ ├── MicrosoftAjaxTimer.js
│ │ │ │ │ ├── MicrosoftAjaxWebForms.js
│ │ │ │ │ └── MicrosoftAjaxWebServices.js
│ │ │ │ ├── lib
│ │ │ │ │ └── net45
│ │ │ │ │ └── Microsoft.ScriptManager.MSAjax.dll
│ │ │ │ └── Microsoft.AspNet.ScriptManager.MSAjax.5.0.0.nupkg
│ │ │ ├── Microsoft.AspNet.ScriptManager.WebForms.5.0.0
│ │ │ │ ├── content
│ │ │ │ │ └── Scripts
│ │ │ │ │ └── WebForms
│ │ │ │ │ ├── DetailsView.js
│ │ │ │ │ ├── Focus.js
│ │ │ │ │ ├── GridView.js
│ │ │ │ │ ├── Menu.js
│ │ │ │ │ ├── MenuStandards.js
│ │ │ │ │ ├── SmartNav.js
│ │ │ │ │ ├── TreeView.js
│ │ │ │ │ ├── WebForms.js
│ │ │ │ │ ├── WebParts.js
│ │ │ │ │ └── WebUIValidation.js
│ │ │ │ ├── lib
│ │ │ │ │ └── net45
│ │ │ │ │ └── Microsoft.ScriptManager.WebForms.dll
│ │ │ │ └── Microsoft.AspNet.ScriptManager.WebForms.5.0.0.nupkg
│ │ │ ├── Microsoft.AspNet.TelemetryCorrelation.1.0.0
│ │ │ │ ├── content
│ │ │ │ │ └── net45
│ │ │ │ │ ├── web.config.install.xdt
│ │ │ │ │ └── web.config.uninstall.xdt
│ │ │ │ ├── lib
│ │ │ │ │ └── net45
│ │ │ │ │ ├── Microsoft.AspNet.TelemetryCorrelation.dll
│ │ │ │ │ └── Microsoft.AspNet.TelemetryCorrelation.xml
│ │ │ │ └── Microsoft.AspNet.TelemetryCorrelation.1.0.0.nupkg
│ │ │ ├── Microsoft.AspNet.Web.Optimization.1.1.3
│ │ │ │ ├── lib
│ │ │ │ │ └── net40
│ │ │ │ │ ├── System.Web.Optimization.dll
│ │ │ │ │ ├── system.web.optimization.xml
│ │ │ │ │ └── zh-Hans
│ │ │ │ │ └── System.Web.Optimization.resources.dll
│ │ │ │ └── Microsoft.AspNet.Web.Optimization.1.1.3.nupkg
│ │ │ ├── Microsoft.AspNet.Web.Optimization.WebForms.1.1.3
│ │ │ │ ├── content
│ │ │ │ │ └── web.config.transform
│ │ │ │ ├── lib
│ │ │ │ │ └── net45
│ │ │ │ │ └── Microsoft.AspNet.Web.Optimization.WebForms.dll
│ │ │ │ └── Microsoft.AspNet.Web.Optimization.WebForms.1.1.3.nupkg
│ │ │ ├── Microsoft.AspNet.Web.Optimization.zh-Hans.1.1.3
│ │ │ │ ├── lib
│ │ │ │ │ └── net40
│ │ │ │ │ └── zh-Hans
│ │ │ │ │ └── System.Web.Optimization.resources.dll
│ │ │ │ └── Microsoft.AspNet.Web.Optimization.zh-Hans.1.1.3.nupkg
│ │ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0
│ │ │ │ ├── build
│ │ │ │ │ ├── net45
│ │ │ │ │ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.Extensions.props
│ │ │ │ │ │ └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props
│ │ │ │ │ └── net46
│ │ │ │ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.Extensions.props
│ │ │ │ │ └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props
│ │ │ │ ├── content
│ │ │ │ │ ├── net45
│ │ │ │ │ │ ├── app.config.install.xdt
│ │ │ │ │ │ ├── app.config.uninstall.xdt
│ │ │ │ │ │ ├── web.config.install.xdt
│ │ │ │ │ │ └── web.config.uninstall.xdt
│ │ │ │ │ └── net46
│ │ │ │ │ ├── app.config.install.xdt
│ │ │ │ │ ├── app.config.uninstall.xdt
│ │ │ │ │ ├── web.config.install.xdt
│ │ │ │ │ └── web.config.uninstall.xdt
│ │ │ │ ├── lib
│ │ │ │ │ └── net45
│ │ │ │ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
│ │ │ │ │ └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
│ │ │ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0.nupkg
│ │ │ │ └── tools
│ │ │ │ ├── net45
│ │ │ │ │ ├── install.ps1
│ │ │ │ │ └── uninstall.ps1
│ │ │ │ ├── Roslyn45
│ │ │ │ │ ├── csc.exe
│ │ │ │ │ ├── csc.exe.config
│ │ │ │ │ ├── csc.rsp
│ │ │ │ │ ├── csi.exe
│ │ │ │ │ ├── csi.rsp
│ │ │ │ │ ├── Microsoft.Build.Tasks.CodeAnalysis.dll
│ │ │ │ │ ├── Microsoft.CodeAnalysis.CSharp.dll
│ │ │ │ │ ├── Microsoft.CodeAnalysis.CSharp.Scripting.dll
│ │ │ │ │ ├── Microsoft.CodeAnalysis.dll
│ │ │ │ │ ├── Microsoft.CodeAnalysis.Scripting.dll
│ │ │ │ │ ├── Microsoft.CodeAnalysis.VisualBasic.dll
│ │ │ │ │ ├── Microsoft.CSharp.Core.targets
│ │ │ │ │ ├── Microsoft.DiaSymReader.Native.amd64.dll
│ │ │ │ │ ├── Microsoft.DiaSymReader.Native.x86.dll
│ │ │ │ │ ├── Microsoft.VisualBasic.Core.targets
│ │ │ │ │ ├── System.AppContext.dll
│ │ │ │ │ ├── System.Collections.Immutable.dll
│ │ │ │ │ ├── System.Diagnostics.StackTrace.dll
│ │ │ │ │ ├── System.IO.FileSystem.dll
│ │ │ │ │ ├── System.IO.FileSystem.Primitives.dll
│ │ │ │ │ ├── System.Reflection.Metadata.dll
│ │ │ │ │ ├── vbc.exe
│ │ │ │ │ ├── vbc.exe.config
│ │ │ │ │ ├── vbc.rsp
│ │ │ │ │ ├── VBCSCompiler.exe
│ │ │ │ │ └── VBCSCompiler.exe.config
│ │ │ │ └── RoslynLatest
│ │ │ │ ├── csc.exe
│ │ │ │ ├── csc.exe.config
│ │ │ │ ├── csc.rsp
│ │ │ │ ├── csi.exe
│ │ │ │ ├── csi.exe.config
│ │ │ │ ├── csi.rsp
│ │ │ │ ├── Microsoft.Build.Tasks.CodeAnalysis.dll
│ │ │ │ ├── Microsoft.CodeAnalysis.CSharp.dll
│ │ │ │ ├── Microsoft.CodeAnalysis.CSharp.Scripting.dll
│ │ │ │ ├── Microsoft.CodeAnalysis.dll
│ │ │ │ ├── Microsoft.CodeAnalysis.Scripting.dll
│ │ │ │ ├── Microsoft.CodeAnalysis.VisualBasic.dll
│ │ │ │ ├── Microsoft.CSharp.Core.targets
│ │ │ │ ├── Microsoft.DiaSymReader.Native.amd64.dll
│ │ │ │ ├── Microsoft.DiaSymReader.Native.x86.dll
│ │ │ │ ├── Microsoft.Managed.Core.targets
│ │ │ │ ├── Microsoft.VisualBasic.Core.targets
│ │ │ │ ├── System.AppContext.dll
│ │ │ │ ├── System.Collections.Immutable.dll
│ │ │ │ ├── System.Console.dll
│ │ │ │ ├── System.Diagnostics.FileVersionInfo.dll
│ │ │ │ ├── System.Diagnostics.StackTrace.dll
│ │ │ │ ├── System.IO.Compression.dll
│ │ │ │ ├── System.IO.FileSystem.dll
│ │ │ │ ├── System.IO.FileSystem.Primitives.dll
│ │ │ │ ├── System.IO.Pipes.AccessControl.dll
│ │ │ │ ├── System.IO.Pipes.dll
│ │ │ │ ├── System.Reflection.Metadata.dll
│ │ │ │ ├── System.Security.AccessControl.dll
│ │ │ │ ├── System.Security.Claims.dll
│ │ │ │ ├── System.Security.Cryptography.Algorithms.dll
│ │ │ │ ├── System.Security.Cryptography.Encoding.dll
│ │ │ │ ├── System.Security.Cryptography.Primitives.dll
│ │ │ │ ├── System.Security.Cryptography.X509Certificates.dll
│ │ │ │ ├── System.Security.Principal.Windows.dll
│ │ │ │ ├── System.Text.Encoding.CodePages.dll
│ │ │ │ ├── System.ValueTuple.dll
│ │ │ │ ├── System.Xml.ReaderWriter.dll
│ │ │ │ ├── System.Xml.XmlDocument.dll
│ │ │ │ ├── System.Xml.XPath.dll
│ │ │ │ ├── System.Xml.XPath.XDocument.dll
│ │ │ │ ├── vbc.exe
│ │ │ │ ├── vbc.exe.config
│ │ │ │ ├── vbc.rsp
│ │ │ │ ├── VBCSCompiler.exe
│ │ │ │ └── VBCSCompiler.exe.config
│ │ │ ├── Microsoft.Web.Infrastructure.1.0.0.0
│ │ │ │ ├── lib
│ │ │ │ │ └── net40
│ │ │ │ │ └── Microsoft.Web.Infrastructure.dll
│ │ │ │ └── Microsoft.Web.Infrastructure.1.0.0.0.nupkg
│ │ │ ├── Modernizr.2.8.3
│ │ │ │ ├── Content
│ │ │ │ │ └── Scripts
│ │ │ │ │ └── modernizr-2.8.3.js
│ │ │ │ ├── Modernizr.2.8.3.nupkg
│ │ │ │ └── Tools
│ │ │ │ ├── common.ps1
│ │ │ │ ├── install.ps1
│ │ │ │ └── uninstall.ps1
│ │ │ ├── Newtonsoft.Json.11.0.1
│ │ │ │ ├── lib
│ │ │ │ │ ├── net20
│ │ │ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ │ │ └── Newtonsoft.Json.xml
│ │ │ │ │ ├── net35
│ │ │ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ │ │ └── Newtonsoft.Json.xml
│ │ │ │ │ ├── net40
│ │ │ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ │ │ └── Newtonsoft.Json.xml
│ │ │ │ │ ├── net45
│ │ │ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ │ │ └── Newtonsoft.Json.xml
│ │ │ │ │ ├── netstandard1.0
│ │ │ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ │ │ └── Newtonsoft.Json.xml
│ │ │ │ │ ├── netstandard1.3
│ │ │ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ │ │ └── Newtonsoft.Json.xml
│ │ │ │ │ ├── netstandard2.0
│ │ │ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ │ │ └── Newtonsoft.Json.xml
│ │ │ │ │ ├── portable-net40%2Bsl5%2Bwin8%2Bwp8%2Bwpa81
│ │ │ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ │ │ └── Newtonsoft.Json.xml
│ │ │ │ │ └── portable-net45%2Bwin8%2Bwp8%2Bwpa81
│ │ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ │ └── Newtonsoft.Json.xml
│ │ │ │ ├── LICENSE.md
│ │ │ │ └── Newtonsoft.Json.11.0.1.nupkg
│ │ │ ├── System.Diagnostics.DiagnosticSource.4.4.1
│ │ │ │ ├── lib
│ │ │ │ │ ├── net45
│ │ │ │ │ │ ├── System.Diagnostics.DiagnosticSource.dll
│ │ │ │ │ │ └── System.Diagnostics.DiagnosticSource.xml
│ │ │ │ │ ├── net46
│ │ │ │ │ │ ├── System.Diagnostics.DiagnosticSource.dll
│ │ │ │ │ │ └── System.Diagnostics.DiagnosticSource.xml
│ │ │ │ │ ├── netcoreapp2.0
│ │ │ │ │ │ └── _._
│ │ │ │ │ ├── netstandard1.1
│ │ │ │ │ │ ├── System.Diagnostics.DiagnosticSource.dll
│ │ │ │ │ │ └── System.Diagnostics.DiagnosticSource.xml
│ │ │ │ │ ├── netstandard1.3
│ │ │ │ │ │ ├── System.Diagnostics.DiagnosticSource.dll
│ │ │ │ │ │ └── System.Diagnostics.DiagnosticSource.xml
│ │ │ │ │ └── portable-net45%2Bwin8%2Bwpa81
│ │ │ │ │ ├── System.Diagnostics.DiagnosticSource.dll
│ │ │ │ │ └── System.Diagnostics.DiagnosticSource.xml
│ │ │ │ ├── LICENSE.TXT
│ │ │ │ ├── ref
│ │ │ │ │ └── netcoreapp2.0
│ │ │ │ │ └── _._
│ │ │ │ ├── System.Diagnostics.DiagnosticSource.4.4.1.nupkg
│ │ │ │ ├── THIRD-PARTY-NOTICES.TXT
│ │ │ │ ├── useSharedDesignerContext.txt
│ │ │ │ └── version.txt
│ │ │ └── WebGrease.1.6.0
│ │ │ ├── lib
│ │ │ │ └── WebGrease.dll
│ │ │ ├── tools
│ │ │ │ └── WG.EXE
│ │ │ └── WebGrease.1.6.0.nupkg
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── WebApplication1
│ │ │ ├── About.aspx
│ │ │ ├── About.aspx.cs
│ │ │ ├── About.aspx.designer.cs
│ │ │ ├── App_Start
│ │ │ │ ├── BundleConfig.cs
│ │ │ │ └── RouteConfig.cs
│ │ │ ├── bin
│ │ │ │ ├── Antlr3.Runtime.dll
│ │ │ │ ├── Antlr3.Runtime.pdb
│ │ │ │ ├── AspNet.ScriptManager.bootstrap.dll
│ │ │ │ ├── AspNet.ScriptManager.jQuery.dll
│ │ │ │ ├── Microsoft.AspNet.FriendlyUrls.dll
│ │ │ │ ├── Microsoft.AspNet.FriendlyUrls.xml
│ │ │ │ ├── Microsoft.AspNet.TelemetryCorrelation.dll
│ │ │ │ ├── Microsoft.AspNet.TelemetryCorrelation.xml
│ │ │ │ ├── Microsoft.AspNet.Web.Optimization.WebForms.dll
│ │ │ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
│ │ │ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
│ │ │ │ ├── Microsoft.ScriptManager.MSAjax.dll
│ │ │ │ ├── Microsoft.ScriptManager.WebForms.dll
│ │ │ │ ├── Microsoft.Web.Infrastructure.dll
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ ├── Newtonsoft.Json.xml
│ │ │ │ ├── roslyn
│ │ │ │ │ ├── csc.exe
│ │ │ │ │ ├── csc.exe.config
│ │ │ │ │ ├── csc.rsp
│ │ │ │ │ ├── csi.exe
│ │ │ │ │ ├── csi.exe.config
│ │ │ │ │ ├── csi.rsp
│ │ │ │ │ ├── Microsoft.Build.Tasks.CodeAnalysis.dll
│ │ │ │ │ ├── Microsoft.CodeAnalysis.CSharp.dll
│ │ │ │ │ ├── Microsoft.CodeAnalysis.CSharp.Scripting.dll
│ │ │ │ │ ├── Microsoft.CodeAnalysis.dll
│ │ │ │ │ ├── Microsoft.CodeAnalysis.Scripting.dll
│ │ │ │ │ ├── Microsoft.CodeAnalysis.VisualBasic.dll
│ │ │ │ │ ├── Microsoft.CSharp.Core.targets
│ │ │ │ │ ├── Microsoft.DiaSymReader.Native.amd64.dll
│ │ │ │ │ ├── Microsoft.DiaSymReader.Native.x86.dll
│ │ │ │ │ ├── Microsoft.Managed.Core.targets
│ │ │ │ │ ├── Microsoft.VisualBasic.Core.targets
│ │ │ │ │ ├── System.AppContext.dll
│ │ │ │ │ ├── System.Collections.Immutable.dll
│ │ │ │ │ ├── System.Console.dll
│ │ │ │ │ ├── System.Diagnostics.FileVersionInfo.dll
│ │ │ │ │ ├── System.Diagnostics.StackTrace.dll
│ │ │ │ │ ├── System.IO.Compression.dll
│ │ │ │ │ ├── System.IO.FileSystem.dll
│ │ │ │ │ ├── System.IO.FileSystem.Primitives.dll
│ │ │ │ │ ├── System.IO.Pipes.AccessControl.dll
│ │ │ │ │ ├── System.IO.Pipes.dll
│ │ │ │ │ ├── System.Reflection.Metadata.dll
│ │ │ │ │ ├── System.Security.AccessControl.dll
│ │ │ │ │ ├── System.Security.Claims.dll
│ │ │ │ │ ├── System.Security.Cryptography.Algorithms.dll
│ │ │ │ │ ├── System.Security.Cryptography.Encoding.dll
│ │ │ │ │ ├── System.Security.Cryptography.Primitives.dll
│ │ │ │ │ ├── System.Security.Cryptography.X509Certificates.dll
│ │ │ │ │ ├── System.Security.Principal.Windows.dll
│ │ │ │ │ ├── System.Text.Encoding.CodePages.dll
│ │ │ │ │ ├── System.ValueTuple.dll
│ │ │ │ │ ├── System.Xml.ReaderWriter.dll
│ │ │ │ │ ├── System.Xml.XmlDocument.dll
│ │ │ │ │ ├── System.Xml.XPath.dll
│ │ │ │ │ ├── System.Xml.XPath.XDocument.dll
│ │ │ │ │ ├── vbc.exe
│ │ │ │ │ ├── vbc.exe.config
│ │ │ │ │ ├── vbc.rsp
│ │ │ │ │ ├── VBCSCompiler.exe
│ │ │ │ │ └── VBCSCompiler.exe.config
│ │ │ │ ├── System.Diagnostics.DiagnosticSource.dll
│ │ │ │ ├── System.Diagnostics.DiagnosticSource.xml
│ │ │ │ ├── System.Web.Optimization.dll
│ │ │ │ ├── System.Web.Optimization.xml
│ │ │ │ ├── WebApplication1.dll
│ │ │ │ ├── WebApplication1.dll.config
│ │ │ │ ├── WebApplication1.pdb
│ │ │ │ ├── WebGrease.dll
│ │ │ │ └── zh-Hans
│ │ │ │ ├── Microsoft.AspNet.FriendlyUrls.resources.dll
│ │ │ │ └── System.Web.Optimization.resources.dll
│ │ │ ├── Bundle.config
│ │ │ ├── Contact.aspx
│ │ │ ├── Contact.aspx.cs
│ │ │ ├── Contact.aspx.designer.cs
│ │ │ ├── Content
│ │ │ │ ├── bootstrap.css
│ │ │ │ ├── bootstrap.css.map
│ │ │ │ ├── bootstrap.min.css
│ │ │ │ ├── bootstrap.min.css.map
│ │ │ │ ├── bootstrap-theme.css
│ │ │ │ ├── bootstrap-theme.css.map
│ │ │ │ ├── bootstrap-theme.min.css
│ │ │ │ ├── bootstrap-theme.min.css.map
│ │ │ │ └── Site.css
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── favicon.ico
│ │ │ ├── fonts
│ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ │ └── glyphicons-halflings-regular.woff2
│ │ │ ├── Global.asax
│ │ │ ├── Global.asax.cs
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ │ ├── WebApplication1.csprojAssemblyReference.cache
│ │ │ │ ├── WebApplication1.csproj.CopyComplete
│ │ │ │ ├── WebApplication1.csproj.CoreCompileInputs.cache
│ │ │ │ ├── WebApplication1.csproj.FileListAbsolute.txt
│ │ │ │ ├── WebApplication1.dll
│ │ │ │ └── WebApplication1.pdb
│ │ │ ├── packages.config
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Scripts
│ │ │ │ ├── bootstrap.js
│ │ │ │ ├── bootstrap.min.js
│ │ │ │ ├── jquery-3.3.1.intellisense.js
│ │ │ │ ├── jquery-3.3.1.js
│ │ │ │ ├── jquery-3.3.1.min.js
│ │ │ │ ├── jquery-3.3.1.min.map
│ │ │ │ ├── jquery-3.3.1.slim.js
│ │ │ │ ├── jquery-3.3.1.slim.min.js
│ │ │ │ ├── jquery-3.3.1.slim.min.map
│ │ │ │ ├── modernizr-2.8.3.js
│ │ │ │ └── WebForms
│ │ │ │ ├── DetailsView.js
│ │ │ │ ├── Focus.js
│ │ │ │ ├── GridView.js
│ │ │ │ ├── Menu.js
│ │ │ │ ├── MenuStandards.js
│ │ │ │ ├── MSAjax
│ │ │ │ │ ├── MicrosoftAjaxApplicationServices.js
│ │ │ │ │ ├── MicrosoftAjaxComponentModel.js
│ │ │ │ │ ├── MicrosoftAjaxCore.js
│ │ │ │ │ ├── MicrosoftAjaxGlobalization.js
│ │ │ │ │ ├── MicrosoftAjaxHistory.js
│ │ │ │ │ ├── MicrosoftAjax.js
│ │ │ │ │ ├── MicrosoftAjaxNetwork.js
│ │ │ │ │ ├── MicrosoftAjaxSerialization.js
│ │ │ │ │ ├── MicrosoftAjaxTimer.js
│ │ │ │ │ ├── MicrosoftAjaxWebForms.js
│ │ │ │ │ └── MicrosoftAjaxWebServices.js
│ │ │ │ ├── SmartNav.js
│ │ │ │ ├── TreeView.js
│ │ │ │ ├── WebForms.js
│ │ │ │ ├── WebParts.js
│ │ │ │ └── WebUIValidation.js
│ │ │ ├── Site.Master
│ │ │ ├── Site.Master.cs
│ │ │ ├── Site.Master.designer.cs
│ │ │ ├── Site.Mobile.Master
│ │ │ ├── Site.Mobile.Master.cs
│ │ │ ├── Site.Mobile.Master.designer.cs
│ │ │ ├── ViewSwitcher.ascx
│ │ │ ├── ViewSwitcher.ascx.cs
│ │ │ ├── ViewSwitcher.ascx.designer.cs
│ │ │ ├── WebApplication1.csproj
│ │ │ ├── WebApplication1.csproj.user
│ │ │ ├── Web.config
│ │ │ ├── Web.Debug.config
│ │ │ ├── Web.Release.config
│ │ │ └── 新建文本文档.wsdl
│ │ └── 项目图片
│ │ ├── 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
└── 精通C#与.NET 4.0数据库开发PPT
├── ch01 了解.NET框架.ppt
├── ch02 基本语法.ppt
├── ch03 类和接口.ppt
├── ch04 高级特性.ppt
├── ch05 Windows窗体程序.ppt
├── ch06 多文档窗体.ppt
├── ch07 类库开发.ppt
├── ch08 ASP.NET.ppt
├── ch09 Sql Server.ppt
├── ch10.ppt
├── ch11.ppt
├── ch12.ppt
├── ch13.ppt
├── ch14LINQ基础.ppt
├── ch15 LINQ to DataSet.ppt
├── ch16 LINQ to SQL.ppt
├── ch17 LINQ to XML.ppt
├── ch18 ATM交易管理系统.ppt
├── ch19 进销存.ppt
├── ch20 宾馆管理信息系统.ppt
└── ch21 ME校友录.ppt
959 directories, 2920 files
资源中包含精通C#与.NET 4.0数据库开发PPT和源码 。希望能帮助到大家。
【实例截图】
a6477ff5-edf8-42ca-a470-0dd1f9bcb850
└── 精通C#与.NET 4.0数据库开发 PPT 源码
├── 本书源程序
│ ├── 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.csprojAssemblyReference.cache
│ │ │ │ │ ├── FirstLINQSample.csproj.CoreCompileInputs.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.csprojAssemblyReference.cache
│ │ │ │ │ ├── UseFrom.csproj.CoreCompileInputs.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.CoreCompileInputs.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.csprojAssemblyReference.cache
│ │ │ │ │ ├── UseInto.csproj.CoreCompileInputs.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.csprojAssemblyReference.cache
│ │ │ │ │ ├── UseOrderby.csproj.CoreCompileInputs.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.csprojAssemblyReference.cache
│ │ │ │ │ ├── UseSelect.csproj.CoreCompileInputs.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.CoreCompileInputs.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.csprojAssemblyReference.cache
│ │ │ │ │ ├── BindingDataView.csproj.CoreCompileInputs.cache
│ │ │ │ │ ├── BindingDataView.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── BindingDataView.csproj.GenerateResource.cache
│ │ │ │ │ ├── BindingDataView.exe
│ │ │ │ │ ├── BindingDataView.FrmMain.resources
│ │ │ │ │ ├── BindingDataView.pdb
│ │ │ │ │ ├── BindingDataView.Properties.Resources.resources
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ │ ├── 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.csprojAssemblyReference.cache
│ │ │ │ │ ├── UseDataRowComparer.csproj.CoreCompileInputs.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
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── TempPE
│ │ │ │ │ ├── Properties.Resources.Designer.cs.dll
│ │ │ │ │ ├── UserLogDataSet.Designer.cs.dll
│ │ │ │ │ └── UserLog.designer.cs.dll
│ │ │ │ ├── UseORDesiger.csprojAssemblyReference.cache
│ │ │ │ ├── UseORDesiger.csproj.CoreCompileInputs.cache
│ │ │ │ ├── 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.csprojAssemblyReference.cache
│ │ │ │ │ ├── LinqToXml.csproj.CoreCompileInputs.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.CoreCompileInputs.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.csprojAssemblyReference.cache
│ │ │ │ ├── XMLSamples.csproj.CoreCompileInputs.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
│ │ ├── ConsoleApp1
│ │ │ ├── App.config
│ │ │ ├── ConsoleApp1.csproj
│ │ │ ├── Model1.Designer.cs
│ │ │ ├── Model1.edmx
│ │ │ ├── Model1.edmx.diagram
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── ConsoleApp1.csprojAssemblyReference.cache
│ │ │ │ ├── ConsoleApp1.csproj.CoreCompileInputs.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ │ └── TempPE
│ │ │ │ └── Model1.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── db
│ │ │ ├── HotelManager_log.ldf
│ │ │ └── HotelManager.mdf
│ │ ├── HotelMis
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── HotelMisBLL.dll
│ │ │ │ ├── HotelMisBLL.pdb
│ │ │ │ ├── HotelMisDAL.dll
│ │ │ │ ├── HotelMisDAL.pdb
│ │ │ │ ├── HotelMis.exe
│ │ │ │ ├── HotelMisModels.dll
│ │ │ │ ├── HotelMisModels.dll.config
│ │ │ │ ├── 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
│ │ │ ├── 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
│ │ │ │ ├── build.force
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── HotelMis.business.Frm_charge.resources
│ │ │ │ ├── HotelMis.csprojAssemblyReference.cache
│ │ │ │ ├── HotelMis.csproj.CopyComplete
│ │ │ │ ├── HotelMis.csproj.CoreCompileInputs.cache
│ │ │ │ ├── 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.dll.config
│ │ │ │ └── HotelMisModels.pdb
│ │ │ ├── Common.cs
│ │ │ ├── DetailRecordManager.cs
│ │ │ ├── FloorManager.cs
│ │ │ ├── GuestCategoryManager.cs
│ │ │ ├── GuestInfoManager.cs
│ │ │ ├── HotelMisBLL.csproj
│ │ │ ├── HotelMisBLL.csproj.user
│ │ │ ├── HotelUserManager.cs
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── build.force
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── HotelMisBLL.csprojAssemblyReference.cache
│ │ │ │ ├── HotelMisBLL.csproj.CopyComplete
│ │ │ │ ├── HotelMisBLL.csproj.CoreCompileInputs.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.dll.config
│ │ │ │ └── HotelMisModels.pdb
│ │ │ ├── DetailRecordService.cs
│ │ │ ├── FloorService.cs
│ │ │ ├── GuestCategoryService.cs
│ │ │ ├── GuestInfoService.cs
│ │ │ ├── HotelMisDAL.csproj
│ │ │ ├── HotelMisDAL.csproj.user
│ │ │ ├── HotelUserService.cs
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── build.force
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── HotelMisDAL.csprojAssemblyReference.cache
│ │ │ │ ├── HotelMisDAL.csproj.CopyComplete
│ │ │ │ ├── HotelMisDAL.csproj.CoreCompileInputs.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.csprojAssemblyReference.cache
│ │ │ │ ├── HotelMisModels.csproj.CoreCompileInputs.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
│ │ ├── packages
│ │ │ ├── Antlr.3.5.0.2
│ │ │ │ ├── Antlr.3.5.0.2.nupkg
│ │ │ │ └── lib
│ │ │ │ ├── Antlr3.Runtime.dll
│ │ │ │ └── Antlr3.Runtime.pdb
│ │ │ ├── AspNet.ScriptManager.bootstrap.3.3.7
│ │ │ │ ├── AspNet.ScriptManager.bootstrap.3.3.7.nupkg
│ │ │ │ └── lib
│ │ │ │ ├── net40
│ │ │ │ │ └── AspNet.ScriptManager.bootstrap.dll
│ │ │ │ └── net45
│ │ │ │ └── AspNet.ScriptManager.bootstrap.dll
│ │ │ ├── AspNet.ScriptManager.jQuery.3.3.1
│ │ │ │ ├── AspNet.ScriptManager.jQuery.3.3.1.nupkg
│ │ │ │ └── lib
│ │ │ │ ├── net40
│ │ │ │ │ └── AspNet.ScriptManager.jQuery.dll
│ │ │ │ └── net45
│ │ │ │ └── AspNet.ScriptManager.jQuery.dll
│ │ │ ├── bootstrap.3.3.7
│ │ │ │ ├── bootstrap.3.3.7.nupkg
│ │ │ │ └── content
│ │ │ │ ├── Content
│ │ │ │ │ ├── bootstrap.css
│ │ │ │ │ ├── bootstrap.css.map
│ │ │ │ │ ├── bootstrap.min.css
│ │ │ │ │ ├── bootstrap.min.css.map
│ │ │ │ │ ├── bootstrap-theme.css
│ │ │ │ │ ├── bootstrap-theme.css.map
│ │ │ │ │ ├── bootstrap-theme.min.css
│ │ │ │ │ └── bootstrap-theme.min.css.map
│ │ │ │ ├── fonts
│ │ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ │ │ └── glyphicons-halflings-regular.woff2
│ │ │ │ └── Scripts
│ │ │ │ ├── bootstrap.js
│ │ │ │ └── bootstrap.min.js
│ │ │ ├── jQuery.3.3.1
│ │ │ │ ├── Content
│ │ │ │ │ └── Scripts
│ │ │ │ │ ├── jquery-3.3.1.js
│ │ │ │ │ ├── jquery-3.3.1.min.js
│ │ │ │ │ ├── jquery-3.3.1.min.map
│ │ │ │ │ ├── jquery-3.3.1.slim.js
│ │ │ │ │ ├── jquery-3.3.1.slim.min.js
│ │ │ │ │ ├── jquery-3.3.1.slim.min.map
│ │ │ │ │ └── jquery-3.3.1-vsdoc.js
│ │ │ │ ├── jQuery.3.3.1.nupkg
│ │ │ │ └── Tools
│ │ │ │ ├── common.ps1
│ │ │ │ ├── install.ps1
│ │ │ │ ├── jquery-3.3.1.intellisense.js
│ │ │ │ └── uninstall.ps1
│ │ │ ├── Microsoft.AspNet.FriendlyUrls.1.0.2
│ │ │ │ ├── Content
│ │ │ │ │ ├── App_Start
│ │ │ │ │ │ └── RouteConfig.cs.pp
│ │ │ │ │ ├── Site.Mobile.Master.cs.pp
│ │ │ │ │ ├── Site.Mobile.Master.designer.cs.pp
│ │ │ │ │ ├── Site.Mobile.Master.pp
│ │ │ │ │ ├── ViewSwitcher.ascx.cs.pp
│ │ │ │ │ ├── ViewSwitcher.ascx.designer.cs.pp
│ │ │ │ │ └── ViewSwitcher.ascx.pp
│ │ │ │ ├── Microsoft.AspNet.FriendlyUrls.1.0.2.nupkg
│ │ │ │ └── readme.txt
│ │ │ ├── Microsoft.AspNet.FriendlyUrls.Core.1.0.2
│ │ │ │ ├── lib
│ │ │ │ │ ├── net40
│ │ │ │ │ │ ├── Microsoft.AspNet.FriendlyUrls.dll
│ │ │ │ │ │ ├── Microsoft.AspNet.FriendlyUrls.xml
│ │ │ │ │ │ └── zh-Hans
│ │ │ │ │ │ ├── Microsoft.AspNet.FriendlyUrls.resources.dll
│ │ │ │ │ │ └── Microsoft.AspNet.FriendlyUrls.xml
│ │ │ │ │ └── net45
│ │ │ │ │ ├── Microsoft.AspNet.FriendlyUrls.dll
│ │ │ │ │ ├── Microsoft.AspNet.FriendlyUrls.xml
│ │ │ │ │ └── zh-Hans
│ │ │ │ │ ├── Microsoft.AspNet.FriendlyUrls.resources.dll
│ │ │ │ │ └── Microsoft.AspNet.FriendlyUrls.xml
│ │ │ │ └── Microsoft.AspNet.FriendlyUrls.Core.1.0.2.nupkg
│ │ │ ├── Microsoft.AspNet.FriendlyUrls.Core.zh-Hans.1.0.2
│ │ │ │ ├── lib
│ │ │ │ │ ├── net40
│ │ │ │ │ │ └── zh-Hans
│ │ │ │ │ │ ├── Microsoft.AspNet.FriendlyUrls.resources.dll
│ │ │ │ │ │ └── Microsoft.AspNet.FriendlyUrls.xml
│ │ │ │ │ └── net45
│ │ │ │ │ └── zh-Hans
│ │ │ │ │ ├── Microsoft.AspNet.FriendlyUrls.resources.dll
│ │ │ │ │ └── Microsoft.AspNet.FriendlyUrls.xml
│ │ │ │ └── Microsoft.AspNet.FriendlyUrls.Core.zh-Hans.1.0.2.nupkg
│ │ │ ├── Microsoft.AspNet.ScriptManager.MSAjax.5.0.0
│ │ │ │ ├── content
│ │ │ │ │ └── Scripts
│ │ │ │ │ └── WebForms
│ │ │ │ │ └── MSAjax
│ │ │ │ │ ├── MicrosoftAjaxApplicationServices.js
│ │ │ │ │ ├── MicrosoftAjaxComponentModel.js
│ │ │ │ │ ├── MicrosoftAjaxCore.js
│ │ │ │ │ ├── MicrosoftAjaxGlobalization.js
│ │ │ │ │ ├── MicrosoftAjaxHistory.js
│ │ │ │ │ ├── MicrosoftAjax.js
│ │ │ │ │ ├── MicrosoftAjaxNetwork.js
│ │ │ │ │ ├── MicrosoftAjaxSerialization.js
│ │ │ │ │ ├── MicrosoftAjaxTimer.js
│ │ │ │ │ ├── MicrosoftAjaxWebForms.js
│ │ │ │ │ └── MicrosoftAjaxWebServices.js
│ │ │ │ ├── lib
│ │ │ │ │ └── net45
│ │ │ │ │ └── Microsoft.ScriptManager.MSAjax.dll
│ │ │ │ └── Microsoft.AspNet.ScriptManager.MSAjax.5.0.0.nupkg
│ │ │ ├── Microsoft.AspNet.ScriptManager.WebForms.5.0.0
│ │ │ │ ├── content
│ │ │ │ │ └── Scripts
│ │ │ │ │ └── WebForms
│ │ │ │ │ ├── DetailsView.js
│ │ │ │ │ ├── Focus.js
│ │ │ │ │ ├── GridView.js
│ │ │ │ │ ├── Menu.js
│ │ │ │ │ ├── MenuStandards.js
│ │ │ │ │ ├── SmartNav.js
│ │ │ │ │ ├── TreeView.js
│ │ │ │ │ ├── WebForms.js
│ │ │ │ │ ├── WebParts.js
│ │ │ │ │ └── WebUIValidation.js
│ │ │ │ ├── lib
│ │ │ │ │ └── net45
│ │ │ │ │ └── Microsoft.ScriptManager.WebForms.dll
│ │ │ │ └── Microsoft.AspNet.ScriptManager.WebForms.5.0.0.nupkg
│ │ │ ├── Microsoft.AspNet.TelemetryCorrelation.1.0.0
│ │ │ │ ├── content
│ │ │ │ │ └── net45
│ │ │ │ │ ├── web.config.install.xdt
│ │ │ │ │ └── web.config.uninstall.xdt
│ │ │ │ ├── lib
│ │ │ │ │ └── net45
│ │ │ │ │ ├── Microsoft.AspNet.TelemetryCorrelation.dll
│ │ │ │ │ └── Microsoft.AspNet.TelemetryCorrelation.xml
│ │ │ │ └── Microsoft.AspNet.TelemetryCorrelation.1.0.0.nupkg
│ │ │ ├── Microsoft.AspNet.Web.Optimization.1.1.3
│ │ │ │ ├── lib
│ │ │ │ │ └── net40
│ │ │ │ │ ├── System.Web.Optimization.dll
│ │ │ │ │ ├── system.web.optimization.xml
│ │ │ │ │ └── zh-Hans
│ │ │ │ │ └── System.Web.Optimization.resources.dll
│ │ │ │ └── Microsoft.AspNet.Web.Optimization.1.1.3.nupkg
│ │ │ ├── Microsoft.AspNet.Web.Optimization.WebForms.1.1.3
│ │ │ │ ├── content
│ │ │ │ │ └── web.config.transform
│ │ │ │ ├── lib
│ │ │ │ │ └── net45
│ │ │ │ │ └── Microsoft.AspNet.Web.Optimization.WebForms.dll
│ │ │ │ └── Microsoft.AspNet.Web.Optimization.WebForms.1.1.3.nupkg
│ │ │ ├── Microsoft.AspNet.Web.Optimization.zh-Hans.1.1.3
│ │ │ │ ├── lib
│ │ │ │ │ └── net40
│ │ │ │ │ └── zh-Hans
│ │ │ │ │ └── System.Web.Optimization.resources.dll
│ │ │ │ └── Microsoft.AspNet.Web.Optimization.zh-Hans.1.1.3.nupkg
│ │ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0
│ │ │ │ ├── build
│ │ │ │ │ ├── net45
│ │ │ │ │ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.Extensions.props
│ │ │ │ │ │ └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props
│ │ │ │ │ └── net46
│ │ │ │ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.Extensions.props
│ │ │ │ │ └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props
│ │ │ │ ├── content
│ │ │ │ │ ├── net45
│ │ │ │ │ │ ├── app.config.install.xdt
│ │ │ │ │ │ ├── app.config.uninstall.xdt
│ │ │ │ │ │ ├── web.config.install.xdt
│ │ │ │ │ │ └── web.config.uninstall.xdt
│ │ │ │ │ └── net46
│ │ │ │ │ ├── app.config.install.xdt
│ │ │ │ │ ├── app.config.uninstall.xdt
│ │ │ │ │ ├── web.config.install.xdt
│ │ │ │ │ └── web.config.uninstall.xdt
│ │ │ │ ├── lib
│ │ │ │ │ └── net45
│ │ │ │ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
│ │ │ │ │ └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
│ │ │ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0.nupkg
│ │ │ │ └── tools
│ │ │ │ ├── net45
│ │ │ │ │ ├── install.ps1
│ │ │ │ │ └── uninstall.ps1
│ │ │ │ ├── Roslyn45
│ │ │ │ │ ├── csc.exe
│ │ │ │ │ ├── csc.exe.config
│ │ │ │ │ ├── csc.rsp
│ │ │ │ │ ├── csi.exe
│ │ │ │ │ ├── csi.rsp
│ │ │ │ │ ├── Microsoft.Build.Tasks.CodeAnalysis.dll
│ │ │ │ │ ├── Microsoft.CodeAnalysis.CSharp.dll
│ │ │ │ │ ├── Microsoft.CodeAnalysis.CSharp.Scripting.dll
│ │ │ │ │ ├── Microsoft.CodeAnalysis.dll
│ │ │ │ │ ├── Microsoft.CodeAnalysis.Scripting.dll
│ │ │ │ │ ├── Microsoft.CodeAnalysis.VisualBasic.dll
│ │ │ │ │ ├── Microsoft.CSharp.Core.targets
│ │ │ │ │ ├── Microsoft.DiaSymReader.Native.amd64.dll
│ │ │ │ │ ├── Microsoft.DiaSymReader.Native.x86.dll
│ │ │ │ │ ├── Microsoft.VisualBasic.Core.targets
│ │ │ │ │ ├── System.AppContext.dll
│ │ │ │ │ ├── System.Collections.Immutable.dll
│ │ │ │ │ ├── System.Diagnostics.StackTrace.dll
│ │ │ │ │ ├── System.IO.FileSystem.dll
│ │ │ │ │ ├── System.IO.FileSystem.Primitives.dll
│ │ │ │ │ ├── System.Reflection.Metadata.dll
│ │ │ │ │ ├── vbc.exe
│ │ │ │ │ ├── vbc.exe.config
│ │ │ │ │ ├── vbc.rsp
│ │ │ │ │ ├── VBCSCompiler.exe
│ │ │ │ │ └── VBCSCompiler.exe.config
│ │ │ │ └── RoslynLatest
│ │ │ │ ├── csc.exe
│ │ │ │ ├── csc.exe.config
│ │ │ │ ├── csc.rsp
│ │ │ │ ├── csi.exe
│ │ │ │ ├── csi.exe.config
│ │ │ │ ├── csi.rsp
│ │ │ │ ├── Microsoft.Build.Tasks.CodeAnalysis.dll
│ │ │ │ ├── Microsoft.CodeAnalysis.CSharp.dll
│ │ │ │ ├── Microsoft.CodeAnalysis.CSharp.Scripting.dll
│ │ │ │ ├── Microsoft.CodeAnalysis.dll
│ │ │ │ ├── Microsoft.CodeAnalysis.Scripting.dll
│ │ │ │ ├── Microsoft.CodeAnalysis.VisualBasic.dll
│ │ │ │ ├── Microsoft.CSharp.Core.targets
│ │ │ │ ├── Microsoft.DiaSymReader.Native.amd64.dll
│ │ │ │ ├── Microsoft.DiaSymReader.Native.x86.dll
│ │ │ │ ├── Microsoft.Managed.Core.targets
│ │ │ │ ├── Microsoft.VisualBasic.Core.targets
│ │ │ │ ├── System.AppContext.dll
│ │ │ │ ├── System.Collections.Immutable.dll
│ │ │ │ ├── System.Console.dll
│ │ │ │ ├── System.Diagnostics.FileVersionInfo.dll
│ │ │ │ ├── System.Diagnostics.StackTrace.dll
│ │ │ │ ├── System.IO.Compression.dll
│ │ │ │ ├── System.IO.FileSystem.dll
│ │ │ │ ├── System.IO.FileSystem.Primitives.dll
│ │ │ │ ├── System.IO.Pipes.AccessControl.dll
│ │ │ │ ├── System.IO.Pipes.dll
│ │ │ │ ├── System.Reflection.Metadata.dll
│ │ │ │ ├── System.Security.AccessControl.dll
│ │ │ │ ├── System.Security.Claims.dll
│ │ │ │ ├── System.Security.Cryptography.Algorithms.dll
│ │ │ │ ├── System.Security.Cryptography.Encoding.dll
│ │ │ │ ├── System.Security.Cryptography.Primitives.dll
│ │ │ │ ├── System.Security.Cryptography.X509Certificates.dll
│ │ │ │ ├── System.Security.Principal.Windows.dll
│ │ │ │ ├── System.Text.Encoding.CodePages.dll
│ │ │ │ ├── System.ValueTuple.dll
│ │ │ │ ├── System.Xml.ReaderWriter.dll
│ │ │ │ ├── System.Xml.XmlDocument.dll
│ │ │ │ ├── System.Xml.XPath.dll
│ │ │ │ ├── System.Xml.XPath.XDocument.dll
│ │ │ │ ├── vbc.exe
│ │ │ │ ├── vbc.exe.config
│ │ │ │ ├── vbc.rsp
│ │ │ │ ├── VBCSCompiler.exe
│ │ │ │ └── VBCSCompiler.exe.config
│ │ │ ├── Microsoft.Web.Infrastructure.1.0.0.0
│ │ │ │ ├── lib
│ │ │ │ │ └── net40
│ │ │ │ │ └── Microsoft.Web.Infrastructure.dll
│ │ │ │ └── Microsoft.Web.Infrastructure.1.0.0.0.nupkg
│ │ │ ├── Modernizr.2.8.3
│ │ │ │ ├── Content
│ │ │ │ │ └── Scripts
│ │ │ │ │ └── modernizr-2.8.3.js
│ │ │ │ ├── Modernizr.2.8.3.nupkg
│ │ │ │ └── Tools
│ │ │ │ ├── common.ps1
│ │ │ │ ├── install.ps1
│ │ │ │ └── uninstall.ps1
│ │ │ ├── Newtonsoft.Json.11.0.1
│ │ │ │ ├── lib
│ │ │ │ │ ├── net20
│ │ │ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ │ │ └── Newtonsoft.Json.xml
│ │ │ │ │ ├── net35
│ │ │ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ │ │ └── Newtonsoft.Json.xml
│ │ │ │ │ ├── net40
│ │ │ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ │ │ └── Newtonsoft.Json.xml
│ │ │ │ │ ├── net45
│ │ │ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ │ │ └── Newtonsoft.Json.xml
│ │ │ │ │ ├── netstandard1.0
│ │ │ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ │ │ └── Newtonsoft.Json.xml
│ │ │ │ │ ├── netstandard1.3
│ │ │ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ │ │ └── Newtonsoft.Json.xml
│ │ │ │ │ ├── netstandard2.0
│ │ │ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ │ │ └── Newtonsoft.Json.xml
│ │ │ │ │ ├── portable-net40%2Bsl5%2Bwin8%2Bwp8%2Bwpa81
│ │ │ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ │ │ └── Newtonsoft.Json.xml
│ │ │ │ │ └── portable-net45%2Bwin8%2Bwp8%2Bwpa81
│ │ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ │ └── Newtonsoft.Json.xml
│ │ │ │ ├── LICENSE.md
│ │ │ │ └── Newtonsoft.Json.11.0.1.nupkg
│ │ │ ├── System.Diagnostics.DiagnosticSource.4.4.1
│ │ │ │ ├── lib
│ │ │ │ │ ├── net45
│ │ │ │ │ │ ├── System.Diagnostics.DiagnosticSource.dll
│ │ │ │ │ │ └── System.Diagnostics.DiagnosticSource.xml
│ │ │ │ │ ├── net46
│ │ │ │ │ │ ├── System.Diagnostics.DiagnosticSource.dll
│ │ │ │ │ │ └── System.Diagnostics.DiagnosticSource.xml
│ │ │ │ │ ├── netcoreapp2.0
│ │ │ │ │ │ └── _._
│ │ │ │ │ ├── netstandard1.1
│ │ │ │ │ │ ├── System.Diagnostics.DiagnosticSource.dll
│ │ │ │ │ │ └── System.Diagnostics.DiagnosticSource.xml
│ │ │ │ │ ├── netstandard1.3
│ │ │ │ │ │ ├── System.Diagnostics.DiagnosticSource.dll
│ │ │ │ │ │ └── System.Diagnostics.DiagnosticSource.xml
│ │ │ │ │ └── portable-net45%2Bwin8%2Bwpa81
│ │ │ │ │ ├── System.Diagnostics.DiagnosticSource.dll
│ │ │ │ │ └── System.Diagnostics.DiagnosticSource.xml
│ │ │ │ ├── LICENSE.TXT
│ │ │ │ ├── ref
│ │ │ │ │ └── netcoreapp2.0
│ │ │ │ │ └── _._
│ │ │ │ ├── System.Diagnostics.DiagnosticSource.4.4.1.nupkg
│ │ │ │ ├── THIRD-PARTY-NOTICES.TXT
│ │ │ │ ├── useSharedDesignerContext.txt
│ │ │ │ └── version.txt
│ │ │ └── WebGrease.1.6.0
│ │ │ ├── lib
│ │ │ │ └── WebGrease.dll
│ │ │ ├── tools
│ │ │ │ └── WG.EXE
│ │ │ └── WebGrease.1.6.0.nupkg
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── WebApplication1
│ │ │ ├── About.aspx
│ │ │ ├── About.aspx.cs
│ │ │ ├── About.aspx.designer.cs
│ │ │ ├── App_Start
│ │ │ │ ├── BundleConfig.cs
│ │ │ │ └── RouteConfig.cs
│ │ │ ├── bin
│ │ │ │ ├── Antlr3.Runtime.dll
│ │ │ │ ├── Antlr3.Runtime.pdb
│ │ │ │ ├── AspNet.ScriptManager.bootstrap.dll
│ │ │ │ ├── AspNet.ScriptManager.jQuery.dll
│ │ │ │ ├── Microsoft.AspNet.FriendlyUrls.dll
│ │ │ │ ├── Microsoft.AspNet.FriendlyUrls.xml
│ │ │ │ ├── Microsoft.AspNet.TelemetryCorrelation.dll
│ │ │ │ ├── Microsoft.AspNet.TelemetryCorrelation.xml
│ │ │ │ ├── Microsoft.AspNet.Web.Optimization.WebForms.dll
│ │ │ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
│ │ │ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
│ │ │ │ ├── Microsoft.ScriptManager.MSAjax.dll
│ │ │ │ ├── Microsoft.ScriptManager.WebForms.dll
│ │ │ │ ├── Microsoft.Web.Infrastructure.dll
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ ├── Newtonsoft.Json.xml
│ │ │ │ ├── roslyn
│ │ │ │ │ ├── csc.exe
│ │ │ │ │ ├── csc.exe.config
│ │ │ │ │ ├── csc.rsp
│ │ │ │ │ ├── csi.exe
│ │ │ │ │ ├── csi.exe.config
│ │ │ │ │ ├── csi.rsp
│ │ │ │ │ ├── Microsoft.Build.Tasks.CodeAnalysis.dll
│ │ │ │ │ ├── Microsoft.CodeAnalysis.CSharp.dll
│ │ │ │ │ ├── Microsoft.CodeAnalysis.CSharp.Scripting.dll
│ │ │ │ │ ├── Microsoft.CodeAnalysis.dll
│ │ │ │ │ ├── Microsoft.CodeAnalysis.Scripting.dll
│ │ │ │ │ ├── Microsoft.CodeAnalysis.VisualBasic.dll
│ │ │ │ │ ├── Microsoft.CSharp.Core.targets
│ │ │ │ │ ├── Microsoft.DiaSymReader.Native.amd64.dll
│ │ │ │ │ ├── Microsoft.DiaSymReader.Native.x86.dll
│ │ │ │ │ ├── Microsoft.Managed.Core.targets
│ │ │ │ │ ├── Microsoft.VisualBasic.Core.targets
│ │ │ │ │ ├── System.AppContext.dll
│ │ │ │ │ ├── System.Collections.Immutable.dll
│ │ │ │ │ ├── System.Console.dll
│ │ │ │ │ ├── System.Diagnostics.FileVersionInfo.dll
│ │ │ │ │ ├── System.Diagnostics.StackTrace.dll
│ │ │ │ │ ├── System.IO.Compression.dll
│ │ │ │ │ ├── System.IO.FileSystem.dll
│ │ │ │ │ ├── System.IO.FileSystem.Primitives.dll
│ │ │ │ │ ├── System.IO.Pipes.AccessControl.dll
│ │ │ │ │ ├── System.IO.Pipes.dll
│ │ │ │ │ ├── System.Reflection.Metadata.dll
│ │ │ │ │ ├── System.Security.AccessControl.dll
│ │ │ │ │ ├── System.Security.Claims.dll
│ │ │ │ │ ├── System.Security.Cryptography.Algorithms.dll
│ │ │ │ │ ├── System.Security.Cryptography.Encoding.dll
│ │ │ │ │ ├── System.Security.Cryptography.Primitives.dll
│ │ │ │ │ ├── System.Security.Cryptography.X509Certificates.dll
│ │ │ │ │ ├── System.Security.Principal.Windows.dll
│ │ │ │ │ ├── System.Text.Encoding.CodePages.dll
│ │ │ │ │ ├── System.ValueTuple.dll
│ │ │ │ │ ├── System.Xml.ReaderWriter.dll
│ │ │ │ │ ├── System.Xml.XmlDocument.dll
│ │ │ │ │ ├── System.Xml.XPath.dll
│ │ │ │ │ ├── System.Xml.XPath.XDocument.dll
│ │ │ │ │ ├── vbc.exe
│ │ │ │ │ ├── vbc.exe.config
│ │ │ │ │ ├── vbc.rsp
│ │ │ │ │ ├── VBCSCompiler.exe
│ │ │ │ │ └── VBCSCompiler.exe.config
│ │ │ │ ├── System.Diagnostics.DiagnosticSource.dll
│ │ │ │ ├── System.Diagnostics.DiagnosticSource.xml
│ │ │ │ ├── System.Web.Optimization.dll
│ │ │ │ ├── System.Web.Optimization.xml
│ │ │ │ ├── WebApplication1.dll
│ │ │ │ ├── WebApplication1.dll.config
│ │ │ │ ├── WebApplication1.pdb
│ │ │ │ ├── WebGrease.dll
│ │ │ │ └── zh-Hans
│ │ │ │ ├── Microsoft.AspNet.FriendlyUrls.resources.dll
│ │ │ │ └── System.Web.Optimization.resources.dll
│ │ │ ├── Bundle.config
│ │ │ ├── Contact.aspx
│ │ │ ├── Contact.aspx.cs
│ │ │ ├── Contact.aspx.designer.cs
│ │ │ ├── Content
│ │ │ │ ├── bootstrap.css
│ │ │ │ ├── bootstrap.css.map
│ │ │ │ ├── bootstrap.min.css
│ │ │ │ ├── bootstrap.min.css.map
│ │ │ │ ├── bootstrap-theme.css
│ │ │ │ ├── bootstrap-theme.css.map
│ │ │ │ ├── bootstrap-theme.min.css
│ │ │ │ ├── bootstrap-theme.min.css.map
│ │ │ │ └── Site.css
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── favicon.ico
│ │ │ ├── fonts
│ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ │ └── glyphicons-halflings-regular.woff2
│ │ │ ├── Global.asax
│ │ │ ├── Global.asax.cs
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ │ ├── WebApplication1.csprojAssemblyReference.cache
│ │ │ │ ├── WebApplication1.csproj.CopyComplete
│ │ │ │ ├── WebApplication1.csproj.CoreCompileInputs.cache
│ │ │ │ ├── WebApplication1.csproj.FileListAbsolute.txt
│ │ │ │ ├── WebApplication1.dll
│ │ │ │ └── WebApplication1.pdb
│ │ │ ├── packages.config
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Scripts
│ │ │ │ ├── bootstrap.js
│ │ │ │ ├── bootstrap.min.js
│ │ │ │ ├── jquery-3.3.1.intellisense.js
│ │ │ │ ├── jquery-3.3.1.js
│ │ │ │ ├── jquery-3.3.1.min.js
│ │ │ │ ├── jquery-3.3.1.min.map
│ │ │ │ ├── jquery-3.3.1.slim.js
│ │ │ │ ├── jquery-3.3.1.slim.min.js
│ │ │ │ ├── jquery-3.3.1.slim.min.map
│ │ │ │ ├── modernizr-2.8.3.js
│ │ │ │ └── WebForms
│ │ │ │ ├── DetailsView.js
│ │ │ │ ├── Focus.js
│ │ │ │ ├── GridView.js
│ │ │ │ ├── Menu.js
│ │ │ │ ├── MenuStandards.js
│ │ │ │ ├── MSAjax
│ │ │ │ │ ├── MicrosoftAjaxApplicationServices.js
│ │ │ │ │ ├── MicrosoftAjaxComponentModel.js
│ │ │ │ │ ├── MicrosoftAjaxCore.js
│ │ │ │ │ ├── MicrosoftAjaxGlobalization.js
│ │ │ │ │ ├── MicrosoftAjaxHistory.js
│ │ │ │ │ ├── MicrosoftAjax.js
│ │ │ │ │ ├── MicrosoftAjaxNetwork.js
│ │ │ │ │ ├── MicrosoftAjaxSerialization.js
│ │ │ │ │ ├── MicrosoftAjaxTimer.js
│ │ │ │ │ ├── MicrosoftAjaxWebForms.js
│ │ │ │ │ └── MicrosoftAjaxWebServices.js
│ │ │ │ ├── SmartNav.js
│ │ │ │ ├── TreeView.js
│ │ │ │ ├── WebForms.js
│ │ │ │ ├── WebParts.js
│ │ │ │ └── WebUIValidation.js
│ │ │ ├── Site.Master
│ │ │ ├── Site.Master.cs
│ │ │ ├── Site.Master.designer.cs
│ │ │ ├── Site.Mobile.Master
│ │ │ ├── Site.Mobile.Master.cs
│ │ │ ├── Site.Mobile.Master.designer.cs
│ │ │ ├── ViewSwitcher.ascx
│ │ │ ├── ViewSwitcher.ascx.cs
│ │ │ ├── ViewSwitcher.ascx.designer.cs
│ │ │ ├── WebApplication1.csproj
│ │ │ ├── WebApplication1.csproj.user
│ │ │ ├── Web.config
│ │ │ ├── Web.Debug.config
│ │ │ ├── Web.Release.config
│ │ │ └── 新建文本文档.wsdl
│ │ └── 项目图片
│ │ ├── 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
└── 精通C#与.NET 4.0数据库开发PPT
├── ch01 了解.NET框架.ppt
├── ch02 基本语法.ppt
├── ch03 类和接口.ppt
├── ch04 高级特性.ppt
├── ch05 Windows窗体程序.ppt
├── ch06 多文档窗体.ppt
├── ch07 类库开发.ppt
├── ch08 ASP.NET.ppt
├── ch09 Sql Server.ppt
├── ch10.ppt
├── ch11.ppt
├── ch12.ppt
├── ch13.ppt
├── ch14LINQ基础.ppt
├── ch15 LINQ to DataSet.ppt
├── ch16 LINQ to SQL.ppt
├── ch17 LINQ to XML.ppt
├── ch18 ATM交易管理系统.ppt
├── ch19 进销存.ppt
├── ch20 宾馆管理信息系统.ppt
└── ch21 ME校友录.ppt
959 directories, 2920 files
好例子网口号:伸出你的我的手 — 分享!
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论