实例介绍
《c#实用教程》,电子工业出版社,郑阿奇主编,书中的程序源代码
【实例截图】
【核心代码】
4744300845221011372.rar
└── c#实用教程[郑阿奇主编][程序源代码]
└── C#示例程序
├── chapter5
│ ├── 42.gif
│ ├── bin
│ │ └── Debug
│ │ ├── StudentMIS.exe
│ │ ├── StudentMIS.pdb
│ │ └── StudentMIS.vshost.exe
│ ├── Course.cs
│ ├── Course.Designer.cs
│ ├── Course.resx
│ ├── Login.cs
│ ├── Login.Designer.cs
│ ├── Login.resx
│ ├── Main.cs
│ ├── Main.Designer.cs
│ ├── Main.resx
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Refactor
│ │ │ ├── StudentMIS.Course.resources
│ │ │ ├── StudentMIS.csproj.GenerateResource.Cache
│ │ │ ├── StudentMIS.exe
│ │ │ ├── StudentMIS.Login.resources
│ │ │ ├── StudentMIS.Main.resources
│ │ │ ├── StudentMIS.pdb
│ │ │ ├── StudentMIS.Properties.Resources.resources
│ │ │ ├── StudentMIS.StuInfo.resources
│ │ │ ├── StudentMIS.TestForm.resources
│ │ │ ├── StudentMIS.Welcome.resources
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ └── StudentMIS.csproj.FileList.txt
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ └── 42.gif
│ ├── StudentMIS.csproj
│ ├── StudentMIS.sln
│ ├── StudentMIS.suo
│ ├── StuInfo.cs
│ ├── StuInfo.Designer.cs
│ ├── StuInfo.resx
│ ├── TestForm.cs
│ ├── TestForm.Designer.cs
│ ├── TestForm.resx
│ ├── Welcome.cs
│ ├── Welcome.Designer.cs
│ └── Welcome.resx
├── ex10-1
│ ├── App_Data
│ ├── Default.aspx
│ └── Default.aspx.cs
├── ex10-10
│ ├── App_Code
│ │ └── Service.cs
│ ├── App_Data
│ └── Service.asmx
├── ex10-11
│ ├── App_Data
│ ├── Default.aspx
│ └── Default.aspx.cs
├── ex10-2
│ ├── App_Data
│ ├── Default.aspx
│ └── Default.aspx.cs
├── ex10-3
│ ├── App_Data
│ ├── Default.aspx
│ └── Default.aspx.cs
├── ex10-4
│ ├── App_Data
│ ├── Default.aspx
│ └── Default.aspx.cs
├── ex10-5
│ ├── App_Data
│ ├── Default.aspx
│ └── Default.aspx.cs
├── ex10-6
│ ├── App_Data
│ ├── SpanExample.aspx
│ └── SpanExample.aspx.cs
├── ex10-7
│ ├── App_Data
│ ├── Default.aspx
│ └── Default.aspx.cs
├── ex10-8
│ ├── App_Data
│ ├── Default.aspx
│ └── Default.aspx.cs
├── ex10-9
│ ├── App_Code
│ │ └── HelloWorld.cs
│ ├── App_Data
│ └── Service.asmx
├── ex1-1
│ ├── ex1-1
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex1-1.exe
│ │ │ ├── ex1-1.pdb
│ │ │ └── ex1-1.vshost.exe
│ │ ├── ex1-1.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex1-1.exe
│ │ │ │ ├── ex1-1.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex1-1.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex1-1.sln
│ └── ex1-1.suo
├── ex2-1
│ ├── ex2-1
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex2-1.exe
│ │ │ ├── ex2-1.pdb
│ │ │ └── ex2-1.vshost.exe
│ │ ├── ex2-1.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex2-1.exe
│ │ │ │ ├── ex2-1.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex2-1.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex2-1.sln
│ └── ex2-1.suo
├── ex2-10
│ ├── ex2-10
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex2-10.exe
│ │ │ ├── ex2-10.pdb
│ │ │ └── ex2-10.vshost.exe
│ │ ├── ex2-10.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex2-10.exe
│ │ │ │ ├── ex2-10.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex2-10.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex2-10.sln
│ └── ex2-10.suo
├── ex2-11
│ ├── ex2-11
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex2-11.exe
│ │ │ ├── ex2-11.pdb
│ │ │ └── ex2-11.vshost.exe
│ │ ├── ex2-11.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex2-11.exe
│ │ │ │ ├── ex2-11.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex2-11.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex2-11.sln
│ └── ex2-11.suo
├── ex2-12
│ ├── ex2-12
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex2-12.exe
│ │ │ ├── ex2-12.pdb
│ │ │ └── ex2-12.vshost.exe
│ │ ├── ex2-12.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex2-12.exe
│ │ │ │ ├── ex2-12.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex2-12.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex2-12.sln
│ └── ex2-12.suo
├── ex2-13
│ ├── ex2-13
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex2-13.exe
│ │ │ ├── ex2-13.pdb
│ │ │ └── ex2-13.vshost.exe
│ │ ├── ex2-13.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex2-13.exe
│ │ │ │ ├── ex2-13.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex2-13.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex2-13.sln
│ └── ex2-13.suo
├── ex2-14
│ ├── ex2-14
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex2-14.exe
│ │ │ ├── ex2-14.pdb
│ │ │ └── ex2-14.vshost.exe
│ │ ├── ex2-14.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex2-14.exe
│ │ │ │ ├── ex2-14.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex2-14.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex2-14.sln
│ └── ex2-14.suo
├── ex2-15
│ ├── ex2-15
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex2-15.exe
│ │ │ ├── ex2-15.pdb
│ │ │ └── ex2-15.vshost.exe
│ │ ├── ex2-15.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex2-15.exe
│ │ │ │ ├── ex2-15.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex2-15.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex2-15.sln
│ └── ex2-15.suo
├── ex2-16
│ ├── ex2-16
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex2-19.exe
│ │ │ ├── ex2-19.pdb
│ │ │ └── ex2-19.vshost.exe
│ │ ├── ex2-16.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex2-19.exe
│ │ │ │ ├── ex2-19.pdb
│ │ │ │ └── TempPE
│ │ │ ├── ex2-16.csproj.FileList.txt
│ │ │ └── ex2-19.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex2-16.sln
│ └── ex2-16.suo
├── ex2-17
│ ├── ex2-17
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex2-18.exe
│ │ │ ├── ex2-18.pdb
│ │ │ └── ex2-18.vshost.exe
│ │ ├── ex2-17.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex2-18.exe
│ │ │ │ ├── ex2-18.pdb
│ │ │ │ └── TempPE
│ │ │ ├── ex2-17.csproj.FileList.txt
│ │ │ └── ex2-18.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex2-17.sln
│ └── ex2-17.suo
├── ex2-18
│ ├── ex2-18
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex2-21.exe
│ │ │ ├── ex2-21.pdb
│ │ │ └── ex2-21.vshost.exe
│ │ ├── ex2-18.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex2-21.exe
│ │ │ │ ├── ex2-21.pdb
│ │ │ │ └── TempPE
│ │ │ ├── ex2-18.csproj.FileList.txt
│ │ │ └── ex2-21.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex2-18.sln
│ └── ex2-18.suo
├── ex2-19
│ ├── ex2-19
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex2-22.exe
│ │ │ ├── ex2-22.pdb
│ │ │ └── ex2-22.vshost.exe
│ │ ├── ex2-19.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex2-22.exe
│ │ │ │ ├── ex2-22.pdb
│ │ │ │ └── TempPE
│ │ │ ├── ex2-19.csproj.FileList.txt
│ │ │ └── ex2-22.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex2-19.sln
│ └── ex2-19.suo
├── ex2-2
│ ├── ex2-2
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex2-2.exe
│ │ │ ├── ex2-2.pdb
│ │ │ └── ex2-2.vshost.exe
│ │ ├── ex2-2.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex2-2.exe
│ │ │ │ ├── ex2-2.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex2-2.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex2-2.sln
│ └── ex2-2.suo
├── ex2-3
│ ├── ex2-3
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex2-3.exe
│ │ │ ├── ex2-3.pdb
│ │ │ └── ex2-3.vshost.exe
│ │ ├── ex2-3.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex2-3.exe
│ │ │ │ ├── ex2-3.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex2-3.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex2-3.sln
│ └── ex2-3.suo
├── ex2-4
│ ├── ex2-4
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex2-4.exe
│ │ │ ├── ex2-4.pdb
│ │ │ └── ex2-4.vshost.exe
│ │ ├── ex2-4.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex2-4.exe
│ │ │ │ ├── ex2-4.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex2-4.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex2-4.sln
│ └── ex2-4.suo
├── ex2-5
│ ├── ex2-5
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex2-5.exe
│ │ │ ├── ex2-5.pdb
│ │ │ └── ex2-5.vshost.exe
│ │ ├── ex2-5.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex2-5.exe
│ │ │ │ ├── ex2-5.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex2-5.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex2-5.sln
│ └── ex2-5.suo
├── ex2-6
│ ├── ex2-6
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex2-6.exe
│ │ │ ├── ex2-6.pdb
│ │ │ └── ex2-6.vshost.exe
│ │ ├── ex2-6.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex2-6.exe
│ │ │ │ ├── ex2-6.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex2-6.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex2-6.sln
│ └── ex2-6.suo
├── ex2-7
│ ├── ex2-7
│ │ ├── bin
│ │ │ └── Debug
│ │ │ └── ex2-7.vshost.exe
│ │ ├── ex2-7.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ └── TempPE
│ │ │ └── ex2-7.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex2-7.sln
│ └── ex2-7.suo
├── ex2-8
│ ├── ex2-8
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex2-8.exe
│ │ │ ├── ex2-8.pdb
│ │ │ └── ex2-8.vshost.exe
│ │ ├── ex2-8.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex2-8.exe
│ │ │ │ ├── ex2-8.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex2-8.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex2-8.sln
│ └── ex2-8.suo
├── ex2-9
│ ├── ex2-9
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex2-9.exe
│ │ │ ├── ex2-9.pdb
│ │ │ └── ex2-9.vshost.exe
│ │ ├── ex2-9.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex2-9.exe
│ │ │ │ ├── ex2-9.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex2-9.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex2-9.sln
│ └── ex2-9.suo
├── ex3-1
│ ├── ex3-1
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex3-1.exe
│ │ │ ├── ex3-1.pdb
│ │ │ └── ex3-1.vshost.exe
│ │ ├── ex3-1.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex3-1.exe
│ │ │ │ ├── ex3-1.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex3-1.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex3-1.sln
│ └── ex3-1.suo
├── ex3-10
│ ├── ex3-10
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex3-12.exe
│ │ │ ├── ex3-12.pdb
│ │ │ └── ex3-12.vshost.exe
│ │ ├── ex3-10.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex3-12.exe
│ │ │ │ ├── ex3-12.pdb
│ │ │ │ └── TempPE
│ │ │ ├── ex3-10.csproj.FileList.txt
│ │ │ └── ex3-12.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex3-10.sln
│ └── ex3-10.suo
├── ex3-11
│ ├── ex3-11
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex3-13.exe
│ │ │ ├── ex3-13.pdb
│ │ │ └── ex3-13.vshost.exe
│ │ ├── ex3-11.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex3-13.exe
│ │ │ │ ├── ex3-13.pdb
│ │ │ │ └── TempPE
│ │ │ ├── ex3-11.csproj.FileList.txt
│ │ │ └── ex3-13.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex3-11.sln
│ └── ex3-11.suo
├── ex3-12
│ ├── ex3-12
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex3-14.exe
│ │ │ ├── ex3-14.pdb
│ │ │ └── ex3-14.vshost.exe
│ │ ├── ex3-12.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex3-14.exe
│ │ │ │ ├── ex3-14.pdb
│ │ │ │ └── TempPE
│ │ │ ├── ex3-12.csproj.FileList.txt
│ │ │ └── ex3-14.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex3-12.sln
│ └── ex3-12.suo
├── ex3-13
│ ├── ex3-13
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex3-15.exe
│ │ │ ├── ex3-15.pdb
│ │ │ └── ex3-15.vshost.exe
│ │ ├── ex3-13.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex3-15.exe
│ │ │ │ ├── ex3-15.pdb
│ │ │ │ └── TempPE
│ │ │ ├── ex3-13.csproj.FileList.txt
│ │ │ └── ex3-15.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex3-13.sln
│ └── ex3-13.suo
├── ex3-14
│ ├── ex3-14
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex3-16.exe
│ │ │ ├── ex3-16.pdb
│ │ │ └── ex3-16.vshost.exe
│ │ ├── ex3-14.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex3-16.exe
│ │ │ │ ├── ex3-16.pdb
│ │ │ │ └── TempPE
│ │ │ ├── ex3-14.csproj.FileList.txt
│ │ │ └── ex3-16.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex3-14.sln
│ └── ex3-14.suo
├── ex3-15
│ ├── ex3-15
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex3-17.exe
│ │ │ ├── ex3-17.pdb
│ │ │ └── ex3-17.vshost.exe
│ │ ├── ex3-15.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex3-17.exe
│ │ │ │ ├── ex3-17.pdb
│ │ │ │ └── TempPE
│ │ │ ├── ex3-15.csproj.FileList.txt
│ │ │ └── ex3-17.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex3-15.sln
│ └── ex3-15.suo
├── ex3-16
│ ├── ex3-16
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex3-18.exe
│ │ │ ├── ex3-18.pdb
│ │ │ └── ex3-18.vshost.exe
│ │ ├── ex3-16.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex3-18.exe
│ │ │ │ ├── ex3-18.pdb
│ │ │ │ └── TempPE
│ │ │ ├── ex3-16.csproj.FileList.txt
│ │ │ └── ex3-18.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex3-16.sln
│ └── ex3-16.suo
├── ex3-17
│ ├── ex3-17
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex3-19.exe
│ │ │ ├── ex3-19.pdb
│ │ │ └── ex3-19.vshost.exe
│ │ ├── ex3-17.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex3-19.exe
│ │ │ │ ├── ex3-19.pdb
│ │ │ │ └── TempPE
│ │ │ ├── ex3-17.csproj.FileList.txt
│ │ │ └── ex3-19.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex3-17.sln
│ └── ex3-17.suo
├── ex3-18
│ ├── ex3-18
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex3-20.exe
│ │ │ ├── ex3-20.pdb
│ │ │ └── ex3-20.vshost.exe
│ │ ├── ex3-18.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex3-20.exe
│ │ │ │ ├── ex3-20.pdb
│ │ │ │ └── TempPE
│ │ │ ├── ex3-18.csproj.FileList.txt
│ │ │ └── ex3-20.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex3-18.sln
│ └── ex3-18.suo
├── ex3-19
│ ├── ex3-19
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex3-22.exe
│ │ │ ├── ex3-22.pdb
│ │ │ └── ex3-22.vshost.exe
│ │ ├── ex3-19.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex3-22.exe
│ │ │ │ ├── ex3-22.pdb
│ │ │ │ └── TempPE
│ │ │ ├── ex3-18.csproj.FileList.txt
│ │ │ ├── ex3-19.csproj.FileList.txt
│ │ │ └── ex3-22.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex3-19.sln
│ └── ex3-19.suo
├── ex3-2
│ ├── ex3-2
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex3-2.exe
│ │ │ ├── ex3-2.pdb
│ │ │ └── ex3-2.vshost.exe
│ │ ├── ex3-2.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex3-2.exe
│ │ │ │ ├── ex3-2.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex3-2.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex3-2.sln
│ └── ex3-2.suo
├── ex3-3
│ ├── ex3-3
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex3-3.exe
│ │ │ ├── ex3-3.pdb
│ │ │ └── ex3-3.vshost.exe
│ │ ├── ex3-3.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex3-3.exe
│ │ │ │ ├── ex3-3.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex3-3.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex3-3.sln
│ └── ex3-3.suo
├── ex3-4
│ ├── ex3-4
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex3-5.exe
│ │ │ ├── ex3-5.pdb
│ │ │ └── ex3-5.vshost.exe
│ │ ├── ex3-4.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex3-5.exe
│ │ │ │ ├── ex3-5.pdb
│ │ │ │ └── TempPE
│ │ │ ├── ex3-4.csproj.FileList.txt
│ │ │ └── ex3-5.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex3-4.sln
│ └── ex3-4.suo
├── ex3-5
│ ├── ex3-5
│ │ ├── bin
│ │ │ └── Debug
│ │ │ └── ex3-6.vshost.exe
│ │ ├── ex3-5.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ └── TempPE
│ │ │ ├── ex3-5.csproj.FileList.txt
│ │ │ └── ex3-6.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex3-5.sln
│ └── ex3-5.suo
├── ex3-6
│ ├── ex3-6
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex3-8.exe
│ │ │ ├── ex3-8.pdb
│ │ │ └── ex3-8.vshost.exe
│ │ ├── ex3-6.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex3-8.exe
│ │ │ │ ├── ex3-8.pdb
│ │ │ │ └── TempPE
│ │ │ ├── ex3-6.csproj.FileList.txt
│ │ │ └── ex3-8.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex3-6.sln
│ └── ex3-6.suo
├── ex3-7
│ ├── ex3-7
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex3-9.exe
│ │ │ ├── ex3-9.pdb
│ │ │ └── ex3-9.vshost.exe
│ │ ├── ex3-7.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex3-9.exe
│ │ │ │ ├── ex3-9.pdb
│ │ │ │ └── TempPE
│ │ │ ├── ex3-7.csproj.FileList.txt
│ │ │ └── ex3-9.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex3-7.sln
│ └── ex3-7.suo
├── ex3-8
│ ├── ex3-8
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex3-10.exe
│ │ │ ├── ex3-10.pdb
│ │ │ └── ex3-10.vshost.exe
│ │ ├── ex3-8.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex3-10.exe
│ │ │ │ ├── ex3-10.pdb
│ │ │ │ └── TempPE
│ │ │ ├── ex3-10.csproj.FileList.txt
│ │ │ └── ex3-8.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex3-8.sln
│ └── ex3-8.suo
├── ex3-9
│ ├── ex3-9
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex3-11.exe
│ │ │ ├── ex3-11.pdb
│ │ │ └── ex3-11.vshost.exe
│ │ ├── ex3-9.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex3-11.exe
│ │ │ │ ├── ex3-11.pdb
│ │ │ │ └── TempPE
│ │ │ ├── ex3-11.csproj.FileList.txt
│ │ │ └── ex3-9.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex3-9.sln
│ └── ex3-9.suo
├── ex4-1
│ ├── ex4-1
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex4-1.exe
│ │ │ ├── ex4-1.pdb
│ │ │ └── ex4-1.vshost.exe
│ │ ├── ex4-1.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex4-1.exe
│ │ │ │ ├── ex4-1.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex4-1.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex4-1.sln
│ └── ex4-1.suo
├── ex4-10
│ ├── ex4-10
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex4-12.exe
│ │ │ ├── ex4-12.pdb
│ │ │ └── ex4-12.vshost.exe
│ │ ├── ex4-10.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex4-12.exe
│ │ │ │ ├── ex4-12.pdb
│ │ │ │ └── TempPE
│ │ │ ├── ex4-10.csproj.FileList.txt
│ │ │ └── ex4-12.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex4-10.sln
│ └── ex4-10.suo
├── ex4-11
│ ├── ex4-11
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex4-13.exe
│ │ │ ├── ex4-13.pdb
│ │ │ └── ex4-13.vshost.exe
│ │ ├── ex4-11.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex4-13.exe
│ │ │ │ ├── ex4-13.pdb
│ │ │ │ └── TempPE
│ │ │ ├── ex4-11.csproj.FileList.txt
│ │ │ └── ex4-13.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex4-11.sln
│ └── ex4-11.suo
├── ex4-12
│ ├── ex4-12
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex4-14.exe
│ │ │ ├── ex4-14.pdb
│ │ │ └── ex4-14.vshost.exe
│ │ ├── ex4-12.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex4-14.exe
│ │ │ │ ├── ex4-14.pdb
│ │ │ │ └── TempPE
│ │ │ ├── ex4-12.csproj.FileList.txt
│ │ │ └── ex4-14.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex4-12.sln
│ └── ex4-12.suo
├── ex4-13
│ ├── ex4-13
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex4-15.exe
│ │ │ ├── ex4-15.pdb
│ │ │ └── ex4-15.vshost.exe
│ │ ├── ex4-13.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex4-15.exe
│ │ │ │ ├── ex4-15.pdb
│ │ │ │ └── TempPE
│ │ │ ├── ex4-13.csproj.FileList.txt
│ │ │ └── ex4-15.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex4-13.sln
│ └── ex4-13.suo
├── ex4-14
│ ├── ex4-14
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex4-16.exe
│ │ │ ├── ex4-16.pdb
│ │ │ └── ex4-16.vshost.exe
│ │ ├── ex4-14.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex4-16.exe
│ │ │ │ ├── ex4-16.pdb
│ │ │ │ └── TempPE
│ │ │ ├── ex4-14.csproj.FileList.txt
│ │ │ └── ex4-16.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex4-14.sln
│ └── ex4-14.suo
├── ex4-15
│ ├── ex4-15
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex4-16.exe
│ │ │ ├── ex4-16.pdb
│ │ │ └── ex4-16.vshost.exe
│ │ ├── ex4-15.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex4-16.exe
│ │ │ │ ├── ex4-16.pdb
│ │ │ │ └── TempPE
│ │ │ ├── ex4-14.csproj.FileList.txt
│ │ │ ├── ex4-15.csproj.FileList.txt
│ │ │ └── ex4-16.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex4-15.sln
│ └── ex4-15.suo
├── ex4-16
│ ├── ex4-16
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex4-16.exe
│ │ │ ├── ex4-16.pdb
│ │ │ └── ex4-16.vshost.exe
│ │ ├── ex4-16.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex4-16.exe
│ │ │ │ ├── ex4-16.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex4-16.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex4-16.sln
│ └── ex4-16.suo
├── ex4-17
│ ├── ex4-17
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex4-17.exe
│ │ │ ├── ex4-17.pdb
│ │ │ └── ex4-17.vshost.exe
│ │ ├── ex4-17.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex4-17.exe
│ │ │ │ ├── ex4-17.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex4-17.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex4-17.sln
│ └── ex4-17.suo
├── ex4-18
│ ├── ex4-18
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex4-18.exe
│ │ │ ├── ex4-18.pdb
│ │ │ └── ex4-18.vshost.exe
│ │ ├── ex4-18.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex4-18.exe
│ │ │ │ ├── ex4-18.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex4-18.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex4-18.sln
│ └── ex4-18.suo
├── ex4-19
│ ├── ex4-19
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex4-19.exe
│ │ │ ├── ex4-19.pdb
│ │ │ └── ex4-19.vshost.exe
│ │ ├── ex4-19.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex4-19.exe
│ │ │ │ ├── ex4-19.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex4-19.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex4-19.sln
│ └── ex4-19.suo
├── ex4-2
│ ├── ex4-2
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex4-2.exe
│ │ │ ├── ex4-2.pdb
│ │ │ └── ex4-2.vshost.exe
│ │ ├── ex4-2.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex4-2.exe
│ │ │ │ ├── ex4-2.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex4-2.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex4-2.sln
│ └── ex4-2.suo
├── ex4-20
│ ├── ex4-20
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex4-20.exe
│ │ │ ├── ex4-20.pdb
│ │ │ └── ex4-20.vshost.exe
│ │ ├── ex4-20.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex4-20.exe
│ │ │ │ ├── ex4-20.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex4-20.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex4-20.sln
│ └── ex4-20.suo
├── ex4-21
│ ├── ex4-21
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex4-21.exe
│ │ │ ├── ex4-21.pdb
│ │ │ └── ex4-21.vshost.exe
│ │ ├── ex4-21.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex4-21.exe
│ │ │ │ ├── ex4-21.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex4-21.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex4-21.sln
│ └── ex4-21.suo
├── ex4-22
│ ├── ex4-22
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex4-22.exe
│ │ │ ├── ex4-22.pdb
│ │ │ └── ex4-22.vshost.exe
│ │ ├── ex4-22.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex4-22.exe
│ │ │ │ ├── ex4-22.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex4-22.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex4-22.sln
│ └── ex4-22.suo
├── ex4-23
│ ├── ex4-23
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex4-23.exe
│ │ │ ├── ex4-23.pdb
│ │ │ └── ex4-23.vshost.exe
│ │ ├── ex4-23.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex4-23.exe
│ │ │ │ ├── ex4-23.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex4-23.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex4-23.sln
│ └── ex4-23.suo
├── ex4-24
│ ├── ex4-24
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex4-24.exe
│ │ │ ├── ex4-24.pdb
│ │ │ └── ex4-24.vshost.exe
│ │ ├── ex4-24.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex4-24.exe
│ │ │ │ ├── ex4-24.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex4-24.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex4-24.sln
│ └── ex4-24.suo
├── ex4-25
│ ├── ex4-25
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex4-25.exe
│ │ │ ├── ex4-25.pdb
│ │ │ └── ex4-25.vshost.exe
│ │ ├── ex4-25.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex4-25.exe
│ │ │ │ ├── ex4-25.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex4-25.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex4-25.sln
│ └── ex4-25.suo
├── ex4-26
│ ├── ex4-26
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex4-26.exe
│ │ │ ├── ex4-26.pdb
│ │ │ └── ex4-26.vshost.exe
│ │ ├── ex4-26.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex4-26.exe
│ │ │ │ ├── ex4-26.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex4-26.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex4-26.sln
│ └── ex4-26.suo
├── ex4-27
│ ├── ex4-27
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex4-27.exe
│ │ │ ├── ex4-27.pdb
│ │ │ └── ex4-27.vshost.exe
│ │ ├── ex4-27.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex4-27.exe
│ │ │ │ ├── ex4-27.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex4-27.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex4-27.sln
│ └── ex4-27.suo
├── ex4-28
│ ├── ex4-28
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex4-28.exe
│ │ │ ├── ex4-28.pdb
│ │ │ └── ex4-28.vshost.exe
│ │ ├── ex4-28.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex4-28.exe
│ │ │ │ ├── ex4-28.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex4-28.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex4-28.sln
│ └── ex4-28.suo
├── ex4-29
│ ├── ex4-29
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex4-29.exe
│ │ │ ├── ex4-29.pdb
│ │ │ └── ex4-29.vshost.exe
│ │ ├── ex4-29.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex4-29.exe
│ │ │ │ ├── ex4-29.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex4-29.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex4-29.sln
│ └── ex4-29.suo
├── ex4-3
│ ├── ex4-3
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex4-4.exe
│ │ │ ├── ex4-4.pdb
│ │ │ └── ex4-4.vshost.exe
│ │ ├── ex4-3.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex4-4.exe
│ │ │ │ ├── ex4-4.pdb
│ │ │ │ └── TempPE
│ │ │ ├── ex4-3.csproj.FileList.txt
│ │ │ └── ex4-4.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex4-3.sln
│ └── ex4-3.suo
├── ex4-30
│ ├── ex4-30
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex4-30.exe
│ │ │ ├── ex4-30.pdb
│ │ │ └── ex4-30.vshost.exe
│ │ ├── ex4-30.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex4-30.exe
│ │ │ │ ├── ex4-30.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex4-30.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex4-30.sln
│ └── ex4-30.suo
├── ex4-4
│ ├── ex4-4
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex4-5.exe
│ │ │ ├── ex4-5.pdb
│ │ │ └── ex4-5.vshost.exe
│ │ ├── ex4-4.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex4-5.exe
│ │ │ │ ├── ex4-5.pdb
│ │ │ │ └── TempPE
│ │ │ ├── ex4-4.csproj.FileList.txt
│ │ │ └── ex4-5.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex4-4.sln
│ └── ex4-4.suo
├── ex4-5
│ ├── ex4-5
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex4-6.exe
│ │ │ ├── ex4-6.pdb
│ │ │ └── ex4-6.vshost.exe
│ │ ├── ex4-5.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex4-6.exe
│ │ │ │ ├── ex4-6.pdb
│ │ │ │ └── TempPE
│ │ │ ├── ex4-5.csproj.FileList.txt
│ │ │ └── ex4-6.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex4-5.sln
│ └── ex4-5.suo
├── ex4-6
│ ├── ex4-6
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex4-7.exe
│ │ │ ├── ex4-7.pdb
│ │ │ └── ex4-7.vshost.exe
│ │ ├── ex4-6.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex4-7.exe
│ │ │ │ ├── ex4-7.pdb
│ │ │ │ └── TempPE
│ │ │ ├── ex4-6.csproj.FileList.txt
│ │ │ └── ex4-7.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex4-6.sln
│ └── ex4-6.suo
├── ex4-7
│ ├── ex4-7
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex4-9.exe
│ │ │ ├── ex4-9.pdb
│ │ │ └── ex4-9.vshost.exe
│ │ ├── ex4-7.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex4-9.exe
│ │ │ │ ├── ex4-9.pdb
│ │ │ │ └── TempPE
│ │ │ ├── ex4-7.csproj.FileList.txt
│ │ │ └── ex4-9.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex4-7.sln
│ └── ex4-7.suo
├── ex4-8
│ ├── ex4-8
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex4-10.exe
│ │ │ ├── ex4-10.pdb
│ │ │ └── ex4-10.vshost.exe
│ │ ├── ex4-8.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex4-10.exe
│ │ │ │ ├── ex4-10.pdb
│ │ │ │ └── TempPE
│ │ │ ├── ex4-10.csproj.FileList.txt
│ │ │ └── ex4-8.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex4-8.sln
│ └── ex4-8.suo
├── ex4-9
│ ├── ex4-9
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex4-11.exe
│ │ │ ├── ex4-11.pdb
│ │ │ └── ex4-11.vshost.exe
│ │ ├── ex4-9.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex4-11.exe
│ │ │ │ ├── ex4-11.pdb
│ │ │ │ └── TempPE
│ │ │ ├── ex4-11.csproj.FileList.txt
│ │ │ └── ex4-9.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex4-9.sln
│ └── ex4-9.suo
├── ex5-6
│ ├── ex5-6
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Timer.exe
│ │ │ ├── Timer.pdb
│ │ │ └── Timer.vshost.exe
│ │ ├── ex5-6.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex5-6.csproj.GenerateResource.Cache
│ │ │ │ ├── Refactor
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── Timer.csproj.GenerateResource.Cache
│ │ │ │ ├── Timer.exe
│ │ │ │ ├── Timer.Form1.resources
│ │ │ │ ├── Timer.pdb
│ │ │ │ └── Timer.Properties.Resources.resources
│ │ │ ├── ex5-6.csproj.FileList.txt
│ │ │ └── Timer.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── Resources
│ │ └── Calendar%20day.png
│ ├── ex5-6.sln
│ └── ex5-6.suo
├── ex6-1
│ ├── ex6-1
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex6-1.exe
│ │ │ ├── ex6-1.pdb
│ │ │ └── ex6-1.vshost.exe
│ │ ├── ex6-1.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex6-1.csproj.GenerateResource.Cache
│ │ │ │ ├── ex6-1.exe
│ │ │ │ ├── ex6_1.Form1.resources
│ │ │ │ ├── ex6-1.pdb
│ │ │ │ ├── ex6_1.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ └── ex6-1.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── ex6-1.sln
│ └── ex6-1.suo
├── ex6-2
│ ├── ex6-2
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex6-2.exe
│ │ │ ├── ex6-2.pdb
│ │ │ └── ex6-2.vshost.exe
│ │ ├── ex6-2.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex6-2.csproj.GenerateResource.Cache
│ │ │ │ ├── ex6-2.exe
│ │ │ │ ├── ex6_2.Form1.resources
│ │ │ │ ├── ex6-2.pdb
│ │ │ │ ├── ex6_2.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ └── ex6-2.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── ex6-2.sln
│ └── ex6-2.suo
├── ex7-1
│ ├── ex7-1
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex7-1.exe
│ │ │ ├── ex7-1.pdb
│ │ │ └── ex7-1.vshost.exe
│ │ ├── ex7-1.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex7-1.exe
│ │ │ │ ├── ex7-1.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex7-1.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex7-1.sln
│ └── ex7-1.suo
├── ex7-2
│ ├── ex7-2
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex7-2.exe
│ │ │ ├── ex7-2.pdb
│ │ │ └── ex7-2.vshost.exe
│ │ ├── ex7-2.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex7-2.exe
│ │ │ │ ├── ex7-2.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex7-2.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex7-2.sln
│ └── ex7-2.suo
├── ex7-3
│ ├── ex7-3
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex7-3.exe
│ │ │ ├── ex7-3.pdb
│ │ │ └── ex7-3.vshost.exe
│ │ ├── ex7-3.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex7-3.exe
│ │ │ │ ├── ex7-3.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex7-3.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex7-3.sln
│ └── ex7-3.suo
├── ex7-4
│ ├── ex7-4
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex7-4.exe
│ │ │ ├── ex7-4.pdb
│ │ │ └── ex7-4.vshost.exe
│ │ ├── ContentForm.cs
│ │ ├── ContentForm.Designer.cs
│ │ ├── ContentForm.resx
│ │ ├── ex7-4.csproj
│ │ ├── InputFileName.cs
│ │ ├── InputFileName.Designer.cs
│ │ ├── InputFileName.resx
│ │ ├── MainForm.cs
│ │ ├── MainForm.Designer.cs
│ │ ├── MainForm.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex7_4.ContentForm.resources
│ │ │ │ ├── ex7-4.csproj.GenerateResource.Cache
│ │ │ │ ├── ex7-4.exe
│ │ │ │ ├── ex7_4.InputFileName.resources
│ │ │ │ ├── ex7_4.MainForm.resources
│ │ │ │ ├── ex7-4.pdb
│ │ │ │ ├── ex7_4.Properties.Resources.resources
│ │ │ │ ├── Refactor
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── ex7-4.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── Resources
│ │ ├── COPY.gif
│ │ ├── CUT.gif
│ │ └── Paste.gif
│ ├── ex7-4.sln
│ └── ex7-4.suo
├── ex8-1
│ ├── ex8-1
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex8-1.exe
│ │ │ ├── ex8-1.pdb
│ │ │ └── ex8-1.vshost.exe
│ │ ├── ex8-1.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex8-1.csproj.GenerateResource.Cache
│ │ │ │ ├── ex8-1.exe
│ │ │ │ ├── ex8-1.pdb
│ │ │ │ ├── ex8_1.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ └── ex8-1.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── ex8-1.sln
│ └── ex8-1.suo
├── ex8-2
│ ├── ex8-2
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex8-2.exe
│ │ │ ├── ex8-2.pdb
│ │ │ └── ex8-2.vshost.exe
│ │ ├── ex8-2.csproj
│ │ ├── ex8-2.csproj.user
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex8-2.csproj.GenerateResource.Cache
│ │ │ │ ├── ex8-2.exe
│ │ │ │ ├── ex8-2.pdb
│ │ │ │ ├── ex8_2.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ └── ex8-2.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── ex8-2.sln
│ └── ex8-2.suo
├── ex8-3
│ ├── ex8-3
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex8-3.exe
│ │ │ ├── ex8-3.pdb
│ │ │ └── ex8-3.vshost.exe
│ │ ├── ex8-3.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex8-3.exe
│ │ │ │ ├── ex8-3.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex8-3.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex8-3.sln
│ └── ex8-3.suo
├── ex8-4
│ ├── ex8-4
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex8-4.exe
│ │ │ ├── ex8-4.pdb
│ │ │ └── ex8-4.vshost.exe
│ │ ├── ex8-4.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex8-4.exe
│ │ │ │ ├── ex8-4.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex8-4.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex8-4.sln
│ └── ex8-4.suo
├── ex8-6
│ ├── 42.gif
│ ├── bin
│ │ └── Debug
│ │ ├── StudentMIS.exe
│ │ ├── StudentMIS.pdb
│ │ └── StudentMIS.vshost.exe
│ ├── ex8-6.csproj
│ ├── ex8-6.sln
│ ├── ex8-6.suo
│ ├── obj
│ │ ├── Debug
│ │ │ ├── ex8-6.csproj.GenerateResource.Cache
│ │ │ ├── Refactor
│ │ │ ├── StudentMIS.csproj.GenerateResource.Cache
│ │ │ ├── StudentMIS.exe
│ │ │ ├── StudentMIS.pdb
│ │ │ ├── StudentMIS.Properties.Resources.resources
│ │ │ ├── StudentMIS.StuInfo.resources
│ │ │ └── TempPE
│ │ │ ├── Properties.Resources.Designer.cs.dll
│ │ │ └── StudentsDataSet.Designer.cs.dll
│ │ ├── ex8-6.csproj.FileList.txt
│ │ └── StudentMIS.csproj.FileList.txt
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ └── 42.gif
│ ├── StudentsDataSet.Designer.cs
│ ├── StudentsDataSet.xsc
│ ├── StudentsDataSet.xsd
│ ├── StudentsDataSet.xss
│ ├── StuInfo.cs
│ ├── StuInfo.Designer.cs
│ └── StuInfo.resx
├── ex9-1
│ ├── ex9-1
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex9-1.exe
│ │ │ ├── ex9-1.pdb
│ │ │ └── ex9-1.vshost.exe
│ │ ├── ex9-1.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex9-1.exe
│ │ │ │ ├── ex9-1.pdb
│ │ │ │ └── TempPE
│ │ │ └── ex9-1.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex9-1.sln
│ └── ex9-1.suo
├── ex9-2
│ ├── ex9-2
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ex9-2.exe
│ │ │ ├── ex9-2.pdb
│ │ │ └── ex9-2.vshost.exe
│ │ ├── ex9-2.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ex9-2.exe
│ │ │ │ ├── ex9-2.pdb
│ │ │ │ ├── Refactor
│ │ │ │ └── TempPE
│ │ │ └── ex9-2.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ex9-2.sln
│ └── ex9-2.suo
└── 实习部分
├── WebForm
│ ├── AddScore.aspx
│ ├── AddScore.aspx.cs
│ ├── App_Data
│ │ ├── XSCJ_log.ldf
│ │ └── XSCJ.mdf
│ ├── Default.aspx
│ ├── Default.aspx.cs
│ ├── images
│ │ ├── addscore.jpg
│ │ ├── stuinfo.jpg
│ │ ├── stumodify.jpg
│ │ └── stuscore.jpg
│ ├── StuInfo.aspx
│ ├── StuInfo.aspx.cs
│ ├── StuModify.aspx
│ ├── StuModify.aspx.cs
│ ├── StuScore.aspx
│ ├── StuScore.aspx.cs
│ └── Web.Config
└── WinForm
├── bin
│ └── Debug
│ ├── ScoreManagement.exe
│ ├── ScoreManagement.pdb
│ └── ScoreManagement.vshost.exe
├── CourseForm.cs
├── CourseForm.Designer.cs
├── CourseForm.resx
├── MainForm.cs
├── MainForm.Designer.cs
├── MainForm.resx
├── ModifyForm.cs
├── ModifyForm.Designer.cs
├── ModifyForm.resx
├── obj
│ ├── Debug
│ │ ├── Refactor
│ │ ├── ScoreManagement.CourseForm.resources
│ │ ├── ScoreManagement.csproj.GenerateResource.Cache
│ │ ├── ScoreManagement.exe
│ │ ├── ScoreManagement.MainForm.resources
│ │ ├── ScoreManagement.ModifyForm.resources
│ │ ├── ScoreManagement.pdb
│ │ ├── ScoreManagement.Properties.Resources.resources
│ │ ├── ScoreManagement.ScoreForm.resources
│ │ ├── ScoreManagement.SearchForm.resources
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ └── ScoreManagement.csproj.FileList.txt
├── Program.cs
├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── ScoreForm.cs
├── ScoreForm.Designer.cs
├── ScoreForm.resx
├── ScoreManagement.csproj
├── ScoreManagement.sln
├── ScoreManagement.suo
├── SearchForm.cs
├── SearchForm.Designer.cs
└── SearchForm.resx
717 directories, 1154 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论