实例介绍
这是《WPF全视角分析》这本书的章节源代码,分为两个VS不同版本
【实例截图】
【核心代码】
16359647438746788919.zip
├── Codes(VS2005)
│ └── Codes(VS2005)
│ ├── Chapter1
│ │ └── App1.1
│ │ ├── App1.1
│ │ │ ├── App1.1.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App1.1.exe
│ │ │ │ └── App1.1.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App1.1.sln
│ │ └── App1.1.suo
│ ├── Chapter10
│ │ ├── App10.1
│ │ │ ├── App10.1
│ │ │ │ ├── App10.1.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App10.1.exe
│ │ │ │ │ └── App10.1.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App10.1.sln
│ │ │ └── App10.1.suo
│ │ ├── App10.10
│ │ │ ├── App10.10
│ │ │ │ ├── App10.10.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App10.10.exe
│ │ │ │ │ └── App10.10.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App10.10.sln
│ │ │ └── App10.10.suo
│ │ ├── App10.2
│ │ │ ├── App10.2
│ │ │ │ ├── App10.2.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App10.2.exe
│ │ │ │ │ └── App10.2.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App10.2.sln
│ │ │ └── App10.2.suo
│ │ ├── App10.3
│ │ │ ├── App10.3
│ │ │ │ ├── App10.3.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App10.3.exe
│ │ │ │ │ └── App10.3.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App10.3.sln
│ │ │ └── App10.3.suo
│ │ ├── App10.4
│ │ │ ├── App10.4
│ │ │ │ ├── App10.4.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App10.4.exe
│ │ │ │ │ └── App10.4.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App10.4.sln
│ │ │ └── App10.4.suo
│ │ ├── App10.5
│ │ │ ├── App10.5
│ │ │ │ ├── App10.5.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App10.5.exe
│ │ │ │ │ └── App10.5.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App10.5.sln
│ │ │ └── App10.5.suo
│ │ ├── App10.6
│ │ │ ├── App10.6
│ │ │ │ ├── App10.6.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App10.6.exe
│ │ │ │ │ └── App10.6.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App10.6.sln
│ │ │ └── App10.6.suo
│ │ ├── App10.7
│ │ │ ├── App10.7
│ │ │ │ ├── App10.7.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App10.7.exe
│ │ │ │ │ └── App10.7.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App10.7.sln
│ │ │ └── App10.7.suo
│ │ ├── App10.8
│ │ │ ├── App10.8
│ │ │ │ ├── App10.8.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App10.8.exe
│ │ │ │ │ └── App10.8.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App10.8.sln
│ │ │ └── App10.8.suo
│ │ └── App10.9
│ │ ├── App10.9
│ │ │ ├── App10.9.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App10.9.exe
│ │ │ │ └── App10.9.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App10.9.sln
│ │ └── App10.9.suo
│ ├── Chapter11
│ │ ├── App11.1
│ │ │ ├── App11.1
│ │ │ │ ├── App11.1.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App11.1.exe
│ │ │ │ │ └── App11.1.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Resources
│ │ │ │ │ └── Good.gif
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App11.1.sln
│ │ │ └── App11.1.suo
│ │ ├── App11.10
│ │ │ ├── App11.10
│ │ │ │ ├── App11.10.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App11.10.exe
│ │ │ │ │ └── App11.10.vshost.exe
│ │ │ │ ├── ContentPage.xaml
│ │ │ │ ├── ContentPage.xaml.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Resources
│ │ │ │ │ └── Good.gif
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App11.10.sln
│ │ │ └── App11.10.suo
│ │ ├── App11.2
│ │ │ ├── App11.2
│ │ │ │ ├── App11.2.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App11.2.exe
│ │ │ │ │ └── App11.2.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App11.2.sln
│ │ │ └── App11.2.suo
│ │ ├── App11.3
│ │ │ ├── App11.3
│ │ │ │ ├── App11.3.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App11.3.exe
│ │ │ │ │ └── App11.3.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App11.3.sln
│ │ │ └── App11.3.suo
│ │ ├── App11.4
│ │ │ ├── App11.4
│ │ │ │ ├── App11.4.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App11.4.exe
│ │ │ │ │ └── App11.4.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App11.4.sln
│ │ │ └── App11.4.suo
│ │ ├── App11.5
│ │ │ ├── App11.5
│ │ │ │ ├── App11.5.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App11.5.exe
│ │ │ │ │ └── App11.5.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App11.5.sln
│ │ │ └── App11.5.suo
│ │ ├── App11.6
│ │ │ ├── App11.6
│ │ │ │ ├── App11.6.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App11.6.exe
│ │ │ │ │ └── App11.6.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App11.6.sln
│ │ │ └── App11.6.suo
│ │ ├── App11.7
│ │ │ ├── App11.7
│ │ │ │ ├── App11.7.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App11.7.exe
│ │ │ │ │ └── App11.7.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App11.7.sln
│ │ │ └── App11.7.suo
│ │ ├── App11.8
│ │ │ ├── App11.8
│ │ │ │ ├── App11.8.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App11.8.exe
│ │ │ │ │ └── App11.8.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App11.8.sln
│ │ │ └── App11.8.suo
│ │ └── App11.9
│ │ ├── App11.9
│ │ │ ├── App11.9.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App11.9.exe
│ │ │ │ └── App11.9.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App11.9.sln
│ │ └── App11.9.suo
│ ├── Chapter12
│ │ ├── App12.1
│ │ │ ├── App12.1
│ │ │ │ ├── App12.1.csproj
│ │ │ │ ├── App12.1_TemporaryKey.pfx
│ │ │ │ ├── app.config
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── Page1.xaml
│ │ │ │ ├── Page1.xaml.cs
│ │ │ │ ├── PopupWindow.xaml
│ │ │ │ ├── PopupWindow.xaml.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── app.manifest
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── Readme.txt
│ │ │ ├── App12.1.sln
│ │ │ └── App12.1.suo
│ │ ├── App12.2
│ │ │ ├── App12.2
│ │ │ │ ├── App12.2.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App12.2.exe
│ │ │ │ │ └── App12.2.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App12.2.sln
│ │ │ └── App12.2.suo
│ │ └── App12.3
│ │ ├── App12.3
│ │ │ ├── App12.3.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App12.3.exe
│ │ │ │ └── App12.3.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App12.3.sln
│ │ └── App12.3.suo
│ ├── Chapter13
│ │ ├── App13.1
│ │ │ ├── App13.1
│ │ │ │ ├── App13.1.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App13.1.exe
│ │ │ │ │ └── App13.1.vshost.exe
│ │ │ │ ├── Page1.xaml
│ │ │ │ ├── Page1.xaml.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── App13.1.sln
│ │ │ └── App13.1.suo
│ │ └── App13.2
│ │ ├── App13.2
│ │ │ ├── App13.2.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App13.2.exe
│ │ │ │ └── App13.2.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App13.2.sln
│ │ └── App13.2.suo
│ ├── Chapter14
│ │ ├── App14.1
│ │ │ ├── App14.1
│ │ │ │ ├── App14.1.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App14.1.exe
│ │ │ │ │ └── App14.1.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App14.1.sln
│ │ │ └── App14.1.suo
│ │ ├── App14.2
│ │ │ ├── App14.2
│ │ │ │ ├── App14.2.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App14.2.exe
│ │ │ │ │ └── App14.2.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App14.2.sln
│ │ │ └── App14.2.suo
│ │ ├── App14.3
│ │ │ ├── App14.3
│ │ │ │ ├── App14.3.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App14.3.exe
│ │ │ │ │ └── App14.3.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App14.3.sln
│ │ │ └── App14.3.suo
│ │ ├── App14.4
│ │ │ ├── App14.4
│ │ │ │ ├── App14.4.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App14.4.exe
│ │ │ │ │ └── App14.4.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App14.4.sln
│ │ │ └── App14.4.suo
│ │ └── App14.5
│ │ ├── App14.5
│ │ │ ├── App14.5.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App14.5.exe
│ │ │ │ └── App14.5.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App14.5.sln
│ │ └── App14.5.suo
│ ├── Chapter15
│ │ ├── App15.1
│ │ │ ├── App15.1
│ │ │ │ ├── App15.1.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App15.1.exe
│ │ │ │ │ └── App15.1.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App15.1.sln
│ │ │ └── App15.1.suo
│ │ └── App15.2
│ │ ├── App15.2
│ │ │ ├── App15.2.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App15.2.exe
│ │ │ │ └── App15.2.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App15.2.sln
│ │ └── App15.2.suo
│ ├── Chapter16
│ │ ├── App16.1
│ │ │ ├── App16.1
│ │ │ │ ├── App16.1.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App16.1.exe
│ │ │ │ │ └── App16.1.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App16.1.sln
│ │ │ └── App16.1.suo
│ │ ├── App16.2
│ │ │ ├── App16.2
│ │ │ │ ├── App16.2.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App16.2.exe
│ │ │ │ │ └── App16.2.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Resource
│ │ │ │ │ ├── back.ico
│ │ │ │ │ ├── forward.ico
│ │ │ │ │ └── search.ico
│ │ │ │ ├── SearchControl.xaml
│ │ │ │ ├── SearchControl.xaml.cs
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App16.2.sln
│ │ │ └── App16.2.suo
│ │ ├── App16.3
│ │ │ ├── App16.3
│ │ │ │ ├── App16.3.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App16.3.exe
│ │ │ │ │ └── App16.3.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App16.3.sln
│ │ │ └── App16.3.suo
│ │ ├── App16.4
│ │ │ ├── App16.4
│ │ │ │ ├── App16.4.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App16.4.exe
│ │ │ │ │ └── App16.4.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App16.4.sln
│ │ │ └── App16.4.suo
│ │ └── App16.5
│ │ ├── App16.5
│ │ │ ├── App16.5.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App16.5.exe
│ │ │ │ └── App16.5.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App16.5.sln
│ │ └── App16.5.suo
│ ├── Chapter2
│ │ ├── App2.1
│ │ │ ├── App2.1
│ │ │ │ ├── App2.1.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App2.1.exe
│ │ │ │ │ └── App2.1.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App2.1.sln
│ │ │ └── App2.1.suo
│ │ ├── App2.2
│ │ │ ├── App2.2
│ │ │ │ ├── App2.2.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App2.2.exe
│ │ │ │ │ └── App2.2.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App2.2.sln
│ │ │ └── App2.2.suo
│ │ ├── App2.3
│ │ │ ├── App2.3
│ │ │ │ ├── App2.3.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App2.3.exe
│ │ │ │ │ └── App2.3.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App2.3.sln
│ │ │ └── App2.3.suo
│ │ ├── App2.4
│ │ │ ├── App2.4
│ │ │ │ ├── App2.4.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App2.4.exe
│ │ │ │ │ └── App2.4.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App2.4.sln
│ │ │ └── App2.4.suo
│ │ ├── App2.5
│ │ │ ├── App2.5
│ │ │ │ ├── App2.5.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App2.5.exe
│ │ │ │ │ └── App2.5.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App2.5.sln
│ │ │ └── App2.5.suo
│ │ ├── App2.6
│ │ │ ├── App2.6
│ │ │ │ ├── App2.6.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App2.6.exe
│ │ │ │ │ └── App2.6.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App2.6.sln
│ │ │ └── App2.6.suo
│ │ ├── App2.7
│ │ │ ├── App2.7
│ │ │ │ ├── App2.7.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App2.7.exe
│ │ │ │ │ └── App2.7.vshost.exe
│ │ │ │ ├── Images
│ │ │ │ │ └── Good.gif
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App2.7.sln
│ │ │ └── App2.7.suo
│ │ └── App2.8
│ │ ├── App2.8
│ │ │ ├── App2.8.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App2.8.exe
│ │ │ │ └── App2.8.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App2.8.sln
│ │ └── App2.8.suo
│ ├── Chapter3
│ │ ├── App3.1
│ │ │ ├── App3.1
│ │ │ │ ├── App3.1.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App3.1.exe
│ │ │ │ │ └── App3.1.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App3.1.sln
│ │ │ └── App3.1.suo
│ │ ├── App3.10
│ │ │ ├── App3.10
│ │ │ │ ├── App3.10.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App3.10.exe
│ │ │ │ │ └── App3.10.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App3.10.sln
│ │ │ └── App3.10.suo
│ │ ├── App3.11
│ │ │ ├── App3.11
│ │ │ │ ├── App3.11.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App3.11.exe
│ │ │ │ │ └── App3.11.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App3.11.sln
│ │ │ └── App3.11.suo
│ │ ├── App3.12
│ │ │ ├── App3.12
│ │ │ │ ├── App3.12.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App3.12.exe
│ │ │ │ │ └── App3.12.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App3.12.sln
│ │ │ └── App3.12.suo
│ │ ├── App3.13
│ │ │ ├── App3.13
│ │ │ │ ├── App3.13.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App3.13.exe
│ │ │ │ │ └── App3.13.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App3.13.sln
│ │ │ └── App3.13.suo
│ │ ├── App3.14
│ │ │ ├── App3.14
│ │ │ │ ├── App3.14.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App3.14.exe
│ │ │ │ │ └── App3.14.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App3.14.sln
│ │ │ └── App3.14.suo
│ │ ├── App3.15
│ │ │ ├── App3.15
│ │ │ │ ├── App3.15.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App3.15.exe
│ │ │ │ │ └── App3.15.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App3.15.sln
│ │ │ └── App3.15.suo
│ │ ├── App3.16
│ │ │ ├── App3.16
│ │ │ │ ├── App3.16.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App3.16.exe
│ │ │ │ │ └── App3.16.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App3.16.sln
│ │ │ └── App3.16.suo
│ │ ├── App3.17
│ │ │ ├── App3.17
│ │ │ │ ├── App3.17.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App3.17.exe
│ │ │ │ │ └── App3.17.vshost.exe
│ │ │ │ ├── Images
│ │ │ │ │ └── warning.bmp
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App3.17.sln
│ │ │ └── App3.17.suo
│ │ ├── App3.18
│ │ │ ├── App3.18
│ │ │ │ ├── App3.18.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App3.18.exe
│ │ │ │ │ └── App3.18.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App3.18.sln
│ │ │ └── App3.18.suo
│ │ ├── App3.19
│ │ │ ├── App3.19
│ │ │ │ ├── App3.19.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App3.19.exe
│ │ │ │ │ └── App3.19.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App3.19.sln
│ │ │ └── App3.19.suo
│ │ ├── App3.2
│ │ │ ├── App3.2
│ │ │ │ ├── App3.2.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App3.2.exe
│ │ │ │ │ └── App3.2.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App3.2.sln
│ │ │ └── App3.2.suo
│ │ ├── App3.20
│ │ │ ├── App3.20
│ │ │ │ ├── App3.20.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App3.20.exe
│ │ │ │ │ └── App3.20.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App3.20.sln
│ │ │ └── App3.20.suo
│ │ ├── App3.21
│ │ │ ├── App3.21
│ │ │ │ ├── App3.21.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App3.21.exe
│ │ │ │ │ └── App3.21.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App3.21.sln
│ │ │ └── App3.21.suo
│ │ ├── App3.22
│ │ │ ├── App3.22
│ │ │ │ ├── App3.22.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App3.22.exe
│ │ │ │ │ └── App3.22.vshost.exe
│ │ │ │ ├── Images
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ └── warning.bmp
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App3.22.sln
│ │ │ └── App3.22.suo
│ │ ├── App3.23
│ │ │ ├── App3.23
│ │ │ │ ├── App3.23.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App3.23.exe
│ │ │ │ │ └── App3.23.vshost.exe
│ │ │ │ ├── Images
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ └── warning.bmp
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App3.23.sln
│ │ │ └── App3.23.suo
│ │ ├── App3.24
│ │ │ ├── App3.24
│ │ │ │ ├── App3.24.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App3.24.exe
│ │ │ │ │ └── App3.24.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App3.24.sln
│ │ │ └── App3.24.suo
│ │ ├── App3.25
│ │ │ ├── App3.25
│ │ │ │ ├── App3.25.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App3.25.exe
│ │ │ │ │ └── App3.25.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App3.25.sln
│ │ │ └── App3.25.suo
│ │ ├── App3.26
│ │ │ ├── App3.26
│ │ │ │ ├── App3.26.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App3.26.exe
│ │ │ │ │ └── App3.26.vshost.exe
│ │ │ │ ├── Images
│ │ │ │ │ └── warning.bmp
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App3.26.sln
│ │ │ └── App3.26.suo
│ │ ├── App3.27
│ │ │ ├── App3.27
│ │ │ │ ├── App3.27.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App3.27.exe
│ │ │ │ │ └── App3.27.vshost.exe
│ │ │ │ ├── Images
│ │ │ │ │ └── warning.bmp
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App3.27.sln
│ │ │ └── App3.27.suo
│ │ ├── App3.28
│ │ │ ├── App3.28
│ │ │ │ ├── App3.28.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App3.28.exe
│ │ │ │ │ └── App3.28.vshost.exe
│ │ │ │ ├── Images
│ │ │ │ │ ├── Icon1.ico
│ │ │ │ │ ├── Icon2.ico
│ │ │ │ │ ├── Icon3.ico
│ │ │ │ │ └── Icon4.ICO
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App3.28.sln
│ │ │ └── App3.28.suo
│ │ ├── App3.29
│ │ │ ├── App3.29
│ │ │ │ ├── App3.29.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App3.29.exe
│ │ │ │ │ └── App3.29.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App3.29.sln
│ │ │ └── App3.29.suo
│ │ ├── App3.3
│ │ │ ├── App3.3
│ │ │ │ ├── App3.3.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App3.3.exe
│ │ │ │ │ └── App3.3.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App3.3.sln
│ │ │ └── App3.3.suo
│ │ ├── App3.30
│ │ │ ├── App3.30
│ │ │ │ ├── App3.30.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App3.30.exe
│ │ │ │ │ └── App3.30.vshost.exe
│ │ │ │ ├── Images
│ │ │ │ │ └── MyComputer.ico
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App3.30.sln
│ │ │ └── App3.30.suo
│ │ ├── App3.31
│ │ │ ├── App3.31
│ │ │ │ ├── App3.31.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App3.31.sln
│ │ │ └── App3.31.suo
│ │ ├── App3.32
│ │ │ ├── App3.32
│ │ │ │ ├── App3.32.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App3.32.exe
│ │ │ │ │ └── App3.32.vshost.exe
│ │ │ │ ├── Images
│ │ │ │ │ └── Image.jpg
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App3.32.sln
│ │ │ └── App3.32.suo
│ │ ├── App3.33
│ │ │ ├── App3.33
│ │ │ │ ├── App3.33.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App3.33.exe
│ │ │ │ │ └── App3.33.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App3.33.sln
│ │ │ └── App3.33.suo
│ │ ├── App3.34
│ │ │ ├── App3.34
│ │ │ │ ├── App3.34.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App3.34.exe
│ │ │ │ │ └── App3.34.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App3.34.sln
│ │ │ └── App3.34.suo
│ │ ├── App3.35
│ │ │ ├── App3.35
│ │ │ │ ├── App3.35.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App3.35.exe
│ │ │ │ │ └── App3.35.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App3.35.sln
│ │ │ └── App3.35.suo
│ │ ├── App3.4
│ │ │ ├── App3.4
│ │ │ │ ├── App3.4.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App3.4.exe
│ │ │ │ │ └── App3.4.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App3.4.sln
│ │ │ └── App3.4.suo
│ │ ├── App3.5
│ │ │ ├── App3.5
│ │ │ │ ├── App3.5.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App3.5.exe
│ │ │ │ │ └── App3.5.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App3.5.sln
│ │ │ └── App3.5.suo
│ │ ├── App3.6
│ │ │ ├── App3.6
│ │ │ │ ├── App3.6.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App3.6.exe
│ │ │ │ │ └── App3.6.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App3.6.sln
│ │ │ └── App3.6.suo
│ │ ├── App3.7
│ │ │ ├── App3.7
│ │ │ │ ├── App3.7.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App3.7.exe
│ │ │ │ │ └── App3.7.vshost.exe
│ │ │ │ ├── Images
│ │ │ │ │ └── Good.gif
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App3.7.sln
│ │ │ └── App3.7.suo
│ │ ├── App3.8
│ │ │ ├── App3.8
│ │ │ │ ├── App3.8.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App3.8.exe
│ │ │ │ │ └── App3.8.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App3.8.sln
│ │ │ └── App3.8.suo
│ │ └── App3.9
│ │ ├── App3.9
│ │ │ ├── App3.9.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App3.9.exe
│ │ │ │ └── App3.9.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App3.9.sln
│ │ └── App3.9.suo
│ ├── Chapter4
│ │ ├── App4.1
│ │ │ ├── App4.1
│ │ │ │ ├── App4.1.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App4.1.sln
│ │ │ └── App4.1.suo
│ │ ├── App4.10
│ │ │ ├── App4.10
│ │ │ │ ├── App4.10.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App4.10.exe
│ │ │ │ │ └── App4.10.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App4.10.sln
│ │ │ └── App4.10.suo
│ │ ├── App4.11
│ │ │ ├── App4.11
│ │ │ │ ├── App4.11.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App4.11.exe
│ │ │ │ │ └── App4.11.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── TestPage.xaml
│ │ │ │ ├── TestPage.xaml.cs
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App4.11.sln
│ │ │ └── App4.11.suo
│ │ ├── App4.12
│ │ │ ├── App4.12
│ │ │ │ ├── App4.12.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App4.12.exe
│ │ │ │ │ └── App4.12.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App4.12.sln
│ │ │ └── App4.12.suo
│ │ ├── App4.13
│ │ │ ├── App4.13
│ │ │ │ ├── App4.13.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App4.13.exe
│ │ │ │ │ └── App4.13.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App4.13.sln
│ │ │ └── App4.13.suo
│ │ ├── App4.14
│ │ │ ├── App4.14
│ │ │ │ ├── App4.14.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App4.14.exe
│ │ │ │ │ └── App4.14.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App4.14.sln
│ │ │ └── App4.14.suo
│ │ ├── App4.15
│ │ │ ├── App4.15
│ │ │ │ ├── App4.15.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App4.15.exe
│ │ │ │ │ └── App4.15.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App4.15.sln
│ │ │ └── App4.15.suo
│ │ ├── App4.16
│ │ │ ├── App4.16
│ │ │ │ ├── App4.16.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App4.16.exe
│ │ │ │ │ └── App4.16.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App4.16.sln
│ │ │ └── App4.16.suo
│ │ ├── App4.17
│ │ │ ├── App4.17
│ │ │ │ ├── App4.17.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App4.17.exe
│ │ │ │ │ └── App4.17.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App4.17.sln
│ │ │ └── App4.17.suo
│ │ ├── App4.18
│ │ │ ├── App4.18
│ │ │ │ ├── App4.18.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App4.18.exe
│ │ │ │ │ └── App4.18.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App4.18.sln
│ │ │ └── App4.18.suo
│ │ ├── App4.19
│ │ │ ├── App4.19
│ │ │ │ ├── App4.19.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App4.19.exe
│ │ │ │ │ └── App4.19.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App4.19.sln
│ │ │ └── App4.19.suo
│ │ ├── App4.2
│ │ │ ├── App4.2
│ │ │ │ ├── App4.2.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App4.2.exe
│ │ │ │ │ └── App4.2.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App4.2.sln
│ │ │ └── App4.2.suo
│ │ ├── App4.20
│ │ │ ├── App4.20
│ │ │ │ ├── App4.20.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App4.20.exe
│ │ │ │ │ └── App4.20.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App4.20.sln
│ │ │ └── App4.20.suo
│ │ ├── App4.21
│ │ │ ├── App4.21
│ │ │ │ ├── App4.21.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App4.21.exe
│ │ │ │ │ └── App4.21.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App4.21.sln
│ │ │ └── App4.21.suo
│ │ ├── App4.22
│ │ │ ├── App4.22
│ │ │ │ ├── App4.22.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App4.22.exe
│ │ │ │ │ └── App4.22.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App4.22.sln
│ │ │ └── App4.22.suo
│ │ ├── App4.23
│ │ │ ├── App4.23
│ │ │ │ ├── App4.23.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App4.23.exe
│ │ │ │ │ └── App4.23.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App4.23.sln
│ │ │ └── App4.23.suo
│ │ ├── App4.24
│ │ │ ├── App4.24
│ │ │ │ ├── App4.24.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App4.24.exe
│ │ │ │ │ └── App4.24.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App4.24.sln
│ │ │ └── App4.24.suo
│ │ ├── App4.25
│ │ │ ├── App4.25
│ │ │ │ ├── App4.25.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App4.25.exe
│ │ │ │ │ └── App4.25.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App4.25.sln
│ │ │ └── App4.25.suo
│ │ ├── App4.26
│ │ │ ├── App4.26
│ │ │ │ ├── App4.26.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App4.26.exe
│ │ │ │ │ └── App4.26.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App4.26.sln
│ │ │ └── App4.26.suo
│ │ ├── App4.27
│ │ │ ├── App4.27
│ │ │ │ ├── App4.27.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App4.27.exe
│ │ │ │ │ └── App4.27.vshost.exe
│ │ │ │ ├── Images
│ │ │ │ │ ├── Icon1.ico
│ │ │ │ │ ├── Icon2.ico
│ │ │ │ │ ├── Icon3.ico
│ │ │ │ │ └── Icon4.ICO
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App4.27.sln
│ │ │ └── App4.27.suo
│ │ ├── App4.28
│ │ │ ├── App4.28
│ │ │ │ ├── App4.28.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App4.28.exe
│ │ │ │ │ └── App4.28.vshost.exe
│ │ │ │ ├── Images
│ │ │ │ │ ├── Icon1.ico
│ │ │ │ │ ├── Icon2.ico
│ │ │ │ │ ├── Icon3.ico
│ │ │ │ │ └── Icon4.ICO
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App4.28.sln
│ │ │ └── App4.28.suo
│ │ ├── App4.29
│ │ │ ├── App4.29
│ │ │ │ ├── App4.29.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App4.29.exe
│ │ │ │ │ └── App4.29.vshost.exe
│ │ │ │ ├── Images
│ │ │ │ │ ├── Icon1.ico
│ │ │ │ │ ├── Icon2.ico
│ │ │ │ │ ├── Icon3.ico
│ │ │ │ │ └── Icon4.ICO
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App4.29.sln
│ │ │ └── App4.29.suo
│ │ ├── App4.3
│ │ │ ├── App4.3
│ │ │ │ ├── App4.3.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App4.3.exe
│ │ │ │ │ └── App4.3.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App4.3.sln
│ │ │ └── App4.3.suo
│ │ ├── App4.30
│ │ │ ├── App4.30
│ │ │ │ ├── App4.30.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App4.30.exe
│ │ │ │ │ └── App4.30.vshost.exe
│ │ │ │ ├── Images
│ │ │ │ │ ├── Icon1.ico
│ │ │ │ │ ├── Icon2.ico
│ │ │ │ │ ├── Icon3.ico
│ │ │ │ │ └── Icon4.ICO
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App4.30.sln
│ │ │ └── App4.30.suo
│ │ ├── App4.31
│ │ │ ├── App4.31
│ │ │ │ ├── App4.31.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App4.31.exe
│ │ │ │ │ └── App4.31.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App4.31.sln
│ │ │ └── App4.31.suo
│ │ ├── App4.32
│ │ │ ├── App4.32
│ │ │ │ ├── App4.32.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App4.32.exe
│ │ │ │ │ └── App4.32.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App4.32.sln
│ │ │ └── App4.32.suo
│ │ ├── App4.33
│ │ │ ├── App4.33
│ │ │ │ ├── App4.33.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App4.33.exe
│ │ │ │ │ └── App4.33.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App4.33.sln
│ │ │ └── App4.33.suo
│ │ ├── App4.4
│ │ │ ├── App4.4
│ │ │ │ ├── App4.4.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App4.4.exe
│ │ │ │ │ └── App4.4.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App4.4.sln
│ │ │ └── App4.4.suo
│ │ ├── App4.5
│ │ │ ├── App4.5
│ │ │ │ ├── App4.5.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App4.5.exe
│ │ │ │ │ └── App4.5.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App4.5.sln
│ │ │ └── App4.5.suo
│ │ ├── App4.6
│ │ │ ├── App4.6
│ │ │ │ ├── App4.6.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App4.6.exe
│ │ │ │ │ └── App4.6.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App4.6.sln
│ │ │ └── App4.6.suo
│ │ ├── App4.7
│ │ │ ├── App4.7
│ │ │ │ ├── App4.7.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App4.7.exe
│ │ │ │ │ └── App4.7.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App4.7.sln
│ │ │ └── App4.7.suo
│ │ ├── App4.8
│ │ │ ├── App4.8
│ │ │ │ ├── App4.8.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── App4.8.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App4.8.sln
│ │ │ └── App4.8.suo
│ │ └── App4.9
│ │ ├── App4.9
│ │ │ ├── App4.9.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App4.9.exe
│ │ │ │ └── App4.9.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App4.9.sln
│ │ └── App4.9.suo
│ ├── Chapter5
│ │ ├── App5.1
│ │ │ ├── App5.1
│ │ │ │ ├── App5.1.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App5.1.exe
│ │ │ │ │ ├── App5.1.vshost.exe
│ │ │ │ │ └── Images
│ │ │ │ │ └── Icon2.ico
│ │ │ │ ├── Images
│ │ │ │ │ ├── Icon1.ico
│ │ │ │ │ ├── Icon2.ico
│ │ │ │ │ ├── Icon3.ico
│ │ │ │ │ └── Icon4.ICO
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App5.1.sln
│ │ │ └── App5.1.suo
│ │ ├── App5.2
│ │ │ ├── App5.2
│ │ │ │ ├── App5.2.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App5.2.exe
│ │ │ │ │ └── App5.2.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Resources.xaml
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App5.2.sln
│ │ │ └── App5.2.suo
│ │ ├── App5.3
│ │ │ ├── App5.3
│ │ │ │ ├── App5.3.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App5.3.exe
│ │ │ │ │ └── App5.3.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App5.3.sln
│ │ │ └── App5.3.suo
│ │ ├── App5.4
│ │ │ ├── App5.4
│ │ │ │ ├── App5.4.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App5.4.exe
│ │ │ │ │ └── App5.4.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App5.4.sln
│ │ │ └── App5.4.suo
│ │ └── App5.5
│ │ ├── App5.5
│ │ │ ├── App5.5.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App5.5.exe
│ │ │ │ └── App5.5.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App5.5.sln
│ │ └── App5.5.suo
│ ├── Chapter6
│ │ ├── App6.1
│ │ │ ├── App6.1
│ │ │ │ ├── App6.1.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App6.1.exe
│ │ │ │ │ └── App6.1.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App6.1.sln
│ │ │ └── App6.1.suo
│ │ ├── App6.10
│ │ │ ├── App6.10
│ │ │ │ ├── App6.10.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App6.10.exe
│ │ │ │ │ └── App6.10.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App6.10.sln
│ │ │ └── App6.10.suo
│ │ ├── App6.11
│ │ │ ├── App6.11
│ │ │ │ ├── App6.11.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App6.11.exe
│ │ │ │ │ └── App6.11.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App6.11.sln
│ │ │ └── App6.11.suo
│ │ ├── App6.12
│ │ │ ├── App6.12
│ │ │ │ ├── App6.12.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App6.12.exe
│ │ │ │ │ └── App6.12.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App6.12.sln
│ │ │ └── App6.12.suo
│ │ ├── APP6.13
│ │ │ ├── APP6.13
│ │ │ │ ├── APP6.13.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── APP6.13.exe
│ │ │ │ │ └── APP6.13.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── APP6.13.sln
│ │ │ └── APP6.13.suo
│ │ ├── App6.14
│ │ │ ├── App6.14
│ │ │ │ ├── App6.14.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App6.14.exe
│ │ │ │ │ └── App6.14.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App6.14.sln
│ │ │ └── App6.14.suo
│ │ ├── App6.2
│ │ │ ├── App6.2
│ │ │ │ ├── App6.2.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App6.2.exe
│ │ │ │ │ └── App6.2.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App6.2.sln
│ │ │ └── App6.2.suo
│ │ ├── App6.3
│ │ │ ├── App6.3
│ │ │ │ ├── App6.3.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App6.3.exe
│ │ │ │ │ └── App6.3.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App6.3.sln
│ │ │ └── App6.3.suo
│ │ ├── App6.4
│ │ │ ├── App6.4
│ │ │ │ ├── App6.4.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App6.4.exe
│ │ │ │ │ └── App6.4.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App6.4.sln
│ │ │ └── App6.4.suo
│ │ ├── App6.5
│ │ │ ├── App6.5
│ │ │ │ ├── App6.5.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App6.5.exe
│ │ │ │ │ └── App6.5.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App6.5.sln
│ │ │ └── App6.5.suo
│ │ ├── App6.6
│ │ │ ├── App6.6
│ │ │ │ ├── App6.6.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App6.6.exe
│ │ │ │ │ └── App6.6.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App6.6.sln
│ │ │ └── App6.6.suo
│ │ ├── App6.7
│ │ │ ├── App6.7
│ │ │ │ ├── App6.7.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App6.7.exe
│ │ │ │ │ └── App6.7.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App6.7.sln
│ │ │ └── App6.7.suo
│ │ ├── App6.8
│ │ │ ├── App6.8
│ │ │ │ ├── App6.8.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App6.8.exe
│ │ │ │ │ └── App6.8.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App6.8.sln
│ │ │ └── App6.8.suo
│ │ └── App6.9
│ │ ├── App6.9
│ │ │ ├── App6.9.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App6.9.exe
│ │ │ │ └── App6.9.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App6.9.sln
│ │ └── App6.9.suo
│ ├── Chapter7
│ │ ├── App7.1
│ │ │ ├── App7.1
│ │ │ │ ├── App7.1.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── App7.1.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App7.1.sln
│ │ │ └── App7.1.suo
│ │ ├── App7.10
│ │ │ ├── App7.10
│ │ │ │ ├── App7.10.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App7.10.exe
│ │ │ │ │ └── App7.10.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App7.10.sln
│ │ │ └── App7.10.suo
│ │ ├── App7.11
│ │ │ ├── App7.11
│ │ │ │ ├── App7.11.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App7.11.exe
│ │ │ │ │ └── App7.11.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App7.11.sln
│ │ │ └── App7.11.suo
│ │ ├── App7.12
│ │ │ ├── App7.12
│ │ │ │ ├── App7.12.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App7.12.exe
│ │ │ │ │ └── App7.12.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App7.12.sln
│ │ │ └── App7.12.suo
│ │ ├── App7.13
│ │ │ ├── App7.13
│ │ │ │ ├── App7.13.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App7.13.exe
│ │ │ │ │ └── App7.13.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App7.13.sln
│ │ │ └── App7.13.suo
│ │ ├── App7.14
│ │ │ ├── App7.14
│ │ │ │ ├── App7.14.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App7.14.exe
│ │ │ │ │ └── App7.14.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App7.14.sln
│ │ │ └── App7.14.suo
│ │ ├── App7.15
│ │ │ ├── App7.15
│ │ │ │ ├── App7.15.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App7.15.exe
│ │ │ │ │ ├── App7.15.vshost.exe
│ │ │ │ │ ├── Horizontal.xaml
│ │ │ │ │ └── Vertical.xaml
│ │ │ │ ├── Horizontal.xaml
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Vertical.xaml
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App7.15.sln
│ │ │ └── App7.15.suo
│ │ ├── App7.16
│ │ │ ├── App7.16
│ │ │ │ ├── App7.16.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App7.16.exe
│ │ │ │ │ └── App7.16.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App7.16.sln
│ │ │ └── App7.16.suo
│ │ ├── App7.2
│ │ │ ├── App7.2
│ │ │ │ ├── App7.2.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App7.2.exe
│ │ │ │ │ └── App7.2.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App7.2.sln
│ │ │ └── App7.2.suo
│ │ ├── App7.3
│ │ │ ├── App7.3
│ │ │ │ ├── App7.3.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App7.3.exe
│ │ │ │ │ └── App7.3.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App7.3.sln
│ │ │ └── App7.3.suo
│ │ ├── App7.4
│ │ │ ├── App7.4
│ │ │ │ ├── App7.4.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App7.4.exe
│ │ │ │ │ └── App7.4.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App7.4.sln
│ │ │ └── App7.4.suo
│ │ ├── App7.5
│ │ │ ├── App7.5
│ │ │ │ ├── App7.5.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App7.5.exe
│ │ │ │ │ └── App7.5.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App7.5.sln
│ │ │ └── App7.5.suo
│ │ ├── App7.6
│ │ │ ├── App7.6
│ │ │ │ ├── App7.6.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App7.6.exe
│ │ │ │ │ └── App7.6.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App7.6.sln
│ │ │ └── App7.6.suo
│ │ ├── App7.7
│ │ │ ├── App7.7
│ │ │ │ ├── App7.7.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App7.7.exe
│ │ │ │ │ └── App7.7.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App7.7.sln
│ │ │ └── App7.7.suo
│ │ ├── App7.8
│ │ │ ├── App7.8
│ │ │ │ ├── App7.8.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App7.8.exe
│ │ │ │ │ └── App7.8.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App7.8.sln
│ │ │ └── App7.8.suo
│ │ └── App7.9
│ │ ├── App7.9
│ │ │ ├── App7.9.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App7.9.exe
│ │ │ │ └── App7.9.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App7.9.sln
│ │ └── App7.9.suo
│ ├── Chapter8
│ │ ├── App8.1
│ │ │ ├── App8.1
│ │ │ │ ├── App8.1.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App8.1.exe
│ │ │ │ │ └── App8.1.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Resources
│ │ │ │ │ ├── source2.ico
│ │ │ │ │ └── source.ico
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App8.1.sln
│ │ │ └── App8.1.suo
│ │ ├── App8.10
│ │ │ ├── App8.10
│ │ │ │ ├── App8.10.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App8.10.exe
│ │ │ │ │ └── App8.10.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App8.10.sln
│ │ │ └── App8.10.suo
│ │ ├── App8.11
│ │ │ ├── App8.11
│ │ │ │ ├── App8.11.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App8.11.exe
│ │ │ │ │ └── App8.11.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App8.11.sln
│ │ │ └── App8.11.suo
│ │ ├── App8.12
│ │ │ ├── App8.12
│ │ │ │ ├── App8.12.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App8.12.exe
│ │ │ │ │ └── App8.12.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App8.12.sln
│ │ │ └── App8.12.suo
│ │ ├── App8.13
│ │ │ ├── App8.13
│ │ │ │ ├── App8.13.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App8.13.exe
│ │ │ │ │ └── App8.13.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App8.13.sln
│ │ │ └── App8.13.suo
│ │ ├── App8.14
│ │ │ ├── App8.14
│ │ │ │ ├── App8.14.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App8.14.exe
│ │ │ │ │ └── App8.14.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App8.14.sln
│ │ │ └── App8.14.suo
│ │ ├── App8.15
│ │ │ ├── App8.15
│ │ │ │ ├── App8.15.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App8.15.exe
│ │ │ │ │ └── App8.15.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Resources
│ │ │ │ │ └── Flower.jpg
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App8.15.sln
│ │ │ └── App8.15.suo
│ │ ├── App8.16
│ │ │ ├── App8.16
│ │ │ │ ├── App8.16.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App8.16.exe
│ │ │ │ │ └── App8.16.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App8.16.sln
│ │ │ └── App8.16.suo
│ │ ├── App8.17
│ │ │ ├── App8.17
│ │ │ │ ├── App8.17.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App8.17.exe
│ │ │ │ │ └── App8.17.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App8.17.sln
│ │ │ └── App8.17.suo
│ │ ├── App8.18
│ │ │ ├── App8.18
│ │ │ │ ├── App8.18.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App8.18.exe
│ │ │ │ │ └── App8.18.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App8.18.sln
│ │ │ └── App8.18.suo
│ │ ├── App8.19
│ │ │ ├── App8.19
│ │ │ │ ├── App8.19.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App8.19.exe
│ │ │ │ │ └── App8.19.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Resources
│ │ │ │ │ └── Image.jpg
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App8.19.sln
│ │ │ └── App8.19.suo
│ │ ├── App8.2
│ │ │ ├── App8.2
│ │ │ │ ├── App8.2.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App8.2.exe
│ │ │ │ │ └── App8.2.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App8.2.sln
│ │ │ └── App8.2.suo
│ │ ├── App8.20
│ │ │ ├── App8.20
│ │ │ │ ├── App8.20.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App8.20.exe
│ │ │ │ │ └── App8.20.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App8.20.sln
│ │ │ └── App8.20.suo
│ │ ├── App8.21
│ │ │ ├── App8.21
│ │ │ │ ├── App8.21.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App8.21.exe
│ │ │ │ │ └── App8.21.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App8.21.sln
│ │ │ └── App8.21.suo
│ │ ├── App8.22
│ │ │ ├── App8.22
│ │ │ │ ├── App8.22.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App8.22.exe
│ │ │ │ │ └── App8.22.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App8.22.sln
│ │ │ └── App8.22.suo
│ │ ├── App8.23
│ │ │ ├── App8.23
│ │ │ │ ├── App8.23.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App8.23.exe
│ │ │ │ │ └── App8.23.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App8.23.sln
│ │ │ └── App8.23.suo
│ │ ├── App8.3
│ │ │ ├── App8.3
│ │ │ │ ├── App8.3.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App8.3.exe
│ │ │ │ │ └── App8.3.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App8.3.sln
│ │ │ └── App8.3.suo
│ │ ├── App8.4
│ │ │ ├── App8.4
│ │ │ │ ├── App8.4.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App8.4.exe
│ │ │ │ │ └── App8.4.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App8.4.sln
│ │ │ └── App8.4.suo
│ │ ├── App8.5
│ │ │ ├── App8.5
│ │ │ │ ├── App8.5.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App8.5.exe
│ │ │ │ │ └── App8.5.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App8.5.sln
│ │ │ └── App8.5.suo
│ │ ├── App8.6
│ │ │ ├── App8.6
│ │ │ │ ├── App8.6.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App8.6.exe
│ │ │ │ │ └── App8.6.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App8.6.sln
│ │ │ └── App8.6.suo
│ │ ├── App8.7
│ │ │ ├── App8.7
│ │ │ │ ├── App8.7.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App8.7.exe
│ │ │ │ │ └── App8.7.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App8.7.sln
│ │ │ └── App8.7.suo
│ │ ├── App8.8
│ │ │ ├── App8.8
│ │ │ │ ├── App8.8.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── App8.8.exe
│ │ │ │ │ └── App8.8.vshost.exe
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── App8.8.sln
│ │ │ └── App8.8.suo
│ │ └── App8.9
│ │ ├── App8.9
│ │ │ ├── App8.9.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App8.9.exe
│ │ │ │ └── App8.9.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App8.9.sln
│ │ └── App8.9.suo
│ └── Chapter9
│ └── App9.1
│ ├── App9.1
│ │ ├── App9.1.csproj
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── App9.1.exe
│ │ │ └── App9.1.vshost.exe
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Window1.xaml
│ │ └── Window1.xaml.cs
│ ├── App9.1.sln
│ └── App9.1.suo
└── Codes(VS2008)
└── Codes(VS2008)
└── Codes(VS2008)
├── Chapter1
│ └── App1.1
│ ├── App1.1
│ │ ├── App1.1.csproj
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── App1.1.exe
│ │ │ └── App1.1.vshost.exe
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Window1.xaml
│ │ └── Window1.xaml.cs
│ ├── App1.1.sln
│ └── App1.1.suo
├── Chapter10
│ ├── App10.1
│ │ ├── App10.1
│ │ │ ├── App10.1.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App10.1.exe
│ │ │ │ └── App10.1.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ ├── Window1.xaml.cs
│ │ │ ├── Window1.xaml~RFb51a6a5.TMP
│ │ │ └── Window1.xaml~RFb529d24.TMP
│ │ ├── App10.1.sln
│ │ └── App10.1.suo
│ ├── App10.10
│ │ ├── App10.10
│ │ │ ├── App10.10.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App10.10.exe
│ │ │ │ └── App10.10.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App10.10.sln
│ │ └── App10.10.suo
│ ├── App10.2
│ │ ├── App10.2
│ │ │ ├── App10.2.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App10.2.exe
│ │ │ │ └── App10.2.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App10.2.sln
│ │ └── App10.2.suo
│ ├── App10.3
│ │ ├── App10.3
│ │ │ ├── App10.3.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App10.3.exe
│ │ │ │ └── App10.3.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App10.3.sln
│ │ └── App10.3.suo
│ ├── App10.4
│ │ ├── App10.4
│ │ │ ├── App10.4.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App10.4.exe
│ │ │ │ └── App10.4.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ ├── Window1.xaml.cs
│ │ │ ├── Window1.xaml~RFbb7b019.TMP
│ │ │ └── Window1.xaml~RFbb8dc76.TMP
│ │ ├── App10.4.sln
│ │ └── App10.4.suo
│ ├── App10.5
│ │ ├── App10.5
│ │ │ ├── App10.5.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App10.5.exe
│ │ │ │ └── App10.5.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ ├── Window1.xaml.cs
│ │ │ └── Window1.xaml~RFbc3c954.TMP
│ │ ├── App10.5.sln
│ │ └── App10.5.suo
│ ├── App10.6
│ │ ├── App10.6
│ │ │ ├── App10.6.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App10.6.exe
│ │ │ │ └── App10.6.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ ├── Window1.xaml.cs
│ │ │ ├── Window1.xaml~RFbcb1571.TMP
│ │ │ └── Window1.xaml~RFbce18cb.TMP
│ │ ├── App10.6.sln
│ │ └── App10.6.suo
│ ├── App10.7
│ │ ├── App10.7
│ │ │ ├── App10.7.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App10.7.exe
│ │ │ │ └── App10.7.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ ├── Window1.xaml.cs
│ │ │ └── Window1.xaml~RFc102441.TMP
│ │ ├── App10.7.sln
│ │ └── App10.7.suo
│ ├── App10.8
│ │ ├── App10.8
│ │ │ ├── App10.8.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App10.8.exe
│ │ │ │ └── App10.8.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App10.8.sln
│ │ └── App10.8.suo
│ └── App10.9
│ ├── App10.9
│ │ ├── App10.9.csproj
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── App10.9.exe
│ │ │ └── App10.9.vshost.exe
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Window1.xaml
│ │ └── Window1.xaml.cs
│ ├── App10.9.sln
│ └── App10.9.suo
├── Chapter11
│ ├── App11.1
│ │ ├── App11.1
│ │ │ ├── App11.1.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App11.1.exe
│ │ │ │ └── App11.1.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources
│ │ │ │ └── Good.gif
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App11.1.sln
│ │ └── App11.1.suo
│ ├── App11.10
│ │ ├── App11.10
│ │ │ ├── App11.10.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App11.10.exe
│ │ │ │ ├── App11.10.vshost.exe
│ │ │ │ └── App11.10.vshost.exe.manifest
│ │ │ ├── ContentPage.xaml
│ │ │ ├── ContentPage.xaml.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources
│ │ │ │ └── Good.gif
│ │ │ ├── Window1.xaml
│ │ │ ├── Window1.xaml.cs
│ │ │ ├── Window1.xaml~RF10992b99.TMP
│ │ │ └── Window1.xaml~RF10adba22.TMP
│ │ ├── App11.10.sln
│ │ └── App11.10.suo
│ ├── App11.2
│ │ ├── App11.2
│ │ │ ├── App11.2.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App11.2.exe
│ │ │ │ └── App11.2.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App11.2.sln
│ │ └── App11.2.suo
│ ├── App11.3
│ │ ├── App11.3
│ │ │ ├── App11.3.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App11.3.exe
│ │ │ │ └── App11.3.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App11.3.sln
│ │ └── App11.3.suo
│ ├── App11.4
│ │ ├── App11.4
│ │ │ ├── App11.4.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App11.4.exe
│ │ │ │ └── App11.4.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App11.4.sln
│ │ └── App11.4.suo
│ ├── App11.5
│ │ ├── App11.5
│ │ │ ├── App11.5.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App11.5.exe
│ │ │ │ └── App11.5.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App11.5.sln
│ │ └── App11.5.suo
│ ├── App11.6
│ │ ├── App11.6
│ │ │ ├── App11.6.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App11.6.exe
│ │ │ │ └── App11.6.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App11.6.sln
│ │ └── App11.6.suo
│ ├── App11.7
│ │ ├── App11.7
│ │ │ ├── App11.7.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App11.7.exe
│ │ │ │ └── App11.7.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App11.7.sln
│ │ └── App11.7.suo
│ ├── App11.8
│ │ ├── App11.8
│ │ │ ├── App11.8.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App11.8.exe
│ │ │ │ └── App11.8.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App11.8.sln
│ │ └── App11.8.suo
│ └── App11.9
│ ├── App11.9
│ │ ├── App11.9.csproj
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── App11.9.exe
│ │ │ └── App11.9.vshost.exe
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Window1.xaml
│ │ └── Window1.xaml.cs
│ ├── App11.9.sln
│ └── App11.9.suo
├── Chapter12
│ ├── App12.1
│ │ ├── App12.1
│ │ │ ├── App12.1.csproj
│ │ │ ├── App12.1_TemporaryKey.pfx
│ │ │ ├── app.config
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App12.1.exe
│ │ │ │ ├── App12.1.exe.config
│ │ │ │ ├── App12.1.exe.manifest
│ │ │ │ └── App12.1.xbap
│ │ │ ├── Page1.xaml
│ │ │ ├── Page1.xaml.cs
│ │ │ ├── PopupWindow.xaml
│ │ │ ├── PopupWindow.xaml.cs
│ │ │ ├── Properties
│ │ │ │ ├── app.manifest
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── Readme.txt
│ │ ├── App12.1.sln
│ │ └── App12.1.suo
│ ├── App12.2
│ │ ├── App12.2
│ │ │ ├── App12.2.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App12.2.exe
│ │ │ │ └── App12.2.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App12.2.sln
│ │ └── App12.2.suo
│ └── App12.3
│ ├── App12.3
│ │ ├── App12.3.csproj
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── App12.3.exe
│ │ │ └── App12.3.vshost.exe
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Window1.xaml
│ │ └── Window1.xaml.cs
│ ├── App12.3.sln
│ └── App12.3.suo
├── Chapter13
│ ├── App13.1
│ │ ├── App13.1
│ │ │ ├── App13.1.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App13.1.exe
│ │ │ │ └── App13.1.vshost.exe
│ │ │ ├── Page1.xaml
│ │ │ ├── Page1.xaml.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── App13.1.sln
│ │ └── App13.1.suo
│ └── App13.2
│ ├── App13.2
│ │ ├── App13.2.csproj
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── App13.2.exe
│ │ │ └── App13.2.vshost.exe
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Window1.xaml
│ │ └── Window1.xaml.cs
│ ├── App13.2.sln
│ └── App13.2.suo
├── Chapter14
│ ├── App14.1
│ │ ├── App14.1
│ │ │ ├── App14.1.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App14.1.exe
│ │ │ │ └── App14.1.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App14.1.sln
│ │ └── App14.1.suo
│ ├── App14.2
│ │ ├── App14.2
│ │ │ ├── App14.2.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App14.2.exe
│ │ │ │ └── App14.2.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App14.2.sln
│ │ └── App14.2.suo
│ ├── App14.3
│ │ ├── App14.3
│ │ │ ├── App14.3.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App14.3.exe
│ │ │ │ └── App14.3.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App14.3.sln
│ │ └── App14.3.suo
│ ├── App14.4
│ │ ├── App14.4
│ │ │ ├── App14.4.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App14.4.exe
│ │ │ │ └── App14.4.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App14.4.sln
│ │ └── App14.4.suo
│ └── App14.5
│ ├── App14.5
│ │ ├── App14.5.csproj
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── App14.5.exe
│ │ │ └── App14.5.vshost.exe
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Window1.xaml
│ │ └── Window1.xaml.cs
│ ├── App14.5.sln
│ └── App14.5.suo
├── Chapter15
│ ├── App15.1
│ │ ├── App15.1
│ │ │ ├── App15.1.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App15.1.exe
│ │ │ │ └── App15.1.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App15.1.sln
│ │ └── App15.1.suo
│ └── App15.2
│ ├── App15.2
│ │ ├── App15.2.csproj
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── App15.2.exe
│ │ │ └── App15.2.vshost.exe
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Window1.xaml
│ │ └── Window1.xaml.cs
│ ├── App15.2.sln
│ └── App15.2.suo
├── Chapter16
│ ├── App16.1
│ │ ├── App16.1
│ │ │ ├── App16.1.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App20.1.exe
│ │ │ │ ├── App20.1.vshost.exe
│ │ │ │ └── App20.1.vshost.exe.manifest
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App16.1.sln
│ │ └── App16.1.suo
│ ├── App16.2
│ │ ├── App16.2
│ │ │ ├── App16.2.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App20.2.exe
│ │ │ │ ├── App20.2.vshost.exe
│ │ │ │ └── App20.2.vshost.exe.manifest
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resource
│ │ │ │ ├── back.ico
│ │ │ │ ├── forward.ico
│ │ │ │ └── search.ico
│ │ │ ├── SearchControl.xaml
│ │ │ ├── SearchControl.xaml.cs
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App16.2.sln
│ │ └── App16.2.suo
│ ├── App16.3
│ │ ├── App16.3
│ │ │ ├── App16.3.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App20.3.exe
│ │ │ │ ├── App20.3.vshost.exe
│ │ │ │ └── App20.3.vshost.exe.manifest
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App16.3.sln
│ │ └── App16.3.suo
│ ├── App16.4
│ │ ├── App16.4
│ │ │ ├── App16.4.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App20.4.exe
│ │ │ │ ├── App20.4.vshost.exe
│ │ │ │ └── App20.4.vshost.exe.manifest
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App16.4.sln
│ │ └── App16.4.suo
│ └── App16.5
│ ├── App16.5
│ │ ├── App16.5.csproj
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── App20.5.exe
│ │ │ ├── App20.5.vshost.exe
│ │ │ └── App20.5.vshost.exe.manifest
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Window1.xaml
│ │ └── Window1.xaml.cs
│ ├── App16.5.sln
│ └── App16.5.suo
├── Chapter2
│ ├── App2.1
│ │ ├── App2.1
│ │ │ ├── App2.1.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App2.1.exe
│ │ │ │ └── App2.1.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App2.1.sln
│ │ └── App2.1.suo
│ ├── App2.2
│ │ ├── App2.2
│ │ │ ├── App2.2.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App2.2.exe
│ │ │ │ └── App2.2.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App2.2.sln
│ │ └── App2.2.suo
│ ├── App2.3
│ │ ├── App2.3
│ │ │ ├── App2.3.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App2.3.exe
│ │ │ │ └── App2.3.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App2.3.sln
│ │ └── App2.3.suo
│ ├── App2.4
│ │ ├── App2.4
│ │ │ ├── App2.4.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App2.4.exe
│ │ │ │ └── App2.4.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App2.4.sln
│ │ └── App2.4.suo
│ ├── App2.5
│ │ ├── App2.5
│ │ │ ├── App2.5.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App2.5.exe
│ │ │ │ └── App2.5.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App2.5.sln
│ │ └── App2.5.suo
│ ├── App2.6
│ │ ├── App2.6
│ │ │ ├── App2.6.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App2.6.exe
│ │ │ │ └── App2.6.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App2.6.sln
│ │ └── App2.6.suo
│ ├── App2.7
│ │ ├── App2.7
│ │ │ ├── App2.7.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App2.7.exe
│ │ │ │ └── App2.7.vshost.exe
│ │ │ ├── Images
│ │ │ │ └── Good.gif
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App2.7.sln
│ │ └── App2.7.suo
│ └── App2.8
│ ├── App2.8
│ │ ├── App2.8.csproj
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── App2.8.exe
│ │ │ └── App2.8.vshost.exe
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Window1.xaml
│ │ └── Window1.xaml.cs
│ ├── App2.8.sln
│ └── App2.8.suo
├── Chapter3
│ ├── App3.1
│ │ ├── App3.1
│ │ │ ├── App3.1.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App3.1.exe
│ │ │ │ └── App3.1.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App3.1.sln
│ │ └── App3.1.suo
│ ├── App3.10
│ │ ├── App3.10
│ │ │ ├── App3.10.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App3.10.exe
│ │ │ │ └── App3.10.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App3.10.sln
│ │ └── App3.10.suo
│ ├── App3.11
│ │ ├── App3.11
│ │ │ ├── App3.11.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App3.11.exe
│ │ │ │ └── App3.11.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App3.11.sln
│ │ └── App3.11.suo
│ ├── App3.12
│ │ ├── App3.12
│ │ │ ├── App3.12.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App3.12.exe
│ │ │ │ └── App3.12.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App3.12.sln
│ │ └── App3.12.suo
│ ├── App3.13
│ │ ├── App3.13
│ │ │ ├── App3.13.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App3.13.exe
│ │ │ │ └── App3.13.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App3.13.sln
│ │ └── App3.13.suo
│ ├── App3.14
│ │ ├── App3.14
│ │ │ ├── App3.14.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App3.14.exe
│ │ │ │ └── App3.14.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App3.14.sln
│ │ └── App3.14.suo
│ ├── App3.15
│ │ ├── App3.15
│ │ │ ├── App3.15.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App3.15.exe
│ │ │ │ └── App3.15.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App3.15.sln
│ │ └── App3.15.suo
│ ├── App3.16
│ │ ├── App3.16
│ │ │ ├── App3.16.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App3.16.exe
│ │ │ │ └── App3.16.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App3.16.sln
│ │ └── App3.16.suo
│ ├── App3.17
│ │ ├── App3.17
│ │ │ ├── App3.17.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App3.17.exe
│ │ │ │ └── App3.17.vshost.exe
│ │ │ ├── Images
│ │ │ │ └── warning.bmp
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App3.17.sln
│ │ └── App3.17.suo
│ ├── App3.18
│ │ ├── App3.18
│ │ │ ├── App3.18.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App3.18.exe
│ │ │ │ └── App3.18.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App3.18.sln
│ │ └── App3.18.suo
│ ├── App3.19
│ │ ├── App3.19
│ │ │ ├── App3.19.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App3.19.exe
│ │ │ │ └── App3.19.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App3.19.sln
│ │ └── App3.19.suo
│ ├── App3.2
│ │ ├── App3.2
│ │ │ ├── App3.2.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App3.2.exe
│ │ │ │ └── App3.2.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App3.2.sln
│ │ └── App3.2.suo
│ ├── App3.20
│ │ ├── App3.20
│ │ │ ├── App3.20.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App3.20.exe
│ │ │ │ └── App3.20.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App3.20.sln
│ │ └── App3.20.suo
│ ├── App3.21
│ │ ├── App3.21
│ │ │ ├── App3.21.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App3.21.exe
│ │ │ │ └── App3.21.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App3.21.sln
│ │ └── App3.21.suo
│ ├── App3.22
│ │ ├── App3.22
│ │ │ ├── App3.22.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App3.22.exe
│ │ │ │ └── App3.22.vshost.exe
│ │ │ ├── Images
│ │ │ │ ├── Thumbs.db
│ │ │ │ └── warning.bmp
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App3.22.sln
│ │ └── App3.22.suo
│ ├── App3.23
│ │ ├── App3.23
│ │ │ ├── App3.23.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App3.23.exe
│ │ │ │ └── App3.23.vshost.exe
│ │ │ ├── Images
│ │ │ │ ├── Thumbs.db
│ │ │ │ └── warning.bmp
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App3.23.sln
│ │ └── App3.23.suo
│ ├── App3.24
│ │ ├── App3.24
│ │ │ ├── App3.24.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App3.24.exe
│ │ │ │ └── App3.24.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App3.24.sln
│ │ └── App3.24.suo
│ ├── App3.25
│ │ ├── App3.25
│ │ │ ├── App3.25.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App3.25.exe
│ │ │ │ └── App3.25.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App3.25.sln
│ │ └── App3.25.suo
│ ├── App3.26
│ │ ├── App3.26
│ │ │ ├── App3.26.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App3.26.exe
│ │ │ │ └── App3.26.vshost.exe
│ │ │ ├── Images
│ │ │ │ └── warning.bmp
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App3.26.sln
│ │ └── App3.26.suo
│ ├── App3.27
│ │ ├── App3.27
│ │ │ ├── App3.27.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App3.27.exe
│ │ │ │ └── App3.27.vshost.exe
│ │ │ ├── Images
│ │ │ │ └── warning.bmp
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App3.27.sln
│ │ └── App3.27.suo
│ ├── App3.28
│ │ ├── App3.28
│ │ │ ├── App3.28.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App3.28.exe
│ │ │ │ └── App3.28.vshost.exe
│ │ │ ├── Images
│ │ │ │ ├── Icon1.ico
│ │ │ │ ├── Icon2.ico
│ │ │ │ ├── Icon3.ico
│ │ │ │ └── Icon4.ICO
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App3.28.sln
│ │ └── App3.28.suo
│ ├── App3.29
│ │ ├── App3.29
│ │ │ ├── App3.29.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App3.29.exe
│ │ │ │ └── App3.29.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App3.29.sln
│ │ └── App3.29.suo
│ ├── App3.3
│ │ ├── App3.3
│ │ │ ├── App3.3.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App3.3.exe
│ │ │ │ └── App3.3.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App3.3.sln
│ │ └── App3.3.suo
│ ├── App3.30
│ │ ├── App3.30
│ │ │ ├── App3.30.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App3.30.exe
│ │ │ │ └── App3.30.vshost.exe
│ │ │ ├── Images
│ │ │ │ └── MyComputer.ico
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App3.30.sln
│ │ └── App3.30.suo
│ ├── App3.31
│ │ ├── App3.31
│ │ │ ├── App3.31.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App3.31.exe
│ │ │ │ └── App3.31.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App3.31.sln
│ │ └── App3.31.suo
│ ├── App3.32
│ │ ├── App3.32
│ │ │ ├── App3.32.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App3.32.exe
│ │ │ │ └── App3.32.vshost.exe
│ │ │ ├── Images
│ │ │ │ └── Image.jpg
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App3.32.sln
│ │ └── App3.32.suo
│ ├── App3.33
│ │ ├── App3.33
│ │ │ ├── App3.33.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App3.33.exe
│ │ │ │ └── App3.33.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App3.33.sln
│ │ └── App3.33.suo
│ ├── App3.34
│ │ ├── App3.34
│ │ │ ├── App3.34.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App3.34.exe
│ │ │ │ └── App3.34.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App3.34.sln
│ │ └── App3.34.suo
│ ├── App3.35
│ │ ├── App3.35
│ │ │ ├── App3.35.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App3.35.exe
│ │ │ │ └── App3.35.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App3.35.sln
│ │ └── App3.35.suo
│ ├── App3.4
│ │ ├── App3.4
│ │ │ ├── App3.4.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App3.4.exe
│ │ │ │ └── App3.4.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App3.4.sln
│ │ └── App3.4.suo
│ ├── App3.5
│ │ ├── App3.5
│ │ │ ├── App3.5.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App3.5.exe
│ │ │ │ └── App3.5.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App3.5.sln
│ │ └── App3.5.suo
│ ├── App3.6
│ │ ├── App3.6
│ │ │ ├── App3.6.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App3.6.exe
│ │ │ │ └── App3.6.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App3.6.sln
│ │ └── App3.6.suo
│ ├── App3.7
│ │ ├── App3.7
│ │ │ ├── App3.7.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App3.7.exe
│ │ │ │ └── App3.7.vshost.exe
│ │ │ ├── Images
│ │ │ │ └── Good.gif
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App3.7.sln
│ │ └── App3.7.suo
│ ├── App3.8
│ │ ├── App3.8
│ │ │ ├── App3.8.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App3.8.exe
│ │ │ │ └── App3.8.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App3.8.sln
│ │ └── App3.8.suo
│ └── App3.9
│ ├── App3.9
│ │ ├── App3.9.csproj
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── App3.9.exe
│ │ │ └── App3.9.vshost.exe
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Window1.xaml
│ │ └── Window1.xaml.cs
│ ├── App3.9.sln
│ └── App3.9.suo
├── Chapter4
│ ├── App4.1
│ │ ├── App4.1
│ │ │ ├── App4.1.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App4.1.exe
│ │ │ │ └── App4.1.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App4.1.sln
│ │ └── App4.1.suo
│ ├── App4.10
│ │ ├── App4.10
│ │ │ ├── App4.10.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App4.10.exe
│ │ │ │ └── App4.10.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App4.10.sln
│ │ └── App4.10.suo
│ ├── App4.11
│ │ ├── App4.11
│ │ │ ├── App4.11.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App4.11.exe
│ │ │ │ ├── App4.11.vshost.exe
│ │ │ │ ├── App4.11.vshost.exe.manifest
│ │ │ │ └── TestPage.xaml
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── TestPage.xaml
│ │ │ ├── TestPage.xaml.cs
│ │ │ ├── TestPage.xaml - 复制.cs
│ │ │ ├── TestPage - 复制.xaml
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App4.11.sln
│ │ └── App4.11.suo
│ ├── App4.12
│ │ ├── App4.12
│ │ │ ├── App4.12.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App4.12.exe
│ │ │ │ └── App4.12.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App4.12.sln
│ │ └── App4.12.suo
│ ├── App4.13
│ │ ├── App4.13
│ │ │ ├── App4.13.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App4.13.exe
│ │ │ │ └── App4.13.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App4.13.sln
│ │ └── App4.13.suo
│ ├── App4.14
│ │ ├── App4.14
│ │ │ ├── App4.14.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App4.14.exe
│ │ │ │ └── App4.14.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App4.14.sln
│ │ └── App4.14.suo
│ ├── App4.15
│ │ ├── App4.15
│ │ │ ├── App4.15.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App4.15.exe
│ │ │ │ └── App4.15.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App4.15.sln
│ │ └── App4.15.suo
│ ├── App4.16
│ │ ├── App4.16
│ │ │ ├── App4.16.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App4.16.exe
│ │ │ │ └── App4.16.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App4.16.sln
│ │ └── App4.16.suo
│ ├── App4.17
│ │ ├── App4.17
│ │ │ ├── App4.17.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App4.17.exe
│ │ │ │ └── App4.17.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App4.17.sln
│ │ └── App4.17.suo
│ ├── App4.18
│ │ ├── App4.18
│ │ │ ├── App4.18.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App4.18.exe
│ │ │ │ └── App4.18.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App4.18.sln
│ │ └── App4.18.suo
│ ├── App4.19
│ │ ├── App4.19
│ │ │ ├── App4.19.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App4.19.exe
│ │ │ │ └── App4.19.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App4.19.sln
│ │ └── App4.19.suo
│ ├── App4.2
│ │ ├── App4.2
│ │ │ ├── App4.2.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App4.2.exe
│ │ │ │ └── App4.2.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App4.2.sln
│ │ └── App4.2.suo
│ ├── App4.20
│ │ ├── App4.20
│ │ │ ├── App4.20.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App4.20.exe
│ │ │ │ └── App4.20.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App4.20.sln
│ │ └── App4.20.suo
│ ├── App4.21
│ │ ├── App4.21
│ │ │ ├── App4.21.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App4.21.exe
│ │ │ │ └── App4.21.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App4.21.sln
│ │ └── App4.21.suo
│ ├── App4.22
│ │ ├── App4.22
│ │ │ ├── App4.22.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App4.22.exe
│ │ │ │ └── App4.22.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App4.22.sln
│ │ └── App4.22.suo
│ ├── App4.23
│ │ ├── App4.23
│ │ │ ├── App4.23.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App4.23.exe
│ │ │ │ └── App4.23.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App4.23.sln
│ │ └── App4.23.suo
│ ├── App4.24
│ │ ├── App4.24
│ │ │ ├── App4.24.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App4.24.exe
│ │ │ │ └── App4.24.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App4.24.sln
│ │ └── App4.24.suo
│ ├── App4.25
│ │ ├── App4.25
│ │ │ ├── App4.25.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App4.25.exe
│ │ │ │ └── App4.25.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App4.25.sln
│ │ └── App4.25.suo
│ ├── App4.26
│ │ ├── App4.26
│ │ │ ├── App4.26.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App4.26.exe
│ │ │ │ └── App4.26.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App4.26.sln
│ │ └── App4.26.suo
│ ├── App4.27
│ │ ├── App4.27
│ │ │ ├── App4.27.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App4.27.exe
│ │ │ │ └── App4.27.vshost.exe
│ │ │ ├── Images
│ │ │ │ ├── Icon1.ico
│ │ │ │ ├── Icon2.ico
│ │ │ │ ├── Icon3.ico
│ │ │ │ └── Icon4.ICO
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App4.27.sln
│ │ └── App4.27.suo
│ ├── App4.28
│ │ ├── App4.28
│ │ │ ├── App4.28.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App4.28.exe
│ │ │ │ └── App4.28.vshost.exe
│ │ │ ├── Images
│ │ │ │ ├── Icon1.ico
│ │ │ │ ├── Icon2.ico
│ │ │ │ ├── Icon3.ico
│ │ │ │ └── Icon4.ICO
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App4.28.sln
│ │ └── App4.28.suo
│ ├── App4.29
│ │ ├── App4.29
│ │ │ ├── App4.29.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App4.29.exe
│ │ │ │ └── App4.29.vshost.exe
│ │ │ ├── Images
│ │ │ │ ├── Icon1.ico
│ │ │ │ ├── Icon2.ico
│ │ │ │ ├── Icon3.ico
│ │ │ │ └── Icon4.ICO
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App4.29.sln
│ │ └── App4.29.suo
│ ├── App4.3
│ │ ├── App4.3
│ │ │ ├── App4.3.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App4.3.exe
│ │ │ │ └── App4.3.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App4.3.sln
│ │ └── App4.3.suo
│ ├── App4.30
│ │ ├── App4.30
│ │ │ ├── App4.30.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App4.30.exe
│ │ │ │ └── App4.30.vshost.exe
│ │ │ ├── Images
│ │ │ │ ├── Icon1.ico
│ │ │ │ ├── Icon2.ico
│ │ │ │ ├── Icon3.ico
│ │ │ │ └── Icon4.ICO
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App4.30.sln
│ │ └── App4.30.suo
│ ├── App4.31
│ │ ├── App4.31
│ │ │ ├── App4.31.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App4.31.exe
│ │ │ │ └── App4.31.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App4.31.sln
│ │ └── App4.31.suo
│ ├── App4.32
│ │ ├── App4.32
│ │ │ ├── App4.32.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App4.32.exe
│ │ │ │ └── App4.32.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App4.32.sln
│ │ └── App4.32.suo
│ ├── App4.33
│ │ ├── App4.33
│ │ │ ├── App4.33.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App4.33.exe
│ │ │ │ └── App4.33.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App4.33.sln
│ │ └── App4.33.suo
│ ├── App4.4
│ │ ├── App4.4
│ │ │ ├── App4.4.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App4.4.exe
│ │ │ │ └── App4.4.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App4.4.sln
│ │ └── App4.4.suo
│ ├── App4.5
│ │ ├── App4.5
│ │ │ ├── App4.5.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App4.5.exe
│ │ │ │ └── App4.5.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App4.5.sln
│ │ └── App4.5.suo
│ ├── App4.6
│ │ ├── App4.6
│ │ │ ├── App4.6.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App4.6.exe
│ │ │ │ └── App4.6.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App4.6.sln
│ │ └── App4.6.suo
│ ├── App4.7
│ │ ├── App4.7
│ │ │ ├── App4.7.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App4.7.exe
│ │ │ │ └── App4.7.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App4.7.sln
│ │ └── App4.7.suo
│ ├── App4.8
│ │ ├── App4.8
│ │ │ ├── App4.8.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App4.8.exe
│ │ │ │ └── App4.8.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App4.8.sln
│ │ └── App4.8.suo
│ └── App4.9
│ ├── App4.9
│ │ ├── App4.9.csproj
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── App4.9.exe
│ │ │ └── App4.9.vshost.exe
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Window1.xaml
│ │ └── Window1.xaml.cs
│ ├── App4.9.sln
│ └── App4.9.suo
├── Chapter5
│ ├── App5.1
│ │ ├── App5.1
│ │ │ ├── App5.1.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App5.1.exe
│ │ │ │ ├── App5.1.vshost.exe
│ │ │ │ └── Images
│ │ │ │ └── Icon2.ico
│ │ │ ├── Images
│ │ │ │ ├── Icon1.ico
│ │ │ │ ├── Icon2.ico
│ │ │ │ ├── Icon3.ico
│ │ │ │ └── Icon4.ICO
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App5.1.sln
│ │ └── App5.1.suo
│ ├── App5.2
│ │ ├── App5.2
│ │ │ ├── App5.2.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App5.2.exe
│ │ │ │ └── App5.2.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources.xaml
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App5.2.sln
│ │ └── App5.2.suo
│ ├── App5.3
│ │ ├── App5.3
│ │ │ ├── App5.3.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App5.3.exe
│ │ │ │ └── App5.3.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App5.3.sln
│ │ └── App5.3.suo
│ ├── App5.4
│ │ ├── App5.4
│ │ │ ├── App5.4.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App5.4.exe
│ │ │ │ └── App5.4.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App5.4.sln
│ │ └── App5.4.suo
│ └── App5.5
│ ├── App5.5
│ │ ├── App5.5.csproj
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── App5.5.exe
│ │ │ ├── App5.5.vshost.exe
│ │ │ └── App5.5.vshost.exe.manifest
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Window1.xaml
│ │ └── Window1.xaml.cs
│ ├── App5.5.sln
│ └── App5.5.suo
├── Chapter6
│ ├── App6.1
│ │ ├── App6.1
│ │ │ ├── App6.1.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App6.1.exe
│ │ │ │ └── App6.1.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App6.1.sln
│ │ └── App6.1.suo
│ ├── App6.10
│ │ ├── App6.10
│ │ │ ├── App6.10.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App6.10.exe
│ │ │ │ └── App6.10.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App6.10.sln
│ │ └── App6.10.suo
│ ├── App6.11
│ │ ├── App6.11
│ │ │ ├── App6.11.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App6.11.exe
│ │ │ │ └── App6.11.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App6.11.sln
│ │ └── App6.11.suo
│ ├── App6.12
│ │ ├── App6.12
│ │ │ ├── App6.12.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App6.12.exe
│ │ │ │ └── App6.12.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App6.12.sln
│ │ └── App6.12.suo
│ ├── App6.13
│ │ ├── App6.13
│ │ │ ├── App6.13.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App6.13.exe
│ │ │ │ ├── App6.13.vshost.exe
│ │ │ │ └── App6.13.vshost.exe.manifest
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App6.13.sln
│ │ └── App6.13.suo
│ ├── App6.14
│ │ ├── App6.14
│ │ │ ├── App6.14.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App6.14.exe
│ │ │ │ ├── App6.14.vshost.exe
│ │ │ │ └── App6.14.vshost.exe.manifest
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App6.14.sln
│ │ └── App6.14.suo
│ ├── App6.2
│ │ ├── App6.2
│ │ │ ├── App6.2.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App6.2.exe
│ │ │ │ └── App6.2.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App6.2.sln
│ │ └── App6.2.suo
│ ├── App6.3
│ │ ├── App6.3
│ │ │ ├── App6.3.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App6.3.exe
│ │ │ │ └── App6.3.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App6.3.sln
│ │ └── App6.3.suo
│ ├── App6.4
│ │ ├── App6.4
│ │ │ ├── App6.4.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App6.4.exe
│ │ │ │ └── App6.4.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App6.4.sln
│ │ └── App6.4.suo
│ ├── App6.5
│ │ ├── App6.5
│ │ │ ├── App6.5.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App6.5.exe
│ │ │ │ └── App6.5.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App6.5.sln
│ │ └── App6.5.suo
│ ├── App6.6
│ │ ├── App6.6
│ │ │ ├── App6.6.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App6.6.exe
│ │ │ │ └── App6.6.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App6.6.sln
│ │ └── App6.6.suo
│ ├── App6.7
│ │ ├── App6.7
│ │ │ ├── App6.7.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App6.7.exe
│ │ │ │ └── App6.7.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App6.7.sln
│ │ └── App6.7.suo
│ ├── App6.8
│ │ ├── App6.8
│ │ │ ├── App6.8.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App6.8.exe
│ │ │ │ └── App6.8.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App6.8.sln
│ │ └── App6.8.suo
│ └── App6.9
│ ├── App6.9
│ │ ├── App6.9.csproj
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── App6.9.exe
│ │ │ └── App6.9.vshost.exe
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Window1.xaml
│ │ └── Window1.xaml.cs
│ ├── App6.9.sln
│ └── App6.9.suo
├── Chapter7
│ ├── App7.1
│ │ ├── App7.1
│ │ │ ├── App7.1.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ └── App7.1.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App7.1.sln
│ │ └── App7.1.suo
│ ├── App7.10
│ │ ├── App7.10
│ │ │ ├── App7.10.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App7.10.exe
│ │ │ │ └── App7.10.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App7.10.sln
│ │ └── App7.10.suo
│ ├── App7.11
│ │ ├── App7.11
│ │ │ ├── App7.11.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App7.11.exe
│ │ │ │ ├── App7.11.vshost.exe
│ │ │ │ └── App7.11.vshost.exe.manifest
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App7.11.sln
│ │ └── App7.11.suo
│ ├── App7.12
│ │ ├── App7.12
│ │ │ ├── App7.12.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App7.12.exe
│ │ │ │ └── App7.12.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App7.12.sln
│ │ └── App7.12.suo
│ ├── App7.13
│ │ ├── App7.13
│ │ │ ├── App7.13.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App7.13.exe
│ │ │ │ └── App7.13.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App7.13.sln
│ │ └── App7.13.suo
│ ├── App7.14
│ │ ├── App7.14
│ │ │ ├── App7.14.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App7.14.exe
│ │ │ │ └── App7.14.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App7.14.sln
│ │ └── App7.14.suo
│ ├── App7.15
│ │ ├── App7.15
│ │ │ ├── App7.15.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App7.15.exe
│ │ │ │ ├── App7.15.vshost.exe
│ │ │ │ ├── Horizontal.xaml
│ │ │ │ └── Vertical.xaml
│ │ │ ├── Horizontal.xaml
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Vertical.xaml
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App7.15.sln
│ │ └── App7.15.suo
│ ├── App7.16
│ │ ├── App7.16
│ │ │ ├── App7.16.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App7.16.exe
│ │ │ │ └── App7.16.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App7.16.sln
│ │ └── App7.16.suo
│ ├── App7.2
│ │ ├── App7.2
│ │ │ ├── App7.2.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App7.2.exe
│ │ │ │ └── App7.2.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App7.2.sln
│ │ └── App7.2.suo
│ ├── App7.3
│ │ ├── App7.3
│ │ │ ├── App7.3.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App7.3.exe
│ │ │ │ └── App7.3.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App7.3.sln
│ │ └── App7.3.suo
│ ├── App7.4
│ │ ├── App7.4
│ │ │ ├── App7.4.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App7.4.exe
│ │ │ │ └── App7.4.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App7.4.sln
│ │ └── App7.4.suo
│ ├── App7.5
│ │ ├── App7.5
│ │ │ ├── App7.5.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App7.5.exe
│ │ │ │ └── App7.5.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App7.5.sln
│ │ └── App7.5.suo
│ ├── App7.6
│ │ ├── App7.6
│ │ │ ├── App7.6.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App7.6.exe
│ │ │ │ └── App7.6.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App7.6.sln
│ │ └── App7.6.suo
│ ├── App7.7
│ │ ├── App7.7
│ │ │ ├── App7.7.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App7.7.exe
│ │ │ │ └── App7.7.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App7.7.sln
│ │ └── App7.7.suo
│ ├── App7.8
│ │ ├── App7.8
│ │ │ ├── App7.8.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App7.8.exe
│ │ │ │ └── App7.8.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App7.8.sln
│ │ └── App7.8.suo
│ └── App7.9
│ ├── App7.9
│ │ ├── App7.9.csproj
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── App7.9.exe
│ │ │ └── App7.9.vshost.exe
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Window1.xaml
│ │ └── Window1.xaml.cs
│ ├── App7.9.sln
│ └── App7.9.suo
├── Chapter8
│ ├── App8.1
│ │ ├── App8.1
│ │ │ ├── App8.1.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App8.1.exe
│ │ │ │ └── App8.1.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources
│ │ │ │ ├── source2.ico
│ │ │ │ └── source.ico
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App8.1.sln
│ │ └── App8.1.suo
│ ├── App8.10
│ │ ├── App8.10
│ │ │ ├── App8.10.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App8.10.exe
│ │ │ │ └── App8.10.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App8.10.sln
│ │ └── App8.10.suo
│ ├── App8.11
│ │ ├── App8.11
│ │ │ ├── App8.11.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App8.11.exe
│ │ │ │ └── App8.11.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App8.11.sln
│ │ └── App8.11.suo
│ ├── App8.12
│ │ ├── App8.12
│ │ │ ├── App8.12.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App8.12.exe
│ │ │ │ └── App8.12.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App8.12.sln
│ │ └── App8.12.suo
│ ├── App8.13
│ │ ├── App8.13
│ │ │ ├── App8.13.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App8.13.exe
│ │ │ │ └── App8.13.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App8.13.sln
│ │ └── App8.13.suo
│ ├── App8.14
│ │ ├── App8.14
│ │ │ ├── App8.14.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App8.14.exe
│ │ │ │ └── App8.14.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App8.14.sln
│ │ └── App8.14.suo
│ ├── App8.15
│ │ ├── App8.15
│ │ │ ├── App8.15.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App8.15.exe
│ │ │ │ └── App8.15.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources
│ │ │ │ └── Flower.jpg
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App8.15.sln
│ │ └── App8.15.suo
│ ├── App8.16
│ │ ├── App8.16
│ │ │ ├── App8.16.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App8.16.exe
│ │ │ │ └── App8.16.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App8.16.sln
│ │ └── App8.16.suo
│ ├── App8.17
│ │ ├── App8.17
│ │ │ ├── App8.17.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App8.17.exe
│ │ │ │ └── App8.17.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App8.17.sln
│ │ └── App8.17.suo
│ ├── App8.18
│ │ ├── App8.18
│ │ │ ├── App8.18.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App8.18.exe
│ │ │ │ └── App8.18.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App8.18.sln
│ │ └── App8.18.suo
│ ├── App8.19
│ │ ├── App8.19
│ │ │ ├── App8.19.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App8.19.exe
│ │ │ │ └── App8.19.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources
│ │ │ │ └── Image.jpg
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App8.19.sln
│ │ └── App8.19.suo
│ ├── App8.2
│ │ ├── App8.2
│ │ │ ├── App8.2.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App8.2.exe
│ │ │ │ ├── App8.2.vshost.exe
│ │ │ │ ├── App8.2.vshost.exe.manifest
│ │ │ │ └── Resources
│ │ │ │ └── Image.tif
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources
│ │ │ │ └── Image.tif
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App8.2.sln
│ │ └── App8.2.suo
│ ├── App8.20
│ │ ├── App8.20
│ │ │ ├── App8.20.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App8.20.exe
│ │ │ │ └── App8.20.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App8.20.sln
│ │ └── App8.20.suo
│ ├── App8.21
│ │ ├── App8.21
│ │ │ ├── App8.21.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App8.21.exe
│ │ │ │ └── App8.21.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App8.21.sln
│ │ └── App8.21.suo
│ ├── App8.22
│ │ ├── App8.22
│ │ │ ├── App8.22.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App8.22.exe
│ │ │ │ └── App8.22.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App8.22.sln
│ │ └── App8.22.suo
│ ├── App8.23
│ │ ├── App8.23
│ │ │ ├── App8.23.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App8.23.exe
│ │ │ │ ├── App8.23.vshost.exe
│ │ │ │ └── App8.23.vshost.exe.manifest
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App8.23.sln
│ │ └── App8.23.suo
│ ├── App8.3
│ │ ├── App8.3
│ │ │ ├── App8.3.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App8.3.exe
│ │ │ │ └── App8.3.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App8.3.sln
│ │ └── App8.3.suo
│ ├── App8.4
│ │ ├── App8.4
│ │ │ ├── App8.4.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App8.4.exe
│ │ │ │ └── App8.4.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App8.4.sln
│ │ └── App8.4.suo
│ ├── App8.5
│ │ ├── App8.5
│ │ │ ├── App8.5.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App8.5.exe
│ │ │ │ └── App8.5.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App8.5.sln
│ │ └── App8.5.suo
│ ├── App8.6
│ │ ├── App8.6
│ │ │ ├── App8.6.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App8.6.exe
│ │ │ │ └── App8.6.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App8.6.sln
│ │ └── App8.6.suo
│ ├── App8.7
│ │ ├── App8.7
│ │ │ ├── App8.7.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App8.7.exe
│ │ │ │ └── App8.7.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App8.7.sln
│ │ └── App8.7.suo
│ ├── App8.8
│ │ ├── App8.8
│ │ │ ├── App8.8.csproj
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App8.8.exe
│ │ │ │ └── App8.8.vshost.exe
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── App8.8.sln
│ │ └── App8.8.suo
│ └── App8.9
│ ├── App8.9
│ │ ├── App8.9.csproj
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── App8.9.exe
│ │ │ └── App8.9.vshost.exe
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Window1.xaml
│ │ └── Window1.xaml.cs
│ ├── App8.9.sln
│ └── App8.9.suo
└── Chapter9
└── App9.1
├── App9.1
│ ├── App9.1.csproj
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── bin
│ │ └── Debug
│ │ ├── App9.1.exe
│ │ └── App9.1.vshost.exe
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Window1.xaml
│ └── Window1.xaml.cs
├── App9.1.sln
└── App9.1.suo
1807 directories, 4989 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论