实例介绍
visual c# 2008宝典的源代码
【实例截图】
【核心代码】
4744300845373442427.7z
└── 光盘
├── C01
│ ├── ConsoleHelloWorld
│ │ ├── ConsoleHelloWorld
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ConsoleHelloWorld.exe
│ │ │ │ ├── ConsoleHelloWorld.pdb
│ │ │ │ ├── ConsoleHelloWorld.vshost.exe
│ │ │ │ └── ConsoleHelloWorld.vshost.exe.manifest
│ │ │ ├── ConsoleHelloWorld.csproj
│ │ │ ├── ConsoleHelloWorld.csproj.user
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── ConsoleHelloWorld.csproj.FileListAbsolute.txt
│ │ │ │ ├── ConsoleHelloWorld.exe
│ │ │ │ ├── ConsoleHelloWorld.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── ConsoleHelloWorld.sln
│ │ └── ConsoleHelloWorld.suo
│ └── WindowsHelloWorld
│ ├── WindowsHelloWorld
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── WindowsHelloWorld.exe
│ │ │ ├── WindowsHelloWorld.pdb
│ │ │ ├── WindowsHelloWorld.vshost.exe
│ │ │ └── WindowsHelloWorld.vshost.exe.manifest
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── TempPE
│ │ │ ├── WindowsHelloWorld.csproj.FileListAbsolute.txt
│ │ │ ├── WindowsHelloWorld.csproj.GenerateResource.Cache
│ │ │ ├── WindowsHelloWorld.exe
│ │ │ ├── WindowsHelloWorld.Form1.resources
│ │ │ ├── WindowsHelloWorld.pdb
│ │ │ └── WindowsHelloWorld.Properties.Resources.resources
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── WindowsHelloWorld.csproj
│ ├── WindowsHelloWorld.sln
│ └── WindowsHelloWorld.suo
├── C02
│ ├── Example2_1
│ │ ├── Example2_1
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example2_1.exe
│ │ │ │ ├── Example2_1.pdb
│ │ │ │ ├── Example2_1.vshost.exe
│ │ │ │ └── Example2_1.vshost.exe.manifest
│ │ │ ├── Example2_1.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example2_1.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example2_1.exe
│ │ │ │ ├── Example2_1.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example2_1.sln
│ │ └── Example2_1.suo
│ ├── Example2_2
│ │ ├── Example2_2
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example2_2.exe
│ │ │ │ ├── Example2_2.pdb
│ │ │ │ ├── Example2_2.vshost.exe
│ │ │ │ └── Example2_2.vshost.exe.manifest
│ │ │ ├── Example2_2.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example2_2.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example2_2.exe
│ │ │ │ ├── Example2_2.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example2_2.sln
│ │ └── Example2_2.suo
│ ├── Example2_3
│ │ ├── Example2_3
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example2_3.exe
│ │ │ │ ├── Example2_3.pdb
│ │ │ │ ├── Example2_3.vshost.exe
│ │ │ │ └── Example2_3.vshost.exe.manifest
│ │ │ ├── Example2_3.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example2_3.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example2_3.exe
│ │ │ │ ├── Example2_3.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example2_3.sln
│ │ └── Example2_3.suo
│ ├── Example2_4
│ │ ├── Example2_4
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example2_4.exe
│ │ │ │ ├── Example2_4.pdb
│ │ │ │ ├── Example2_4.vshost.exe
│ │ │ │ └── Example2_4.vshost.exe.manifest
│ │ │ ├── Example2_4.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example2_4.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example2_4.exe
│ │ │ │ ├── Example2_4.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example2_4.sln
│ │ └── Example2_4.suo
│ ├── Example2_5
│ │ ├── Example2_5
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example2_5.exe
│ │ │ │ ├── Example2_5.pdb
│ │ │ │ ├── Example2_5.vshost.exe
│ │ │ │ └── Example2_5.vshost.exe.manifest
│ │ │ ├── Example2_5.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example2_5.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example2_5.exe
│ │ │ │ ├── Example2_5.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example2_5.sln
│ │ └── Example2_5.suo
│ └── Example2_6
│ ├── Example2_6
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Example2_6.exe
│ │ │ ├── Example2_6.pdb
│ │ │ ├── Example2_6.vshost.exe
│ │ │ └── Example2_6.vshost.exe.manifest
│ │ ├── Example2_6.csproj
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── Example2_6.csproj.FileListAbsolute.txt
│ │ │ ├── Example2_6.exe
│ │ │ ├── Example2_6.pdb
│ │ │ └── TempPE
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── Example2_6.sln
│ └── Example2_6.suo
├── C03
│ ├── Example3_1
│ │ ├── Example3_1
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example3_1.exe
│ │ │ │ ├── Example3_1.pdb
│ │ │ │ ├── Example3_1.vshost.exe
│ │ │ │ └── Example3_1.vshost.exe.manifest
│ │ │ ├── Example3_1.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example3_1.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example3_1.exe
│ │ │ │ ├── Example3_1.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example3_1.sln
│ │ └── Example3_1.suo
│ ├── Example3_10
│ │ ├── Example3_10
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example3_10.exe
│ │ │ │ ├── Example3_10.pdb
│ │ │ │ ├── Example3_10.vshost.exe
│ │ │ │ └── Example3_10.vshost.exe.manifest
│ │ │ ├── Example3_10.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example3_10.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example3_10.exe
│ │ │ │ ├── Example3_10.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example3_10.sln
│ │ └── Example3_10.suo
│ ├── Example3_11
│ │ ├── Example3_11
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example3_11.exe
│ │ │ │ ├── Example3_11.pdb
│ │ │ │ ├── Example3_11.vshost.exe
│ │ │ │ └── Example3_11.vshost.exe.manifest
│ │ │ ├── Example3_11.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example3_11.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example3_11.exe
│ │ │ │ ├── Example3_11.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example3_11.sln
│ │ └── Example3_11.suo
│ ├── Example3_12
│ │ ├── Example3_12
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example3_12.exe
│ │ │ │ ├── Example3_12.pdb
│ │ │ │ ├── Example3_12.vshost.exe
│ │ │ │ └── Example3_12.vshost.exe.manifest
│ │ │ ├── Example3_12.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example3_12.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example3_12.exe
│ │ │ │ ├── Example3_12.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example3_12.sln
│ │ └── Example3_12.suo
│ ├── Example3_13
│ │ ├── Example3_13
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example3_13.exe
│ │ │ │ ├── Example3_13.pdb
│ │ │ │ ├── Example3_13.vshost.exe
│ │ │ │ └── Example3_13.vshost.exe.manifest
│ │ │ ├── Example3_13.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example3_13.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example3_13.exe
│ │ │ │ ├── Example3_13.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example3_13.sln
│ │ └── Example3_13.suo
│ ├── Example3_14
│ │ ├── Example3_14
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example3_14.exe
│ │ │ │ ├── Example3_14.pdb
│ │ │ │ ├── Example3_14.vshost.exe
│ │ │ │ └── Example3_14.vshost.exe.manifest
│ │ │ ├── Example3_14.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example3_14.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example3_14.exe
│ │ │ │ ├── Example3_14.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example3_14.sln
│ │ └── Example3_14.suo
│ ├── Example3_15
│ │ ├── Example3_15
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example3_15.exe
│ │ │ │ ├── Example3_15.pdb
│ │ │ │ ├── Example3_15.vshost.exe
│ │ │ │ └── Example3_15.vshost.exe.manifest
│ │ │ ├── Example3_15.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example3_15.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example3_15.exe
│ │ │ │ ├── Example3_15.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example3_15.sln
│ │ └── Example3_15.suo
│ ├── Example3_16
│ │ ├── Example3_16
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example3_16.exe
│ │ │ │ ├── Example3_16.pdb
│ │ │ │ ├── Example3_16.vshost.exe
│ │ │ │ └── Example3_16.vshost.exe.manifest
│ │ │ ├── Example3_16.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example3_16.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example3_16.exe
│ │ │ │ ├── Example3_16.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example3_16.sln
│ │ └── Example3_16.suo
│ ├── Example3_17
│ │ ├── Example3_17
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example3_17.exe
│ │ │ │ ├── Example3_17.pdb
│ │ │ │ ├── Example3_17.vshost.exe
│ │ │ │ └── Example3_17.vshost.exe.manifest
│ │ │ ├── Example3_17.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example3_17.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example3_17.exe
│ │ │ │ ├── Example3_17.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example3_17.sln
│ │ └── Example3_17.suo
│ ├── Example3_18
│ │ ├── Example3_18
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example3_18.exe
│ │ │ │ ├── Example3_18.pdb
│ │ │ │ ├── Example3_18.vshost.exe
│ │ │ │ └── Example3_18.vshost.exe.manifest
│ │ │ ├── Example3_18.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example3_18.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example3_18.exe
│ │ │ │ ├── Example3_18.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example3_18.sln
│ │ └── Example3_18.suo
│ ├── Example3_2
│ │ ├── Example3_2
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example3_2.exe
│ │ │ │ ├── Example3_2.pdb
│ │ │ │ ├── Example3_2.vshost.exe
│ │ │ │ └── Example3_2.vshost.exe.manifest
│ │ │ ├── Example3_2.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example3_2.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example3_2.exe
│ │ │ │ ├── Example3_2.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example3_2.sln
│ │ └── Example3_2.suo
│ ├── Example3_3
│ │ ├── Example3_3
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example3_3.exe
│ │ │ │ ├── Example3_3.pdb
│ │ │ │ ├── Example3_3.vshost.exe
│ │ │ │ └── Example3_3.vshost.exe.manifest
│ │ │ ├── Example3_3.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example3_3.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example3_3.exe
│ │ │ │ ├── Example3_3.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example3_3.sln
│ │ └── Example3_3.suo
│ ├── Example3_4
│ │ ├── Example3_4
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example3_4.exe
│ │ │ │ ├── Example3_4.pdb
│ │ │ │ ├── Example3_4.vshost.exe
│ │ │ │ └── Example3_4.vshost.exe.manifest
│ │ │ ├── Example3_4.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example3_4.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example3_4.exe
│ │ │ │ ├── Example3_4.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example3_4.sln
│ │ └── Example3_4.suo
│ ├── Example3_5
│ │ ├── Example3_5
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example3_5.vshost.exe
│ │ │ │ └── Example3_5.vshost.exe.manifest
│ │ │ ├── Example3_5.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example3_5.sln
│ │ └── Example3_5.suo
│ ├── Example3_6
│ │ ├── Example3_6
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example3_6.exe
│ │ │ │ ├── Example3_6.pdb
│ │ │ │ ├── Example3_6.vshost.exe
│ │ │ │ └── Example3_6.vshost.exe.manifest
│ │ │ ├── Example3_6.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example3_6.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example3_6.exe
│ │ │ │ ├── Example3_6.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example3_6.sln
│ │ └── Example3_6.suo
│ ├── Example3_7
│ │ ├── Example3_7
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example3_7.exe
│ │ │ │ ├── Example3_7.pdb
│ │ │ │ ├── Example3_7.vshost.exe
│ │ │ │ └── Example3_7.vshost.exe.manifest
│ │ │ ├── Example3_7.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example3_7.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example3_7.exe
│ │ │ │ ├── Example3_7.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example3_7.sln
│ │ └── Example3_7.suo
│ ├── Example3_8
│ │ ├── Example3_8
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example3_8.exe
│ │ │ │ ├── Example3_8.pdb
│ │ │ │ ├── Example3_8.vshost.exe
│ │ │ │ └── Example3_8.vshost.exe.manifest
│ │ │ ├── Example3_8.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example3_8.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example3_8.exe
│ │ │ │ ├── Example3_8.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example3_8.sln
│ │ └── Example3_8.suo
│ └── Example3_9
│ ├── Example3_9
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Example3_9.exe
│ │ │ ├── Example3_9.pdb
│ │ │ ├── Example3_9.vshost.exe
│ │ │ └── Example3_9.vshost.exe.manifest
│ │ ├── Example3_9.csproj
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── Example3_9.csproj.FileListAbsolute.txt
│ │ │ ├── Example3_9.exe
│ │ │ ├── Example3_9.pdb
│ │ │ └── TempPE
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── Example3_9.sln
│ └── Example3_9.suo
├── C04
│ ├── Example4_1
│ │ ├── Example4_1
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example4_1.exe
│ │ │ │ ├── Example4_1.pdb
│ │ │ │ ├── Example4_1.vshost.exe
│ │ │ │ └── Example4_1.vshost.exe.manifest
│ │ │ ├── Example4_1.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example4_1.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example4_1.exe
│ │ │ │ ├── Example4_1.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example4_1.sln
│ │ └── Example4_1.suo
│ ├── Example4_10
│ │ ├── Example4_10
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example4_10.exe
│ │ │ │ ├── Example4_10.pdb
│ │ │ │ ├── Example4_10.vshost.exe
│ │ │ │ └── Example4_10.vshost.exe.manifest
│ │ │ ├── Example4_10.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example4_10.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example4_10.exe
│ │ │ │ ├── Example4_10.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example4_10.sln
│ │ └── Example4_10.suo
│ ├── Example4_11
│ │ ├── Example4_11
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example4_11.exe
│ │ │ │ ├── Example4_11.pdb
│ │ │ │ ├── Example4_11.vshost.exe
│ │ │ │ └── Example4_11.vshost.exe.manifest
│ │ │ ├── Example4_11.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example4_11.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example4_11.exe
│ │ │ │ ├── Example4_11.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example4_11.sln
│ │ └── Example4_11.suo
│ ├── Example4_12
│ │ ├── Example4_12
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example4_12.exe
│ │ │ │ ├── Example4_12.pdb
│ │ │ │ ├── Example4_12.vshost.exe
│ │ │ │ └── Example4_12.vshost.exe.manifest
│ │ │ ├── Example4_12.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example4_12.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example4_12.exe
│ │ │ │ ├── Example4_12.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example4_12.sln
│ │ └── Example4_12.suo
│ ├── Example4_2
│ │ ├── Example4_2
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example4_2.exe
│ │ │ │ ├── Example4_2.pdb
│ │ │ │ ├── Example4_2.vshost.exe
│ │ │ │ └── Example4_2.vshost.exe.manifest
│ │ │ ├── Example4_2.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example4_2.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example4_2.exe
│ │ │ │ ├── Example4_2.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example4_2.sln
│ │ └── Example4_2.suo
│ ├── Example4_3
│ │ ├── Example4_3
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example4_3.exe
│ │ │ │ ├── Example4_3.pdb
│ │ │ │ ├── Example4_3.vshost.exe
│ │ │ │ └── Example4_3.vshost.exe.manifest
│ │ │ ├── Example4_3.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example4_3.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example4_3.exe
│ │ │ │ ├── Example4_3.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example4_3.sln
│ │ └── Example4_3.suo
│ ├── Example4_4
│ │ ├── Example4_4
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example4_4.exe
│ │ │ │ ├── Example4_4.pdb
│ │ │ │ ├── Example4_4.vshost.exe
│ │ │ │ └── Example4_4.vshost.exe.manifest
│ │ │ ├── Example4_4.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example4_4.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example4_4.exe
│ │ │ │ ├── Example4_4.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example4_4.sln
│ │ └── Example4_4.suo
│ ├── Example4_5
│ │ ├── Example4_5
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example4_5.exe
│ │ │ │ ├── Example4_5.pdb
│ │ │ │ ├── Example4_5.vshost.exe
│ │ │ │ └── Example4_5.vshost.exe.manifest
│ │ │ ├── Example4_5.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example4_5.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example4_5.exe
│ │ │ │ ├── Example4_5.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example4_5.sln
│ │ └── Example4_5.suo
│ ├── Example4_6
│ │ ├── Example4_6
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example4_6.exe
│ │ │ │ ├── Example4_6.pdb
│ │ │ │ ├── Example4_6.vshost.exe
│ │ │ │ └── Example4_6.vshost.exe.manifest
│ │ │ ├── Example4_6.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example4_6.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example4_6.exe
│ │ │ │ ├── Example4_6.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example4_6.sln
│ │ └── Example4_6.suo
│ ├── Example4_7
│ │ ├── Example4_7
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example4_7.exe
│ │ │ │ ├── Example4_7.pdb
│ │ │ │ ├── Example4_7.vshost.exe
│ │ │ │ └── Example4_7.vshost.exe.manifest
│ │ │ ├── Example4_7.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example4_7.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example4_7.exe
│ │ │ │ ├── Example4_7.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example4_7.sln
│ │ └── Example4_7.suo
│ ├── Example4_8
│ │ ├── Example4_8
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example4_8.exe
│ │ │ │ ├── Example4_8.pdb
│ │ │ │ ├── Example4_8.vshost.exe
│ │ │ │ └── Example4_8.vshost.exe.manifest
│ │ │ ├── Example4_8.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example4_8.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example4_8.exe
│ │ │ │ ├── Example4_8.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example4_8.sln
│ │ └── Example4_8.suo
│ └── Example4_9
│ ├── Example4_9
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Example4_9.exe
│ │ │ ├── Example4_9.pdb
│ │ │ ├── Example4_9.vshost.exe
│ │ │ └── Example4_9.vshost.exe.manifest
│ │ ├── Example4_9.csproj
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── Example4_9.csproj.FileListAbsolute.txt
│ │ │ ├── Example4_9.exe
│ │ │ ├── Example4_9.pdb
│ │ │ └── TempPE
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── Example4_9.sln
│ └── Example4_9.suo
├── C05
│ ├── Example5_1
│ │ ├── Example5_1
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example5_1.exe
│ │ │ │ ├── Example5_1.pdb
│ │ │ │ ├── Example5_1.vshost.exe
│ │ │ │ └── Example5_1.vshost.exe.manifest
│ │ │ ├── Example5_1.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example5_1.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example5_1.exe
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example5_1.sln
│ │ └── Example5_1.suo
│ ├── Example5_10
│ │ ├── Example5_10
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example5_10.exe
│ │ │ │ ├── Example5_10.pdb
│ │ │ │ ├── Example5_10.vshost.exe
│ │ │ │ └── Example5_10.vshost.exe.manifest
│ │ │ ├── Example5_10.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example5_10.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example5_10.exe
│ │ │ │ ├── Example5_10.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example5_10.sln
│ │ └── Example5_10.suo
│ ├── Example5_11
│ │ ├── Example5_11
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example5_11.vshost.exe
│ │ │ │ └── Example5_11.vshost.exe.manifest
│ │ │ ├── Example5_11.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example5_11.csproj.FileListAbsolute.txt
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example5_11.sln
│ │ └── Example5_11.suo
│ ├── Example5_12
│ │ ├── Example5_12
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example5_12.vshost.exe
│ │ │ │ └── Example5_12.vshost.exe.manifest
│ │ │ ├── Example5_12.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example5_12.csproj.FileListAbsolute.txt
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example5_12.sln
│ │ └── Example5_12.suo
│ ├── Example5_13
│ │ ├── Example5_13
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example5_13.exe
│ │ │ │ ├── Example5_13.pdb
│ │ │ │ ├── Example5_13.vshost.exe
│ │ │ │ └── Example5_13.vshost.exe.manifest
│ │ │ ├── Example5_13.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example5_13.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example5_13.exe
│ │ │ │ ├── Example5_13.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example5_13.sln
│ │ └── Example5_13.suo
│ ├── Example5_14
│ │ ├── Example5_14
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example5_14.vshost.exe
│ │ │ │ └── Example5_14.vshost.exe.manifest
│ │ │ ├── Example5_14.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example5_14.sln
│ │ └── Example5_14.suo
│ ├── Example5_15
│ │ ├── Example5_15
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example5_15.exe
│ │ │ │ ├── Example5_15.pdb
│ │ │ │ ├── Example5_15.vshost.exe
│ │ │ │ └── Example5_15.vshost.exe.manifest
│ │ │ ├── Example5_15.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example5_15.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example5_15.exe
│ │ │ │ ├── Example5_15.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example5_15.sln
│ │ └── Example5_15.suo
│ ├── Example5_16
│ │ ├── Example5_16
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example5_16.exe
│ │ │ │ ├── Example5_16.pdb
│ │ │ │ ├── Example5_16.vshost.exe
│ │ │ │ └── Example5_16.vshost.exe.manifest
│ │ │ ├── Example5_16.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example5_16.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example5_16.exe
│ │ │ │ ├── Example5_16.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example5_16.sln
│ │ └── Example5_16.suo
│ ├── Example5_17
│ │ ├── Example5_17
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example5_17.exe
│ │ │ │ ├── Example5_17.pdb
│ │ │ │ ├── Example5_17.vshost.exe
│ │ │ │ └── Example5_17.vshost.exe.manifest
│ │ │ ├── Example5_17.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example5_17.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example5_17.exe
│ │ │ │ ├── Example5_17.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example5_17.sln
│ │ └── Example5_17.suo
│ ├── Example5_18
│ │ ├── Example5_18
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example5_18.exe
│ │ │ │ ├── Example5_18.pdb
│ │ │ │ ├── Example5_18.vshost.exe
│ │ │ │ └── Example5_18.vshost.exe.manifest
│ │ │ ├── Example5_18.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example5_18.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example5_18.exe
│ │ │ │ ├── Example5_18.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example5_18.sln
│ │ └── Example5_18.suo
│ ├── Example5_2
│ │ ├── Example5_2
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example5_2.exe
│ │ │ │ ├── Example5_2.pdb
│ │ │ │ ├── Example5_2.vshost.exe
│ │ │ │ └── Example5_2.vshost.exe.manifest
│ │ │ ├── Example5_2.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example5_2.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example5_2.exe
│ │ │ │ ├── Example5_2.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example5_2.sln
│ │ └── Example5_2.suo
│ ├── Example5_3
│ │ ├── Example5_3
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example5_3.exe
│ │ │ │ ├── Example5_3.pdb
│ │ │ │ ├── Example5_3.vshost.exe
│ │ │ │ └── Example5_3.vshost.exe.manifest
│ │ │ ├── Example5_3.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example5_3.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example5_3.exe
│ │ │ │ ├── Example5_3.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example5_3.sln
│ │ └── Example5_3.suo
│ ├── Example5_4
│ │ ├── Example5_4
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example5_4.exe
│ │ │ │ ├── Example5_4.pdb
│ │ │ │ ├── Example5_4.vshost.exe
│ │ │ │ └── Example5_4.vshost.exe.manifest
│ │ │ ├── Example5_4.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example5_4.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example5_4.exe
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example5_4.sln
│ │ └── Example5_4.suo
│ ├── Example5_5
│ │ ├── Example5_5
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example5_5.exe
│ │ │ │ ├── Example5_5.pdb
│ │ │ │ ├── Example5_5.vshost.exe
│ │ │ │ └── Example5_5.vshost.exe.manifest
│ │ │ ├── Example5_5.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example5_5.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example5_5.exe
│ │ │ │ ├── Example5_5.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example5_5.sln
│ │ └── Example5_5.suo
│ ├── Example5_6
│ │ ├── Example5_6
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example5_6.exe
│ │ │ │ ├── Example5_6.pdb
│ │ │ │ ├── Example5_6.vshost.exe
│ │ │ │ └── Example5_6.vshost.exe.manifest
│ │ │ ├── Example5_6.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example5_6.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example5_6.exe
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example5_6.sln
│ │ └── Example5_6.suo
│ ├── Example5_7
│ │ ├── Example5_7
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example5_7.exe
│ │ │ │ ├── Example5_7.pdb
│ │ │ │ ├── Example5_7.vshost.exe
│ │ │ │ └── Example5_7.vshost.exe.manifest
│ │ │ ├── Example5_7.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example5_7.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example5_7.exe
│ │ │ │ ├── Example5_7.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example5_7.sln
│ │ └── Example5_7.suo
│ ├── Example5_8
│ │ ├── Example5_8
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example5_8.vshost.exe
│ │ │ │ └── Example5_8.vshost.exe.manifest
│ │ │ ├── Example5_8.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example5_8.csproj.FileListAbsolute.txt
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example5_8.sln
│ │ └── Example5_8.suo
│ └── Example5_9
│ ├── Example5_9
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Example5_9.exe
│ │ │ ├── Example5_9.pdb
│ │ │ ├── Example5_9.vshost.exe
│ │ │ └── Example5_9.vshost.exe.manifest
│ │ ├── Example5_9.csproj
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── Example5_9.csproj.FileListAbsolute.txt
│ │ │ ├── Example5_9.exe
│ │ │ ├── Example5_9.pdb
│ │ │ └── TempPE
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── Example5_9.sln
│ └── Example5_9.suo
├── C06
│ ├── Chap11_5
│ │ ├── Chap11_5
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Chap11_5.exe
│ │ │ │ ├── Chap11_5.pdb
│ │ │ │ ├── Chap11_5.vshost.exe
│ │ │ │ └── Chap11_5.vshost.exe.manifest
│ │ │ ├── Chap11_5.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Chap11_5.csproj.FileListAbsolute.txt
│ │ │ │ ├── Chap11_5.exe
│ │ │ │ ├── Chap11_5.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Chap11_5.sln
│ │ └── Chap11_5.suo
│ ├── Example6_1
│ │ ├── Example6_1
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example6_1.vshost.exe
│ │ │ │ └── Example6_1.vshost.exe.manifest
│ │ │ ├── Example6_1.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example6_1.csproj.FileListAbsolute.txt
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example6_1.sln
│ │ └── Example6_1.suo
│ ├── Example6_2
│ │ ├── Example6_2
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example6_2.exe
│ │ │ │ ├── Example6_2.pdb
│ │ │ │ ├── Example6_2.vshost.exe
│ │ │ │ └── Example6_2.vshost.exe.manifest
│ │ │ ├── Example6_2.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example6_2.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example6_2.exe
│ │ │ │ ├── Example6_2.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example6_2.sln
│ │ └── Example6_2.suo
│ ├── Example6_3
│ │ ├── Example6_3
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example6_3.vshost.exe
│ │ │ │ └── Example6_3.vshost.exe.manifest
│ │ │ ├── Example6_3.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example6_3.sln
│ │ └── Example6_3.suo
│ ├── Example6_4
│ │ ├── Example6_4
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example6_4.exe
│ │ │ │ ├── Example6_4.pdb
│ │ │ │ ├── Example6_4.vshost.exe
│ │ │ │ └── Example6_4.vshost.exe.manifest
│ │ │ ├── Example6_4.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example6_4.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example6_4.exe
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example6_4.sln
│ │ └── Example6_4.suo
│ ├── Example6_5
│ │ ├── Example6_5
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example6_5.exe
│ │ │ │ ├── Example6_5.pdb
│ │ │ │ ├── Example6_5.vshost.exe
│ │ │ │ └── Example6_5.vshost.exe.manifest
│ │ │ ├── Example6_5.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example6_5.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example6_5.exe
│ │ │ │ ├── Example6_5.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example6_5.sln
│ │ └── Example6_5.suo
│ ├── Example6_6
│ │ ├── Example6_6
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example6_6.vshost.exe
│ │ │ │ └── Example6_6.vshost.exe.manifest
│ │ │ ├── Example6_6.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example6_6.sln
│ │ └── Example6_6.suo
│ ├── Example6_7
│ │ ├── Example6_7
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example6_7.vshost.exe
│ │ │ │ └── Example6_7.vshost.exe.manifest
│ │ │ ├── Example6_7.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example6_7.sln
│ │ └── Example6_7.suo
│ ├── Example6_8
│ │ ├── Example6_8
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example6_8.exe
│ │ │ │ ├── Example6_8.pdb
│ │ │ │ ├── Example6_8.vshost.exe
│ │ │ │ └── Example6_8.vshost.exe.manifest
│ │ │ ├── Example6_8.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example6_8.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example6_8.exe
│ │ │ │ ├── Example6_8.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example6_8.sln
│ │ └── Example6_8.suo
│ └── Example6_9
│ ├── Example6_9
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Example6_9.exe
│ │ │ ├── Example6_9.pdb
│ │ │ └── Example6_9.vshost.exe
│ │ ├── Example6_9.csproj
│ │ ├── Example6_9.csproj.user
│ │ ├── Form1.cs
│ │ ├── Form1.designer.cs
│ │ ├── Form1.resx
│ │ ├── Form2.cs
│ │ ├── Form2.designer.cs
│ │ ├── Form2.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── Example6_9.csproj.FileListAbsolute.txt
│ │ │ ├── Example6_9.csproj.GenerateResource.Cache
│ │ │ ├── Example6_9.exe
│ │ │ ├── Example6_9.Form1.resources
│ │ │ ├── Example6_9.Form2.resources
│ │ │ ├── Example6_9.pdb
│ │ │ ├── Example6_9.Properties.Resources.resources
│ │ │ └── TempPE
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── Resources
│ │ ├── ICS_client.png
│ │ └── INFO.png
│ ├── Example6_9.sln
│ └── Example6_9.suo
├── C07
│ ├── Example7_1
│ │ ├── Example7_1
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ ├── Class1.cs
│ │ │ ├── Example7_1.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ └── TempPE
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example7_1.sln
│ │ └── Example7_1.suo
│ ├── Example7_10
│ │ ├── Example7_10
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example7_10.exe
│ │ │ │ ├── Example7_10.pdb
│ │ │ │ ├── Example7_10.vshost.exe
│ │ │ │ └── Example7_10.vshost.exe.manifest
│ │ │ ├── Example7_10.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example7_10.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example7_10.exe
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example7_10.sln
│ │ └── Example7_10.suo
│ ├── Example7_11
│ │ ├── Example7_11
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example7_11.exe
│ │ │ │ ├── Example7_11.pdb
│ │ │ │ ├── Example7_11.vshost.exe
│ │ │ │ └── Example7_11.vshost.exe.manifest
│ │ │ ├── Example7_11.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example7_11.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example7_11.exe
│ │ │ │ ├── Example7_11.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example7_11.sln
│ │ └── Example7_11.suo
│ ├── Example7_12
│ │ ├── Example7_12
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example7_12.exe
│ │ │ │ ├── Example7_12.pdb
│ │ │ │ ├── Example7_12.vshost.exe
│ │ │ │ └── Example7_12.vshost.exe.manifest
│ │ │ ├── Example7_12.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example7_12.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example7_12.exe
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example7_12.sln
│ │ └── Example7_12.suo
│ ├── Example7_13
│ │ ├── Example7_13
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example7_13.exe
│ │ │ │ ├── Example7_13.pdb
│ │ │ │ ├── Example7_13.vshost.exe
│ │ │ │ └── Example7_13.vshost.exe.manifest
│ │ │ ├── Example7_13.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example7_13.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example7_13.exe
│ │ │ │ ├── Example7_13.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example7_13.sln
│ │ └── Example7_13.suo
│ ├── Example7_14
│ │ ├── Example7_14
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example7_14.exe
│ │ │ │ ├── Example7_14.pdb
│ │ │ │ ├── Example7_14.vshost.exe
│ │ │ │ └── Example7_14.vshost.exe.manifest
│ │ │ ├── Example7_14.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example7_14.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example7_14.exe
│ │ │ │ ├── Example7_14.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example7_14.sln
│ │ └── Example7_14.suo
│ ├── Example7_15
│ │ ├── Example7_15
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example7_15.vshost.exe
│ │ │ │ └── Example7_15.vshost.exe.manifest
│ │ │ ├── Example7_15.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example7_15.sln
│ │ └── Example7_15.suo
│ ├── Example7_16
│ │ ├── Example7_16
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example7_16.vshost.exe
│ │ │ │ └── Example7_16.vshost.exe.manifest
│ │ │ ├── Class1.cs
│ │ │ ├── Class2.cs
│ │ │ ├── ClassDiagram1.cd
│ │ │ ├── Example7_16.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Refactor
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example7_16.sln
│ │ └── Example7_16.suo
│ ├── Example7_2
│ │ ├── Example7_2
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example7_2.vshost.exe
│ │ │ │ └── Example7_2.vshost.exe.manifest
│ │ │ ├── Example7_2.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example7_2.sln
│ │ └── Example7_2.suo
│ ├── Example7_3
│ │ ├── Example7_3
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example7_3.exe
│ │ │ │ ├── Example7_3.pdb
│ │ │ │ ├── Example7_3.vshost.exe
│ │ │ │ └── Example7_3.vshost.exe.manifest
│ │ │ ├── Example7_3.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example7_3.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example7_3.exe
│ │ │ │ ├── Example7_3.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example7_3.sln
│ │ └── Example7_3.suo
│ ├── Example7_4
│ │ ├── Example7_4
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example7_4.exe
│ │ │ │ ├── Example7_4.pdb
│ │ │ │ ├── Example7_4.vshost.exe
│ │ │ │ └── Example7_4.vshost.exe.manifest
│ │ │ ├── ClassDiagram1.cd
│ │ │ ├── Example7_4.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example7_4.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example7_4.exe
│ │ │ │ ├── Example7_4.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example7_4.sln
│ │ └── Example7_4.suo
│ ├── Example7_5
│ │ ├── Example7_5
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example7_5.exe
│ │ │ │ ├── Example7_5.pdb
│ │ │ │ ├── Example7_5.vshost.exe
│ │ │ │ └── Example7_5.vshost.exe.manifest
│ │ │ ├── Example7_5.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example7_5.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example7_5.exe
│ │ │ │ ├── Example7_5.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example7_5.sln
│ │ └── Example7_5.suo
│ ├── Example7_6
│ │ ├── Example7_6
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example7_6.exe
│ │ │ │ ├── Example7_6.pdb
│ │ │ │ ├── Example7_6.vshost.exe
│ │ │ │ └── Example7_6.vshost.exe.manifest
│ │ │ ├── Example7_6.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example7_6.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example7_6.exe
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example7_6.sln
│ │ └── Example7_6.suo
│ ├── Example7_7
│ │ ├── Example7_7
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example7_7.exe
│ │ │ │ ├── Example7_7.pdb
│ │ │ │ ├── Example7_7.vshost.exe
│ │ │ │ └── Example7_7.vshost.exe.manifest
│ │ │ ├── Example7_7.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example7_7.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example7_7.exe
│ │ │ │ ├── Example7_7.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example7_7.sln
│ │ └── Example7_7.suo
│ ├── Example7_8
│ │ ├── Example7_8
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example7_8.exe
│ │ │ │ ├── Example7_8.pdb
│ │ │ │ ├── Example7_8.vshost.exe
│ │ │ │ └── Example7_8.vshost.exe.manifest
│ │ │ ├── Example7_8.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example7_8.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example7_8.exe
│ │ │ │ ├── Example7_8.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example7_8.sln
│ │ └── Example7_8.suo
│ └── Example7_9
│ ├── Example7_9
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Example7_9.exe
│ │ │ ├── Example7_9.pdb
│ │ │ ├── Example7_9.vshost.exe
│ │ │ └── Example7_9.vshost.exe.manifest
│ │ ├── Example7_9.csproj
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── Example7_9.csproj.FileListAbsolute.txt
│ │ │ ├── Example7_9.exe
│ │ │ ├── Example7_9.pdb
│ │ │ └── TempPE
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── Example7_9.sln
│ └── Example7_9.suo
├── C08
│ ├── Example8_1
│ │ ├── Example8_1
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example8_1.exe
│ │ │ │ ├── Example8_1.pdb
│ │ │ │ ├── Example8_1.vshost.exe
│ │ │ │ └── Example8_1.vshost.exe.manifest
│ │ │ ├── Example8_1.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example8_1.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example8_1.exe
│ │ │ │ ├── Example8_1.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example8_1.sln
│ │ └── Example8_1.suo
│ ├── Example8_2
│ │ ├── Example8_2
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example8_2.exe
│ │ │ │ ├── Example8_2.pdb
│ │ │ │ ├── Example8_2.vshost.exe
│ │ │ │ └── Example8_2.vshost.exe.manifest
│ │ │ ├── Example8_2.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example8_2.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example8_2.exe
│ │ │ │ ├── Example8_2.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example8_2.sln
│ │ └── Example8_2.suo
│ ├── Example8_3
│ │ ├── Example8_3
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example8_3.exe
│ │ │ │ ├── Example8_3.pdb
│ │ │ │ ├── Example8_3.vshost.exe
│ │ │ │ └── Example8_3.vshost.exe.manifest
│ │ │ ├── Example8_3.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example8_3.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example8_3.exe
│ │ │ │ ├── Example8_3.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example8_3.sln
│ │ └── Example8_3.suo
│ ├── Example8_4
│ │ ├── Example8_4
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example8_4.exe
│ │ │ │ ├── Example8_4.pdb
│ │ │ │ ├── Example8_4.vshost.exe
│ │ │ │ └── Example8_4.vshost.exe.manifest
│ │ │ ├── Example8_4.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example8_4.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example8_4.exe
│ │ │ │ ├── Example8_4.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example8_4.sln
│ │ └── Example8_4.suo
│ ├── Example8_5
│ │ ├── Example8_5
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example8_5.exe
│ │ │ │ ├── Example8_5.pdb
│ │ │ │ ├── Example8_5.vshost.exe
│ │ │ │ └── Example8_5.vshost.exe.manifest
│ │ │ ├── Example8_5.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example8_5.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example8_5.exe
│ │ │ │ ├── Example8_5.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example8_5.sln
│ │ └── Example8_5.suo
│ ├── Example8_6
│ │ ├── Example8_6
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example8_6.exe
│ │ │ │ ├── Example8_6.pdb
│ │ │ │ ├── Example8_6.vshost.exe
│ │ │ │ └── Example8_6.vshost.exe.manifest
│ │ │ ├── Example8_6.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example8_6.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example8_6.exe
│ │ │ │ ├── Example8_6.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example8_6.sln
│ │ └── Example8_6.suo
│ └── Example8_7
│ ├── Example8_7
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Example8_7.exe
│ │ │ ├── Example8_7.pdb
│ │ │ ├── Example8_7.vshost.exe
│ │ │ └── Example8_7.vshost.exe.manifest
│ │ ├── Example8_7.csproj
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── Example8_7.csproj.FileListAbsolute.txt
│ │ │ ├── Example8_7.exe
│ │ │ ├── Example8_7.pdb
│ │ │ └── TempPE
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── Example8_7.sln
│ └── Example8_7.suo
├── C09
│ ├── Example9_1
│ │ ├── Example9_1
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_1.exe
│ │ │ │ ├── Example9_1.pdb
│ │ │ │ ├── Example9_1.vshost.exe
│ │ │ │ └── Example9_1.vshost.exe.manifest
│ │ │ ├── Example9_1.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_1.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_1.exe
│ │ │ │ ├── Example9_1.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_1.sln
│ │ └── Example9_1.suo
│ ├── Example9_10
│ │ ├── Example9_10
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_10.exe
│ │ │ │ ├── Example9_10.pdb
│ │ │ │ ├── Example9_10.vshost.exe
│ │ │ │ └── Example9_10.vshost.exe.manifest
│ │ │ ├── Example9_10.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_10.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_10.exe
│ │ │ │ ├── Example9_10.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_10.sln
│ │ └── Example9_10.suo
│ ├── Example9_11
│ │ ├── Example9_11
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_11.exe
│ │ │ │ ├── Example9_11.pdb
│ │ │ │ ├── Example9_11.vshost.exe
│ │ │ │ └── Example9_11.vshost.exe.manifest
│ │ │ ├── Example9_11.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_11.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_11.exe
│ │ │ │ ├── Example9_11.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_11.sln
│ │ └── Example9_11.suo
│ ├── Example9_12
│ │ ├── Example9_12
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_12.exe
│ │ │ │ ├── Example9_12.pdb
│ │ │ │ ├── Example9_12.vshost.exe
│ │ │ │ └── Example9_12.vshost.exe.manifest
│ │ │ ├── Example9_12.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_12.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_12.exe
│ │ │ │ ├── Example9_12.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_12.sln
│ │ └── Example9_12.suo
│ ├── Example9_13
│ │ ├── Example9_13
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_13.exe
│ │ │ │ ├── Example9_13.pdb
│ │ │ │ ├── Example9_13.vshost.exe
│ │ │ │ └── Example9_13.vshost.exe.manifest
│ │ │ ├── Example9_13.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_13.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_13.exe
│ │ │ │ ├── Example9_13.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_13.sln
│ │ └── Example9_13.suo
│ ├── Example9_14
│ │ ├── Example9_14
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_14.exe
│ │ │ │ ├── Example9_14.pdb
│ │ │ │ ├── Example9_14.vshost.exe
│ │ │ │ └── Example9_14.vshost.exe.manifest
│ │ │ ├── Example9_14.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_14.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_14.exe
│ │ │ │ ├── Example9_14.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_14.sln
│ │ └── Example9_14.suo
│ ├── Example9_15
│ │ ├── Example9_15
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_15.exe
│ │ │ │ ├── Example9_15.pdb
│ │ │ │ ├── Example9_15.vshost.exe
│ │ │ │ └── Example9_15.vshost.exe.manifest
│ │ │ ├── Example9_15.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_15.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_15.exe
│ │ │ │ ├── Example9_15.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_15.sln
│ │ └── Example9_15.suo
│ ├── Example9_16
│ │ ├── Example9_16
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_16.exe
│ │ │ │ ├── Example9_16.pdb
│ │ │ │ ├── Example9_16.vshost.exe
│ │ │ │ └── Example9_16.vshost.exe.manifest
│ │ │ ├── Example9_16.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_16.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_16.exe
│ │ │ │ ├── Example9_16.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_16.sln
│ │ └── Example9_16.suo
│ ├── Example9_17
│ │ ├── Example9_17
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_17.exe
│ │ │ │ ├── Example9_17.pdb
│ │ │ │ ├── Example9_17.vshost.exe
│ │ │ │ └── Example9_17.vshost.exe.manifest
│ │ │ ├── Example9_17.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_17.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_17.exe
│ │ │ │ ├── Example9_17.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_17.sln
│ │ └── Example9_17.suo
│ ├── Example9_18
│ │ ├── Example9_18
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_18.exe
│ │ │ │ ├── Example9_18.pdb
│ │ │ │ ├── Example9_18.vshost.exe
│ │ │ │ └── Example9_18.vshost.exe.manifest
│ │ │ ├── Example9_18.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_18.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_18.exe
│ │ │ │ ├── Example9_18.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_18.sln
│ │ └── Example9_18.suo
│ ├── Example9_19
│ │ ├── Example9_19
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_19.exe
│ │ │ │ ├── Example9_19.pdb
│ │ │ │ ├── Example9_19.vshost.exe
│ │ │ │ └── Example9_19.vshost.exe.manifest
│ │ │ ├── Example9_19.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_19.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_19.exe
│ │ │ │ ├── Example9_19.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_19.sln
│ │ └── Example9_19.suo
│ ├── Example9_2
│ │ ├── Example9_2
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_2.exe
│ │ │ │ ├── Example9_2.pdb
│ │ │ │ ├── Example9_2.vshost.exe
│ │ │ │ └── Example9_2.vshost.exe.manifest
│ │ │ ├── Example9_2.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_2.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_2.exe
│ │ │ │ ├── Example9_2.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_2.sln
│ │ └── Example9_2.suo
│ ├── Example9_20
│ │ ├── Example9_20
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_20.exe
│ │ │ │ ├── Example9_20.pdb
│ │ │ │ ├── Example9_20.vshost.exe
│ │ │ │ └── Example9_20.vshost.exe.manifest
│ │ │ ├── Example9_20.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_20.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_20.exe
│ │ │ │ ├── Example9_20.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_20.sln
│ │ └── Example9_20.suo
│ ├── Example9_21
│ │ ├── Example9_21
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_21.exe
│ │ │ │ ├── Example9_21.pdb
│ │ │ │ ├── Example9_21.vshost.exe
│ │ │ │ └── Example9_21.vshost.exe.manifest
│ │ │ ├── Example9_21.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_21.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_21.exe
│ │ │ │ ├── Example9_21.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_21.sln
│ │ └── Example9_21.suo
│ ├── Example9_22
│ │ ├── Example9_22
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_22.exe
│ │ │ │ ├── Example9_22.pdb
│ │ │ │ ├── Example9_22.vshost.exe
│ │ │ │ └── Example9_22.vshost.exe.manifest
│ │ │ ├── Example9_22.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_22.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_22.exe
│ │ │ │ ├── Example9_22.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_22.sln
│ │ └── Example9_22.suo
│ ├── Example9_23
│ │ ├── Example9_23
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_23.exe
│ │ │ │ ├── Example9_23.pdb
│ │ │ │ ├── Example9_23.vshost.exe
│ │ │ │ └── Example9_23.vshost.exe.manifest
│ │ │ ├── Example9_23.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_23.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_23.exe
│ │ │ │ ├── Example9_23.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_23.sln
│ │ └── Example9_23.suo
│ ├── Example9_24
│ │ ├── Example9_24
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_24.exe
│ │ │ │ ├── Example9_24.pdb
│ │ │ │ ├── Example9_24.vshost.exe
│ │ │ │ └── Example9_24.vshost.exe.manifest
│ │ │ ├── Example9_24.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_24.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_24.exe
│ │ │ │ ├── Example9_24.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_24.sln
│ │ └── Example9_24.suo
│ ├── Example9_25
│ │ ├── Example9_25
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_25.exe
│ │ │ │ ├── Example9_25.pdb
│ │ │ │ ├── Example9_25.vshost.exe
│ │ │ │ └── Example9_25.vshost.exe.manifest
│ │ │ ├── Example9_25.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_25.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_25.exe
│ │ │ │ ├── Example9_25.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_25.sln
│ │ └── Example9_25.suo
│ ├── Example9_26
│ │ ├── Example9_26
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_26.exe
│ │ │ │ ├── Example9_26.pdb
│ │ │ │ ├── Example9_26.vshost.exe
│ │ │ │ └── Example9_26.vshost.exe.manifest
│ │ │ ├── Example9_26.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_26.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_26.exe
│ │ │ │ ├── Example9_26.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_26.sln
│ │ └── Example9_26.suo
│ ├── Example9_27
│ │ ├── Example9_27
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_27.exe
│ │ │ │ ├── Example9_27.pdb
│ │ │ │ ├── Example9_27.vshost.exe
│ │ │ │ └── Example9_27.vshost.exe.manifest
│ │ │ ├── Example9_27.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_27.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_27.exe
│ │ │ │ ├── Example9_27.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_27.sln
│ │ └── Example9_27.suo
│ ├── Example9_28
│ │ ├── Example9_28
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_28.exe
│ │ │ │ ├── Example9_28.pdb
│ │ │ │ ├── Example9_28.vshost.exe
│ │ │ │ └── Example9_28.vshost.exe.manifest
│ │ │ ├── Example9_28.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_28.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_28.exe
│ │ │ │ ├── Example9_28.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_28.sln
│ │ └── Example9_28.suo
│ ├── Example9_29
│ │ ├── Example9_29
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_29.exe
│ │ │ │ ├── Example9_29.pdb
│ │ │ │ ├── Example9_29.vshost.exe
│ │ │ │ └── Example9_29.vshost.exe.manifest
│ │ │ ├── Example9_29.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_29.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_29.exe
│ │ │ │ ├── Example9_29.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_29.sln
│ │ └── Example9_29.suo
│ ├── Example9_3
│ │ ├── Example9_3
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_3.exe
│ │ │ │ ├── Example9_3.pdb
│ │ │ │ ├── Example9_3.vshost.exe
│ │ │ │ └── Example9_3.vshost.exe.manifest
│ │ │ ├── Example9_3.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_3.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_3.exe
│ │ │ │ ├── Example9_3.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_3.sln
│ │ └── Example9_3.suo
│ ├── Example9_30
│ │ ├── Example9_30
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_30.exe
│ │ │ │ ├── Example9_30.pdb
│ │ │ │ ├── Example9_30.vshost.exe
│ │ │ │ └── Example9_30.vshost.exe.manifest
│ │ │ ├── Example9_30.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_30.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_30.exe
│ │ │ │ ├── Example9_30.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_30.sln
│ │ └── Example9_30.suo
│ ├── Example9_31
│ │ ├── Example9_31
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_31.exe
│ │ │ │ ├── Example9_31.pdb
│ │ │ │ ├── Example9_31.vshost.exe
│ │ │ │ └── Example9_31.vshost.exe.manifest
│ │ │ ├── Example9_31.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_31.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_31.exe
│ │ │ │ ├── Example9_31.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_31.sln
│ │ └── Example9_31.suo
│ ├── Example9_32
│ │ ├── Example9_32
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_32.exe
│ │ │ │ ├── Example9_32.pdb
│ │ │ │ ├── Example9_32.vshost.exe
│ │ │ │ └── Example9_32.vshost.exe.manifest
│ │ │ ├── Example9_32.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_32.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_32.exe
│ │ │ │ ├── Example9_32.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_32.sln
│ │ └── Example9_32.suo
│ ├── Example9_33
│ │ ├── Example9_33
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_33.exe
│ │ │ │ ├── Example9_33.pdb
│ │ │ │ ├── Example9_33.vshost.exe
│ │ │ │ └── Example9_33.vshost.exe.manifest
│ │ │ ├── Example9_33.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_33.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_33.exe
│ │ │ │ ├── Example9_33.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_33.sln
│ │ └── Example9_33.suo
│ ├── Example9_34
│ │ ├── Example9_34
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_34.exe
│ │ │ │ ├── Example9_34.pdb
│ │ │ │ ├── Example9_34.vshost.exe
│ │ │ │ └── Example9_34.vshost.exe.manifest
│ │ │ ├── Example9_34.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_34.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_34.exe
│ │ │ │ ├── Example9_34.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_34.sln
│ │ └── Example9_34.suo
│ ├── Example9_35
│ │ ├── Example9_35
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_35.exe
│ │ │ │ ├── Example9_35.pdb
│ │ │ │ ├── Example9_35.vshost.exe
│ │ │ │ └── Example9_35.vshost.exe.manifest
│ │ │ ├── Example9_35.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_35.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_35.exe
│ │ │ │ ├── Example9_35.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_35.sln
│ │ └── Example9_35.suo
│ ├── Example9_36
│ │ ├── Example9_36
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_36.exe
│ │ │ │ ├── Example9_36.pdb
│ │ │ │ ├── Example9_36.vshost.exe
│ │ │ │ └── Example9_36.vshost.exe.manifest
│ │ │ ├── Example9_36.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_36.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_36.exe
│ │ │ │ ├── Example9_36.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_36.sln
│ │ └── Example9_36.suo
│ ├── Example9_37
│ │ ├── Example9_37
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_37.exe
│ │ │ │ ├── Example9_37.pdb
│ │ │ │ ├── Example9_37.vshost.exe
│ │ │ │ └── Example9_37.vshost.exe.manifest
│ │ │ ├── Example9_37.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_37.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_37.exe
│ │ │ │ ├── Example9_37.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_37.sln
│ │ └── Example9_37.suo
│ ├── Example9_38
│ │ ├── Example9_38
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_38.exe
│ │ │ │ ├── Example9_38.pdb
│ │ │ │ ├── Example9_38.vshost.exe
│ │ │ │ └── Example9_38.vshost.exe.manifest
│ │ │ ├── Example9_38.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_38.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_38.exe
│ │ │ │ ├── Example9_38.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_38.sln
│ │ └── Example9_38.suo
│ ├── Example9_39
│ │ ├── Example9_39
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_39.exe
│ │ │ │ ├── Example9_39.pdb
│ │ │ │ ├── Example9_39.vshost.exe
│ │ │ │ └── Example9_39.vshost.exe.manifest
│ │ │ ├── Example9_39.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_39.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_39.exe
│ │ │ │ ├── Example9_39.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_39.sln
│ │ └── Example9_39.suo
│ ├── Example9_4
│ │ ├── Example9_4
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_4.exe
│ │ │ │ ├── Example9_4.pdb
│ │ │ │ ├── Example9_4.vshost.exe
│ │ │ │ └── Example9_4.vshost.exe.manifest
│ │ │ ├── Example9_4.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_4.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_4.exe
│ │ │ │ ├── Example9_4.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_4.sln
│ │ └── Example9_4.suo
│ ├── Example9_40
│ │ ├── Example9_40
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_40.exe
│ │ │ │ ├── Example9_40.pdb
│ │ │ │ ├── Example9_40.vshost.exe
│ │ │ │ └── Example9_40.vshost.exe.manifest
│ │ │ ├── Example9_40.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_40.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_40.exe
│ │ │ │ ├── Example9_40.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_40.sln
│ │ └── Example9_40.suo
│ ├── Example9_41
│ │ ├── Example9_41
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_41.exe
│ │ │ │ ├── Example9_41.pdb
│ │ │ │ ├── Example9_41.vshost.exe
│ │ │ │ └── Example9_41.vshost.exe.manifest
│ │ │ ├── Example9_41.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_41.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_41.exe
│ │ │ │ ├── Example9_41.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_41.sln
│ │ └── Example9_41.suo
│ ├── Example9_42
│ │ ├── Example9_42
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_42.exe
│ │ │ │ ├── Example9_42.pdb
│ │ │ │ ├── Example9_42.vshost.exe
│ │ │ │ └── Example9_42.vshost.exe.manifest
│ │ │ ├── Example9_42.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_42.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_42.exe
│ │ │ │ ├── Example9_42.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_42.sln
│ │ └── Example9_42.suo
│ ├── Example9_43
│ │ ├── Example9_43
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_43.exe
│ │ │ │ ├── Example9_43.pdb
│ │ │ │ ├── Example9_43.vshost.exe
│ │ │ │ └── Example9_43.vshost.exe.manifest
│ │ │ ├── Example9_43.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_43.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_43.exe
│ │ │ │ ├── Example9_43.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_43.sln
│ │ └── Example9_43.suo
│ ├── Example9_44
│ │ ├── Example9_44
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_44.exe
│ │ │ │ ├── Example9_44.pdb
│ │ │ │ ├── Example9_44.vshost.exe
│ │ │ │ └── Example9_44.vshost.exe.manifest
│ │ │ ├── Example9_44.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_44.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_44.exe
│ │ │ │ ├── Example9_44.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_44.sln
│ │ └── Example9_44.suo
│ ├── Example9_45
│ │ ├── Example9_45
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_45.exe
│ │ │ │ ├── Example9_45.pdb
│ │ │ │ ├── Example9_45.vshost.exe
│ │ │ │ └── Example9_45.vshost.exe.manifest
│ │ │ ├── Example9_45.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_45.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_45.exe
│ │ │ │ ├── Example9_45.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_45.sln
│ │ └── Example9_45.suo
│ ├── Example9_46
│ │ ├── Example9_46
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_46.exe
│ │ │ │ ├── Example9_46.pdb
│ │ │ │ ├── Example9_46.vshost.exe
│ │ │ │ └── Example9_46.vshost.exe.manifest
│ │ │ ├── Example9_46.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_46.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_46.exe
│ │ │ │ ├── Example9_46.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_46.sln
│ │ └── Example9_46.suo
│ ├── Example9_47
│ │ ├── Example9_47
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_47.exe
│ │ │ │ ├── Example9_47.pdb
│ │ │ │ ├── Example9_47.vshost.exe
│ │ │ │ └── Example9_47.vshost.exe.manifest
│ │ │ ├── Example9_47.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_47.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_47.exe
│ │ │ │ ├── Example9_47.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_47.sln
│ │ └── Example9_47.suo
│ ├── Example9_5
│ │ ├── Example9_5
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_5.exe
│ │ │ │ ├── Example9_5.pdb
│ │ │ │ ├── Example9_5.vshost.exe
│ │ │ │ └── Example9_5.vshost.exe.manifest
│ │ │ ├── Example9_5.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_5.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_5.exe
│ │ │ │ ├── Example9_5.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_5.sln
│ │ └── Example9_5.suo
│ ├── Example9_6
│ │ ├── Example9_6
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_6.exe
│ │ │ │ ├── Example9_6.pdb
│ │ │ │ ├── Example9_6.vshost.exe
│ │ │ │ └── Example9_6.vshost.exe.manifest
│ │ │ ├── Example9_6.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_6.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_6.exe
│ │ │ │ ├── Example9_6.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_6.sln
│ │ └── Example9_6.suo
│ ├── Example9_7
│ │ ├── Example9_7
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_7.exe
│ │ │ │ ├── Example9_7.pdb
│ │ │ │ ├── Example9_7.vshost.exe
│ │ │ │ └── Example9_7.vshost.exe.manifest
│ │ │ ├── Example9_7.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_7.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_7.exe
│ │ │ │ ├── Example9_7.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_7.sln
│ │ └── Example9_7.suo
│ ├── Example9_8
│ │ ├── Example9_8
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_8.exe
│ │ │ │ ├── Example9_8.pdb
│ │ │ │ ├── Example9_8.vshost.exe
│ │ │ │ └── Example9_8.vshost.exe.manifest
│ │ │ ├── Example9_8.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example9_8.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example9_8.exe
│ │ │ │ ├── Example9_8.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example9_8.sln
│ │ └── Example9_8.suo
│ └── Example9_9
│ ├── Example9_9
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Example9_9.exe
│ │ │ ├── Example9_9.pdb
│ │ │ ├── Example9_9.vshost.exe
│ │ │ └── Example9_9.vshost.exe.manifest
│ │ ├── Example9_9.csproj
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── Example9_9.csproj.FileListAbsolute.txt
│ │ │ ├── Example9_9.exe
│ │ │ ├── Example9_9.pdb
│ │ │ └── TempPE
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── Example9_9.sln
│ └── Example9_9.suo
├── C10
│ ├── Example10_1
│ │ ├── Example10_1
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ ├── Class1.cs
│ │ │ ├── Example10_1.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example10_1.csproj.FileListAbsolute.txt
│ │ │ │ └── TempPE
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example10_1.sln
│ │ └── Example10_1.suo
│ ├── Example10_10
│ │ ├── Example10_10
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example10_10.exe
│ │ │ │ ├── Example10_10.pdb
│ │ │ │ ├── Example10_10.vshost.exe
│ │ │ │ └── Example10_10.vshost.exe.manifest
│ │ │ ├── Example10_10.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example10_10.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example10_10.exe
│ │ │ │ ├── Example10_10.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example10_10.sln
│ │ └── Example10_10.suo
│ ├── Example10_11
│ │ ├── Example10_11
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example10_11.dll
│ │ │ │ └── Example10_11.pdb
│ │ │ ├── Class1.cs
│ │ │ ├── Example10_11.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example10_11.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example10_11.dll
│ │ │ │ ├── Example10_11.pdb
│ │ │ │ └── TempPE
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example10_11.sln
│ │ └── Example10_11.suo
│ ├── Example10_12
│ │ ├── Example10_12
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ ├── Class1.cs
│ │ │ ├── Example10_12.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example10_12.csproj.FileListAbsolute.txt
│ │ │ │ └── TempPE
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example10_12.sln
│ │ └── Example10_12.suo
│ ├── Example10_13
│ │ ├── Example10_13
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ ├── Class1.cs
│ │ │ ├── Example10_13.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ └── TempPE
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example10_13.sln
│ │ └── Example10_13.suo
│ ├── Example10_14
│ │ ├── Example10_14
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ ├── Class1.cs
│ │ │ ├── Example10_14.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ └── TempPE
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example10_14.sln
│ │ └── Example10_14.suo
│ ├── Example10_15
│ │ ├── Example10_15
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ ├── Class1.cs
│ │ │ ├── Example10_15.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example10_15.csproj.FileListAbsolute.txt
│ │ │ │ └── TempPE
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example10_15.sln
│ │ └── Example10_15.suo
│ ├── Example10_16
│ │ ├── Example10_16
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example10_16.exe
│ │ │ │ ├── Example10_16.pdb
│ │ │ │ ├── Example10_16.vshost.exe
│ │ │ │ └── Example10_16.vshost.exe.manifest
│ │ │ ├── Example10_16.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example10_16.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example10_16.exe
│ │ │ │ ├── Example10_16.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example10_16.sln
│ │ └── Example10_16.suo
│ ├── Example10_17
│ │ ├── Example10_17
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example10_17.exe
│ │ │ │ ├── Example10_17.pdb
│ │ │ │ ├── Example10_17.vshost.exe
│ │ │ │ └── Example10_17.vshost.exe.manifest
│ │ │ ├── Example10_17.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example10_17.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example10_17.exe
│ │ │ │ ├── Example10_17.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example10_17.sln
│ │ └── Example10_17.suo
│ ├── Example10_18
│ │ ├── Example10_18
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example10_18.exe
│ │ │ │ ├── Example10_18.pdb
│ │ │ │ ├── Example10_18.vshost.exe
│ │ │ │ └── Example10_18.vshost.exe.manifest
│ │ │ ├── Example10_18.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example10_18.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example10_18.exe
│ │ │ │ ├── Example10_18.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example10_18.sln
│ │ └── Example10_18.suo
│ ├── Example10_19
│ │ ├── Example10_19
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example10_19.exe
│ │ │ │ ├── Example10_19.pdb
│ │ │ │ ├── Example10_19.vshost.exe
│ │ │ │ └── Example10_19.vshost.exe.manifest
│ │ │ ├── Example10_19.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example10_19.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example10_19.exe
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example10_19.sln
│ │ └── Example10_19.suo
│ ├── Example10_2
│ │ ├── Example10_2
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ ├── Class1.cs
│ │ │ ├── Example10_2.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ └── TempPE
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example10_2.sln
│ │ └── Example10_2.suo
│ ├── Example10_20
│ │ ├── Example10_20
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example10_20.exe
│ │ │ │ ├── Example10_20.pdb
│ │ │ │ ├── Example10_20.vshost.exe
│ │ │ │ └── Example10_20.vshost.exe.manifest
│ │ │ ├── Example10_20.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example10_20.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example10_20.exe
│ │ │ │ ├── Example10_20.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example10_20.sln
│ │ └── Example10_20.suo
│ ├── Example10_21
│ │ ├── Example10_21
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example10_21.exe
│ │ │ │ ├── Example10_21.pdb
│ │ │ │ ├── Example10_21.vshost.exe
│ │ │ │ └── Example10_21.vshost.exe.manifest
│ │ │ ├── Example10_21.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example10_21.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example10_21.exe
│ │ │ │ ├── Example10_21.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example10_21.sln
│ │ └── Example10_21.suo
│ ├── Example10_3
│ │ ├── Example10_3
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ ├── Class1.cs
│ │ │ ├── Example10_3.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example10_3.csproj.FileListAbsolute.txt
│ │ │ │ └── TempPE
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example10_3.sln
│ │ └── Example10_3.suo
│ ├── Example10_4
│ │ ├── Example10_4
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ ├── Class1.cs
│ │ │ ├── Example10_4.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example10_4.csproj.FileListAbsolute.txt
│ │ │ │ └── TempPE
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example10_4.sln
│ │ └── Example10_4.suo
│ ├── Example10_5
│ │ ├── Example10_5
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ ├── Class1.cs
│ │ │ ├── Example10_5.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example10_5.csproj.FileListAbsolute.txt
│ │ │ │ └── TempPE
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example10_5.sln
│ │ └── Example10_5.suo
│ ├── Example10_6
│ │ ├── Example10_6
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ ├── Class1.cs
│ │ │ ├── Example10_6.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ └── TempPE
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example10_6.sln
│ │ └── Example10_6.suo
│ ├── Example10_7
│ │ ├── Example10_7
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ ├── Class1.cs
│ │ │ ├── Example10_7.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ └── TempPE
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example10_7.sln
│ │ └── Example10_7.suo
│ ├── Example10_8
│ │ ├── Example10_8
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example10_8.exe
│ │ │ │ ├── Example10_8.pdb
│ │ │ │ ├── Example10_8.vshost.exe
│ │ │ │ └── Example10_8.vshost.exe.manifest
│ │ │ ├── Example10_8.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example10_8.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example10_8.exe
│ │ │ │ ├── Example10_8.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example10_8.sln
│ │ └── Example10_8.suo
│ └── Example10_9
│ ├── Example10_9
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Example10_9.exe
│ │ │ ├── Example10_9.pdb
│ │ │ ├── Example10_9.vshost.exe
│ │ │ └── Example10_9.vshost.exe.manifest
│ │ ├── Example10_9.csproj
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── Example10_9.csproj.FileListAbsolute.txt
│ │ │ ├── Example10_9.exe
│ │ │ ├── Example10_9.pdb
│ │ │ └── TempPE
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── Example10_9.sln
│ └── Example10_9.suo
├── C11
│ └── Example11_1
│ ├── Example11_1
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Example11_1.exe
│ │ │ ├── Example11_1.pdb
│ │ │ ├── Example11_1.vshost.exe
│ │ │ └── Example11_1.vshost.exe.manifest
│ │ ├── Example11_1.csproj
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── Example11_1.csproj.FileListAbsolute.txt
│ │ │ ├── Example11_1.exe
│ │ │ ├── Example11_1.pdb
│ │ │ └── TempPE
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── Example11_1.sln
│ └── Example11_1.suo
├── C12
│ ├── Example12_1
│ │ ├── Example12_1
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example12_1.exe
│ │ │ │ ├── Example12_1.pdb
│ │ │ │ ├── Example12_1.vshost.exe
│ │ │ │ └── Example12_1.vshost.exe.manifest
│ │ │ ├── Example12_1.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example12_1.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example12_1.exe
│ │ │ │ ├── Example12_1.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example12_1.sln
│ │ └── Example12_1.suo
│ ├── Example12_10
│ │ ├── Example12_10
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example12_10.exe
│ │ │ │ ├── Example12_10.pdb
│ │ │ │ ├── Example12_10.vshost.exe
│ │ │ │ └── Example12_10.vshost.exe.manifest
│ │ │ ├── Example12_10.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example12_10.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example12_10.exe
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example12_10.sln
│ │ └── Example12_10.suo
│ ├── Example12_2
│ │ ├── Example12_2
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example12_2.exe
│ │ │ │ ├── Example12_2.pdb
│ │ │ │ ├── Example12_2.vshost.exe
│ │ │ │ └── Example12_2.vshost.exe.manifest
│ │ │ ├── Example12_2.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example12_2.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example12_2.exe
│ │ │ │ ├── Example12_2.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example12_2.sln
│ │ └── Example12_2.suo
│ ├── Example12_3
│ │ ├── Example12_3
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example12_3.exe
│ │ │ │ ├── Example12_3.pdb
│ │ │ │ ├── Example12_3.vshost.exe
│ │ │ │ └── Example12_3.vshost.exe.manifest
│ │ │ ├── Example12_3.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example12_3.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example12_3.exe
│ │ │ │ ├── Example12_3.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example12_3.sln
│ │ └── Example12_3.suo
│ ├── Example12_4
│ │ ├── Example12_4
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example12_4.exe
│ │ │ │ ├── Example12_4.pdb
│ │ │ │ ├── Example12_4.vshost.exe
│ │ │ │ └── Example12_4.vshost.exe.manifest
│ │ │ ├── Example12_4.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example12_4.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example12_4.exe
│ │ │ │ ├── Example12_4.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example12_4.sln
│ │ └── Example12_4.suo
│ ├── Example12_5
│ │ ├── Example12_5
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example12_5.exe
│ │ │ │ ├── Example12_5.pdb
│ │ │ │ ├── Example12_5.vshost.exe
│ │ │ │ └── Example12_5.vshost.exe.manifest
│ │ │ ├── Example12_5.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example12_5.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example12_5.exe
│ │ │ │ ├── Example12_5.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example12_5.sln
│ │ └── Example12_5.suo
│ ├── Example12_6
│ │ ├── Example12_6
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example12_6.exe
│ │ │ │ ├── Example12_6.pdb
│ │ │ │ ├── Example12_6.vshost.exe
│ │ │ │ └── Example12_6.vshost.exe.manifest
│ │ │ ├── Example12_6.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example12_6.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example12_6.exe
│ │ │ │ ├── Example12_6.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example12_6.sln
│ │ └── Example12_6.suo
│ ├── Example12_7
│ │ ├── Example12_7
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example12_7.exe
│ │ │ │ ├── Example12_7.pdb
│ │ │ │ ├── Example12_7.vshost.exe
│ │ │ │ └── Example12_7.vshost.exe.manifest
│ │ │ ├── Example12_7.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example12_7.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example12_7.exe
│ │ │ │ ├── Example12_7.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example12_7.sln
│ │ └── Example12_7.suo
│ ├── Example12_8
│ │ ├── Example12_8
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example12_8.vshost.exe
│ │ │ │ └── Example12_8.vshost.exe.manifest
│ │ │ ├── Example12_8.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example12_8.csproj.FileListAbsolute.txt
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example12_8.sln
│ │ └── Example12_8.suo
│ └── Example12_9
│ ├── Example12_9
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Example12_9.vshost.exe
│ │ │ └── Example12_9.vshost.exe.manifest
│ │ ├── Example12_9.csproj
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── Example12_9.csproj.FileListAbsolute.txt
│ │ │ └── TempPE
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── Example12_9.sln
│ └── Example12_9.suo
├── C13
│ ├── Example13_1
│ │ ├── Example13_1
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example13_1.exe
│ │ │ │ ├── Example13_1.pdb
│ │ │ │ ├── Example13_1.vshost.exe
│ │ │ │ └── Example13_1.vshost.exe.manifest
│ │ │ ├── Example13_1.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example13_1.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example13_1.exe
│ │ │ │ ├── Example13_1.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example13_1.sln
│ │ └── Example13_1.suo
│ ├── Example13_2
│ │ ├── Example13_2
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example13_2.exe
│ │ │ │ ├── Example13_2.pdb
│ │ │ │ ├── Example13_2.vshost.exe
│ │ │ │ └── Example13_2.vshost.exe.manifest
│ │ │ ├── Example13_2.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example13_2.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example13_2.exe
│ │ │ │ ├── Example13_2.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example13_2.sln
│ │ └── Example13_2.suo
│ ├── Example13_3
│ │ ├── Example13_3
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example13_3.exe
│ │ │ │ ├── Example13_3.pdb
│ │ │ │ ├── Example13_3.vshost.exe
│ │ │ │ └── Example13_3.vshost.exe.manifest
│ │ │ ├── Example13_3.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example13_3.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example13_3.exe
│ │ │ │ ├── Example13_3.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example13_3.sln
│ │ └── Example13_3.suo
│ └── Example13_4
│ ├── Example13_4
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Example13_4.exe
│ │ │ ├── Example13_4.pdb
│ │ │ ├── Example13_4.vshost.exe
│ │ │ └── Example13_4.vshost.exe.manifest
│ │ ├── Example13_4.csproj
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── Example13_4.csproj.FileListAbsolute.txt
│ │ │ ├── Example13_4.exe
│ │ │ ├── Example13_4.pdb
│ │ │ └── TempPE
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── Example13_4.sln
│ └── Example13_4.suo
├── C14
│ ├── ConsoleTest
│ │ ├── ConsoleTest
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ConsoleTest.exe
│ │ │ │ ├── ConsoleTest.pdb
│ │ │ │ ├── ConsoleTest.vshost.exe
│ │ │ │ └── ConsoleTest.vshost.exe.manifest
│ │ │ ├── ConsoleTest.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── ConsoleTest.csproj.FileListAbsolute.txt
│ │ │ │ ├── ConsoleTest.exe
│ │ │ │ ├── ConsoleTest.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── ConsoleTest.sln
│ │ └── ConsoleTest.suo
│ ├── Example14_1
│ │ ├── Example14_1
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example14_1.exe
│ │ │ │ ├── Example14_1.pdb
│ │ │ │ ├── Example14_1.vshost.exe
│ │ │ │ └── Example14_1.vshost.exe.manifest
│ │ │ ├── Example14_1.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example14_1.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example14_1.exe
│ │ │ │ ├── Example14_1.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example14_1.sln
│ │ └── Example14_1.suo
│ ├── Example14_2
│ │ ├── Example14_2
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example14_2.exe
│ │ │ │ ├── Example14_2.pdb
│ │ │ │ ├── Example14_2.vshost.exe
│ │ │ │ └── Example14_2.vshost.exe.manifest
│ │ │ ├── Example14_2.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example14_2.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example14_2.exe
│ │ │ │ ├── Example14_2.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example14_2.sln
│ │ └── Example14_2.suo
│ ├── Example14_3
│ │ ├── Example14_3
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example14_3.vshost.exe
│ │ │ │ └── Example14_3.vshost.exe.manifest
│ │ │ ├── Example14_3.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example14_3.sln
│ │ └── Example14_3.suo
│ ├── Example14_4
│ │ ├── Example14_4
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example14_4.exe
│ │ │ │ ├── Example14_4.pdb
│ │ │ │ ├── Example14_4.vshost.exe
│ │ │ │ └── Example14_4.vshost.exe.manifest
│ │ │ ├── Example14_4.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example14_4.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example14_4.exe
│ │ │ │ ├── Example14_4.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example14_4.sln
│ │ └── Example14_4.suo
│ ├── Example14_5
│ │ ├── Example14_5
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example14_5.exe
│ │ │ │ ├── Example14_5.pdb
│ │ │ │ ├── Example14_5.vshost.exe
│ │ │ │ └── Example14_5.vshost.exe.manifest
│ │ │ ├── Example14_5.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example14_5.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example14_5.exe
│ │ │ │ ├── Example14_5.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example14_5.sln
│ │ └── Example14_5.suo
│ ├── Example14_6
│ │ ├── Example14_6
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example14_6.vshost.exe
│ │ │ │ └── Example14_6.vshost.exe.manifest
│ │ │ ├── Example14_6.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example14_6.sln
│ │ └── Example14_6.suo
│ └── Example14_7
│ ├── Example14_7
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Example14_7.vshost.exe
│ │ │ └── Example14_7.vshost.exe.manifest
│ │ ├── Example14_7.csproj
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── Example14_7.csproj.FileListAbsolute.txt
│ │ │ └── TempPE
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── Example14_7.sln
│ └── Example14_7.suo
├── C15
│ ├── Example15_1
│ │ ├── Example15_1
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example15_1.exe
│ │ │ │ ├── Example15_1.pdb
│ │ │ │ ├── Example15_1.vshost.exe
│ │ │ │ └── Example15_1.vshost.exe.manifest
│ │ │ ├── Example15_1.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example15_1.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example15_1.exe
│ │ │ │ ├── Example15_1.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example15_1.sln
│ │ └── Example15_1.suo
│ ├── Example15_2
│ │ ├── Example15_2
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example15_2.exe
│ │ │ │ ├── Example15_2.pdb
│ │ │ │ ├── Example15_2.vshost.exe
│ │ │ │ └── Example15_2.vshost.exe.manifest
│ │ │ ├── Example15_2.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example15_2.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example15_2.exe
│ │ │ │ ├── Example15_2.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example15_2.sln
│ │ └── Example15_2.suo
│ ├── Example15_3
│ │ ├── Example15_3
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example15_3.exe
│ │ │ │ ├── Example15_3.pdb
│ │ │ │ ├── Example15_3.vshost.exe
│ │ │ │ └── Example15_3.vshost.exe.manifest
│ │ │ ├── Example15_3.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example15_3.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example15_3.exe
│ │ │ │ ├── Example15_3.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example15_3.sln
│ │ └── Example15_3.suo
│ ├── Example15_4
│ │ ├── Example15_4
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example15_4.exe
│ │ │ │ ├── Example15_4.pdb
│ │ │ │ ├── Example15_4.vshost.exe
│ │ │ │ └── Example15_4.vshost.exe.manifest
│ │ │ ├── Example15_4.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example15_4.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example15_4.exe
│ │ │ │ ├── Example15_4.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example15_4.sln
│ │ └── Example15_4.suo
│ ├── Example15_5
│ │ ├── Example15_5
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example15_5.vshost.exe
│ │ │ │ └── Example15_5.vshost.exe.manifest
│ │ │ ├── Example15_5.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Example15_5.sln
│ │ └── Example15_5.suo
│ └── Example15_6
│ ├── Example15_6
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Example15_6.exe
│ │ │ ├── Example15_6.pdb
│ │ │ ├── Example15_6.vshost.exe
│ │ │ └── Example15_6.vshost.exe.manifest
│ │ ├── Example15_6.csproj
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── Example15_6.csproj.FileListAbsolute.txt
│ │ │ ├── Example15_6.exe
│ │ │ ├── Example15_6.pdb
│ │ │ └── TempPE
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── Example15_6.sln
│ └── Example15_6.suo
├── C16
│ ├── Example16_1
│ │ ├── Example16_1
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example16_1.vshost.exe
│ │ │ │ └── Example16_1.vshost.exe.manifest
│ │ │ ├── Example16_1.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example16_1.csproj.FileListAbsolute.txt
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example16_1.sln
│ │ └── Example16_1.suo
│ ├── Example16_2
│ │ ├── Example16_2
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example16_2.exe
│ │ │ │ ├── Example16_2.pdb
│ │ │ │ ├── Example16_2.vshost.exe
│ │ │ │ └── Example16_2.vshost.exe.manifest
│ │ │ ├── Example16_2.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example16_2.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example16_2.exe
│ │ │ │ ├── Example16_2.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Example16_2.sln
│ │ └── Example16_2.suo
│ └── Example16_3
│ ├── Example16_3
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Example16_3.exe
│ │ │ ├── Example16_3.pdb
│ │ │ ├── Example16_3.vshost.exe
│ │ │ └── Example16_3.vshost.exe.manifest
│ │ ├── Example16_3.csproj
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── Example16_3.csproj.FileListAbsolute.txt
│ │ │ ├── Example16_3.exe
│ │ │ ├── Example16_3.pdb
│ │ │ └── TempPE
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── Example16_3.sln
│ └── Example16_3.suo
├── C17
│ ├── CheckBoxDemo
│ │ ├── CheckBoxDemo
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── CheckBoxDemo.exe
│ │ │ │ ├── CheckBoxDemo.pdb
│ │ │ │ └── CheckBoxDemo.vshost.exe
│ │ │ ├── CheckBoxDemo.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── CheckBoxDemo.csproj.FileListAbsolute.txt
│ │ │ │ ├── CheckBoxDemo.csproj.GenerateResource.Cache
│ │ │ │ ├── CheckBoxDemo.exe
│ │ │ │ ├── CheckBoxDemo.Form1.resources
│ │ │ │ ├── CheckBoxDemo.pdb
│ │ │ │ ├── CheckBoxDemo.Properties.Resources.resources
│ │ │ │ ├── Refactor
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── CheckBoxDemo.sln
│ │ └── CheckBoxDemo.suo
│ ├── CheckedListBoxDemo
│ │ ├── CheckedListBoxDemo
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── CheckedListBoxDemo.exe
│ │ │ │ ├── CheckedListBoxDemo.pdb
│ │ │ │ └── CheckedListBoxDemo.vshost.exe
│ │ │ ├── CheckedListBoxDemo.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── CheckedListBoxDemo.csproj.FileListAbsolute.txt
│ │ │ │ ├── CheckedListBoxDemo.csproj.GenerateResource.Cache
│ │ │ │ ├── CheckedListBoxDemo.exe
│ │ │ │ ├── CheckedListBoxDemo.Form1.resources
│ │ │ │ ├── CheckedListBoxDemo.pdb
│ │ │ │ ├── CheckedListBoxDemo.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── CheckedListBoxDemo.sln
│ │ └── CheckedListBoxDemo.suo
│ ├── Example17_1
│ │ ├── Ch17
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Ch17.exe
│ │ │ │ ├── Ch17.pdb
│ │ │ │ ├── Ch17.vshost.exe
│ │ │ │ └── Ch17.vshost.exe.manifest
│ │ │ ├── Ch17.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Ch17.csproj.FileListAbsolute.txt
│ │ │ │ ├── Ch17.csproj.GenerateResource.Cache
│ │ │ │ ├── Ch17.exe
│ │ │ │ ├── Ch17.Form1.resources
│ │ │ │ ├── Ch17.pdb
│ │ │ │ ├── Ch17.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
│ │ │ └── info.ico
│ │ ├── Ch17.sln
│ │ └── Ch17.suo
│ ├── Example17_2
│ │ ├── Example17_2
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example17_2.exe
│ │ │ │ ├── Example17_2.pdb
│ │ │ │ ├── Example17_2.vshost.exe
│ │ │ │ └── Example17_2.vshost.exe.manifest
│ │ │ ├── Example17_2.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example17_2.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example17_2.csproj.GenerateResource.Cache
│ │ │ │ ├── Example17_2.exe
│ │ │ │ ├── Example17_2.Form1.resources
│ │ │ │ ├── Example17_2.pdb
│ │ │ │ ├── Example17_2.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Example17_2.sln
│ │ └── Example17_2.suo
│ ├── Example17_3
│ │ ├── Example17_3
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example17_3.exe
│ │ │ │ ├── Example17_3.pdb
│ │ │ │ ├── Example17_3.vshost.exe
│ │ │ │ └── Example17_3.vshost.exe.manifest
│ │ │ ├── Example17_3.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example17_3.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example17_3.csproj.GenerateResource.Cache
│ │ │ │ ├── Example17_3.exe
│ │ │ │ ├── Example17_3.frmMain.resources
│ │ │ │ ├── Example17_3.pdb
│ │ │ │ ├── Example17_3.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Example17_3.sln
│ │ └── Example17_3.suo
│ ├── Example17_4
│ │ ├── Example17_4
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example17_4.exe
│ │ │ │ ├── Example17_4.pdb
│ │ │ │ └── Example17_4.vshost.exe
│ │ │ ├── Example17_4.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example17_4.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example17_4.csproj.GenerateResource.Cache
│ │ │ │ ├── Example17_4.exe
│ │ │ │ ├── Example17_4.frmMain.resources
│ │ │ │ ├── Example17_4.pdb
│ │ │ │ ├── Example17_4.Properties.Resources.resources
│ │ │ │ ├── Refactor
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Example17_4.sln
│ │ └── Example17_4.suo
│ ├── Example17_5
│ │ ├── Example17_5
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example17_5.exe
│ │ │ │ ├── Example17_5.pdb
│ │ │ │ └── Example17_5.vshost.exe
│ │ │ ├── Example17_5.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example17_5.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example17_5.csproj.GenerateResource.Cache
│ │ │ │ ├── Example17_5.exe
│ │ │ │ ├── Example17_5.Form1.resources
│ │ │ │ ├── Example17_5.pdb
│ │ │ │ ├── Example17_5.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Example17_5.sln
│ │ └── Example17_5.suo
│ ├── Example17_6
│ │ ├── Example17_6
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example17_6.exe
│ │ │ │ ├── Example17_6.pdb
│ │ │ │ └── Example17_6.vshost.exe
│ │ │ ├── Example17_6.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example17_6.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example17_6.csproj.GenerateResource.Cache
│ │ │ │ ├── Example17_6.exe
│ │ │ │ ├── Example17_6.Form1.resources
│ │ │ │ ├── Example17_6.pdb
│ │ │ │ ├── Example17_6.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Example17_6.sln
│ │ └── Example17_6.suo
│ ├── Example17_7
│ │ ├── Example17_7
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example17_7.exe
│ │ │ │ ├── Example17_7.pdb
│ │ │ │ └── Example17_7.vshost.exe
│ │ │ ├── Example17_7.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example17_7.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example17_7.csproj.GenerateResource.Cache
│ │ │ │ ├── Example17_7.exe
│ │ │ │ ├── Example17_7.Form1.resources
│ │ │ │ ├── Example17_7.pdb
│ │ │ │ ├── Example17_7.Properties.Resources.resources
│ │ │ │ ├── Refactor
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Example17_7.sln
│ │ └── Example17_7.suo
│ ├── Example17_8
│ │ ├── Example17_8
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example17_8.dll
│ │ │ │ └── Example17_8.pdb
│ │ │ ├── Example17_8.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example17_8.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example17_8.csproj.GenerateResource.Cache
│ │ │ │ ├── Example17_8.dll
│ │ │ │ ├── Example17_8.pdb
│ │ │ │ ├── Example17_8.UserControl1.resources
│ │ │ │ └── TempPE
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── UserControl1.cs
│ │ │ ├── UserControl1.Designer.cs
│ │ │ └── UserControl1.resx
│ │ ├── Example17_8.sln
│ │ ├── Example17_8.suo
│ │ └── WindowsFormsApplication1
│ │ ├── bin
│ │ │ └── Debug
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ └── TempPE
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── WindowsFormsApplication1.csproj
│ └── RadioButtonDemo
│ ├── RadioButtonDemo
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── RadioButtonDemo.exe
│ │ │ ├── RadioButtonDemo.pdb
│ │ │ └── RadioButtonDemo.vshost.exe
│ │ ├── Form1.cs
│ │ ├── Form1.designer.cs
│ │ ├── Form1.resx
│ │ ├── Form2.cs
│ │ ├── Form2.Designer.cs
│ │ ├── Form2.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── RadioButtonDemo.csproj.FileListAbsolute.txt
│ │ │ ├── RadioButtonDemo.csproj.GenerateResource.Cache
│ │ │ ├── RadioButtonDemo.exe
│ │ │ ├── RadioButtonDemo.Form1.resources
│ │ │ ├── RadioButtonDemo.Form2.resources
│ │ │ ├── RadioButtonDemo.pdb
│ │ │ ├── RadioButtonDemo.Properties.Resources.resources
│ │ │ ├── Refactor
│ │ │ └── TempPE
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── RadioButtonDemo.csproj
│ ├── RadioButtonDemo.sln
│ └── RadioButtonDemo.suo
├── C18
│ └── Example18_1
│ ├── Example18_1
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Example18_1.exe
│ │ │ ├── Example18_1.pdb
│ │ │ ├── Example18_1.vshost.exe
│ │ │ └── Example18_1.vshost.exe.manifest
│ │ ├── Example18_1.csproj
│ │ ├── Example18_1.csproj.user
│ │ ├── Form1.cs
│ │ ├── Form1.designer.cs
│ │ ├── Form1.resx
│ │ ├── Form2.cs
│ │ ├── Form2.Designer.cs
│ │ ├── Form2.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── Example18_1.csproj.FileListAbsolute.txt
│ │ │ ├── Example18_1.csproj.GenerateResource.Cache
│ │ │ ├── Example18_1.exe
│ │ │ ├── Example18_1.Form1.resources
│ │ │ ├── Example18_1.Form2.resources
│ │ │ ├── Example18_1.pdb
│ │ │ ├── Example18_1.Properties.Resources.resources
│ │ │ └── TempPE
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── Resources
│ │ ├── folderopen.ico
│ │ ├── hotplug.ico
│ │ ├── newfolder.ico
│ │ └── none.ico
│ ├── Example18_1.sln
│ └── Example18_1.suo
├── C19
│ ├── Example19_1
│ │ ├── Example19_1
│ │ │ ├── app.config
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example19_1.exe
│ │ │ │ ├── Example19_1.exe.config
│ │ │ │ ├── Example19_1.pdb
│ │ │ │ ├── Example19_1.vshost.exe
│ │ │ │ ├── Example19_1.vshost.exe.config
│ │ │ │ └── Resources
│ │ │ │ ├── Calendar_scheduleHS.bmp
│ │ │ │ ├── ColorHS.BMP
│ │ │ │ ├── CopyHS.bmp
│ │ │ │ ├── CutHS.bmp
│ │ │ │ ├── Edit_UndoHS.bmp
│ │ │ │ ├── FindHS.bmp
│ │ │ │ ├── FontHS.BMP
│ │ │ │ ├── NewDocumentHS.BMP
│ │ │ │ ├── openfolderHS.bmp
│ │ │ │ ├── PasteHS.bmp
│ │ │ │ ├── PrintHS.bmp
│ │ │ │ ├── PrintPreviewHS.bmp
│ │ │ │ └── saveHS.bmp
│ │ │ ├── Example19_1.csproj
│ │ │ ├── Example19_1.csproj.user
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Form2.cs
│ │ │ ├── Form2.designer.cs
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example19_1.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example19_1.csproj.GenerateResource.Cache
│ │ │ │ ├── Example19_1.exe
│ │ │ │ ├── Example19_1.frmMain.resources
│ │ │ │ ├── Example19_1.pdb
│ │ │ │ ├── Example19_1.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── Resources
│ │ │ ├── Calendar_scheduleHS.bmp
│ │ │ ├── ColorHS.BMP
│ │ │ ├── CopyHS.bmp
│ │ │ ├── CutHS.bmp
│ │ │ ├── Edit_UndoHS.bmp
│ │ │ ├── FindHS.bmp
│ │ │ ├── FontHS.BMP
│ │ │ ├── NewDocumentHS.BMP
│ │ │ ├── openfolderHS.bmp
│ │ │ ├── PasteHS.bmp
│ │ │ ├── PrintHS.bmp
│ │ │ ├── PrintPreviewHS.bmp
│ │ │ └── saveHS.bmp
│ │ ├── Example19_1.sln
│ │ └── Example19_1.suo
│ ├── Example19_2
│ │ ├── Example19_2
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example19_2.exe
│ │ │ │ ├── Example19_2.pdb
│ │ │ │ └── Example19_2.vshost.exe
│ │ │ ├── Example19_2.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Form2.cs
│ │ │ ├── Form2.designer.cs
│ │ │ ├── Form2.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example19_2.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example19_2.csproj.GenerateResource.Cache
│ │ │ │ ├── Example19_2.exe
│ │ │ │ ├── Example19_2.Form1.resources
│ │ │ │ ├── Example19_2.Form2.resources
│ │ │ │ ├── Example19_2.pdb
│ │ │ │ ├── Example19_2.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Example19_2.sln
│ │ └── Example19_2.suo
│ ├── Example19_3
│ │ ├── Example19_3
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example19_3.exe
│ │ │ │ ├── Example19_3.pdb
│ │ │ │ ├── Example19_3.vshost.exe
│ │ │ │ └── Example19_3.vshost.exe.manifest
│ │ │ ├── Example19_3.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example19_3.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example19_3.csproj.GenerateResource.Cache
│ │ │ │ ├── Example19_3.exe
│ │ │ │ ├── Example19_3.Form1.resources
│ │ │ │ ├── Example19_3.pdb
│ │ │ │ ├── Example19_3.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Example19_3.sln
│ │ └── Example19_3.suo
│ ├── Example19_4
│ │ ├── Example19_4
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example19_4.exe
│ │ │ │ ├── Example19_4.pdb
│ │ │ │ └── Example19_4.vshost.exe
│ │ │ ├── Example19_4.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example19_4.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example19_4.csproj.GenerateResource.Cache
│ │ │ │ ├── Example19_4.exe
│ │ │ │ ├── Example19_4.Form1.resources
│ │ │ │ ├── Example19_4.pdb
│ │ │ │ ├── Example19_4.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Example19_4.sln
│ │ └── Example19_4.suo
│ ├── Example19_5
│ │ ├── Example19_5
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example19_5.exe
│ │ │ │ ├── Example19_5.pdb
│ │ │ │ └── Example19_5.vshost.exe
│ │ │ ├── Example19_5.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example19_5.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example19_5.csproj.GenerateResource.Cache
│ │ │ │ ├── Example19_5.exe
│ │ │ │ ├── Example19_5.Form1.resources
│ │ │ │ ├── Example19_5.pdb
│ │ │ │ ├── Example19_5.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Example19_5.sln
│ │ └── Example19_5.suo
│ ├── Example19_6
│ │ ├── Example19_6
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example19_6.exe
│ │ │ │ ├── Example19_6.pdb
│ │ │ │ └── Example19_6.vshost.exe
│ │ │ ├── Example19_6.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Form2.cs
│ │ │ ├── Form2.Designer.cs
│ │ │ ├── Form2.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example19_6.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example19_6.csproj.GenerateResource.Cache
│ │ │ │ ├── Example19_6.exe
│ │ │ │ ├── Example19_6.Form1.resources
│ │ │ │ ├── Example19_6.Form2.resources
│ │ │ │ ├── Example19_6.pdb
│ │ │ │ ├── Example19_6.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Example19_6.sln
│ │ └── Example19_6.suo
│ ├── Example19_7
│ │ ├── Example19_7
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example19_7.exe
│ │ │ │ ├── Example19_7.pdb
│ │ │ │ └── Example19_7.vshost.exe
│ │ │ ├── Example19_7.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Form2.cs
│ │ │ ├── Form2.Designer.cs
│ │ │ ├── Form2.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Example19_7.csproj.FileListAbsolute.txt
│ │ │ │ ├── Example19_7.csproj.GenerateResource.Cache
│ │ │ │ ├── Example19_7.exe
│ │ │ │ ├── Example19_7.Form1.resources
│ │ │ │ ├── Example19_7.Form2.resources
│ │ │ │ ├── Example19_7.pdb
│ │ │ │ ├── Example19_7.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Example19_7.sln
│ │ └── Example19_7.suo
│ └── Example19_8
│ ├── Example19_8
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── AxInterop.WMPLib.dll
│ │ │ ├── Example19_8.exe
│ │ │ ├── Example19_8.pdb
│ │ │ ├── Example19_8.vshost.exe
│ │ │ ├── Example19_8.vshost.exe.manifest
│ │ │ └── Interop.WMPLib.dll
│ │ ├── Example19_8.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── AxInterop.WMPLib.dll
│ │ │ ├── Example19_8.csproj.FileListAbsolute.txt
│ │ │ ├── Example19_8.csproj.GenerateResource.Cache
│ │ │ ├── Example19_8.csproj.ResolveComReference.cache
│ │ │ ├── Example19_8.exe
│ │ │ ├── Example19_8.Form1.resources
│ │ │ ├── Example19_8.pdb
│ │ │ ├── Example19_8.Properties.Resources.resources
│ │ │ ├── Interop.WMPLib.dll
│ │ │ └── TempPE
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Example19_8.sln
│ └── Example19_8.suo
├── C20
│ ├── WCF_1
│ │ ├── testWCF
│ │ │ ├── app.config
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ └── TempPE
│ │ │ │ └── Service References.ServiceReference1.Reference.cs.dll
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Service References
│ │ │ │ └── ServiceReference1
│ │ │ │ ├── configuration.svcinfo
│ │ │ │ ├── Reference.cs
│ │ │ │ ├── Reference.svcmap
│ │ │ │ ├── Service11.xsd
│ │ │ │ ├── Service12.xsd
│ │ │ │ ├── Service1.disco
│ │ │ │ ├── Service1.wsdl
│ │ │ │ ├── Service1.xsd
│ │ │ │ └── testWCF.ServiceReference1.CompositeType.datasource
│ │ │ └── testWCF.csproj
│ │ ├── WCF_1
│ │ │ ├── App_Data
│ │ │ ├── bin
│ │ │ │ ├── WCF_1.dll
│ │ │ │ └── WCF_1.pdb
│ │ │ ├── IService1.cs
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── TempPE
│ │ │ │ ├── WCF_1.csproj.FileListAbsolute.txt
│ │ │ │ ├── WCF_1.dll
│ │ │ │ └── WCF_1.pdb
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Service1.svc
│ │ │ ├── Service1.svc.cs
│ │ │ ├── WCF_1.csproj
│ │ │ ├── WCF_1.csproj.user
│ │ │ └── Web.config
│ │ ├── WCF_1.sln
│ │ ├── WCF_1.suo
│ │ └── WCFtest
│ │ ├── app.config
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── WCFtest.exe
│ │ │ ├── WCFtest.exe.config
│ │ │ ├── WCFtest.pdb
│ │ │ ├── WCFtest.vshost.exe
│ │ │ ├── WCFtest.vshost.exe.config
│ │ │ └── WCFtest.vshost.exe.manifest
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── TempPE
│ │ │ │ └── Service References.ServiceReference1.Reference.cs.dll
│ │ │ ├── WCFtest.csproj.FileListAbsolute.txt
│ │ │ ├── WCFtest.exe
│ │ │ └── WCFtest.pdb
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Service References
│ │ │ └── ServiceReference1
│ │ │ ├── configuration.svcinfo
│ │ │ ├── Reference.cs
│ │ │ ├── Reference.svcmap
│ │ │ ├── Service11.xsd
│ │ │ ├── Service12.xsd
│ │ │ ├── Service1.disco
│ │ │ ├── Service1.wsdl
│ │ │ ├── Service1.xsd
│ │ │ └── WCFtest.ServiceReference1.CompositeType.datasource
│ │ └── WCFtest.csproj
│ ├── WCF_2
│ │ ├── testWCF
│ │ │ ├── App.config
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── testWCF.exe
│ │ │ │ ├── testWCF.exe.config
│ │ │ │ ├── testWCF.pdb
│ │ │ │ ├── testWCF.vshost.exe
│ │ │ │ ├── testWCF.vshost.exe.config
│ │ │ │ └── testWCF.vshost.exe.manifest
│ │ │ ├── generatedClient.cs
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── TempPE
│ │ │ │ ├── testWCF.csproj.FileListAbsolute.txt
│ │ │ │ ├── testWCF.exe
│ │ │ │ └── testWCF.pdb
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── testWCF.csproj
│ │ │ └── testWCF.csproj.user
│ │ ├── WCF_2
│ │ │ ├── App_Data
│ │ │ ├── bin
│ │ │ │ ├── WCF_2.dll
│ │ │ │ └── WCF_2.pdb
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── TempPE
│ │ │ │ ├── WCF_2.csproj.FileListAbsolute.txt
│ │ │ │ ├── WCF_2.dll
│ │ │ │ └── WCF_2.pdb
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Service1.asmx
│ │ │ ├── Service1.asmx.cs
│ │ │ ├── WCF_2.csproj
│ │ │ ├── WCF_2.csproj.user
│ │ │ └── Web.config
│ │ ├── WCF_2.sln
│ │ └── WCF_2.suo
│ ├── WF_1
│ │ ├── WF_1
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── WF_1.exe
│ │ │ │ └── WF_1.pdb
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── TempPE
│ │ │ │ ├── WF_1.csproj.FileListAbsolute.txt
│ │ │ │ ├── WF_1.exe
│ │ │ │ └── WF_1.pdb
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Settings.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── WF_1.csproj
│ │ │ ├── Workflow1.cs
│ │ │ └── Workflow1.designer.cs
│ │ ├── WF_1.sln
│ │ └── WF_1.suo
│ ├── WF_2
│ │ ├── WF_2
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── WF_2.exe
│ │ │ │ └── WF_2.pdb
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── TempPE
│ │ │ │ ├── WF_2.csproj.FileListAbsolute.txt
│ │ │ │ ├── WF_2.exe
│ │ │ │ └── WF_2.pdb
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Settings.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── WF_2.csproj
│ │ │ ├── Workflow1.cs
│ │ │ ├── Workflow1.designer.cs
│ │ │ └── Workflow1.layout
│ │ ├── WF_2.sln
│ │ └── WF_2.suo
│ ├── WPF_1
│ │ ├── WPF_1
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── WPF_1.exe
│ │ │ │ ├── WPF_1.pdb
│ │ │ │ ├── WPF_1.vshost.exe
│ │ │ │ └── WPF_1.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── App.g.cs
│ │ │ │ ├── TempPE
│ │ │ │ ├── Window1.baml
│ │ │ │ ├── Window1.g.cs
│ │ │ │ ├── WPF_1.csproj.FileListAbsolute.txt
│ │ │ │ ├── WPF_1.csproj.GenerateResource.Cache
│ │ │ │ ├── WPF_1.exe
│ │ │ │ ├── WPF_1.g.resources
│ │ │ │ ├── WPF_1_MarkupCompile.cache
│ │ │ │ ├── WPF_1.pdb
│ │ │ │ └── WPF_1.Properties.Resources.resources
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ ├── Window1.xaml.cs
│ │ │ └── WPF_1.csproj
│ │ ├── WPF_1.sln
│ │ └── WPF_1.suo
│ ├── WPF_2
│ │ ├── WPF_2
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── WPF_2.exe
│ │ │ │ ├── WPF_2.exe.manifest
│ │ │ │ ├── WPF_2.pdb
│ │ │ │ └── WPF_2.xbap
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── App.g.cs
│ │ │ │ ├── Page1.baml
│ │ │ │ ├── Page1.g.cs
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── WPF_2.csproj.FileListAbsolute.txt
│ │ │ │ ├── WPF_2.csproj.GenerateResource.Cache
│ │ │ │ ├── WPF_2.exe
│ │ │ │ ├── WPF_2.exe.manifest
│ │ │ │ ├── WPF_2.g.resources
│ │ │ │ ├── WPF_2_MarkupCompile.cache
│ │ │ │ ├── WPF_2.pdb
│ │ │ │ ├── WPF_2.Properties.Resources.resources
│ │ │ │ ├── WPF_2.TrustInfo.xml
│ │ │ │ └── WPF_2.xbap
│ │ │ ├── Page1.xaml
│ │ │ ├── Page1.xaml.cs
│ │ │ ├── Properties
│ │ │ │ ├── app.manifest
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── WPF_2.csproj
│ │ │ └── WPF_2_TemporaryKey.pfx
│ │ ├── WPF_2.sln
│ │ └── WPF_2.suo
│ ├── WPF_3
│ │ ├── WPF_3
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── WPF_3.exe
│ │ │ │ ├── WPF_3.pdb
│ │ │ │ ├── WPF_3.vshost.exe
│ │ │ │ └── WPF_3.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── App.g.cs
│ │ │ │ ├── TempPE
│ │ │ │ ├── Window1.baml
│ │ │ │ ├── Window1.g.cs
│ │ │ │ ├── WPF_3.csproj.FileListAbsolute.txt
│ │ │ │ ├── WPF_3.csproj.GenerateResource.Cache
│ │ │ │ ├── WPF_3.exe
│ │ │ │ ├── WPF_3.g.resources
│ │ │ │ ├── WPF_3_MarkupCompile.cache
│ │ │ │ ├── WPF_3.pdb
│ │ │ │ └── WPF_3.Properties.Resources.resources
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Students.xml
│ │ │ ├── Window1.xaml
│ │ │ ├── Window1.xaml.cs
│ │ │ └── WPF_3.csproj
│ │ ├── WPF_3.sln
│ │ └── WPF_3.suo
│ ├── WPF_4
│ │ ├── WPF_4
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── WPF_4.exe
│ │ │ │ ├── WPF_4.pdb
│ │ │ │ ├── WPF_4.vshost.exe
│ │ │ │ └── WPF_4.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── App.g.cs
│ │ │ │ ├── TempPE
│ │ │ │ ├── Window1.baml
│ │ │ │ ├── Window1.g.cs
│ │ │ │ ├── WPF_4.csproj.FileListAbsolute.txt
│ │ │ │ ├── WPF_4.csproj.GenerateResource.Cache
│ │ │ │ ├── WPF_4.exe
│ │ │ │ ├── WPF_4.g.resources
│ │ │ │ ├── WPF_4_MarkupCompile.cache
│ │ │ │ ├── WPF_4.pdb
│ │ │ │ └── WPF_4.Properties.Resources.resources
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ ├── Window1.xaml.cs
│ │ │ └── WPF_4.csproj
│ │ ├── WPF_4.sln
│ │ └── WPF_4.suo
│ └── WPF_5
│ ├── WPF_5
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── WPF_5.exe
│ │ │ ├── WPF_5.pdb
│ │ │ ├── WPF_5.vshost.exe
│ │ │ └── WPF_5.vshost.exe.manifest
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── App.baml
│ │ │ ├── App.g.cs
│ │ │ ├── TempPE
│ │ │ ├── Window1.baml
│ │ │ ├── Window1.g.cs
│ │ │ ├── WPF_5.csproj.FileListAbsolute.txt
│ │ │ ├── WPF_5.csproj.GenerateResource.Cache
│ │ │ ├── WPF_5.exe
│ │ │ ├── WPF_5.g.resources
│ │ │ ├── WPF_5_MarkupCompile.cache
│ │ │ ├── WPF_5.pdb
│ │ │ └── WPF_5.Properties.Resources.resources
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Window1.xaml
│ │ ├── Window1.xaml.cs
│ │ └── WPF_5.csproj
│ ├── WPF_5.sln
│ └── WPF_5.suo
├── C21
│ ├── Chap20_1
│ │ ├── WindowsFormsApplication2
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── WindowsFormsApplication2.vshost.exe
│ │ │ │ └── WindowsFormsApplication2.vshost.exe.manifest
│ │ │ ├── Chap20_1.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── WindowsFormsApplication2.sln
│ │ └── WindowsFormsApplication2.suo
│ └── Chap20_2
│ ├── Chap20_2
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Chap20_2.exe
│ │ │ ├── Chap20_2.pdb
│ │ │ ├── Chap20_2.vshost.exe
│ │ │ └── Chap20_2.vshost.exe.manifest
│ │ ├── Chap20_2.csproj
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── Chap20_2.csproj.FileListAbsolute.txt
│ │ │ ├── Chap20_2.exe
│ │ │ ├── Chap20_2.pdb
│ │ │ └── TempPE
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── Chap20_2.sln
│ └── Chap20_2.suo
├── C22
│ └── Chap21_1
│ ├── Chap21_1
│ │ ├── app.config
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Chap21_1.exe
│ │ │ ├── Chap21_1.exe.config
│ │ │ ├── Chap21_1.pdb
│ │ │ ├── Chap21_1.vshost.exe
│ │ │ └── Chap21_1.vshost.exe.config
│ │ ├── Chap20DataSet.Designer.cs
│ │ ├── Chap20DataSet.xsc
│ │ ├── Chap20DataSet.xsd
│ │ ├── Chap20DataSet.xss
│ │ ├── Chap21_1.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── Chap21_1.csproj.FileListAbsolute.txt
│ │ │ ├── Chap21_1.csproj.GenerateResource.Cache
│ │ │ ├── Chap21_1.exe
│ │ │ ├── Chap21_1.Form1.resources
│ │ │ ├── Chap21_1.pdb
│ │ │ ├── Chap21_1.Properties.Resources.resources
│ │ │ └── TempPE
│ │ │ └── Chap20DataSet.Designer.cs.dll
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Chap21_1.sln
│ └── Chap21_1.suo
├── C23
│ ├── LINQ_1
│ │ ├── LINQ_1
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LINQ_1.exe
│ │ │ │ ├── LINQ_1.pdb
│ │ │ │ ├── LINQ_1.vshost.exe
│ │ │ │ └── LINQ_1.vshost.exe.manifest
│ │ │ ├── LINQ_1.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── LINQ_1.csproj.FileListAbsolute.txt
│ │ │ │ ├── LINQ_1.exe
│ │ │ │ ├── LINQ_1.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── LINQ_1.sln
│ │ └── LINQ_1.suo
│ ├── LINQ_2
│ │ ├── LINQ_2
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LINQ_2.exe
│ │ │ │ ├── LINQ_2.pdb
│ │ │ │ ├── LINQ_2.vshost.exe
│ │ │ │ └── LINQ_2.vshost.exe.manifest
│ │ │ ├── LINQ_2.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── LINQ_2.csproj.FileListAbsolute.txt
│ │ │ │ ├── LINQ_2.exe
│ │ │ │ ├── LINQ_2.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── LINQ_2.sln
│ │ └── LINQ_2.suo
│ ├── LINQFILE
│ │ ├── LINQFILE
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LINQFILE.exe
│ │ │ │ ├── LINQFILE.pdb
│ │ │ │ ├── LINQFILE.vshost.exe
│ │ │ │ └── LINQFILE.vshost.exe.manifest
│ │ │ ├── LINQFILE.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── LINQFILE.csproj.FileListAbsolute.txt
│ │ │ │ ├── LINQFILE.exe
│ │ │ │ ├── LINQFILE.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── LINQFILE.sln
│ │ └── LINQFILE.suo
│ ├── LINQSQL_1
│ │ ├── LINQSQL_1
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LINQSQL_1.vshost.exe
│ │ │ │ └── LINQSQL_1.vshost.exe.manifest
│ │ │ ├── LINQSQL_1.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── LINQSQL_1.csproj.FileListAbsolute.txt
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── LINQSQL_1.sln
│ │ └── LINQSQL_1.suo
│ ├── LINQSTR_1
│ │ ├── LINQSTR_1
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LINQSTR_1.exe
│ │ │ │ ├── LINQSTR_1.pdb
│ │ │ │ ├── LINQSTR_1.vshost.exe
│ │ │ │ └── LINQSTR_1.vshost.exe.manifest
│ │ │ ├── LINQSTR_1.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── LINQSTR_1.csproj.FileListAbsolute.txt
│ │ │ │ ├── LINQSTR_1.exe
│ │ │ │ ├── LINQSTR_1.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── LINQSTR_1.sln
│ │ └── LINQSTR_1.suo
│ ├── LINQSTR_2
│ │ ├── LINQSTR_2
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LINQSTR_2.exe
│ │ │ │ ├── LINQSTR_2.pdb
│ │ │ │ ├── LINQSTR_2.vshost.exe
│ │ │ │ └── LINQSTR_2.vshost.exe.manifest
│ │ │ ├── LINQSTR_2.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── LINQSTR_2.csproj.FileListAbsolute.txt
│ │ │ │ ├── LINQSTR_2.exe
│ │ │ │ ├── LINQSTR_2.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── LINQSTR_2.sln
│ │ └── LINQSTR_2.suo
│ ├── LINQXML_1
│ │ ├── LINQXML_1
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LINQXML_1.exe
│ │ │ │ ├── LINQXML_1.pdb
│ │ │ │ ├── LINQXML_1.vshost.exe
│ │ │ │ └── Students.xml
│ │ │ ├── LINQXML_1.csproj
│ │ │ ├── LINQXML_1.csproj.user
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── LINQXML_1.csproj.FileListAbsolute.txt
│ │ │ │ ├── LINQXML_1.exe
│ │ │ │ ├── LINQXML_1.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── LINQXML_1.sln
│ │ └── LINQXML_1.suo
│ └── LINQXML_2
│ ├── LINQXML_2
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── LINQXML_2.exe
│ │ │ ├── LINQXML_2.pdb
│ │ │ ├── LINQXML_2.vshost.exe
│ │ │ └── LINQXML_2.vshost.exe.manifest
│ │ ├── LINQXML_2.csproj
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── LINQXML_2.csproj.FileListAbsolute.txt
│ │ │ ├── LINQXML_2.exe
│ │ │ ├── LINQXML_2.pdb
│ │ │ └── TempPE
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── LINQXML_2.sln
│ └── LINQXML_2.suo
├── C25
│ ├── Chap23_1
│ │ ├── App_Data
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ └── web.config
│ ├── Chap23_2
│ │ ├── App_Data
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ └── web.config
│ ├── Chap23_3
│ │ ├── App_Data
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ └── web.config
│ ├── Chap23_4
│ │ ├── App_Data
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ └── web.config
│ ├── Chap23_5
│ │ ├── App_Data
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ └── web.config
│ └── Chap23_6
│ ├── App_Data
│ ├── Default.aspx
│ ├── Default.aspx.cs
│ └── web.config
├── C26
│ ├── BinaryReaderTest
│ │ ├── BinaryReaderTest
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── BinaryReaderTest.exe
│ │ │ │ ├── BinaryReaderTest.pdb
│ │ │ │ ├── BinaryReaderTest.vshost.exe
│ │ │ │ └── BinaryReaderTest.vshost.exe.manifest
│ │ │ ├── BinaryReaderTest.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── BinaryReaderTest.csproj.FileListAbsolute.txt
│ │ │ │ ├── BinaryReaderTest.exe
│ │ │ │ ├── BinaryReaderTest.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── BinaryReaderTest.sln
│ │ └── BinaryReaderTest.suo
│ ├── BinaryWriterTest
│ │ ├── BinaryWriterTest
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── BinaryWriterTest.exe
│ │ │ │ ├── BinaryWriterTest.pdb
│ │ │ │ ├── BinaryWriterTest.vshost.exe
│ │ │ │ └── BinaryWriterTest.vshost.exe.manifest
│ │ │ ├── BinaryWriterTest.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── BinaryWriterTest.csproj.FileListAbsolute.txt
│ │ │ │ ├── BinaryWriterTest.exe
│ │ │ │ ├── BinaryWriterTest.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── BinaryWriterTest.sln
│ │ └── BinaryWriterTest.suo
│ ├── FileProject
│ │ ├── FileProject
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── FileProject.exe
│ │ │ │ ├── FileProject.pdb
│ │ │ │ └── FileProject.vshost.exe
│ │ │ ├── FileProject.csproj
│ │ │ ├── frmMain.cs
│ │ │ ├── frmMain.designer.cs
│ │ │ ├── frmMain.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── FileProject.csproj.FileListAbsolute.txt
│ │ │ │ ├── FileProject.csproj.GenerateResource.Cache
│ │ │ │ ├── FileProject.exe
│ │ │ │ ├── FileProject.frmMain.resources
│ │ │ │ ├── FileProject.pdb
│ │ │ │ ├── FileProject.Properties.Resources.resources
│ │ │ │ ├── Refactor
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── FileProject.sln
│ │ └── FileProject.suo
│ ├── FileStreamProject
│ │ ├── FileStreamProject
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── FileStreamProject.vshost.exe
│ │ │ │ └── FileStreamProject.vshost.exe.manifest
│ │ │ ├── FileStreamProject.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── FileStreamProject.sln
│ │ └── FileStreamProject.suo
│ ├── StreamReaderTest
│ │ ├── StreamReaderTest
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── StreamReaderTest.exe
│ │ │ │ ├── StreamReaderTest.pdb
│ │ │ │ ├── StreamReaderTest.vshost.exe
│ │ │ │ └── StreamReaderTest.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── StreamReaderTest.csproj.FileListAbsolute.txt
│ │ │ │ ├── StreamReaderTest.exe
│ │ │ │ ├── StreamReaderTest.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── StreamReaderTest.csproj
│ │ ├── StreamReaderTest.sln
│ │ └── StreamReaderTest.suo
│ └── StreamWriterTest
│ ├── StreamWriterTest
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── StreamWriterTest.exe
│ │ │ ├── StreamWriterTest.pdb
│ │ │ ├── StreamWriterTest.vshost.exe
│ │ │ └── StreamWriterTest.vshost.exe.manifest
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── StreamWriterTest.csproj.FileListAbsolute.txt
│ │ │ ├── StreamWriterTest.exe
│ │ │ ├── StreamWriterTest.pdb
│ │ │ └── TempPE
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── StreamWriterTest.csproj
│ ├── StreamWriterTest.sln
│ └── StreamWriterTest.suo
├── C28
│ ├── Backup
│ │ ├── StudentManagement.sln
│ │ ├── StudentManagement.suo
│ │ ├── StudentsMIS.Business
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── AwardEntity.cs
│ │ │ ├── AwardManager.cs
│ │ │ ├── ChangeEntity.cs
│ │ │ ├── ChangeManager.cs
│ │ │ ├── ChangeTypeManager.cs
│ │ │ ├── ClassEntity.cs
│ │ │ ├── ClassManager.cs
│ │ │ ├── CollegeManager.cs
│ │ │ ├── IEntity.cs
│ │ │ ├── IManager.cs
│ │ │ ├── PunishmentEntity.cs
│ │ │ ├── PunishmentManager.cs
│ │ │ ├── PunishmentTypeManager.cs
│ │ │ ├── SpecialityManager.cs
│ │ │ ├── StudentEntity.cs
│ │ │ ├── StudentManager.cs
│ │ │ ├── StudentsMIS.Business.csproj
│ │ │ └── StudentsMIS.Business.csproj.user
│ │ ├── StudentsMIS.CommonClassLibrary
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── BindDownList.cs
│ │ │ ├── FormatDateTime.cs
│ │ │ ├── StringValidation.cs
│ │ │ ├── StudentsMIS.CommonClassLibrary.csproj
│ │ │ └── StudentsMIS.CommonClassLibrary.csproj.user
│ │ ├── StudentsMIS.DataAccess
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── CommandBuilder.cs
│ │ │ ├── CommandCloser.cs
│ │ │ ├── ConnectionBuilder.cs
│ │ │ ├── StudentsMIS.DataAccess.csproj
│ │ │ └── StudentsMIS.DataAccess.csproj.user
│ │ ├── StudentsMIS.Security
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── BaseAdminPage.cs
│ │ │ ├── BaseUserPage.cs
│ │ │ ├── StudentsMIS.Security.csproj
│ │ │ ├── StudentsMIS.Security.csproj.user
│ │ │ ├── User.cs
│ │ │ ├── UserEntity.cs
│ │ │ └── UserManager.cs
│ │ └── StudentsMIS.WinForm
│ │ ├── App.ico
│ │ ├── AppStart.cs
│ │ ├── AssemblyInfo.cs
│ │ ├── ChangePassword.cs
│ │ ├── ChangePassword.resx
│ │ ├── CollegeDataSet.Designer.cs
│ │ ├── CollegeDataSet.xsd
│ │ ├── CollegeDataSet.xsx
│ │ ├── CommonValue.cs
│ │ ├── FormEdit.cs
│ │ ├── FormEdit.resx
│ │ ├── FormNew.cs
│ │ ├── FormNew.resx
│ │ ├── FormProperty.cs
│ │ ├── FormProperty.resx
│ │ ├── images
│ │ │ ├── boy_16.bmp
│ │ │ ├── boy_32.bmp
│ │ │ ├── delete.bmp
│ │ │ ├── edit.bmp
│ │ │ ├── girl_16.bmp
│ │ │ ├── girl_32.bmp
│ │ │ ├── new.bmp
│ │ │ ├── properties.bmp
│ │ │ └── refresh.bmp
│ │ ├── MainForm.cs
│ │ ├── MainForm.resx
│ │ ├── Organization.Designer.cs
│ │ ├── Organization.xsd
│ │ ├── Organization.xsx
│ │ ├── OrgSettings.cs
│ │ ├── OrgSettings.resx
│ │ ├── StuAddedInfo.Designer.cs
│ │ ├── StuAddedInfo.xsd
│ │ ├── StuAddedInfo.xsx
│ │ ├── StudentsMIS.WinForm.csproj
│ │ ├── StudentsMIS.WinForm.csproj.user
│ │ ├── TypeSettings.cs
│ │ ├── TypeSettings.resx
│ │ ├── UserLoginForm.cs
│ │ ├── UserLoginForm.resx
│ │ ├── UserManagement.cs
│ │ └── UserManagement.resx
│ ├── StudentManagement.sln
│ ├── StudentManagement.suo
│ ├── StudentsMIS.Business
│ │ ├── AssemblyInfo.cs
│ │ ├── AwardEntity.cs
│ │ ├── AwardManager.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── StudentsMIS.Business.dll
│ │ │ ├── StudentsMIS.Business.pdb
│ │ │ ├── StudentsMIS.DataAccess.dll
│ │ │ └── StudentsMIS.DataAccess.pdb
│ │ ├── ChangeEntity.cs
│ │ ├── ChangeManager.cs
│ │ ├── ChangeTypeManager.cs
│ │ ├── ClassEntity.cs
│ │ ├── ClassManager.cs
│ │ ├── CollegeManager.cs
│ │ ├── IEntity.cs
│ │ ├── IManager.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── StudentsMIS.Business.csproj.FileListAbsolute.txt
│ │ │ ├── StudentsMIS.Business.dll
│ │ │ ├── StudentsMIS.Business.pdb
│ │ │ └── TempPE
│ │ ├── PunishmentEntity.cs
│ │ ├── PunishmentManager.cs
│ │ ├── PunishmentTypeManager.cs
│ │ ├── SpecialityManager.cs
│ │ ├── StudentEntity.cs
│ │ ├── StudentManager.cs
│ │ ├── StudentsMIS.Business.csproj
│ │ └── StudentsMIS.Business.csproj.user
│ ├── StudentsMIS.CommonClassLibrary
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── StudentsMIS.CommonClassLibrary.dll
│ │ │ ├── StudentsMIS.CommonClassLibrary.pdb
│ │ │ ├── StudentsMIS.DataAccess.dll
│ │ │ └── StudentsMIS.DataAccess.pdb
│ │ ├── BindDownList.cs
│ │ ├── FormatDateTime.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── StudentsMIS.CommonClassLibrary.csproj.FileListAbsolute.txt
│ │ │ ├── StudentsMIS.CommonClassLibrary.dll
│ │ │ ├── StudentsMIS.CommonClassLibrary.pdb
│ │ │ └── TempPE
│ │ ├── StringValidation.cs
│ │ ├── StudentsMIS.CommonClassLibrary.csproj
│ │ └── StudentsMIS.CommonClassLibrary.csproj.user
│ ├── StudentsMIS.DataAccess
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── StudentsMIS.DataAccess.dll
│ │ │ └── StudentsMIS.DataAccess.pdb
│ │ ├── CommandBuilder.cs
│ │ ├── CommandCloser.cs
│ │ ├── ConnectionBuilder.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── StudentsMIS.DataAccess.csproj.FileListAbsolute.txt
│ │ │ ├── StudentsMIS.DataAccess.dll
│ │ │ ├── StudentsMIS.DataAccess.pdb
│ │ │ └── TempPE
│ │ ├── StudentsMIS.DataAccess.csproj
│ │ └── StudentsMIS.DataAccess.csproj.user
│ ├── StudentsMIS.Security
│ │ ├── AssemblyInfo.cs
│ │ ├── BaseAdminPage.cs
│ │ ├── BaseUserPage.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── StudentsMIS.DataAccess.dll
│ │ │ ├── StudentsMIS.DataAccess.pdb
│ │ │ ├── StudentsMIS.Security.dll
│ │ │ └── StudentsMIS.Security.pdb
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── StudentsMIS.Security.csproj.FileListAbsolute.txt
│ │ │ ├── StudentsMIS.Security.dll
│ │ │ ├── StudentsMIS.Security.pdb
│ │ │ └── TempPE
│ │ ├── StudentsMIS.Security.csproj
│ │ ├── StudentsMIS.Security.csproj.user
│ │ ├── User.cs
│ │ ├── UserEntity.cs
│ │ └── UserManager.cs
│ ├── StudentsMIS.WinForm
│ │ ├── App.ico
│ │ ├── AppStart.cs
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── StudentsMIS.Business.dll
│ │ │ ├── StudentsMIS.Business.pdb
│ │ │ ├── StudentsMIS.CommonClassLibrary.dll
│ │ │ ├── StudentsMIS.CommonClassLibrary.pdb
│ │ │ ├── StudentsMIS.DataAccess.dll
│ │ │ ├── StudentsMIS.DataAccess.pdb
│ │ │ ├── StudentsMIS.Security.dll
│ │ │ ├── StudentsMIS.Security.pdb
│ │ │ ├── StudentsMIS.WinForm.exe
│ │ │ ├── StudentsMIS.WinForm.pdb
│ │ │ ├── StudentsMIS.WinForm.vshost.exe
│ │ │ └── StudentsMIS.WinForm.vshost.exe.manifest
│ │ ├── ChangePassword.cs
│ │ ├── ChangePassword.resx
│ │ ├── CollegeDataSet.Designer.cs
│ │ ├── CollegeDataSet.xsd
│ │ ├── CollegeDataSet.xsx
│ │ ├── CommonValue.cs
│ │ ├── FormEdit.cs
│ │ ├── FormEdit.resx
│ │ ├── FormNew.cs
│ │ ├── FormNew.resx
│ │ ├── FormProperty.cs
│ │ ├── FormProperty.resx
│ │ ├── images
│ │ │ ├── boy_16.bmp
│ │ │ ├── boy_32.bmp
│ │ │ ├── delete.bmp
│ │ │ ├── edit.bmp
│ │ │ ├── girl_16.bmp
│ │ │ ├── girl_32.bmp
│ │ │ ├── new.bmp
│ │ │ ├── properties.bmp
│ │ │ └── refresh.bmp
│ │ ├── MainForm.cs
│ │ ├── MainForm.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── StudentsMIS.WinForm.ChangePassword.resources
│ │ │ ├── StudentsMIS.WinForm.csproj.FileListAbsolute.txt
│ │ │ ├── StudentsMIS.WinForm.csproj.GenerateResource.Cache
│ │ │ ├── StudentsMIS.WinForm.exe
│ │ │ ├── StudentsMIS.WinForm.FormEdit.resources
│ │ │ ├── StudentsMIS.WinForm.FormNew.resources
│ │ │ ├── StudentsMIS.WinForm.FormProperty.resources
│ │ │ ├── StudentsMIS.WinForm.MainForm.resources
│ │ │ ├── StudentsMIS.WinForm.OrgSettings.resources
│ │ │ ├── StudentsMIS.WinForm.pdb
│ │ │ ├── StudentsMIS.WinForm.TypeSettings.resources
│ │ │ ├── StudentsMIS.WinForm.UserLoginForm.resources
│ │ │ ├── StudentsMIS.WinForm.UserManagement.resources
│ │ │ └── TempPE
│ │ ├── Organization.Designer.cs
│ │ ├── Organization.xsd
│ │ ├── Organization.xsx
│ │ ├── OrgSettings.cs
│ │ ├── OrgSettings.resx
│ │ ├── StuAddedInfo.Designer.cs
│ │ ├── StuAddedInfo.xsd
│ │ ├── StuAddedInfo.xsx
│ │ ├── StudentsMIS.WinForm.csproj
│ │ ├── StudentsMIS.WinForm.csproj.user
│ │ ├── TypeSettings.cs
│ │ ├── TypeSettings.resx
│ │ ├── UserLoginForm.cs
│ │ ├── UserLoginForm.resx
│ │ ├── UserManagement.cs
│ │ └── UserManagement.resx
│ ├── UpgradeLog.XML
│ ├── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport_Minus.gif
│ │ ├── UpgradeReport_Plus.gif
│ │ └── UpgradeReport.xslt
│ └── 学生管理信息系统.suo
├── C29
│ └── StudentSystem
│ ├── App_Code
│ │ ├── AwardManager.cs
│ │ ├── BaseAdminPage.cs
│ │ ├── BaseUserPage.cs
│ │ ├── BindDownList.cs
│ │ ├── ChangeManager.cs
│ │ ├── ChangeTypeManager.cs
│ │ ├── ClassDiagram.cd
│ │ ├── ClassManager.cs
│ │ ├── CollegeManager.cs
│ │ ├── DataClasses.dbml
│ │ ├── DataClasses.dbml.layout
│ │ ├── DataClasses.designer.cs
│ │ ├── FormatDateTime.cs
│ │ ├── PunishmentManager.cs
│ │ ├── PunishmentTypeManager.cs
│ │ ├── SpecialityManager.cs
│ │ ├── StringValidation.cs
│ │ ├── StudentManager.cs
│ │ ├── User.cs
│ │ └── UserManager.cs
│ ├── App_Data
│ ├── Controls
│ │ ├── FooterControl.ascx
│ │ ├── FooterControl.ascx.cs
│ │ ├── FooterControl.ascx.resx
│ │ ├── menucontrol.ascx
│ │ ├── MenuControl.ascx.cs
│ │ └── MenuControl.ascx.resx
│ ├── images
│ │ ├── bgcolor.gif
│ │ ├── login_bg.jpg
│ │ └── SystemName.gif
│ ├── Index.aspx
│ ├── Index.aspx.cs
│ ├── OrganizationSettings
│ │ ├── classsetting.aspx
│ │ ├── classsetting.aspx.cs
│ │ ├── collegesetting.aspx
│ │ ├── collegesetting.aspx.cs
│ │ ├── specialitysetting.aspx
│ │ └── specialitysetting.aspx.cs
│ ├── StudentsManagement
│ │ ├── studentschange.aspx
│ │ ├── studentschange.aspx.cs
│ │ ├── studentsinsert.aspx
│ │ ├── studentsinsert.aspx.cs
│ │ ├── studentsmanagement.aspx
│ │ ├── studentsmanagement.aspx.cs
│ │ ├── studentsselect.aspx
│ │ ├── studentsselect.aspx.cs
│ │ ├── studentsupdate.aspx
│ │ └── studentsupdate.aspx.cs
│ ├── StyleSheets
│ │ └── StyleSheet.css
│ ├── SystemManagement
│ │ ├── userlogin.aspx
│ │ ├── UserLogin.aspx.cs
│ │ ├── UserLogin.aspx.resx
│ │ ├── userpwdupdate.aspx
│ │ ├── UserPwdUpdate.aspx.cs
│ │ ├── UserPwdUpdate.aspx.resx
│ │ ├── usersmanagement.aspx
│ │ ├── UsersManagement.aspx.cs
│ │ └── UsersManagement.aspx.resx
│ ├── TypesSettings
│ │ ├── changetypesetting.aspx
│ │ ├── changetypesetting.aspx.cs
│ │ ├── ChangeTypeSetting.aspx.resx
│ │ ├── punishmenttypesetting.aspx
│ │ ├── punishmenttypesetting.aspx.cs
│ │ └── PunishmentTypeSetting.aspx.resx
│ ├── vwd.webinfo
│ └── web.config
└── 光盘使用说明.txt
2012 directories, 3409 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论