嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#从入门到实践源代码(清华出版社),12小时高清晰、交互式视频教学。
.
├── c# 从入门到实践
│ ├── ch01
│ │ ├── Sample_01_CA
│ │ │ ├── Sample_01_CA
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── Sample_01_CA.csproj
│ │ │ │ ├── Sample_01_CA.csproj.user
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Sample_01_CA.exe
│ │ │ │ │ ├── Sample_01_CA.pdb
│ │ │ │ │ ├── Sample_01_CA.vshost.exe
│ │ │ │ │ └── Sample_01_CA.vshost.exe.manifest
│ │ │ │ └── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Sample_01_CA.csproj.FileListAbsolute.txt
│ │ │ │ ├── Sample_01_CA.exe
│ │ │ │ ├── Sample_01_CA.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Sample_01_CA.sln
│ │ │ └── Sample_01_CA.suo
│ │ └── Sample_01_WFA
│ │ ├── Sample_01_WFA
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Sample_01_WFA.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Sample_01_WFA.exe
│ │ │ │ ├── Sample_01_WFA.pdb
│ │ │ │ ├── Sample_01_WFA.vshost.exe
│ │ │ │ └── Sample_01_WFA.vshost.exe.manifest
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── Sample_01_WFA.Properties.Resources.resources
│ │ │ ├── Sample_01_WFA.csproj.FileListAbsolute.txt
│ │ │ ├── Sample_01_WFA.csproj.GenerateResource.Cache
│ │ │ ├── Sample_01_WFA.exe
│ │ │ ├── Sample_01_WFA.pdb
│ │ │ └── TempPE
│ │ ├── Sample_01_WFA.sln
│ │ └── Sample_01_WFA.suo
│ ├── ch02
│ │ └── hello.cs
│ ├── ch03
│ │ └── Sample_03
│ │ ├── Sample_03
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Sample_03.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Sample_03.exe
│ │ │ │ ├── Sample_03.pdb
│ │ │ │ ├── Sample_03.vshost.exe
│ │ │ │ └── Sample_03.vshost.exe.manifest
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── Sample_03.csproj.FileListAbsolute.txt
│ │ │ ├── Sample_03.exe
│ │ │ ├── Sample_03.pdb
│ │ │ └── TempPE
│ │ ├── Sample_03.sln
│ │ └── Sample_03.suo
│ ├── ch04
│ │ └── Sample_04
│ │ ├── Sample_04
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Sample_04.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Sample_04.exe
│ │ │ │ ├── Sample_04.pdb
│ │ │ │ ├── Sample_04.vshost.exe
│ │ │ │ └── Sample_04.vshost.exe.manifest
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── Sample_04.csproj.FileListAbsolute.txt
│ │ │ ├── Sample_04.exe
│ │ │ ├── Sample_04.pdb
│ │ │ └── TempPE
│ │ ├── Sample_04.sln
│ │ └── Sample_04.suo
│ ├── ch05
│ │ └── Sample_05
│ │ ├── Sample_05
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Sample_05.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Sample_05.exe
│ │ │ │ ├── Sample_05.pdb
│ │ │ │ ├── Sample_05.vshost.exe
│ │ │ │ └── Sample_05.vshost.exe.manifest
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── Sample_05.csproj.FileListAbsolute.txt
│ │ │ ├── Sample_05.exe
│ │ │ ├── Sample_05.pdb
│ │ │ └── TempPE
│ │ ├── Sample_05.sln
│ │ └── Sample_05.suo
│ ├── ch06
│ │ └── Sample_06
│ │ ├── Sample_06
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Sample_06.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Sample_06.exe
│ │ │ │ ├── Sample_06.pdb
│ │ │ │ ├── Sample_06.vshost.exe
│ │ │ │ └── Sample_06.vshost.exe.manifest
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── Sample_06.csproj.FileListAbsolute.txt
│ │ │ ├── Sample_06.exe
│ │ │ ├── Sample_06.pdb
│ │ │ └── TempPE
│ │ ├── Sample_06.sln
│ │ └── Sample_06.suo
│ ├── ch07
│ │ └── Sample_07
│ │ ├── Sample_07
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Sample_07.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Sample_07.vshost.exe
│ │ │ │ └── Sample_07.vshost.exe.manifest
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ └── TempPE
│ │ ├── Sample_07.sln
│ │ └── Sample_07.suo
│ ├── ch08
│ │ └── Sample_08
│ │ ├── Sample_08
│ │ │ ├── ClassInherit.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Sample_08.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Sample_08.exe
│ │ │ │ ├── Sample_08.pdb
│ │ │ │ ├── Sample_08.vshost.exe
│ │ │ │ └── Sample_08.vshost.exe.manifest
│ │ │ ├── cd.cd
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── Sample_08.csproj.FileListAbsolute.txt
│ │ │ ├── Sample_08.exe
│ │ │ ├── Sample_08.pdb
│ │ │ └── TempPE
│ │ ├── Sample_08.sln
│ │ └── Sample_08.suo
│ ├── ch09
│ │ └── Sample_09
│ │ ├── Sample_09
│ │ │ ├── Complex.cs
│ │ │ ├── Point.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Sample_09.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Sample_09.exe
│ │ │ │ ├── Sample_09.pdb
│ │ │ │ ├── Sample_09.vshost.exe
│ │ │ │ └── Sample_09.vshost.exe.manifest
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── Sample_09.csproj.FileListAbsolute.txt
│ │ │ ├── Sample_09.exe
│ │ │ ├── Sample_09.pdb
│ │ │ └── TempPE
│ │ ├── Sample_09.sln
│ │ └── Sample_09.suo
│ ├── ch10
│ │ └── Sample_10
│ │ ├── Sample_10
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Sample_10.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Sample_10.exe
│ │ │ │ ├── Sample_10.pdb
│ │ │ │ ├── Sample_10.vshost.exe
│ │ │ │ └── Sample_10.vshost.exe.manifest
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── Sample_10.csproj.FileListAbsolute.txt
│ │ │ ├── Sample_10.exe
│ │ │ ├── Sample_10.pdb
│ │ │ └── TempPE
│ │ ├── Sample_10.sln
│ │ └── Sample_10.suo
│ ├── ch11
│ │ └── Sample_11
│ │ ├── Sample_11
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Sample_11.csproj
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample_11.exe
│ │ │ │ │ ├── Sample_11.pdb
│ │ │ │ │ ├── Sample_11.vshost.exe
│ │ │ │ │ └── Sample_11.vshost.exe.manifest
│ │ │ │ └── Release
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Sample_11.csproj.FileListAbsolute.txt
│ │ │ ├── Sample_11.exe
│ │ │ ├── Sample_11.pdb
│ │ │ └── TempPE
│ │ ├── Sample_11.sln
│ │ ├── Sample_11.suo
│ │ ├── UpgradeLog.XML
│ │ └── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport.xslt
│ │ ├── UpgradeReport_Minus.gif
│ │ └── UpgradeReport_Plus.gif
│ ├── ch12
│ │ └── Sample_12
│ │ ├── Sample_12
│ │ │ ├── ClassDiagram1.cd
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Sample_12.csproj
│ │ │ ├── Sample_12.csproj.user
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample_12.exe
│ │ │ │ │ ├── Sample_12.pdb
│ │ │ │ │ └── Sample_12.vshost.exe
│ │ │ │ └── Release
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Sample_12.csproj.FileListAbsolute.txt
│ │ │ ├── Sample_12.exe
│ │ │ ├── Sample_12.pdb
│ │ │ └── TempPE
│ │ ├── Sample_12.sln
│ │ ├── Sample_12.suo
│ │ ├── UpgradeLog.XML
│ │ └── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport.xslt
│ │ ├── UpgradeReport_Minus.gif
│ │ └── UpgradeReport_Plus.gif
│ ├── ch13
│ │ └── Sample_13
│ │ ├── Sample_13
│ │ │ ├── CustomException.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Sample_13.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Sample_13.exe
│ │ │ │ ├── Sample_13.pdb
│ │ │ │ ├── Sample_13.vshost.exe
│ │ │ │ └── Sample_13.vshost.exe.manifest
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── Sample_13.csproj.FileListAbsolute.txt
│ │ │ ├── Sample_13.exe
│ │ │ ├── Sample_13.pdb
│ │ │ └── TempPE
│ │ ├── Sample_13.sln
│ │ └── Sample_13.suo
│ ├── ch14
│ │ └── Sample_14
│ │ ├── Sample_14
│ │ │ ├── GenericList.cs
│ │ │ ├── GenericStack.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Sample_14.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Sample_14.exe
│ │ │ │ ├── Sample_14.pdb
│ │ │ │ ├── Sample_14.vshost.exe
│ │ │ │ └── Sample_14.vshost.exe.manifest
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── Sample_14.csproj.FileListAbsolute.txt
│ │ │ ├── Sample_14.exe
│ │ │ ├── Sample_14.pdb
│ │ │ └── TempPE
│ │ ├── Sample_14.sln
│ │ └── Sample_14.suo
│ ├── ch15
│ │ └── Sample_15
│ │ ├── Sample_15
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Sample_15.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Sample_15.exe
│ │ │ │ ├── Sample_15.pdb
│ │ │ │ ├── Sample_15.vshost.exe
│ │ │ │ └── Sample_15.vshost.exe.manifest
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── Sample_15.csproj.FileListAbsolute.txt
│ │ │ ├── Sample_15.exe
│ │ │ ├── Sample_15.pdb
│ │ │ └── TempPE
│ │ ├── Sample_15.sln
│ │ └── Sample_15.suo
│ ├── ch16
│ │ └── Sample_16
│ │ ├── Sample_16
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Sample_16.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Sample_16.exe
│ │ │ │ ├── Sample_16.pdb
│ │ │ │ ├── Sample_16.vshost.exe
│ │ │ │ └── Sample_16.vshost.exe.manifest
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── Sample_16.csproj.FileListAbsolute.txt
│ │ │ ├── Sample_16.exe
│ │ │ ├── Sample_16.pdb
│ │ │ └── TempPE
│ │ ├── Sample_16.sln
│ │ └── Sample_16.suo
│ ├── ch17
│ │ └── Sample_17
│ │ ├── Sample_17
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Sample_17.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Sample_17.exe
│ │ │ │ ├── Sample_17.pdb
│ │ │ │ ├── Sample_17.vshost.exe
│ │ │ │ └── Sample_17.vshost.exe.manifest
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── Sample_17.csproj.FileListAbsolute.txt
│ │ │ ├── Sample_17.exe
│ │ │ ├── Sample_17.pdb
│ │ │ └── TempPE
│ │ ├── Sample_17.sln
│ │ └── Sample_17.suo
│ ├── ch18
│ │ └── Sample_18
│ │ ├── Sample_18
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Sample_18.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Sample_18.exe
│ │ │ │ ├── Sample_18.pdb
│ │ │ │ └── Sample_18.vshost.exe
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── Sample_18.csproj.FileListAbsolute.txt
│ │ │ ├── Sample_18.exe
│ │ │ ├── Sample_18.pdb
│ │ │ └── TempPE
│ │ ├── Sample_18.sln
│ │ └── Sample_18.suo
│ ├── ch19
│ │ └── Sample_19
│ │ ├── Sample_19
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Sample_19.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Sample_19.exe
│ │ │ │ ├── Sample_19.pdb
│ │ │ │ ├── Sample_19.vshost.exe
│ │ │ │ └── Sample_19.vshost.exe.manifest
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── Sample_19.csproj.FileListAbsolute.txt
│ │ │ ├── Sample_19.exe
│ │ │ ├── Sample_19.pdb
│ │ │ └── TempPE
│ │ ├── Sample_19.sln
│ │ └── Sample_19.suo
│ ├── ch20
│ │ └── Sample_20
│ │ ├── Sample_20
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Sample_20.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Sample_20.exe
│ │ │ │ ├── Sample_20.pdb
│ │ │ │ ├── Sample_20.vshost.exe
│ │ │ │ └── Sample_20.vshost.exe.manifest
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── Sample_20.csproj.FileListAbsolute.txt
│ │ │ ├── Sample_20.exe
│ │ │ ├── Sample_20.pdb
│ │ │ └── TempPE
│ │ ├── Sample_20.sln
│ │ └── Sample_20.suo
│ ├── ch21
│ │ └── Sample_21
│ │ ├── Sample_21
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Sample_21.csproj
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── MyDirectory1
│ │ │ │ │ ├── MyDirectory10
│ │ │ │ │ │ └── SubMyDirectory
│ │ │ │ │ ├── Sample_21.exe
│ │ │ │ │ ├── Sample_21.pdb
│ │ │ │ │ ├── Sample_21.vshost.exe
│ │ │ │ │ ├── Sample_21.vshost.exe.manifest
│ │ │ │ │ └── my.ini
│ │ │ │ └── Release
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── Sample_21.csproj.FileListAbsolute.txt
│ │ │ │ ├── Sample_21.exe
│ │ │ │ ├── Sample_21.pdb
│ │ │ │ └── TempPE
│ │ │ └── stream.cd
│ │ ├── Sample_21.sln
│ │ ├── Sample_21.suo
│ │ ├── UpgradeLog.XML
│ │ └── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport.xslt
│ │ ├── UpgradeReport_Minus.gif
│ │ └── UpgradeReport_Plus.gif
│ ├── ch22
│ │ └── Sample_22
│ │ ├── Sample_22
│ │ │ ├── ContainForm.Designer.cs
│ │ │ ├── ContainForm.cs
│ │ │ ├── ContainForm.resx
│ │ │ ├── DGVForm.Designer.cs
│ │ │ ├── DGVForm.cs
│ │ │ ├── DGVForm.resx
│ │ │ ├── DialogForm.Designer.cs
│ │ │ ├── DialogForm.cs
│ │ │ ├── DialogForm.resx
│ │ │ ├── MainForm.Designer.cs
│ │ │ ├── MainForm.cs
│ │ │ ├── MainForm.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources
│ │ │ │ ├── Example.jpg
│ │ │ │ ├── contain.gif
│ │ │ │ ├── dgv.gif
│ │ │ │ └── dialog.gif
│ │ │ ├── Sample_22.csproj
│ │ │ ├── WaittingForm.Designer.cs
│ │ │ ├── WaittingForm.cs
│ │ │ ├── WaittingForm.resx
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample_22.exe
│ │ │ │ │ ├── Sample_22.pdb
│ │ │ │ │ ├── Sample_22.vshost.exe
│ │ │ │ │ └── Sample_22.vshost.exe.manifest
│ │ │ │ └── Release
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.read.4.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── Refactor
│ │ │ ├── Sample_22.ContainForm.resources
│ │ │ ├── Sample_22.DGVForm.resources
│ │ │ ├── Sample_22.DialogForm.resources
│ │ │ ├── Sample_22.MainForm.resources
│ │ │ ├── Sample_22.Properties.Resources.resources
│ │ │ ├── Sample_22.WaittingForm.resources
│ │ │ ├── Sample_22.csproj.FileListAbsolute.txt
│ │ │ ├── Sample_22.csproj.GenerateResource.Cache
│ │ │ ├── Sample_22.exe
│ │ │ ├── Sample_22.pdb
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Sample_22.sln
│ │ ├── Sample_22.suo
│ │ ├── UpgradeLog.XML
│ │ └── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport.xslt
│ │ ├── UpgradeReport_Minus.gif
│ │ └── UpgradeReport_Plus.gif
│ ├── ch23
│ │ └── Sample_23
│ │ ├── Backup
│ │ │ ├── Sample_23
│ │ │ │ ├── MainForm.Designer.cs
│ │ │ │ ├── MainForm.cs
│ │ │ │ ├── MainForm.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── Sample_23.csproj
│ │ │ ├── Sample_23.sln
│ │ │ └── Sample_23.suo
│ │ ├── Sample_23
│ │ │ ├── MainForm.Designer.cs
│ │ │ ├── MainForm.cs
│ │ │ ├── MainForm.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Sample_23.csproj
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Sample_23.exe
│ │ │ │ │ ├── Sample_23.pdb
│ │ │ │ │ └── Sample_23.vshost.exe
│ │ │ │ └── Release
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Refactor
│ │ │ ├── Sample_23.Properties.Resources.resources
│ │ │ ├── Sample_23.csproj.FileListAbsolute.txt
│ │ │ ├── Sample_23.csproj.GenerateResource.Cache
│ │ │ ├── Sample_23.exe
│ │ │ ├── Sample_23.mainForm.resources
│ │ │ ├── Sample_23.pdb
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Sample_23.sln
│ │ ├── Sample_23.suo
│ │ ├── UpgradeLog.XML
│ │ └── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport.xslt
│ │ ├── UpgradeReport_Minus.gif
│ │ └── UpgradeReport_Plus.gif
│ ├── ch24
│ │ ├── Sample_24
│ │ │ ├── Backup
│ │ │ │ ├── Sample_24
│ │ │ │ │ ├── MainForm.Designer.cs
│ │ │ │ │ ├── MainForm.cs
│ │ │ │ │ ├── MainForm.resx
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ ├── Properties
│ │ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ │ ├── Resources.resx
│ │ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ │ └── Settings.settings
│ │ │ │ │ └── Sample_24.csproj
│ │ │ │ ├── Sample_24.sln
│ │ │ │ └── Sample_24.suo
│ │ │ ├── Sample_24
│ │ │ │ ├── MainForm.Designer.cs
│ │ │ │ ├── MainForm.cs
│ │ │ │ ├── MainForm.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Sample_24.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Sample_24.exe
│ │ │ │ │ │ ├── Sample_24.pdb
│ │ │ │ │ │ ├── Sample_24.vshost.exe
│ │ │ │ │ │ └── Sample_24.vshost.exe.manifest
│ │ │ │ │ └── Release
│ │ │ │ └── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ ├── Refactor
│ │ │ │ ├── Sample_24.Properties.Resources.resources
│ │ │ │ ├── Sample_24.csproj.FileListAbsolute.txt
│ │ │ │ ├── Sample_24.csproj.GenerateResource.Cache
│ │ │ │ ├── Sample_24.exe
│ │ │ │ ├── Sample_24.mainForm.resources
│ │ │ │ ├── Sample_24.pdb
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Sample_24.sln
│ │ │ ├── Sample_24.suo
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ └── database
│ │ ├── 数据库的脚本文件
│ │ │ └── CSharpDB.sql
│ │ ├── 使用还原方式创建数据库
│ │ │ └── CSharpDB2009.2.7.bak
│ │ └── 使用附加方式创建数据库
│ │ ├── CSharp3DB.mdf
│ │ └── CSharp3DB_log.ldf
│ ├── ch25
│ │ ├── LibraryManager
│ │ │ ├── LibraryManager
│ │ │ │ ├── Admin
│ │ │ │ │ ├── BookForm.Designer.cs
│ │ │ │ │ ├── BookForm.cs
│ │ │ │ │ ├── BookForm.resx
│ │ │ │ │ ├── CategoryForm.Designer.cs
│ │ │ │ │ ├── CategoryForm.cs
│ │ │ │ │ └── CategoryForm.resx
│ │ │ │ ├── BookInfoForm.Designer.cs
│ │ │ │ ├── BookInfoForm.cs
│ │ │ │ ├── BookInfoForm.resx
│ │ │ │ ├── BrowserForm.Designer.cs
│ │ │ │ ├── BrowserForm.cs
│ │ │ │ ├── BrowserForm.resx
│ │ │ │ ├── Component
│ │ │ │ │ ├── LibrarySystem.cs
│ │ │ │ │ └── Tool.cs
│ │ │ │ ├── Data
│ │ │ │ │ ├── LibraryManagerDB.dbml
│ │ │ │ │ ├── LibraryManagerDB.dbml.layout
│ │ │ │ │ └── LibraryManagerDB.designer.cs
│ │ │ │ ├── LendForm.Designer.cs
│ │ │ │ ├── LendForm.cs
│ │ │ │ ├── LendForm.resx
│ │ │ │ ├── LendUserInfoForm.Designer.cs
│ │ │ │ ├── LendUserInfoForm.cs
│ │ │ │ ├── LendUserInfoForm.resx
│ │ │ │ ├── LibraryManager.csproj
│ │ │ │ ├── LibraryManager.csproj.user
│ │ │ │ ├── LoginForm.Designer.cs
│ │ │ │ ├── LoginForm.cs
│ │ │ │ ├── LoginForm.resx
│ │ │ │ ├── MainForm.Designer.cs
│ │ │ │ ├── MainForm.cs
│ │ │ │ ├── MainForm.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Resources
│ │ │ │ │ └── category.ico
│ │ │ │ ├── UserForm.Designer.cs
│ │ │ │ ├── UserForm.cs
│ │ │ │ ├── UserForm.resx
│ │ │ │ ├── app.config
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Accessory
│ │ │ │ │ │ ├── 2008122622164115.doc
│ │ │ │ │ │ ├── 2008122622164115.jpg
│ │ │ │ │ │ ├── 20081228124471256336606504712500003257.jpg
│ │ │ │ │ │ ├── 2008122812447786336606504707812509269.doc
│ │ │ │ │ │ ├── 20081228124552036336606510520312509137.doc
│ │ │ │ │ │ ├── 20081228124552186336606510521875006172.jpg
│ │ │ │ │ │ ├── 200812281246111566336606517115625007010.doc
│ │ │ │ │ │ ├── 200812281246111716336606517117187502548.jpg
│ │ │ │ │ │ ├── 200812281247353286336606525532812504993.doc
│ │ │ │ │ │ ├── 200812281247353286336606525532812505989.jpg
│ │ │ │ │ │ ├── 200812281250319376336606543193750001069.jpg
│ │ │ │ │ │ ├── 20081228125031937633660654319375000905.doc
│ │ │ │ │ │ ├── 200812281252131096336606553310937504465.doc
│ │ │ │ │ │ ├── 200812281252131256336606553312500005588.jpg
│ │ │ │ │ │ ├── 200812281252295936336606554959375009209.doc
│ │ │ │ │ │ ├── 200812281252296096336606554960937502568.jpg
│ │ │ │ │ │ ├── 200812281252385316336606555853125004743.doc
│ │ │ │ │ │ ├── 200812281252385316336606555853125009316.jpg
│ │ │ │ │ │ ├── 200812281252496566336606556965625003997.doc
│ │ │ │ │ │ ├── 200812281252496716336606556967187506731.jpg
│ │ │ │ │ │ ├── 200812281253138906336606559389062503217.jpg
│ │ │ │ │ │ ├── 200812281253138906336606559389062505217.doc
│ │ │ │ │ │ ├── 2008122812532248463366065602484375065.doc
│ │ │ │ │ │ ├── 200812281253224846336606560248437507922.jpg
│ │ │ │ │ │ ├── 200812281253325936336606561259375006048.doc
│ │ │ │ │ │ ├── 200812281253325936336606561259375009656.jpg
│ │ │ │ │ │ ├── 200812281253455156336606562551562501108.jpg
│ │ │ │ │ │ ├── 200812281253455156336606562551562509086.doc
│ │ │ │ │ │ ├── 20081228125357346336606558573437504558.jpg
│ │ │ │ │ │ ├── 2008122812535734633660655857343750873.doc
│ │ │ │ │ │ ├── 2008122812540466336606564004687501581.jpg
│ │ │ │ │ │ ├── 2008122812540466336606564004687505567.doc
│ │ │ │ │ │ ├── 200812281254133596336606565335937501789.doc
│ │ │ │ │ │ ├── 20081228125413359633660656533593750391.jpg
│ │ │ │ │ │ ├── 200812281254207816336606566078125005162.doc
│ │ │ │ │ │ ├── 200812281254207966336606566079687509428.jpg
│ │ │ │ │ │ ├── 200812281254273756336606566737500005268.doc
│ │ │ │ │ │ ├── 200812281254273756336606566737500007330.jpg
│ │ │ │ │ │ ├── 200812281254349846336606567498437505337.jpg
│ │ │ │ │ │ ├── 200812281254349846336606567498437506308.doc
│ │ │ │ │ │ ├── 200812281254411406336606568114062506051.jpg
│ │ │ │ │ │ ├── 20081228125441140633660656811406250809.doc
│ │ │ │ │ │ ├── 200812281254493286336606568932812501370.jpg
│ │ │ │ │ │ ├── 200812281254493286336606568932812505673.doc
│ │ │ │ │ │ ├── 200812281254591096336606569910937501876.doc
│ │ │ │ │ │ ├── 200812281254591256336606569912500002302.jpg
│ │ │ │ │ │ ├── 20081228125495936336606564959375005130.jpg
│ │ │ │ │ │ ├── 20081228125495936336606564959375006928.doc
│ │ │ │ │ │ ├── 20081228125562656336606570626562501167.jpg
│ │ │ │ │ │ └── 20081228125562656336606570626562509007.doc
│ │ │ │ │ ├── LibraryManager.exe
│ │ │ │ │ ├── LibraryManager.exe.config
│ │ │ │ │ ├── LibraryManager.pdb
│ │ │ │ │ ├── LibraryManager.vshost.exe
│ │ │ │ │ ├── LibraryManager.vshost.exe.config
│ │ │ │ │ └── LibraryManager.vshost.exe.manifest
│ │ │ │ └── obj
│ │ │ │ └── Debug
│ │ │ │ ├── LibraryManager.Admin.BookForm.resources
│ │ │ │ ├── LibraryManager.Admin.CategoryForm.resources
│ │ │ │ ├── LibraryManager.BookInfoForm.resources
│ │ │ │ ├── LibraryManager.BrowserForm.resources
│ │ │ │ ├── LibraryManager.LendForm.resources
│ │ │ │ ├── LibraryManager.LendUserInfoForm.resources
│ │ │ │ ├── LibraryManager.LoginForm.resources
│ │ │ │ ├── LibraryManager.MainForm.resources
│ │ │ │ ├── LibraryManager.Properties.Resources.resources
│ │ │ │ ├── LibraryManager.UserForm.resources
│ │ │ │ ├── LibraryManager.csproj.FileListAbsolute.txt
│ │ │ │ ├── LibraryManager.csproj.GenerateResource.Cache
│ │ │ │ ├── LibraryManager.exe
│ │ │ │ ├── Refactor
│ │ │ │ └── TempPE
│ │ │ │ ├── Admin.LibraryManagerDB.designer.cs.dll
│ │ │ │ ├── Data.LibraryManagerDB.designer.cs.dll
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── LibraryManager.sln
│ │ │ └── LibraryManager.suo
│ │ └── database
│ │ ├── 数据库的脚本文件
│ │ │ └── LibraryManagerDB.sql
│ │ ├── 使用还原方式创建数据库
│ │ │ └── LibraryManagerDB2009.2.7.bak
│ │ └── 使用附加方式创建数据库
│ │ ├── LibraryManagerDB.mdf
│ │ └── LibraryManagerDB_log.ldf
│ ├── ch26
│ │ └── P2PTalk
│ │ ├── Client
│ │ │ ├── Client.csproj
│ │ │ ├── Client.csproj.user
│ │ │ ├── MainForm.Designer.cs
│ │ │ ├── MainForm.cs
│ │ │ ├── MainForm.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Client.exe
│ │ │ │ │ ├── Client.pdb
│ │ │ │ │ ├── Client.vshost.exe
│ │ │ │ │ ├── Client.vshost.exe.manifest
│ │ │ │ │ ├── P2PTalkLibrary.dll
│ │ │ │ │ └── P2PTalkLibrary.pdb
│ │ │ │ └── Release
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── Client.MainForm.resources
│ │ │ ├── Client.Properties.Resources.resources
│ │ │ ├── Client.csproj.FileListAbsolute.txt
│ │ │ ├── Client.csproj.GenerateResource.Cache
│ │ │ ├── Client.exe
│ │ │ ├── Client.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Refactor
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── P2PTalk.sln
│ │ ├── P2PTalk.suo
│ │ ├── P2PTalkLibrary
│ │ │ ├── P2P.cs
│ │ │ ├── P2PTalkLibrary.csproj
│ │ │ ├── P2PTalkLibrary.csproj.user
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Tool.cs
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── P2PTalkLibrary.dll
│ │ │ │ │ └── P2PTalkLibrary.pdb
│ │ │ │ └── Release
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── P2PTalkLibrary.csproj.FileListAbsolute.txt
│ │ │ ├── P2PTalkLibrary.dll
│ │ │ ├── P2PTalkLibrary.pdb
│ │ │ └── TempPE
│ │ ├── Server
│ │ │ ├── Component
│ │ │ │ ├── P2P.cs
│ │ │ │ └── Tool.cs
│ │ │ ├── MainForm.Designer.cs
│ │ │ ├── MainForm.cs
│ │ │ ├── MainForm.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Server.csproj
│ │ │ ├── Server.csproj.user
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── P2PTalk.exe
│ │ │ │ │ ├── P2PTalk.pdb
│ │ │ │ │ ├── P2PTalk.vshost.exe
│ │ │ │ │ ├── P2PTalkLibrary.dll
│ │ │ │ │ └── P2PTalkLibrary.pdb
│ │ │ │ └── Release
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── P2PTalk.MainForm.resources
│ │ │ ├── P2PTalk.Properties.Resources.resources
│ │ │ ├── P2PTalk.exe
│ │ │ ├── P2PTalk.pdb
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── Server.csproj.FileListAbsolute.txt
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── UpgradeLog.XML
│ │ └── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport.xslt
│ │ ├── UpgradeReport_Minus.gif
│ │ └── UpgradeReport_Plus.gif
│ └── ch27
│ ├── MyXiaonei
│ │ ├── App_Code
│ │ │ ├── MyXiaoneiSystem.cs
│ │ │ ├── XiaoneiDB.dbml
│ │ │ ├── XiaoneiDB.dbml.layout
│ │ │ └── XiaoneiDB.designer.cs
│ │ ├── App_Data
│ │ ├── App_Themes
│ │ │ └── Default
│ │ │ ├── Images
│ │ │ │ ├── 9.gif
│ │ │ │ ├── badd.gif
│ │ │ │ ├── bcommit.gif
│ │ │ │ ├── bedit.gif
│ │ │ │ ├── bfirst.gif
│ │ │ │ ├── bg.jpg
│ │ │ │ ├── bgo.gif
│ │ │ │ ├── bnext.gif
│ │ │ │ ├── bom_r1_c1.jpg
│ │ │ │ ├── bom_r1_c35.jpg
│ │ │ │ ├── bom_r1_c37.jpg
│ │ │ │ ├── bprev.gif
│ │ │ │ ├── bprint.gif
│ │ │ │ ├── breturn.gif
│ │ │ │ ├── breview.gif
│ │ │ │ ├── bstore.gif
│ │ │ │ ├── btail.gif
│ │ │ │ ├── bupdate.gif
│ │ │ │ ├── c_annu.gif
│ │ │ │ ├── cancel.gif
│ │ │ │ ├── content.gif
│ │ │ │ ├── delete.gif
│ │ │ │ ├── dn.gif
│ │ │ │ ├── down.gif
│ │ │ │ ├── down.png
│ │ │ │ ├── edit.PNG
│ │ │ │ ├── edit.gif
│ │ │ │ ├── ffwd.gif
│ │ │ │ ├── first.gif
│ │ │ │ ├── folder.gif
│ │ │ │ ├── frew.gif
│ │ │ │ ├── fwd.gif
│ │ │ │ ├── go.gif
│ │ │ │ ├── i_b_line1.jpg
│ │ │ │ ├── i_b_line2.jpg
│ │ │ │ ├── i_denglu.jpg
│ │ │ │ ├── index1_03.jpg
│ │ │ │ ├── index1_04.jpg
│ │ │ │ ├── index1_08.jpg
│ │ │ │ ├── index1_09.jpg
│ │ │ │ ├── index1_15.jpg
│ │ │ │ ├── index1_17.jpg
│ │ │ │ ├── index_36.gif
│ │ │ │ ├── introduce.gif
│ │ │ │ ├── l_b_bg.jpg
│ │ │ │ ├── l_left_line_b.jpg
│ │ │ │ ├── l_left_line_c.jpg
│ │ │ │ ├── l_left_line_t.jpg
│ │ │ │ ├── l_r_jiao1.gif
│ │ │ │ ├── l_r_jiao2.gif
│ │ │ │ ├── l_r_jiao3.gif
│ │ │ │ ├── l_r_jiao4.gif
│ │ │ │ ├── l_r_tb1.gif
│ │ │ │ ├── l_right_line_b.jpg
│ │ │ │ ├── left.png
│ │ │ │ ├── left_1_r3_c3.jpg
│ │ │ │ ├── left_1_r5_c2.jpg
│ │ │ │ ├── left_2_r1_c1.jpg
│ │ │ │ ├── left_2_r1_c5.jpg
│ │ │ │ ├── left_2_r1_c6.jpg
│ │ │ │ ├── left_annu.gif
│ │ │ │ ├── login.gif
│ │ │ │ ├── lt.gif
│ │ │ │ ├── member.PNG
│ │ │ │ ├── more.jpg
│ │ │ │ ├── new.gif
│ │ │ │ ├── next.gif
│ │ │ │ ├── pagebg.jpg
│ │ │ │ ├── pic.GIF
│ │ │ │ ├── pnext.gif
│ │ │ │ ├── pprev.gif
│ │ │ │ ├── prev.gif
│ │ │ │ ├── print.gif
│ │ │ │ ├── reset.png
│ │ │ │ ├── rew.gif
│ │ │ │ ├── right.png
│ │ │ │ ├── right_annu.gif
│ │ │ │ ├── rt.gif
│ │ │ │ ├── split.gif
│ │ │ │ ├── sub.png
│ │ │ │ ├── tail.gif
│ │ │ │ ├── titletop.GIF
│ │ │ │ ├── titletopbg.JPG
│ │ │ │ ├── tm.gif
│ │ │ │ ├── top_lm_r1_c18.jpg
│ │ │ │ ├── unknown.GIF
│ │ │ │ ├── up.gif
│ │ │ │ ├── up.png
│ │ │ │ ├── update.gif
│ │ │ │ ├── url.gif
│ │ │ │ └── view.png
│ │ │ ├── web.css
│ │ │ └── web.skin
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ ├── Photoes
│ │ │ ├── 20090110224028812.jpg
│ │ │ ├── 20090110224238906.jpg
│ │ │ └── 20090110225000125.jpg
│ │ ├── UserControls
│ │ │ ├── Header.ascx
│ │ │ ├── Header.ascx.cs
│ │ │ ├── TitleUC.ascx
│ │ │ └── TitleUC.ascx.cs
│ │ ├── Web
│ │ │ ├── AddFriend.aspx
│ │ │ ├── AddFriend.aspx.cs
│ │ │ ├── AddLog.aspx
│ │ │ ├── AddLog.aspx.cs
│ │ │ ├── LeftTree.aspx
│ │ │ ├── LeftTree.aspx.cs
│ │ │ ├── Main.aspx
│ │ │ ├── Main.aspx.cs
│ │ │ ├── MyFriend.aspx
│ │ │ ├── MyFriend.aspx.cs
│ │ │ ├── MyLog.aspx
│ │ │ ├── MyLog.aspx.cs
│ │ │ ├── MyPhoto.aspx
│ │ │ ├── MyPhoto.aspx.cs
│ │ │ ├── UploadPhoto.aspx
│ │ │ └── UploadPhoto.aspx.cs
│ │ ├── vwd.webinfo
│ │ └── web.config
│ └── database
│ ├── 数据库的脚本文件
│ │ └── XiaoneiDB.sql
│ ├── 使用还原方式创建数据库
│ │ └── XiaoneiDB2009.2.7.bak
│ └── 使用附加方式创建数据库
│ ├── XiaoneiDB.mdf
│ └── XiaoneiDB_log.ldf
└── 好例子网_c#从入门到实践(清华大学出版社)代码.rar
308 directories, 745 files