Update time: 2025-03-25
Download and install Visual Studio: Visual Studio Download Link
| ID | Title | Content |
|---|---|---|
| 1 | Introduction | Introduction to Windows Forms applications, development environment setup, and basic concepts of GUI programming. |
| 2 | Event Handling | Handling user input events such as keyboard, mouse, and timer events in Windows Forms. |
| 3 | Graphics I | Drawing basic shapes and using the Graphics class for simple 2D rendering. |
| 4 | Menu | Adding and handling menu bars (MenuStrip) for Windows applications. |
| 5 | File | File input/output operations including reading and writing text files using StreamReader and StreamWriter. |
| 6 | Toolbar & Statusbar | Implementation of ToolStrip and StatusStrip components in UI design. |
| 7 | Graphics II | Advanced graphics techniques including pens, brushes, and drawing images. |
| 8 | Graphics III | Custom drawing, double buffering, and optimization techniques. |
| 9 | Bitmap I | Introduction to bitmap image handling and pixel-level operations. |
| 10 | Bitmap II | Image transformations such as grayscale, brightness adjustment, etc. |
| 11 | Bitmap III | Working with image filters and pixel manipulation (e.g., blur, sharpen). |
| 12 | Bitmap IV | Integrating image editing features in user interfaces. |
| 13 | MyNote: Integrated Example | A complete notepad application integrating file handling, menus, toolbar, and graphics. |
| 14 | Summary | Course summary. |
CSharp_Windows_Programming/
├── Homework/
│ ├── Ch1/
│ │ ├── 1111408_1-1/
│ │ │ └── 1111408_1-1/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_1-1/
│ │ │ │ └── v16/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_1-1.csproj
│ │ │ ├── 1111408_1-1.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources/
│ │ │ │ └── 電腦教室桌面2.JPG
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_1-1.csproj.AssemblyReference.cache
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ └── TempPE/
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── 1111408_1-2/
│ │ │ └── 1111408_1-2/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_1-2/
│ │ │ │ └── v16/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_1-2.csproj
│ │ │ ├── 1111408_1-2.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources/
│ │ │ │ └── 電腦教室桌面2.JPG
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_1-1.exe
│ │ │ │ ├── 1111408_1-1.exe.config
│ │ │ │ └── 1111408_1-1.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_1-1.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_1-1.exe
│ │ │ ├── 1111408_1-1.pdb
│ │ │ ├── 1111408_1-2.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_1-2.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_1-2.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_1-2.csproj.GenerateResource.cache
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE/
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── _1111408_1_1.Form1.resources
│ │ │ └── _1111408_1_1.Properties.Resources.resources
│ │ ├── 1111408_1-3/
│ │ │ └── 1111408_1-3/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_1-3/
│ │ │ │ └── v16/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_1-3.csproj
│ │ │ ├── 1111408_1-3.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_1-3.exe
│ │ │ │ ├── 1111408_1-3.exe.config
│ │ │ │ └── 1111408_1-3.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_1-3.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_1-3.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_1-3.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_1-3.csproj.GenerateResource.cache
│ │ │ ├── 1111408_1-3.exe
│ │ │ ├── 1111408_1-3.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_1_3.Form1.resources
│ │ │ └── _1111408_1_3.Properties.Resources.resources
│ │ ├── 1111408_1-4/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_1-4/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 74fe7860-97c8-4bc7-9f20-730e2a246834.vsidx
│ │ │ │ │ ├── c5d62016-045f-4e6b-9630-42f0a50cf66d.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_1-4.csproj
│ │ │ ├── 1111408_1-4.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_1-4.exe
│ │ │ │ ├── 1111408_1-4.exe.config
│ │ │ │ └── 1111408_1-4.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_1-4.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_1-4.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_1-4.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_1-4.csproj.GenerateResource.cache
│ │ │ ├── 1111408_1-4.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_1-4.exe
│ │ │ ├── 1111408_1-4.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_1_4.Form1.resources
│ │ │ └── _1111408_1_4.Properties.Resources.resources
│ │ └── 1111408_1-5/
│ │ ├── .vs/
│ │ │ └── 1111408_1-5/
│ │ │ ├── FileContentIndex/
│ │ │ │ ├── 1ef8786b-86d7-47ff-b03e-ba91801c647f.vsidx
│ │ │ │ ├── 4dbe0f06-3fc5-4955-b2e4-5c8de0510f07.vsidx
│ │ │ │ └── read.lock
│ │ │ └── v17/
│ │ │ └── .suo
│ │ ├── 1111408_1-5.csproj
│ │ ├── 1111408_1-5.sln
│ │ ├── App.config
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties/
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── bin/
│ │ │ └── Debug/
│ │ │ ├── 1111408_1-5.exe
│ │ │ ├── 1111408_1-5.exe.config
│ │ │ └── 1111408_1-5.pdb
│ │ └── obj/
│ │ └── Debug/
│ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ ├── 1111408_1-5.csproj.AssemblyReference.cache
│ │ ├── 1111408_1-5.csproj.CoreCompileInputs.cache
│ │ ├── 1111408_1-5.csproj.FileListAbsolute.txt
│ │ ├── 1111408_1-5.csproj.GenerateResource.cache
│ │ ├── 1111408_1-5.csproj.SuggestedBindingRedirects.cache
│ │ ├── 1111408_1-5.exe
│ │ ├── 1111408_1-5.pdb
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── _1111408_1_5.Form1.resources
│ │ └── _1111408_1_5.Properties.Resources.resources
│ ├── Ch10/
│ │ ├── 1111408_10-1/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_10-1/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 67e3d9d1-21d3-4e16-8d24-3037a10e98f0.vsidx
│ │ │ │ │ ├── 88a30b31-a479-491c-9950-5b4a2e20759c.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_10-1.csproj
│ │ │ ├── 1111408_10-1.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_10-1.exe
│ │ │ │ ├── 1111408_10-1.exe.config
│ │ │ │ └── 1111408_10-1.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_10-1.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_10-1.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_10-1.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_10-1.csproj.GenerateResource.cache
│ │ │ ├── 1111408_10-1.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_10-1.exe
│ │ │ ├── 1111408_10-1.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_10_1.Form1.resources
│ │ │ └── _1111408_10_1.Properties.Resources.resources
│ │ ├── 1111408_10-2/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_10-2/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 1924157b-aecb-425f-b829-93d4de1b4af6.vsidx
│ │ │ │ │ ├── 914f42e7-e2b8-40ac-9074-c122c96e0e1f.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_10-2.csproj
│ │ │ ├── 1111408_10-2.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_10-2.exe
│ │ │ │ ├── 1111408_10-2.exe.config
│ │ │ │ └── 1111408_10-2.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_10-2.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_10-2.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_10-2.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_10-2.csproj.GenerateResource.cache
│ │ │ ├── 1111408_10-2.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_10-2.exe
│ │ │ ├── 1111408_10-2.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_10_2.Form1.resources
│ │ │ └── _1111408_10_2.Properties.Resources.resources
│ │ ├── 1111408_10-3/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_10-3/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 2114b912-81b1-467d-bc73-2e882034fbb1.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_10-3.csproj
│ │ │ ├── 1111408_10-3.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_10-3.exe
│ │ │ │ ├── 1111408_10-3.exe.config
│ │ │ │ └── 1111408_10-3.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_10-3.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_10-3.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_10-3.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_10-3.csproj.GenerateResource.cache
│ │ │ ├── 1111408_10-3.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_10-3.exe
│ │ │ ├── 1111408_10-3.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_10_3.Form1.resources
│ │ │ └── _1111408_10_3.Properties.Resources.resources
│ │ ├── 1111408_10-4/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_10-4/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 6187b450-be10-4858-88de-228265682d73.vsidx
│ │ │ │ │ ├── deebfbd5-45cc-445e-b7ff-474b531340e3.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_10-4.csproj
│ │ │ ├── 1111408_10-4.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources/
│ │ │ │ └── butterfly.png
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_10-4.exe
│ │ │ │ ├── 1111408_10-4.exe.config
│ │ │ │ └── 1111408_10-4.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_10-4.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_10-4.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_10-4.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_10-4.csproj.GenerateResource.cache
│ │ │ ├── 1111408_10-4.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_10-4.exe
│ │ │ ├── 1111408_10-4.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE/
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── _1111408_10_4.Form1.resources
│ │ │ └── _1111408_10_4.Properties.Resources.resources
│ │ ├── 1111408_10-5/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_10-5/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 450568d9-ff7e-4229-95aa-b28d2914c104.vsidx
│ │ │ │ │ ├── 9b657a13-05f4-4193-a98c-0a10a4e77c04.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_10-5.csproj
│ │ │ ├── 1111408_10-5.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_10-5.exe
│ │ │ │ ├── 1111408_10-5.exe.config
│ │ │ │ └── 1111408_10-5.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_10-5.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_10-5.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_10-5.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_10-5.csproj.GenerateResource.cache
│ │ │ ├── 1111408_10-5.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_10-5.exe
│ │ │ ├── 1111408_10-5.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_10_5.Form1.resources
│ │ │ └── _1111408_10_5.Properties.Resources.resources
│ │ ├── 1111408_10-6/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_10-6/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── b56a8f4e-d888-43d8-bbe8-401e0a31236d.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_10-6.csproj
│ │ │ ├── 1111408_10-6.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_10-6.exe
│ │ │ │ ├── 1111408_10-6.exe.config
│ │ │ │ └── 1111408_10-6.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_10-6.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_10-6.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_10-6.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_10-6.csproj.GenerateResource.cache
│ │ │ ├── 1111408_10-6.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_10-6.exe
│ │ │ ├── 1111408_10-6.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_10_6.Form1.resources
│ │ │ └── _1111408_10_6.Properties.Resources.resources
│ │ ├── 1111408_10-7/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_10-7/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 02a96da7-92a9-460c-9208-635eeab02d63.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_10-7.csproj
│ │ │ ├── 1111408_10-7.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_10-7.exe
│ │ │ │ ├── 1111408_10-7.exe.config
│ │ │ │ └── 1111408_10-7.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_10-7.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_10-7.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_10-7.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_10-7.csproj.GenerateResource.cache
│ │ │ ├── 1111408_10-7.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_10-7.exe
│ │ │ ├── 1111408_10-7.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_10_7.Form1.resources
│ │ │ └── _1111408_10_7.Properties.Resources.resources
│ │ └── 1111408_10-8/
│ │ ├── .vs/
│ │ │ └── 1111408_10-8/
│ │ │ ├── FileContentIndex/
│ │ │ │ ├── 102b6805-0a85-4ada-a8b9-aa1b5dd06008.vsidx
│ │ │ │ ├── 79f463c8-52cb-46c1-b3ca-517584313388.vsidx
│ │ │ │ └── read.lock
│ │ │ └── v17/
│ │ │ └── .suo
│ │ ├── 1111408_10-8.csproj
│ │ ├── 1111408_10-8.sln
│ │ ├── App.config
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties/
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── bin/
│ │ │ └── Debug/
│ │ │ ├── 1111408_10-8.exe
│ │ │ ├── 1111408_10-8.exe.config
│ │ │ └── 1111408_10-8.pdb
│ │ └── obj/
│ │ └── Debug/
│ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ ├── 1111408_10-8.csproj.AssemblyReference.cache
│ │ ├── 1111408_10-8.csproj.CoreCompileInputs.cache
│ │ ├── 1111408_10-8.csproj.FileListAbsolute.txt
│ │ ├── 1111408_10-8.csproj.GenerateResource.cache
│ │ ├── 1111408_10-8.csproj.SuggestedBindingRedirects.cache
│ │ ├── 1111408_10-8.exe
│ │ ├── 1111408_10-8.pdb
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── _1111408_10_8.Form1.resources
│ │ └── _1111408_10_8.Properties.Resources.resources
│ ├── Ch11/
│ │ ├── 1111408_11-1/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_11-1/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 1c3c2e0a-b468-4550-b741-a136da439c31.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_11-1.csproj
│ │ │ ├── 1111408_11-1.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_11-1.exe
│ │ │ │ ├── 1111408_11-1.exe.config
│ │ │ │ └── 1111408_11-1.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_11-1.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_11-1.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_11-1.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_11-1.csproj.GenerateResource.cache
│ │ │ ├── 1111408_11-1.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_11-1.exe
│ │ │ ├── 1111408_11-1.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_11_1.Form1.resources
│ │ │ └── _1111408_11_1.Properties.Resources.resources
│ │ ├── 1111408_11-2/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_11-2/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 5a8d493a-308d-474d-a2b2-d5b590f47c99.vsidx
│ │ │ │ │ ├── c2b5e618-af73-4f19-a3bb-d77c7422f72e.vsidx
│ │ │ │ │ ├── fd0d4830-8b54-4caf-b8da-17498365b9c6.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_11-2.csproj
│ │ │ ├── 1111408_11-2.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources/
│ │ │ │ └── butterfly.png
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_11-2.exe
│ │ │ │ ├── 1111408_11-2.exe.config
│ │ │ │ └── 1111408_11-2.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_11-2.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_11-2.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_11-2.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_11-2.csproj.GenerateResource.cache
│ │ │ ├── 1111408_11-2.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_11-2.exe
│ │ │ ├── 1111408_11-2.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE/
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── _1111408_11_2.Form1.resources
│ │ │ └── _1111408_11_2.Properties.Resources.resources
│ │ ├── 1111408_11-3/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_11-3/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 08b8b072-0b07-4f68-96c1-1a222f8d43ad.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_11-3.csproj
│ │ │ ├── 1111408_11-3.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_11-3.exe
│ │ │ │ ├── 1111408_11-3.exe.config
│ │ │ │ └── 1111408_11-3.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_11-3.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_11-3.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_11-3.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_11-3.csproj.GenerateResource.cache
│ │ │ ├── 1111408_11-3.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_11-3.exe
│ │ │ ├── 1111408_11-3.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_11_3.Form1.resources
│ │ │ └── _1111408_11_3.Properties.Resources.resources
│ │ ├── 1111408_11-4/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_11-4/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 647a0c04-da60-4d9e-9648-4872c21d7bc0.vsidx
│ │ │ │ │ ├── 923baed1-6e72-4a62-a336-bc2abdd53c6f.vsidx
│ │ │ │ │ ├── e35c984a-ae36-4470-b5c1-0342834ab0f8.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_11-4.csproj
│ │ │ ├── 1111408_11-4.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources/
│ │ │ │ └── butterfly.png
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_11-4.exe
│ │ │ │ ├── 1111408_11-4.exe.config
│ │ │ │ └── 1111408_11-4.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_11-4.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_11-4.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_11-4.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_11-4.csproj.GenerateResource.cache
│ │ │ ├── 1111408_11-4.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_11-4.exe
│ │ │ ├── 1111408_11-4.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE/
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── _1111408_11_4.Form1.resources
│ │ │ └── _1111408_11_4.Properties.Resources.resources
│ │ ├── 1111408_11-5/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_11-5/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 6637539a-ee2f-4155-99d3-12e5eeb4ed16.vsidx
│ │ │ │ │ ├── f7b85a1a-5845-456c-b74a-2c0e93a520d4.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_11-5.csproj
│ │ │ ├── 1111408_11-5.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_11-5.exe
│ │ │ │ ├── 1111408_11-5.exe.config
│ │ │ │ └── 1111408_11-5.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_11-5.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_11-5.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_11-5.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_11-5.csproj.GenerateResource.cache
│ │ │ ├── 1111408_11-5.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_11-5.exe
│ │ │ ├── 1111408_11-5.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_11_5.Form1.resources
│ │ │ └── _1111408_11_5.Properties.Resources.resources
│ │ ├── 1111408_11-6/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_11-6/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 7cae0c55-0d78-475a-94a8-95fab03720e5.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_11-6.csproj
│ │ │ ├── 1111408_11-6.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_11-6.exe
│ │ │ │ ├── 1111408_11-6.exe.config
│ │ │ │ └── 1111408_11-6.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_11-6.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_11-6.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_11-6.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_11-6.csproj.GenerateResource.cache
│ │ │ ├── 1111408_11-6.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_11-6.exe
│ │ │ ├── 1111408_11-6.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_11_6.Form1.resources
│ │ │ └── _1111408_11_6.Properties.Resources.resources
│ │ ├── 1111408_11-7/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_11-7/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 666ac4bc-5fe6-43b3-b046-f9d97d42000d.vsidx
│ │ │ │ │ ├── 698ac808-3212-49d2-92e4-bfac10414897.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_11-7.csproj
│ │ │ ├── 1111408_11-7.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_11-7.exe
│ │ │ │ ├── 1111408_11-7.exe.config
│ │ │ │ └── 1111408_11-7.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_11-7.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_11-7.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_11-7.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_11-7.csproj.GenerateResource.cache
│ │ │ ├── 1111408_11-7.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_11-7.exe
│ │ │ ├── 1111408_11-7.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_11_7.Form1.resources
│ │ │ └── _1111408_11_7.Properties.Resources.resources
│ │ ├── 1111408_hw6/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_hw6/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 7fce316c-0a41-4f30-b7a9-f4a56148ac51.vsidx
│ │ │ │ │ ├── d1170b1b-6b7c-4d1c-84ec-afd0e55aabec.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_hw6.csproj
│ │ │ ├── 1111408_hw6.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources/
│ │ │ │ ├── Banana.png
│ │ │ │ ├── Bowl.png
│ │ │ │ ├── Hydrangeas.jpg
│ │ │ │ ├── Penguins.jpg
│ │ │ │ ├── StawBerry.png
│ │ │ │ ├── Tomato.png
│ │ │ │ └── Tulips.jpg
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_hw6.exe
│ │ │ │ ├── 1111408_hw6.exe.config
│ │ │ │ └── 1111408_hw6.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_hw6.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_hw6.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_hw6.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_hw6.csproj.GenerateResource.cache
│ │ │ ├── 1111408_hw6.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_hw6.exe
│ │ │ ├── 1111408_hw6.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE/
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── _1111408_hw6.Form1.resources
│ │ │ └── _1111408_hw6.Properties.Resources.resources
│ │ └── 1111408_hw6.zip
│ ├── Ch12/
│ │ ├── 1111408_12-1/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_12-1/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 3bfa8c7a-5e18-43fd-ba9b-58531d2a8144.vsidx
│ │ │ │ │ ├── 82709080-4199-4354-a474-2f740d58f990.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_12-1.csproj
│ │ │ ├── 1111408_12-1.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_12-1.exe
│ │ │ │ ├── 1111408_12-1.exe.config
│ │ │ │ └── 1111408_12-1.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_12-1.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_12-1.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_12-1.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_12-1.csproj.GenerateResource.cache
│ │ │ ├── 1111408_12-1.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_12-1.exe
│ │ │ ├── 1111408_12-1.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_12_1.Form1.resources
│ │ │ └── _1111408_12_1.Properties.Resources.resources
│ │ ├── 1111408_12-2/
│ │ │ ├── .vs/
│ │ │ │ ├── 1111408_12-1/
│ │ │ │ │ └── FileContentIndex/
│ │ │ │ │ ├── 613dec79-01df-4b84-a599-a1e7b4a4abdd.vsidx
│ │ │ │ │ ├── 7d546433-7bb0-4e35-ad93-2cd458b5a9ca.vsidx
│ │ │ │ │ ├── f31c51cb-c5d4-4612-b8f1-4dc2c554d2c0.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── 1111408_12-2/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 48f43306-620e-4f14-bc04-3b26cef206dd.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_12-2.csproj
│ │ │ ├── 1111408_12-2.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_12-1.exe
│ │ │ │ ├── 1111408_12-1.exe.config
│ │ │ │ └── 1111408_12-1.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_12-1.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_12-1.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_12-1.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_12-1.csproj.GenerateResource.cache
│ │ │ ├── 1111408_12-1.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_12-1.exe
│ │ │ ├── 1111408_12-1.pdb
│ │ │ ├── 1111408_12-2.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_12-2.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_12-2.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_12-2.csproj.GenerateResource.cache
│ │ │ ├── 1111408_12-2.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_12_1.Form1.resources
│ │ │ └── _1111408_12_1.Properties.Resources.resources
│ │ ├── 1111408_12-3/
│ │ │ ├── .vs/
│ │ │ │ ├── 1111408_12-1/
│ │ │ │ │ └── FileContentIndex/
│ │ │ │ │ ├── 613dec79-01df-4b84-a599-a1e7b4a4abdd.vsidx
│ │ │ │ │ ├── 7d546433-7bb0-4e35-ad93-2cd458b5a9ca.vsidx
│ │ │ │ │ ├── f31c51cb-c5d4-4612-b8f1-4dc2c554d2c0.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── 1111408_12-3/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── b18426c7-6f05-462b-b100-b91d78c0870e.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_12-3.csproj
│ │ │ ├── 1111408_12-3.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_12-1.exe
│ │ │ │ ├── 1111408_12-1.exe.config
│ │ │ │ └── 1111408_12-1.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_12-1.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_12-1.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_12-1.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_12-1.csproj.GenerateResource.cache
│ │ │ ├── 1111408_12-1.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_12-1.exe
│ │ │ ├── 1111408_12-1.pdb
│ │ │ ├── 1111408_12-2.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_12-2.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_12-2.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_12-2.csproj.GenerateResource.cache
│ │ │ ├── 1111408_12-2.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_12-3.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_12-3.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_12-3.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_12-3.csproj.GenerateResource.cache
│ │ │ ├── 1111408_12-3.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_12_1.Form1.resources
│ │ │ └── _1111408_12_1.Properties.Resources.resources
│ │ ├── 1111408_12-4/
│ │ │ ├── .vs/
│ │ │ │ ├── 1111408_12-1/
│ │ │ │ │ └── FileContentIndex/
│ │ │ │ │ ├── 613dec79-01df-4b84-a599-a1e7b4a4abdd.vsidx
│ │ │ │ │ ├── 7d546433-7bb0-4e35-ad93-2cd458b5a9ca.vsidx
│ │ │ │ │ ├── f31c51cb-c5d4-4612-b8f1-4dc2c554d2c0.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ ├── 1111408_12-3/
│ │ │ │ │ └── FileContentIndex/
│ │ │ │ │ ├── 41c823c8-5c03-40ea-893b-d51bae81f489.vsidx
│ │ │ │ │ ├── e3c80be9-b1e8-4f9b-854e-b603cef97ca6.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── 1111408_12-4/
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_12-4.csproj
│ │ │ ├── 1111408_12-4.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_12-1.exe
│ │ │ │ ├── 1111408_12-1.exe.config
│ │ │ │ └── 1111408_12-1.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_12-1.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_12-1.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_12-1.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_12-1.csproj.GenerateResource.cache
│ │ │ ├── 1111408_12-1.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_12-1.exe
│ │ │ ├── 1111408_12-1.pdb
│ │ │ ├── 1111408_12-2.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_12-2.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_12-2.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_12-2.csproj.GenerateResource.cache
│ │ │ ├── 1111408_12-2.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_12-3.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_12-3.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_12-3.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_12-3.csproj.GenerateResource.cache
│ │ │ ├── 1111408_12-3.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_12-4.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_12-4.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_12-4.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_12-4.csproj.GenerateResource.cache
│ │ │ ├── 1111408_12-4.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_12_1.Form1.resources
│ │ │ └── _1111408_12_1.Properties.Resources.resources
│ │ ├── 1111408_12-5/
│ │ │ ├── .vs/
│ │ │ │ ├── 1111408_12-1/
│ │ │ │ │ └── FileContentIndex/
│ │ │ │ │ ├── 613dec79-01df-4b84-a599-a1e7b4a4abdd.vsidx
│ │ │ │ │ ├── 7d546433-7bb0-4e35-ad93-2cd458b5a9ca.vsidx
│ │ │ │ │ ├── f31c51cb-c5d4-4612-b8f1-4dc2c554d2c0.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ ├── 1111408_12-3/
│ │ │ │ │ └── FileContentIndex/
│ │ │ │ │ ├── 41c823c8-5c03-40ea-893b-d51bae81f489.vsidx
│ │ │ │ │ ├── e3c80be9-b1e8-4f9b-854e-b603cef97ca6.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ ├── 1111408_12-4/
│ │ │ │ │ └── FileContentIndex/
│ │ │ │ │ ├── 391a68e2-2947-4e69-b17f-a62cb65ae622.vsidx
│ │ │ │ │ ├── b4b514bc-9c2b-43c9-86c1-2053e1a7b239.vsidx
│ │ │ │ │ ├── f34ab914-b10a-456a-a826-189222d16f50.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── 1111408_12-5/
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_12-5.csproj
│ │ │ ├── 1111408_12-5.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Form2.Designer.cs
│ │ │ ├── Form2.cs
│ │ │ ├── Form2.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_12-1.exe
│ │ │ │ ├── 1111408_12-1.exe.config
│ │ │ │ └── 1111408_12-1.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_12-1.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_12-1.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_12-1.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_12-1.csproj.GenerateResource.cache
│ │ │ ├── 1111408_12-1.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_12-1.exe
│ │ │ ├── 1111408_12-1.pdb
│ │ │ ├── 1111408_12-2.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_12-2.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_12-2.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_12-2.csproj.GenerateResource.cache
│ │ │ ├── 1111408_12-2.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_12-3.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_12-3.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_12-3.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_12-3.csproj.GenerateResource.cache
│ │ │ ├── 1111408_12-3.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_12-4.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_12-4.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_12-4.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_12-4.csproj.GenerateResource.cache
│ │ │ ├── 1111408_12-4.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_12-5.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_12-5.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_12-5.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_12-5.csproj.GenerateResource.cache
│ │ │ ├── 1111408_12-5.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_12_1.Form1.resources
│ │ │ ├── _1111408_12_1.Form2.resources
│ │ │ └── _1111408_12_1.Properties.Resources.resources
│ │ ├── 1111408_12-6/
│ │ │ ├── .vs/
│ │ │ │ ├── 1111408_12-1/
│ │ │ │ │ └── FileContentIndex/
│ │ │ │ │ ├── 613dec79-01df-4b84-a599-a1e7b4a4abdd.vsidx
│ │ │ │ │ ├── 7d546433-7bb0-4e35-ad93-2cd458b5a9ca.vsidx
│ │ │ │ │ ├── f31c51cb-c5d4-4612-b8f1-4dc2c554d2c0.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ ├── 1111408_12-3/
│ │ │ │ │ └── FileContentIndex/
│ │ │ │ │ ├── 41c823c8-5c03-40ea-893b-d51bae81f489.vsidx
│ │ │ │ │ ├── e3c80be9-b1e8-4f9b-854e-b603cef97ca6.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ ├── 1111408_12-4/
│ │ │ │ │ └── FileContentIndex/
│ │ │ │ │ ├── 391a68e2-2947-4e69-b17f-a62cb65ae622.vsidx
│ │ │ │ │ ├── b4b514bc-9c2b-43c9-86c1-2053e1a7b239.vsidx
│ │ │ │ │ ├── f34ab914-b10a-456a-a826-189222d16f50.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ ├── 1111408_12-5/
│ │ │ │ │ └── FileContentIndex/
│ │ │ │ │ ├── 11be684a-69b4-4da2-9928-38204da205d8.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── 1111408_12-6/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 5963f3a9-f3fd-4848-8a1b-5578dfe89595.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_12-6.csproj
│ │ │ ├── 1111408_12-6.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Form2.Designer.cs
│ │ │ ├── Form2.cs
│ │ │ ├── Form2.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_12-1.exe
│ │ │ │ ├── 1111408_12-1.exe.config
│ │ │ │ └── 1111408_12-1.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_12-1.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_12-1.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_12-1.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_12-1.csproj.GenerateResource.cache
│ │ │ ├── 1111408_12-1.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_12-1.exe
│ │ │ ├── 1111408_12-1.pdb
│ │ │ ├── 1111408_12-2.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_12-2.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_12-2.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_12-2.csproj.GenerateResource.cache
│ │ │ ├── 1111408_12-2.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_12-3.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_12-3.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_12-3.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_12-3.csproj.GenerateResource.cache
│ │ │ ├── 1111408_12-3.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_12-4.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_12-4.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_12-4.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_12-4.csproj.GenerateResource.cache
│ │ │ ├── 1111408_12-4.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_12-5.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_12-5.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_12-5.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_12-5.csproj.GenerateResource.cache
│ │ │ ├── 1111408_12-5.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_12-6.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_12-6.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_12-6.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_12-6.csproj.GenerateResource.cache
│ │ │ ├── 1111408_12-6.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_12_1.Form1.resources
│ │ │ ├── _1111408_12_1.Form2.resources
│ │ │ └── _1111408_12_1.Properties.Resources.resources
│ │ ├── 1111408_12-7/
│ │ │ ├── .vs/
│ │ │ │ ├── 1111408_12-1/
│ │ │ │ │ └── FileContentIndex/
│ │ │ │ │ ├── 613dec79-01df-4b84-a599-a1e7b4a4abdd.vsidx
│ │ │ │ │ ├── 7d546433-7bb0-4e35-ad93-2cd458b5a9ca.vsidx
│ │ │ │ │ ├── f31c51cb-c5d4-4612-b8f1-4dc2c554d2c0.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ ├── 1111408_12-3/
│ │ │ │ │ └── FileContentIndex/
│ │ │ │ │ ├── 41c823c8-5c03-40ea-893b-d51bae81f489.vsidx
│ │ │ │ │ ├── e3c80be9-b1e8-4f9b-854e-b603cef97ca6.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ ├── 1111408_12-4/
│ │ │ │ │ └── FileContentIndex/
│ │ │ │ │ ├── 391a68e2-2947-4e69-b17f-a62cb65ae622.vsidx
│ │ │ │ │ ├── b4b514bc-9c2b-43c9-86c1-2053e1a7b239.vsidx
│ │ │ │ │ ├── f34ab914-b10a-456a-a826-189222d16f50.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ ├── 1111408_12-5/
│ │ │ │ │ └── FileContentIndex/
│ │ │ │ │ ├── 11be684a-69b4-4da2-9928-38204da205d8.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ ├── 1111408_12-6/
│ │ │ │ │ └── FileContentIndex/
│ │ │ │ │ ├── 1fba4a90-d51a-4377-9c84-7d21ff870bf5.vsidx
│ │ │ │ │ ├── 82dadc6c-b1db-4714-af6d-876bbef14b9c.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── 1111408_12-7/
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_12-7.csproj
│ │ │ ├── 1111408_12-7.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Form2.Designer.cs
│ │ │ ├── Form2.cs
│ │ │ ├── Form2.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_12-1.exe
│ │ │ │ ├── 1111408_12-1.exe.config
│ │ │ │ └── 1111408_12-1.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_12-1.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_12-1.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_12-1.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_12-1.csproj.GenerateResource.cache
│ │ │ ├── 1111408_12-1.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_12-1.exe
│ │ │ ├── 1111408_12-1.pdb
│ │ │ ├── 1111408_12-2.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_12-2.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_12-2.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_12-2.csproj.GenerateResource.cache
│ │ │ ├── 1111408_12-2.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_12-3.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_12-3.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_12-3.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_12-3.csproj.GenerateResource.cache
│ │ │ ├── 1111408_12-3.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_12-4.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_12-4.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_12-4.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_12-4.csproj.GenerateResource.cache
│ │ │ ├── 1111408_12-4.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_12-5.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_12-5.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_12-5.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_12-5.csproj.GenerateResource.cache
│ │ │ ├── 1111408_12-5.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_12-6.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_12-6.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_12-6.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_12-6.csproj.GenerateResource.cache
│ │ │ ├── 1111408_12-6.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_12-7.csproj.AssemblyReference.cache
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_12_1.Form1.resources
│ │ │ ├── _1111408_12_1.Form2.resources
│ │ │ └── _1111408_12_1.Properties.Resources.resources
│ │ └── 1111408_hw7/
│ │ ├── .vs/
│ │ │ ├── 1111408_12-1/
│ │ │ │ └── FileContentIndex/
│ │ │ │ ├── 613dec79-01df-4b84-a599-a1e7b4a4abdd.vsidx
│ │ │ │ ├── 7d546433-7bb0-4e35-ad93-2cd458b5a9ca.vsidx
│ │ │ │ ├── f31c51cb-c5d4-4612-b8f1-4dc2c554d2c0.vsidx
│ │ │ │ └── read.lock
│ │ │ ├── 1111408_12-3/
│ │ │ │ └── FileContentIndex/
│ │ │ │ ├── 41c823c8-5c03-40ea-893b-d51bae81f489.vsidx
│ │ │ │ ├── e3c80be9-b1e8-4f9b-854e-b603cef97ca6.vsidx
│ │ │ │ └── read.lock
│ │ │ ├── 1111408_12-4/
│ │ │ │ └── FileContentIndex/
│ │ │ │ ├── 391a68e2-2947-4e69-b17f-a62cb65ae622.vsidx
│ │ │ │ ├── b4b514bc-9c2b-43c9-86c1-2053e1a7b239.vsidx
│ │ │ │ ├── f34ab914-b10a-456a-a826-189222d16f50.vsidx
│ │ │ │ └── read.lock
│ │ │ ├── 1111408_12-5/
│ │ │ │ └── FileContentIndex/
│ │ │ │ ├── 11be684a-69b4-4da2-9928-38204da205d8.vsidx
│ │ │ │ └── read.lock
│ │ │ ├── 1111408_12-6/
│ │ │ │ └── FileContentIndex/
│ │ │ │ ├── 1fba4a90-d51a-4377-9c84-7d21ff870bf5.vsidx
│ │ │ │ ├── 82dadc6c-b1db-4714-af6d-876bbef14b9c.vsidx
│ │ │ │ └── read.lock
│ │ │ ├── 1111408_12-7/
│ │ │ │ └── FileContentIndex/
│ │ │ │ ├── 2131be53-e05a-4b98-9caa-e525e24d3148.vsidx
│ │ │ │ ├── 6bc7a000-25e1-4566-9940-9e559c69b729.vsidx
│ │ │ │ ├── adc1eebc-c28c-4066-93c0-f62779727ad5.vsidx
│ │ │ │ └── read.lock
│ │ │ └── 1111408_hw7/
│ │ │ ├── FileContentIndex/
│ │ │ │ ├── 1fa8829f-b830-4046-a1d0-d7a102a66cb1.vsidx
│ │ │ │ └── read.lock
│ │ │ └── v17/
│ │ │ └── .suo
│ │ ├── 1111408_hw7.csproj
│ │ ├── 1111408_hw7.sln
│ │ ├── App.config
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Form2.Designer.cs
│ │ ├── Form2.cs
│ │ ├── Form2.resx
│ │ ├── Form3.Designer.cs
│ │ ├── Form3.cs
│ │ ├── Form3.resx
│ │ ├── Program.cs
│ │ ├── Properties/
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── bin/
│ │ │ └── Debug/
│ │ │ ├── 1111408_12-1.exe
│ │ │ ├── 1111408_12-1.exe.config
│ │ │ └── 1111408_12-1.pdb
│ │ └── obj/
│ │ └── Debug/
│ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ ├── 1111408_.csproj.AssemblyReference.cache
│ │ ├── 1111408_12-1.csproj.AssemblyReference.cache
│ │ ├── 1111408_12-1.csproj.CoreCompileInputs.cache
│ │ ├── 1111408_12-1.csproj.FileListAbsolute.txt
│ │ ├── 1111408_12-1.csproj.GenerateResource.cache
│ │ ├── 1111408_12-1.csproj.SuggestedBindingRedirects.cache
│ │ ├── 1111408_12-1.exe
│ │ ├── 1111408_12-1.pdb
│ │ ├── 1111408_12-2.csproj.AssemblyReference.cache
│ │ ├── 1111408_12-2.csproj.CoreCompileInputs.cache
│ │ ├── 1111408_12-2.csproj.FileListAbsolute.txt
│ │ ├── 1111408_12-2.csproj.GenerateResource.cache
│ │ ├── 1111408_12-2.csproj.SuggestedBindingRedirects.cache
│ │ ├── 1111408_12-3.csproj.AssemblyReference.cache
│ │ ├── 1111408_12-3.csproj.CoreCompileInputs.cache
│ │ ├── 1111408_12-3.csproj.FileListAbsolute.txt
│ │ ├── 1111408_12-3.csproj.GenerateResource.cache
│ │ ├── 1111408_12-3.csproj.SuggestedBindingRedirects.cache
│ │ ├── 1111408_12-4.csproj.AssemblyReference.cache
│ │ ├── 1111408_12-4.csproj.CoreCompileInputs.cache
│ │ ├── 1111408_12-4.csproj.FileListAbsolute.txt
│ │ ├── 1111408_12-4.csproj.GenerateResource.cache
│ │ ├── 1111408_12-4.csproj.SuggestedBindingRedirects.cache
│ │ ├── 1111408_12-5.csproj.AssemblyReference.cache
│ │ ├── 1111408_12-5.csproj.CoreCompileInputs.cache
│ │ ├── 1111408_12-5.csproj.FileListAbsolute.txt
│ │ ├── 1111408_12-5.csproj.GenerateResource.cache
│ │ ├── 1111408_12-5.csproj.SuggestedBindingRedirects.cache
│ │ ├── 1111408_12-6.csproj.AssemblyReference.cache
│ │ ├── 1111408_12-6.csproj.CoreCompileInputs.cache
│ │ ├── 1111408_12-6.csproj.FileListAbsolute.txt
│ │ ├── 1111408_12-6.csproj.GenerateResource.cache
│ │ ├── 1111408_12-6.csproj.SuggestedBindingRedirects.cache
│ │ ├── 1111408_12-7.csproj.AssemblyReference.cache
│ │ ├── 1111408_12-7.csproj.CoreCompileInputs.cache
│ │ ├── 1111408_12-7.csproj.FileListAbsolute.txt
│ │ ├── 1111408_12-7.csproj.GenerateResource.cache
│ │ ├── 1111408_12-7.csproj.SuggestedBindingRedirects.cache
│ │ ├── 1111408_hw7.csproj.AssemblyReference.cache
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── _1111408_12_1.Form1.resources
│ │ ├── _1111408_12_1.Form2.resources
│ │ ├── _1111408_12_1.Form3.resources
│ │ └── _1111408_12_1.Properties.Resources.resources
│ ├── Ch13/
│ │ ├── 1111408_13-1/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_13-1/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 31d866d6-6fd8-4602-8d5f-bcc06df62a9f.vsidx
│ │ │ │ │ ├── 4ceee50a-0ec7-4b56-be12-2a52ce2b85d0.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_13-1.csproj
│ │ │ ├── 1111408_13-1.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_13-1.exe
│ │ │ │ ├── 1111408_13-1.exe.config
│ │ │ │ └── 1111408_13-1.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_13-1.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_13-1.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_13-1.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_13-1.csproj.GenerateResource.cache
│ │ │ ├── 1111408_13-1.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_13-1.exe
│ │ │ ├── 1111408_13-1.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_13_1.Form1.resources
│ │ │ └── _1111408_13_1.Properties.Resources.resources
│ │ ├── 1111408_13-2/
│ │ │ ├── .vs/
│ │ │ │ ├── 1111408_13-1/
│ │ │ │ │ └── FileContentIndex/
│ │ │ │ │ ├── 0eb69c3b-2c60-48c9-a555-5822c5db643e.vsidx
│ │ │ │ │ ├── 1b7e9f1a-5b87-4454-bd04-b29926546b1c.vsidx
│ │ │ │ │ ├── 31395001-2d2d-48f8-9058-1ad5f456a77c.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── 1111408_13-2/
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_13-2.csproj
│ │ │ ├── 1111408_13-2.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_13-1.exe
│ │ │ │ ├── 1111408_13-1.exe.config
│ │ │ │ └── 1111408_13-1.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_13-1.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_13-1.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_13-1.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_13-1.csproj.GenerateResource.cache
│ │ │ ├── 1111408_13-1.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_13-1.exe
│ │ │ ├── 1111408_13-1.pdb
│ │ │ ├── 1111408_13-2.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_13-2.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_13-2.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_13-2.csproj.GenerateResource.cache
│ │ │ ├── 1111408_13-2.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_13_1.Form1.resources
│ │ │ └── _1111408_13_1.Properties.Resources.resources
│ │ ├── 1111408_13-3/
│ │ │ ├── .vs/
│ │ │ │ ├── 1111408_13-1/
│ │ │ │ │ └── FileContentIndex/
│ │ │ │ │ ├── 0eb69c3b-2c60-48c9-a555-5822c5db643e.vsidx
│ │ │ │ │ ├── 1b7e9f1a-5b87-4454-bd04-b29926546b1c.vsidx
│ │ │ │ │ ├── 31395001-2d2d-48f8-9058-1ad5f456a77c.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ ├── 1111408_13-2/
│ │ │ │ │ └── FileContentIndex/
│ │ │ │ │ ├── 1b21866d-5b51-413a-acbe-5abbf8ff2e3f.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── 1111408_13-3/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 9c5dd1ea-b69b-4d76-b31e-729e7818c207.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_13-3.csproj
│ │ │ ├── 1111408_13-3.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_13-1.exe
│ │ │ │ ├── 1111408_13-1.exe.config
│ │ │ │ └── 1111408_13-1.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_13-1.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_13-1.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_13-1.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_13-1.csproj.GenerateResource.cache
│ │ │ ├── 1111408_13-1.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_13-1.exe
│ │ │ ├── 1111408_13-1.pdb
│ │ │ ├── 1111408_13-2.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_13-2.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_13-2.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_13-2.csproj.GenerateResource.cache
│ │ │ ├── 1111408_13-2.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_13-3.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_13-3.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_13-3.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_13-3.csproj.GenerateResource.cache
│ │ │ ├── 1111408_13-3.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_13_1.Form1.resources
│ │ │ └── _1111408_13_1.Properties.Resources.resources
│ │ ├── 1111408_13-4/
│ │ │ ├── .vs/
│ │ │ │ ├── 1111408_13-1/
│ │ │ │ │ └── FileContentIndex/
│ │ │ │ │ ├── 0eb69c3b-2c60-48c9-a555-5822c5db643e.vsidx
│ │ │ │ │ ├── 1b7e9f1a-5b87-4454-bd04-b29926546b1c.vsidx
│ │ │ │ │ ├── 31395001-2d2d-48f8-9058-1ad5f456a77c.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ ├── 1111408_13-2/
│ │ │ │ │ └── FileContentIndex/
│ │ │ │ │ ├── 1b21866d-5b51-413a-acbe-5abbf8ff2e3f.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── 1111408_13-3/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 190f7f15-e28a-4313-b282-a7b77914e0ce.vsidx
│ │ │ │ │ ├── 367a13eb-e403-41e7-8182-ab5f5f7abeb4.vsidx
│ │ │ │ │ ├── c11de550-0d03-41c8-b6ea-4025340a7064.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_13-3.csproj
│ │ │ ├── 1111408_13-3.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Form2.Designer.cs
│ │ │ ├── Form2.cs
│ │ │ ├── Form2.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_13-1.exe
│ │ │ │ ├── 1111408_13-1.exe.config
│ │ │ │ └── 1111408_13-1.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_13-1.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_13-1.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_13-1.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_13-1.csproj.GenerateResource.cache
│ │ │ ├── 1111408_13-1.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_13-1.exe
│ │ │ ├── 1111408_13-1.pdb
│ │ │ ├── 1111408_13-2.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_13-2.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_13-2.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_13-2.csproj.GenerateResource.cache
│ │ │ ├── 1111408_13-2.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_13-3.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_13-3.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_13-3.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_13-3.csproj.GenerateResource.cache
│ │ │ ├── 1111408_13-3.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_13_1.Form1.resources
│ │ │ ├── _1111408_13_1.Form2.resources
│ │ │ └── _1111408_13_1.Properties.Resources.resources
│ │ ├── 1111408_13-5/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_13-5/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 6d013cc4-122e-4ffe-a4e7-256a86c81605.vsidx
│ │ │ │ │ ├── d568347d-aa58-4013-910c-c79142f9ce32.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_13-5.csproj
│ │ │ ├── 1111408_13-5.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_13-5.exe
│ │ │ │ ├── 1111408_13-5.exe.config
│ │ │ │ └── 1111408_13-5.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_13-5.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_13-5.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_13-5.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_13-5.csproj.GenerateResource.cache
│ │ │ ├── 1111408_13-5.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_13-5.exe
│ │ │ ├── 1111408_13-5.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_13_5.Form1.resources
│ │ │ └── _1111408_13_5.Properties.Resources.resources
│ │ ├── 1111408_13-6/
│ │ │ ├── .vs/
│ │ │ │ ├── 1111408_13-5/
│ │ │ │ │ └── FileContentIndex/
│ │ │ │ │ ├── 0ccd6222-ad75-4ce9-917a-2997515d0358.vsidx
│ │ │ │ │ ├── 419514bf-3eff-4682-9b31-1d1768f839a4.vsidx
│ │ │ │ │ ├── c811d798-fe14-493c-827d-1eb2bec09ffa.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── 1111408_13-6/
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_13-6.csproj
│ │ │ ├── 1111408_13-6.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_13-5.exe
│ │ │ │ ├── 1111408_13-5.exe.config
│ │ │ │ └── 1111408_13-5.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_13-5.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_13-5.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_13-5.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_13-5.csproj.GenerateResource.cache
│ │ │ ├── 1111408_13-5.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_13-5.exe
│ │ │ ├── 1111408_13-5.pdb
│ │ │ ├── 1111408_13-6.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_13-6.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_13-6.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_13-6.csproj.GenerateResource.cache
│ │ │ ├── 1111408_13-6.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_13_5.Form1.resources
│ │ │ └── _1111408_13_5.Properties.Resources.resources
│ │ ├── 1111408_13-7/
│ │ │ ├── .vs/
│ │ │ │ ├── 1111408_13-5/
│ │ │ │ │ └── FileContentIndex/
│ │ │ │ │ ├── 0ccd6222-ad75-4ce9-917a-2997515d0358.vsidx
│ │ │ │ │ ├── 419514bf-3eff-4682-9b31-1d1768f839a4.vsidx
│ │ │ │ │ ├── c811d798-fe14-493c-827d-1eb2bec09ffa.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── 1111408_13-7/
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_13-7.csproj
│ │ │ ├── 1111408_13-7.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Form2.Designer.cs
│ │ │ ├── Form2.cs
│ │ │ ├── Form2.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_13-5.exe
│ │ │ │ ├── 1111408_13-5.exe.config
│ │ │ │ └── 1111408_13-5.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_13-5.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_13-5.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_13-5.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_13-5.csproj.GenerateResource.cache
│ │ │ ├── 1111408_13-5.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_13-5.exe
│ │ │ ├── 1111408_13-5.pdb
│ │ │ ├── 1111408_13-6.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_13-6.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_13-6.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_13-6.csproj.GenerateResource.cache
│ │ │ ├── 1111408_13-6.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_13-7.csproj.AssemblyReference.cache
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_13_5.Form1.resources
│ │ │ ├── _1111408_13_5.Form2.resources
│ │ │ └── _1111408_13_5.Properties.Resources.resources
│ │ ├── a.rtf
│ │ └── b.rtf
│ ├── Ch14/
│ │ ├── 1111408_14-1/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_14-1/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 505239f7-5f88-4390-bafc-374f0faf5d5c.vsidx
│ │ │ │ │ ├── a40de3b8-15d1-45ae-ba5a-910c85be5cae.vsidx
│ │ │ │ │ ├── c13e2a4c-2ceb-4163-9ce6-0d8d042c67fd.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_14-1.csproj
│ │ │ ├── 1111408_14-1.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources/
│ │ │ │ └── Dog.gif
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_14-1.exe
│ │ │ │ ├── 1111408_14-1.exe.config
│ │ │ │ └── 1111408_14-1.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_14-1.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_14-1.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_14-1.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_14-1.csproj.GenerateResource.cache
│ │ │ ├── 1111408_14-1.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_14-1.exe
│ │ │ ├── 1111408_14-1.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE/
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── _1111408_14_1.Form1.resources
│ │ │ └── _1111408_14_1.Properties.Resources.resources
│ │ ├── 1111408_14-2/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_14-2/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 2c89b1a7-0b92-47d3-98fc-9a5506adf571.vsidx
│ │ │ │ │ ├── 2eeae1d7-b766-469c-8a68-cd2faaac5bed.vsidx
│ │ │ │ │ ├── 802f133b-2b8a-4035-8228-e258baaf63e0.vsidx
│ │ │ │ │ ├── e0d897ae-566d-4788-9d79-73bcac8ef392.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_14-2.csproj
│ │ │ ├── 1111408_14-2.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources/
│ │ │ │ ├── Desert.jpg
│ │ │ │ ├── Hydrangeas.jpg
│ │ │ │ └── Prince.png
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_14-2.exe
│ │ │ │ ├── 1111408_14-2.exe.config
│ │ │ │ └── 1111408_14-2.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_14-2.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_14-2.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_14-2.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_14-2.csproj.GenerateResource.cache
│ │ │ ├── 1111408_14-2.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_14-2.exe
│ │ │ ├── 1111408_14-2.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE/
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── _1111408_14_2.Form1.resources
│ │ │ └── _1111408_14_2.Properties.Resources.resources
│ │ ├── 1111408_14-3/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_14-3/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 1cd92360-b63d-4b72-9711-9c8fdb08655a.vsidx
│ │ │ │ │ ├── 58ac225b-f50b-4994-b021-16a4a13ae7ad.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_14-3.csproj
│ │ │ ├── 1111408_14-3.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources/
│ │ │ │ ├── Desert.jpg
│ │ │ │ ├── Lighthouse.jpg
│ │ │ │ └── Tulips.jpg
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_14-3.exe
│ │ │ │ ├── 1111408_14-3.exe.config
│ │ │ │ └── 1111408_14-3.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_14-3.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_14-3.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_14-3.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_14-3.csproj.GenerateResource.cache
│ │ │ ├── 1111408_14-3.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_14-3.exe
│ │ │ ├── 1111408_14-3.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE/
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── _1111408_14_3.Form1.resources
│ │ │ └── _1111408_14_3.Properties.Resources.resources
│ │ ├── 1111408_14-4/
│ │ │ ├── .vs/
│ │ │ │ ├── 1111408_14-3/
│ │ │ │ │ └── FileContentIndex/
│ │ │ │ │ ├── 13a329b2-13bc-4d38-bee7-05aaf35ecf86.vsidx
│ │ │ │ │ ├── 58ac225b-f50b-4994-b021-16a4a13ae7ad.vsidx
│ │ │ │ │ ├── 9f119c80-1537-4430-8cd3-6be8b709d5be.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── 1111408_14-4/
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_14-4.csproj
│ │ │ ├── 1111408_14-4.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources/
│ │ │ │ ├── Desert.jpg
│ │ │ │ ├── Lighthouse.jpg
│ │ │ │ └── Tulips.jpg
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_14-3.exe
│ │ │ │ ├── 1111408_14-3.exe.config
│ │ │ │ └── 1111408_14-3.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_14-3.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_14-3.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_14-3.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_14-3.csproj.GenerateResource.cache
│ │ │ ├── 1111408_14-3.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_14-3.exe
│ │ │ ├── 1111408_14-3.pdb
│ │ │ ├── 1111408_14-4.csproj.AssemblyReference.cache
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE/
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── _1111408_14_3.Form1.resources
│ │ │ └── _1111408_14_3.Properties.Resources.resources
│ │ ├── 1111408_14-5/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_14-5/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 0bed5ac6-028c-482d-8913-a9328048d19c.vsidx
│ │ │ │ │ ├── 184742b8-7855-43a6-9a23-0b4f7738cb36.vsidx
│ │ │ │ │ ├── 6ce3573b-5ee9-4172-b365-346578ee138d.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_14-5.csproj
│ │ │ ├── 1111408_14-5.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources/
│ │ │ │ ├── icon0.png
│ │ │ │ ├── icon1.png
│ │ │ │ ├── icon10.png
│ │ │ │ ├── icon2.png
│ │ │ │ ├── icon3.png
│ │ │ │ ├── icon4.png
│ │ │ │ ├── icon5.png
│ │ │ │ ├── icon6.png
│ │ │ │ ├── icon7.png
│ │ │ │ ├── icon8.png
│ │ │ │ └── icon9.png
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_14-5.exe
│ │ │ │ ├── 1111408_14-5.exe.config
│ │ │ │ └── 1111408_14-5.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_14-5.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_14-5.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_14-5.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_14-5.csproj.GenerateResource.cache
│ │ │ ├── 1111408_14-5.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_14-5.exe
│ │ │ ├── 1111408_14-5.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE/
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── _1111408_14_5.Form1.resources
│ │ │ └── _1111408_14_5.Properties.Resources.resources
│ │ ├── 1111408_14-6/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_14-6/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 653aee8d-c81f-42f5-b1f7-a6c02c2b42ed.vsidx
│ │ │ │ │ ├── 7778f0a9-37c7-4959-8377-4db2817bc4f4.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_14-6.csproj
│ │ │ ├── 1111408_14-6.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources/
│ │ │ │ ├── NumgerPadGoal.png
│ │ │ │ ├── icon0.png
│ │ │ │ ├── icon1.png
│ │ │ │ ├── icon2.png
│ │ │ │ ├── icon3.png
│ │ │ │ ├── icon4.png
│ │ │ │ ├── icon5.png
│ │ │ │ ├── icon6.png
│ │ │ │ ├── icon7.png
│ │ │ │ └── icon8.png
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_14-6.exe
│ │ │ │ ├── 1111408_14-6.exe.config
│ │ │ │ └── 1111408_14-6.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_14-6.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_14-6.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_14-6.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_14-6.csproj.GenerateResource.cache
│ │ │ ├── 1111408_14-6.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_14-6.exe
│ │ │ ├── 1111408_14-6.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE/
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── _1111408_14_6.Form1.resources
│ │ │ └── _1111408_14_6.Properties.Resources.resources
│ │ └── week14 Images/
│ │ ├── Dog.gif
│ │ ├── NumgerPadGoal.png
│ │ ├── Prince.png
│ │ ├── icon0.png
│ │ ├── icon1.png
│ │ ├── icon10.png
│ │ ├── icon2.png
│ │ ├── icon3.png
│ │ ├── icon4.png
│ │ ├── icon5.png
│ │ ├── icon6.png
│ │ ├── icon7.png
│ │ ├── icon8.png
│ │ └── icon9.png
│ ├── Ch2/
│ │ ├── 1111408_2-1/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_2-1/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 9797c8a3-6450-4f98-a769-1df6ad1aa871.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_2-1.csproj
│ │ │ ├── 1111408_2-1.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_2-1.exe
│ │ │ │ ├── 1111408_2-1.exe.config
│ │ │ │ └── 1111408_2-1.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_2-1.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_2-1.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_2-1.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_2-1.csproj.GenerateResource.cache
│ │ │ ├── 1111408_2-1.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_2-1.exe
│ │ │ ├── 1111408_2-1.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_2_1.Form1.resources
│ │ │ └── _1111408_2_1.Properties.Resources.resources
│ │ ├── 1111408_2-2/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_2-2/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 235a0a72-b80c-4a16-b16f-7eab475369f5.vsidx
│ │ │ │ │ ├── 3cc6b49f-402f-427d-a69c-1ab38a8c6970.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_2-2.csproj
│ │ │ ├── 1111408_2-2.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_2-2.exe
│ │ │ │ ├── 1111408_2-2.exe.config
│ │ │ │ └── 1111408_2-2.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_2-2.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_2-2.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_2-2.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_2-2.csproj.GenerateResource.cache
│ │ │ ├── 1111408_2-2.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_2-2.exe
│ │ │ ├── 1111408_2-2.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_2_2.Form1.resources
│ │ │ └── _1111408_2_2.Properties.Resources.resources
│ │ ├── 1111408_2-3/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_2-3/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── b99f69aa-09ad-4034-8545-da7e071aeb95.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_2-3.csproj
│ │ │ ├── 1111408_2-3.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_2-3.exe
│ │ │ │ ├── 1111408_2-3.exe.config
│ │ │ │ └── 1111408_2-3.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_2-3.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_2-3.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_2-3.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_2-3.csproj.GenerateResource.cache
│ │ │ ├── 1111408_2-3.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_2-3.exe
│ │ │ ├── 1111408_2-3.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_2_3.Form1.resources
│ │ │ └── _1111408_2_3.Properties.Resources.resources
│ │ ├── 1111408_2-4/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_2-4/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── d7847a9a-6a79-4661-8873-4a39f9ea10b2.vsidx
│ │ │ │ │ ├── fc22b6e8-df32-44e2-88f0-a2b6da5b9967.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_2-4.csproj
│ │ │ ├── 1111408_2-4.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_2-4.exe
│ │ │ │ ├── 1111408_2-4.exe.config
│ │ │ │ └── 1111408_2-4.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_2-4.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_2-4.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_2-4.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_2-4.csproj.GenerateResource.cache
│ │ │ ├── 1111408_2-4.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_2-4.exe
│ │ │ ├── 1111408_2-4.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_2_4.Form1.resources
│ │ │ └── _1111408_2_4.Properties.Resources.resources
│ │ ├── 1111408_2-5/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_2-5/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── d2f69e13-ec61-4dc2-8e72-e729f6a4dcbe.vsidx
│ │ │ │ │ ├── e1de1fdb-7908-422a-9732-ef61cd62716a.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_2-5.csproj
│ │ │ ├── 1111408_2-5.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_2-5.exe
│ │ │ │ ├── 1111408_2-5.exe.config
│ │ │ │ └── 1111408_2-5.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_2-5.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_2-5.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_2-5.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_2-5.csproj.GenerateResource.cache
│ │ │ ├── 1111408_2-5.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_2-5.exe
│ │ │ ├── 1111408_2-5.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_2_5.Form1.resources
│ │ │ └── _1111408_2_5.Properties.Resources.resources
│ │ └── 1111408_2-6/
│ │ ├── .vs/
│ │ │ └── 1111408_2-6/
│ │ │ ├── FileContentIndex/
│ │ │ │ ├── d2267b91-9d99-460b-a753-efda99c1d556.vsidx
│ │ │ │ ├── fc94889d-4e2e-494d-86c7-a4cb3396fad9.vsidx
│ │ │ │ └── read.lock
│ │ │ └── v17/
│ │ │ └── .suo
│ │ ├── 1111408_2-6.csproj
│ │ ├── 1111408_2-6.sln
│ │ ├── App.config
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties/
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── bin/
│ │ │ └── Debug/
│ │ │ ├── 1111408_2-6.exe
│ │ │ ├── 1111408_2-6.exe.config
│ │ │ └── 1111408_2-6.pdb
│ │ └── obj/
│ │ └── Debug/
│ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ ├── 1111408_2-6.csproj.AssemblyReference.cache
│ │ ├── 1111408_2-6.csproj.CoreCompileInputs.cache
│ │ ├── 1111408_2-6.csproj.FileListAbsolute.txt
│ │ ├── 1111408_2-6.csproj.GenerateResource.cache
│ │ ├── 1111408_2-6.csproj.SuggestedBindingRedirects.cache
│ │ ├── 1111408_2-6.exe
│ │ ├── 1111408_2-6.pdb
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── _1111408_2_6.Form1.resources
│ │ └── _1111408_2_6.Properties.Resources.resources
│ ├── Ch3/
│ │ ├── 1111408_3-1/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_3-1/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── beeee961-81b5-4b60-94a5-c7335eda22d2.vsidx
│ │ │ │ │ ├── e04658d7-4774-4600-9c8e-904bbded932e.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_3-1.csproj
│ │ │ ├── 1111408_3-1.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_3-1.exe
│ │ │ │ ├── 1111408_3-1.exe.config
│ │ │ │ └── 1111408_3-1.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_3-1.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_3-1.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_3-1.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_3-1.csproj.GenerateResource.cache
│ │ │ ├── 1111408_3-1.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_3-1.exe
│ │ │ ├── 1111408_3-1.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_3_1.Form1.resources
│ │ │ └── _1111408_3_1.Properties.Resources.resources
│ │ ├── 1111408_3-2/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_3-2/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 9d39bcf7-ce87-4dc9-b53a-47dfe96acc99.vsidx
│ │ │ │ │ ├── fe5e580d-09a5-4d19-8d01-ebba289e3737.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_3-2.csproj
│ │ │ ├── 1111408_3-2.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_3-2.exe
│ │ │ │ ├── 1111408_3-2.exe.config
│ │ │ │ └── 1111408_3-2.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_3-2.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_3-2.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_3-2.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_3-2.csproj.GenerateResource.cache
│ │ │ ├── 1111408_3-2.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_3-2.exe
│ │ │ ├── 1111408_3-2.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_3_2.Form1.resources
│ │ │ └── _1111408_3_2.Properties.Resources.resources
│ │ ├── 1111408_3-3/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_3-3/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 3c754074-53fa-40b9-8ad9-96cca68e2d4b.vsidx
│ │ │ │ │ ├── 7d2bb34a-76ba-4e0b-8282-310c03dffb9c.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_3-3.csproj
│ │ │ ├── 1111408_3-3.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_3-3.exe
│ │ │ │ ├── 1111408_3-3.exe.config
│ │ │ │ └── 1111408_3-3.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_3-3.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_3-3.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_3-3.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_3-3.csproj.GenerateResource.cache
│ │ │ ├── 1111408_3-3.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_3-3.exe
│ │ │ ├── 1111408_3-3.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_3_3.Form1.resources
│ │ │ └── _1111408_3_3.Properties.Resources.resources
│ │ ├── 1111408_3-4/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_3-4/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 17f44686-b3ab-4cd4-b1c9-16bcf50fd751.vsidx
│ │ │ │ │ ├── 8abb6f03-42df-46b9-b7ab-83fb5256f06f.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_3-4.csproj
│ │ │ ├── 1111408_3-4.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_3-4.exe
│ │ │ │ ├── 1111408_3-4.exe.config
│ │ │ │ └── 1111408_3-4.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_3-4.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_3-4.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_3-4.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_3-4.csproj.GenerateResource.cache
│ │ │ ├── 1111408_3-4.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_3-4.exe
│ │ │ ├── 1111408_3-4.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_3_4.Form1.resources
│ │ │ └── _1111408_3_4.Properties.Resources.resources
│ │ ├── 1111408_3-5/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_3-5/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 54a3fad7-15c1-4bb6-a752-5f5fa16649ff.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_3-5.csproj
│ │ │ ├── 1111408_3-5.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_3-5.exe
│ │ │ │ ├── 1111408_3-5.exe.config
│ │ │ │ └── 1111408_3-5.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_3-5.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_3-5.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_3-5.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_3-5.csproj.GenerateResource.cache
│ │ │ ├── 1111408_3-5.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_3-5.exe
│ │ │ ├── 1111408_3-5.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_3_5.Form1.resources
│ │ │ └── _1111408_3_5.Properties.Resources.resources
│ │ ├── 1111408_3-6/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_3-6/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 03161b96-212e-42b6-8f6e-8685a24e4af1.vsidx
│ │ │ │ │ ├── 5b87f634-1ad1-414d-8005-66d28d85c8ee.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_3-6.csproj
│ │ │ ├── 1111408_3-6.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_3-6.exe
│ │ │ │ ├── 1111408_3-6.exe.config
│ │ │ │ └── 1111408_3-6.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_3-6.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_3-6.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_3-6.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_3-6.csproj.GenerateResource.cache
│ │ │ ├── 1111408_3-6.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_3-6.exe
│ │ │ ├── 1111408_3-6.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_3_6.Form1.resources
│ │ │ └── _1111408_3_6.Properties.Resources.resources
│ │ ├── 1111408_3-7/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_3-7/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 5631db9c-2d48-4162-ba19-b3c68585a8e3.vsidx
│ │ │ │ │ ├── e9840848-9c9e-4339-a91c-4cc32d9f2ea4.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_3-7.csproj
│ │ │ ├── 1111408_3-7.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_3-7.exe
│ │ │ │ ├── 1111408_3-7.exe.config
│ │ │ │ └── 1111408_3-7.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_3-7.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_3-7.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_3-7.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_3-7.csproj.GenerateResource.cache
│ │ │ ├── 1111408_3-7.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_3-7.exe
│ │ │ ├── 1111408_3-7.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_3_7.Form1.resources
│ │ │ └── _1111408_3_7.Properties.Resources.resources
│ │ ├── 1111408_3-8/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_3-8/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 77351f0c-dfa1-49cb-92bf-2e2aeb4a60e4.vsidx
│ │ │ │ │ ├── d03030f0-7ce5-43e0-9ceb-c5ab342770fa.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_3-8.csproj
│ │ │ ├── 1111408_3-8.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_3-8.exe
│ │ │ │ ├── 1111408_3-8.exe.config
│ │ │ │ └── 1111408_3-8.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_3-8.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_3-8.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_3-8.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_3-8.csproj.GenerateResource.cache
│ │ │ ├── 1111408_3-8.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_3-8.exe
│ │ │ ├── 1111408_3-8.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_3_8.Form1.resources
│ │ │ └── _1111408_3_8.Properties.Resources.resources
│ │ └── 1111408_hw1/
│ │ ├── .vs/
│ │ │ └── 1111408_hw1/
│ │ │ ├── FileContentIndex/
│ │ │ │ ├── 3bc9bdbc-0567-4c58-9449-d9fa40f895f1.vsidx
│ │ │ │ ├── 72df707e-e8ca-497b-84c6-d1ae2c799d58.vsidx
│ │ │ │ └── read.lock
│ │ │ └── v17/
│ │ │ └── .suo
│ │ ├── 1111408_hw1.csproj
│ │ ├── 1111408_hw1.sln
│ │ ├── App.config
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties/
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── bin/
│ │ │ └── Debug/
│ │ │ ├── 1111408_hw1.exe
│ │ │ ├── 1111408_hw1.exe.config
│ │ │ └── 1111408_hw1.pdb
│ │ └── obj/
│ │ └── Debug/
│ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ ├── 1111408_hw1.csproj.AssemblyReference.cache
│ │ ├── 1111408_hw1.csproj.CoreCompileInputs.cache
│ │ ├── 1111408_hw1.csproj.FileListAbsolute.txt
│ │ ├── 1111408_hw1.csproj.GenerateResource.cache
│ │ ├── 1111408_hw1.csproj.SuggestedBindingRedirects.cache
│ │ ├── 1111408_hw1.exe
│ │ ├── 1111408_hw1.pdb
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── _1111408_hw1.Form1.resources
│ │ └── _1111408_hw1.Properties.Resources.resources
│ ├── Ch4/
│ │ ├── 1111408_4-1/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_4-1/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 53d31c88-3af0-4109-a670-e987407999c5.vsidx
│ │ │ │ │ ├── dbe393e5-e271-4a4f-8fee-405c46977add.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_4-1.csproj
│ │ │ ├── 1111408_4-1.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_4-1.exe
│ │ │ │ ├── 1111408_4-1.exe.config
│ │ │ │ └── 1111408_4-1.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_4-1.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_4-1.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_4-1.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_4-1.csproj.GenerateResource.cache
│ │ │ ├── 1111408_4-1.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_4-1.exe
│ │ │ ├── 1111408_4-1.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_4_1.Form1.resources
│ │ │ └── _1111408_4_1.Properties.Resources.resources
│ │ ├── 1111408_4-2/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_4-2/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 2512c9b5-f626-407c-aec5-4083afc71fba.vsidx
│ │ │ │ │ ├── 8017f416-f4bc-4515-b022-4c526d4118fc.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_4-2.csproj
│ │ │ ├── 1111408_4-2.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_4-2.exe
│ │ │ │ ├── 1111408_4-2.exe.config
│ │ │ │ └── 1111408_4-2.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_4-2.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_4-2.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_4-2.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_4-2.csproj.GenerateResource.cache
│ │ │ ├── 1111408_4-2.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_4-2.exe
│ │ │ ├── 1111408_4-2.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_4_2.Form1.resources
│ │ │ └── _1111408_4_2.Properties.Resources.resources
│ │ ├── 1111408_4-3/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_4-3/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 039786dc-c453-4b81-b6bf-8bc7bd63f3b3.vsidx
│ │ │ │ │ ├── 1e7d54c9-bdde-4105-a7ca-81634736ecea.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_4-3.csproj
│ │ │ ├── 1111408_4-3.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_4-3.exe
│ │ │ │ ├── 1111408_4-3.exe.config
│ │ │ │ └── 1111408_4-3.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_4-3.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_4-3.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_4-3.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_4-3.csproj.GenerateResource.cache
│ │ │ ├── 1111408_4-3.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_4-3.exe
│ │ │ ├── 1111408_4-3.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_4_3.Form1.resources
│ │ │ └── _1111408_4_3.Properties.Resources.resources
│ │ ├── 1111408_4-4/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_4-4/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 04c4a1a0-5e8d-476c-8525-11071371d93a.vsidx
│ │ │ │ │ ├── 5e67e073-cc30-4f35-b23f-547b46a7b1fb.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_4-4.csproj
│ │ │ ├── 1111408_4-4.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_4-4.exe
│ │ │ │ ├── 1111408_4-4.exe.config
│ │ │ │ └── 1111408_4-4.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_4-4.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_4-4.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_4-4.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_4-4.csproj.GenerateResource.cache
│ │ │ ├── 1111408_4-4.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_4-4.exe
│ │ │ ├── 1111408_4-4.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_4_4.Form1.resources
│ │ │ └── _1111408_4_4.Properties.Resources.resources
│ │ ├── 1111408_4-5/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_4-5/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 006a9f42-4e5a-483f-b81a-d453666b172c.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_4-5.csproj
│ │ │ ├── 1111408_4-5.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_4-5.exe
│ │ │ │ ├── 1111408_4-5.exe.config
│ │ │ │ └── 1111408_4-5.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_4-5.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_4-5.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_4-5.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_4-5.csproj.GenerateResource.cache
│ │ │ ├── 1111408_4-5.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_4-5.exe
│ │ │ ├── 1111408_4-5.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_4_5.Form1.resources
│ │ │ └── _1111408_4_5.Properties.Resources.resources
│ │ ├── 1111408_4-6/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_4-6/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 480d2a6d-e643-4289-871f-506c8059d1f4.vsidx
│ │ │ │ │ ├── 4e99a79d-16a5-4b23-b883-f2a601eb584e.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_4-6.csproj
│ │ │ ├── 1111408_4-6.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_4-6.exe
│ │ │ │ ├── 1111408_4-6.exe.config
│ │ │ │ └── 1111408_4-6.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_4-6.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_4-6.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_4-6.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_4-6.csproj.GenerateResource.cache
│ │ │ ├── 1111408_4-6.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_4-6.exe
│ │ │ ├── 1111408_4-6.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_4_6.Form1.resources
│ │ │ └── _1111408_4_6.Properties.Resources.resources
│ │ ├── 1111408_hw2/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_hw2/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── e4c15a9c-3176-4740-a4e6-ce3599f60f17.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_hw2.csproj
│ │ │ ├── 1111408_hw2.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_hw2.exe
│ │ │ │ ├── 1111408_hw2.exe.config
│ │ │ │ └── 1111408_hw2.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_hw2.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_hw2.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_hw2.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_hw2.csproj.GenerateResource.cache
│ │ │ ├── 1111408_hw2.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_hw2.exe
│ │ │ ├── 1111408_hw2.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_hw2.Form1.resources
│ │ │ └── _1111408_hw2.Properties.Resources.resources
│ │ ├── test/
│ │ │ ├── .vs/
│ │ │ │ └── test/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 3e40fd0d-3582-4457-b5a4-6f95faef90f8.vsidx
│ │ │ │ │ ├── bd769ccb-80fa-409b-bbc3-036347e649cc.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── test.exe
│ │ │ │ ├── test.exe.config
│ │ │ │ └── test.pdb
│ │ │ ├── obj/
│ │ │ │ └── Debug/
│ │ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── test.Form1.resources
│ │ │ │ ├── test.Properties.Resources.resources
│ │ │ │ ├── test.csproj.AssemblyReference.cache
│ │ │ │ ├── test.csproj.CoreCompileInputs.cache
│ │ │ │ ├── test.csproj.FileListAbsolute.txt
│ │ │ │ ├── test.csproj.GenerateResource.cache
│ │ │ │ ├── test.csproj.SuggestedBindingRedirects.cache
│ │ │ │ ├── test.exe
│ │ │ │ └── test.pdb
│ │ │ ├── test.csproj
│ │ │ └── test.sln
│ │ └── test.zip
│ ├── Ch5/
│ │ ├── 1111408_5-1/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_5-1/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── f950e5a5-4424-4871-a403-a6cb0386d1e4.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ ├── .suo
│ │ │ │ └── Browse.VC.db
│ │ │ ├── 1111408_5-1.csproj
│ │ │ ├── 1111408_5-1.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_5-1.exe
│ │ │ │ ├── 1111408_5-1.exe.config
│ │ │ │ └── 1111408_5-1.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_5-1.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_5-1.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_5-1.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_5-1.csproj.GenerateResource.cache
│ │ │ ├── 1111408_5-1.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_5-1.exe
│ │ │ ├── 1111408_5-1.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_5_1.Form1.resources
│ │ │ └── _1111408_5_1.Properties.Resources.resources
│ │ ├── 1111408_5-2/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_5-2/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 4db81955-c322-47e8-b6ab-5dc4fc80e2f5.vsidx
│ │ │ │ │ ├── dfaea8b4-aeb0-43b1-8dc8-6d6af5764b04.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_5-2.csproj
│ │ │ ├── 1111408_5-2.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_5-2.exe
│ │ │ │ ├── 1111408_5-2.exe.config
│ │ │ │ └── 1111408_5-2.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_5-2.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_5-2.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_5-2.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_5-2.csproj.GenerateResource.cache
│ │ │ ├── 1111408_5-2.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_5-2.exe
│ │ │ ├── 1111408_5-2.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_5_2.Form1.resources
│ │ │ └── _1111408_5_2.Properties.Resources.resources
│ │ ├── 1111408_5-3/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_5-3/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 311d8ebf-4347-4526-a7fa-782c91ac0bac.vsidx
│ │ │ │ │ ├── bbcbccba-fc31-4bf0-a343-0ddd9f80096f.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_5-3.csproj
│ │ │ ├── 1111408_5-3.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_5-3.exe
│ │ │ │ ├── 1111408_5-3.exe.config
│ │ │ │ └── 1111408_5-3.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_5-3.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_5-3.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_5-3.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_5-3.csproj.GenerateResource.cache
│ │ │ ├── 1111408_5-3.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_5-3.exe
│ │ │ ├── 1111408_5-3.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_5_3.Form1.resources
│ │ │ └── _1111408_5_3.Properties.Resources.resources
│ │ ├── 1111408_5-4/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_5-4/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 7369df7e-5dc2-4b34-9d12-879051061fad.vsidx
│ │ │ │ │ ├── d67de1ed-5c3d-4c43-80dc-7c2b4b83be6d.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_5-4.csproj
│ │ │ ├── 1111408_5-4.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_5-4.exe
│ │ │ │ ├── 1111408_5-4.exe.config
│ │ │ │ └── 1111408_5-4.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_5-4.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_5-4.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_5-4.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_5-4.csproj.GenerateResource.cache
│ │ │ ├── 1111408_5-4.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_5-4.exe
│ │ │ ├── 1111408_5-4.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_5_4.Form1.resources
│ │ │ └── _1111408_5_4.Properties.Resources.resources
│ │ ├── 1111408_5-5/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_5-5/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── fd589992-a17a-4c55-b169-1e47f31ed882.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_5-5.csproj
│ │ │ ├── 1111408_5-5.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_5-5.exe
│ │ │ │ ├── 1111408_5-5.exe.config
│ │ │ │ └── 1111408_5-5.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_5-5.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_5-5.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_5-5.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_5-5.csproj.GenerateResource.cache
│ │ │ ├── 1111408_5-5.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_5-5.exe
│ │ │ ├── 1111408_5-5.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_5_5.Form1.resources
│ │ │ └── _1111408_5_5.Properties.Resources.resources
│ │ └── 1111408_5-6/
│ │ ├── .vs/
│ │ │ └── 1111408_5-6/
│ │ │ ├── FileContentIndex/
│ │ │ │ ├── 70798670-1ddb-4b38-8e14-d01067589083.vsidx
│ │ │ │ └── read.lock
│ │ │ └── v17/
│ │ │ └── .suo
│ │ ├── 1111408_5-6.csproj
│ │ ├── 1111408_5-6.sln
│ │ ├── App.config
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties/
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── bin/
│ │ │ └── Debug/
│ │ │ ├── 1111408_5-6.exe
│ │ │ ├── 1111408_5-6.exe.config
│ │ │ └── 1111408_5-6.pdb
│ │ └── obj/
│ │ └── Debug/
│ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ ├── 1111408_5-6.csproj.AssemblyReference.cache
│ │ ├── 1111408_5-6.csproj.CoreCompileInputs.cache
│ │ ├── 1111408_5-6.csproj.FileListAbsolute.txt
│ │ ├── 1111408_5-6.csproj.GenerateResource.cache
│ │ ├── 1111408_5-6.csproj.SuggestedBindingRedirects.cache
│ │ ├── 1111408_5-6.exe
│ │ ├── 1111408_5-6.pdb
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── _1111408_5_6.Form1.resources
│ │ └── _1111408_5_6.Properties.Resources.resources
│ ├── Ch6/
│ │ ├── 1111408_6-1/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_6-1/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 5463246d-f14b-424d-80f3-1471ae4d13e5.vsidx
│ │ │ │ │ ├── 578d525d-46fe-4245-85b7-f1884cdec26e.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_6-1.csproj
│ │ │ ├── 1111408_6-1.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_6-1.exe
│ │ │ │ ├── 1111408_6-1.exe.config
│ │ │ │ └── 1111408_6-1.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_6-1.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_6-1.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_6-1.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_6-1.csproj.GenerateResource.cache
│ │ │ ├── 1111408_6-1.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_6-1.exe
│ │ │ ├── 1111408_6-1.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_6_1.Form1.resources
│ │ │ └── _1111408_6_1.Properties.Resources.resources
│ │ ├── 1111408_6-2/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_6-2/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 4ce7f090-4111-438a-be3d-c33a4a1775f5.vsidx
│ │ │ │ │ ├── 5226e05b-6286-4b13-8f0a-e917591392ad.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_6-2.csproj
│ │ │ ├── 1111408_6-2.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_6-2.exe
│ │ │ │ ├── 1111408_6-2.exe.config
│ │ │ │ └── 1111408_6-2.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_6-2.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_6-2.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_6-2.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_6-2.csproj.GenerateResource.cache
│ │ │ ├── 1111408_6-2.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_6-2.exe
│ │ │ ├── 1111408_6-2.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_6_2.Form1.resources
│ │ │ └── _1111408_6_2.Properties.Resources.resources
│ │ ├── 1111408_6-3/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_6-3/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── f3887374-34d1-4b0c-a594-68268e982ccd.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_6-3.csproj
│ │ │ ├── 1111408_6-3.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_6-2.exe
│ │ │ │ ├── 1111408_6-2.exe.config
│ │ │ │ └── 1111408_6-2.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_6-2.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_6-2.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_6-2.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_6-2.csproj.GenerateResource.cache
│ │ │ ├── 1111408_6-2.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_6-2.exe
│ │ │ ├── 1111408_6-2.pdb
│ │ │ ├── 1111408_6-3.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_6-3.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_6-3.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_6-3.csproj.GenerateResource.cache
│ │ │ ├── 1111408_6-3.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_6_2.Form1.resources
│ │ │ └── _1111408_6_2.Properties.Resources.resources
│ │ ├── 1111408_6-4/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_6-4/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── aa26372f-3302-494f-bf6c-467ac97a7280.vsidx
│ │ │ │ │ ├── e312c15a-8094-40cc-81d4-d767e9c036d4.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_6-4.csproj
│ │ │ ├── 1111408_6-4.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_6-4.exe
│ │ │ │ ├── 1111408_6-4.exe.config
│ │ │ │ └── 1111408_6-4.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_6-4.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_6-4.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_6-4.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_6-4.csproj.GenerateResource.cache
│ │ │ ├── 1111408_6-4.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_6-4.exe
│ │ │ ├── 1111408_6-4.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_6_4.Form1.resources
│ │ │ └── _1111408_6_4.Properties.Resources.resources
│ │ ├── 1111408_6-5/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_6-5/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 22ad124c-1019-4dff-aa5d-dd9eaf6dccb7.vsidx
│ │ │ │ │ ├── 769656bc-d62d-4262-8320-c211b070daf3.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_6-5.csproj
│ │ │ ├── 1111408_6-5.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_6-5.exe
│ │ │ │ ├── 1111408_6-5.exe.config
│ │ │ │ └── 1111408_6-5.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_6-5.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_6-5.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_6-5.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_6-5.csproj.GenerateResource.cache
│ │ │ ├── 1111408_6-5.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_6-5.exe
│ │ │ ├── 1111408_6-5.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_6_5.Form1.resources
│ │ │ └── _1111408_6_5.Properties.Resources.resources
│ │ ├── 1111408_6-6/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_6-6/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 0b9370ac-aebe-4823-82b1-f508ede0c7da.vsidx
│ │ │ │ │ ├── 675df9ea-26a2-4c1f-a9d6-238cd1e850b3.vsidx
│ │ │ │ │ ├── 7974c77f-8348-4818-b90e-1116f3ed0757.vsidx
│ │ │ │ │ ├── e510c70d-86e1-476a-bc7b-740bb5e8e9bd.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_6-6.csproj
│ │ │ ├── 1111408_6-6.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources/
│ │ │ │ ├── Chrysanthemum.jpg
│ │ │ │ ├── Hydrangeas.jpg
│ │ │ │ └── Tulips.jpg
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_6-6.exe
│ │ │ │ ├── 1111408_6-6.exe.config
│ │ │ │ └── 1111408_6-6.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_6-6.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_6-6.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_6-6.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_6-6.csproj.GenerateResource.cache
│ │ │ ├── 1111408_6-6.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_6-6.exe
│ │ │ ├── 1111408_6-6.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE/
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── _1111408_6_6.Form1.resources
│ │ │ └── _1111408_6_6.Properties.Resources.resources
│ │ └── 1111408_hw3/
│ │ └── 1111408_hw3/
│ │ ├── .vs/
│ │ │ └── 1111408_hw3/
│ │ │ ├── FileContentIndex/
│ │ │ │ ├── 0b6cbbb1-5399-45ec-80c9-75c6a8fac2e9.vsidx
│ │ │ │ └── read.lock
│ │ │ └── v17/
│ │ │ └── .suo
│ │ ├── 1111408_hw3.csproj
│ │ ├── 1111408_hw3.sln
│ │ ├── App.config
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties/
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── bin/
│ │ │ └── Debug/
│ │ │ ├── 1111408_hw3.exe
│ │ │ ├── 1111408_hw3.exe.config
│ │ │ └── 1111408_hw3.pdb
│ │ └── obj/
│ │ └── Debug/
│ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ ├── 1111408_hw3.csproj.AssemblyReference.cache
│ │ ├── 1111408_hw3.csproj.CoreCompileInputs.cache
│ │ ├── 1111408_hw3.csproj.FileListAbsolute.txt
│ │ ├── 1111408_hw3.csproj.GenerateResource.cache
│ │ ├── 1111408_hw3.csproj.SuggestedBindingRedirects.cache
│ │ ├── 1111408_hw3.exe
│ │ ├── 1111408_hw3.pdb
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── _1111408_hw3.Form1.resources
│ │ └── _1111408_hw3.Properties.Resources.resources
│ ├── Ch7/
│ │ ├── 1111408_7-1/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_7-1/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 81c2abc8-9eca-4d2c-94ee-efe45b50d834.vsidx
│ │ │ │ │ ├── 83a42ba4-f8f4-4dc6-b3d3-b155f59efd33.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_7-1.csproj
│ │ │ ├── 1111408_7-1.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_7-1.exe
│ │ │ │ ├── 1111408_7-1.exe.config
│ │ │ │ └── 1111408_7-1.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_7-1.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_7-1.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_7-1.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_7-1.csproj.GenerateResource.cache
│ │ │ ├── 1111408_7-1.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_7-1.exe
│ │ │ ├── 1111408_7-1.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_7_1.Form1.resources
│ │ │ └── _1111408_7_1.Properties.Resources.resources
│ │ ├── 1111408_7-2/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_7-2/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── ab2cb753-671f-481d-8831-393f63a2d922.vsidx
│ │ │ │ │ ├── fc391003-277e-46d2-9968-6b6ce60ba4d3.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_7-2.csproj
│ │ │ ├── 1111408_7-2.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_7-2.exe
│ │ │ │ ├── 1111408_7-2.exe.config
│ │ │ │ └── 1111408_7-2.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_7-2.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_7-2.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_7-2.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_7-2.csproj.GenerateResource.cache
│ │ │ ├── 1111408_7-2.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_7-2.exe
│ │ │ ├── 1111408_7-2.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_7_2.Form1.resources
│ │ │ └── _1111408_7_2.Properties.Resources.resources
│ │ ├── 1111408_7-3/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_7-3/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 2aad867a-b318-4791-b6b1-e7d396db264c.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_7-3.csproj
│ │ │ ├── 1111408_7-3.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_7-3.exe
│ │ │ │ ├── 1111408_7-3.exe.config
│ │ │ │ └── 1111408_7-3.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_7-3.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_7-3.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_7-3.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_7-3.csproj.GenerateResource.cache
│ │ │ ├── 1111408_7-3.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_7-3.exe
│ │ │ ├── 1111408_7-3.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_7_3.Form1.resources
│ │ │ └── _1111408_7_3.Properties.Resources.resources
│ │ ├── 1111408_7-4/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_7-4/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 0df8ca28-25a3-4007-ab31-a88f9ec52fbd.vsidx
│ │ │ │ │ ├── 9ab6186a-b6bb-49cd-af91-6f97242608ad.vsidx
│ │ │ │ │ ├── ea560e87-16b8-4491-bd08-5d6308d0e21c.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_7-4.csproj
│ │ │ ├── 1111408_7-4.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources/
│ │ │ │ └── Chrysanthemum.jpg
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_7-4.exe
│ │ │ │ ├── 1111408_7-4.exe.config
│ │ │ │ └── 1111408_7-4.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_7-4.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_7-4.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_7-4.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_7-4.csproj.GenerateResource.cache
│ │ │ ├── 1111408_7-4.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_7-4.exe
│ │ │ ├── 1111408_7-4.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE/
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── _1111408_7_4.Form1.resources
│ │ │ └── _1111408_7_4.Properties.Resources.resources
│ │ ├── 1111408_7-5/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_7-5/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 41ac0b46-3260-40c2-be1e-8289919ada50.vsidx
│ │ │ │ │ ├── f07bd322-4d5d-4fd1-bf53-b1cf20ef3269.vsidx
│ │ │ │ │ ├── fd0ae4a5-37eb-4194-a7ac-547a3c24e039.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_7-5.csproj
│ │ │ ├── 1111408_7-5.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources/
│ │ │ │ └── Hydrangeas.jpg
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_7-5.exe
│ │ │ │ ├── 1111408_7-5.exe.config
│ │ │ │ └── 1111408_7-5.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_7-5.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_7-5.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_7-5.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_7-5.csproj.GenerateResource.cache
│ │ │ ├── 1111408_7-5.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_7-5.exe
│ │ │ ├── 1111408_7-5.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE/
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── _1111408_7_5.Form1.resources
│ │ │ └── _1111408_7_5.Properties.Resources.resources
│ │ ├── 1111408_7-6/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_7-6/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 0c5635df-f37d-48f4-a8cf-ade7add7059c.vsidx
│ │ │ │ │ ├── 495bf8dd-19ef-4ea9-8848-3b1c1987c23e.vsidx
│ │ │ │ │ ├── 5c46cc5e-a69d-46f9-9b3e-013d650b13a8.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_7-6.csproj
│ │ │ ├── 1111408_7-6.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources/
│ │ │ │ └── butterfly.png
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_7-6.exe
│ │ │ │ ├── 1111408_7-6.exe.config
│ │ │ │ └── 1111408_7-6.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_7-6.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_7-6.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_7-6.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_7-6.csproj.GenerateResource.cache
│ │ │ ├── 1111408_7-6.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_7-6.exe
│ │ │ ├── 1111408_7-6.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE/
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── _1111408_7_6.Form1.resources
│ │ │ └── _1111408_7_6.Properties.Resources.resources
│ │ └── 1111408_7-7/
│ │ ├── .vs/
│ │ │ └── 1111408_7-7/
│ │ │ ├── FileContentIndex/
│ │ │ │ ├── 20da083e-ebe0-4979-8874-5d503cd861f8.vsidx
│ │ │ │ ├── 6ff4c9bd-0328-4c6d-add8-9cc5af5c4371.vsidx
│ │ │ │ ├── ca1770cf-1d43-46c9-8535-c45a7273469e.vsidx
│ │ │ │ └── read.lock
│ │ │ └── v17/
│ │ │ └── .suo
│ │ ├── 1111408_7-7.csproj
│ │ ├── 1111408_7-7.sln
│ │ ├── App.config
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties/
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Resources/
│ │ │ └── butterfly.png
│ │ ├── bin/
│ │ │ └── Debug/
│ │ │ ├── 1111408_7-7.exe
│ │ │ ├── 1111408_7-7.exe.config
│ │ │ └── 1111408_7-7.pdb
│ │ └── obj/
│ │ └── Debug/
│ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ ├── 1111408_7-7.csproj.AssemblyReference.cache
│ │ ├── 1111408_7-7.csproj.CoreCompileInputs.cache
│ │ ├── 1111408_7-7.csproj.FileListAbsolute.txt
│ │ ├── 1111408_7-7.csproj.GenerateResource.cache
│ │ ├── 1111408_7-7.csproj.SuggestedBindingRedirects.cache
│ │ ├── 1111408_7-7.exe
│ │ ├── 1111408_7-7.pdb
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TempPE/
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── _1111408_7_7.Form1.resources
│ │ └── _1111408_7_7.Properties.Resources.resources
│ ├── Ch8/
│ │ ├── 1111408_8-1/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_8-1/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── cf18719d-b939-4594-bf4e-a750f4496292.vsidx
│ │ │ │ │ ├── d29c4748-dfb7-4f06-bf28-1e358fa6487d.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_8-1.csproj
│ │ │ ├── 1111408_8-1.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_8-1.exe
│ │ │ │ ├── 1111408_8-1.exe.config
│ │ │ │ └── 1111408_8-1.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_8-1.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_8-1.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_8-1.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_8-1.csproj.GenerateResource.cache
│ │ │ ├── 1111408_8-1.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_8-1.exe
│ │ │ ├── 1111408_8-1.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_8_1.Form1.resources
│ │ │ └── _1111408_8_1.Properties.Resources.resources
│ │ ├── 1111408_8-2/
│ │ │ ├── .vs/
│ │ │ │ ├── 1111408_8-1/
│ │ │ │ │ └── FileContentIndex/
│ │ │ │ │ ├── 90dd4058-ef0e-4d9e-9839-4ebcf30cb22f.vsidx
│ │ │ │ │ ├── 9861dec3-74ef-4f18-a3cf-279163d0b57f.vsidx
│ │ │ │ │ ├── b991d25e-b073-4045-80cb-1f3bda1393ec.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── 1111408_8-2/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 971efd28-cb17-4780-9b1c-d8de0c40e35e.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_8-2.csproj
│ │ │ ├── 1111408_8-2.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_8-1.exe
│ │ │ │ ├── 1111408_8-1.exe.config
│ │ │ │ └── 1111408_8-1.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_8-1.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_8-1.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_8-1.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_8-1.csproj.GenerateResource.cache
│ │ │ ├── 1111408_8-1.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_8-1.exe
│ │ │ ├── 1111408_8-1.pdb
│ │ │ ├── 1111408_8-2.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_8-2.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_8-2.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_8-2.csproj.GenerateResource.cache
│ │ │ ├── 1111408_8-2.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_8_1.Form1.resources
│ │ │ └── _1111408_8_1.Properties.Resources.resources
│ │ ├── 1111408_8-3/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_8-3/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 4f1d05b9-b0d1-4692-b19c-44bb8bf14342.vsidx
│ │ │ │ │ ├── 9b02b529-f811-4118-a74b-8c4a854496bc.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_8-3.csproj
│ │ │ ├── 1111408_8-3.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_8-3.exe
│ │ │ │ ├── 1111408_8-3.exe.config
│ │ │ │ └── 1111408_8-3.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_8-3.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_8-3.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_8-3.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_8-3.csproj.GenerateResource.cache
│ │ │ ├── 1111408_8-3.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_8-3.exe
│ │ │ ├── 1111408_8-3.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_8_3.Form1.resources
│ │ │ └── _1111408_8_3.Properties.Resources.resources
│ │ ├── 1111408_8-4/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_8-4/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── e5c739b4-31a4-46d7-befe-7aea8fa9ae60.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_8-4.csproj
│ │ │ ├── 1111408_8-4.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_8-4.exe
│ │ │ │ ├── 1111408_8-4.exe.config
│ │ │ │ └── 1111408_8-4.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_8-4.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_8-4.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_8-4.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_8-4.csproj.GenerateResource.cache
│ │ │ ├── 1111408_8-4.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_8-4.exe
│ │ │ ├── 1111408_8-4.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_8_4.Form1.resources
│ │ │ └── _1111408_8_4.Properties.Resources.resources
│ │ ├── 1111408_8-5/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_8-5/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── daa2424c-aabf-4adc-97ca-dd19c38c1b13.vsidx
│ │ │ │ │ ├── e249447c-5d49-4e90-aa54-ded0c85300e8.vsidx
│ │ │ │ │ ├── f3138346-ab25-413f-97e1-999afe327de9.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_8-5.csproj
│ │ │ ├── 1111408_8-5.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources/
│ │ │ │ └── butterfly.png
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_8-5.exe
│ │ │ │ ├── 1111408_8-5.exe.config
│ │ │ │ └── 1111408_8-5.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_8-5.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_8-5.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_8-5.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_8-5.csproj.GenerateResource.cache
│ │ │ ├── 1111408_8-5.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_8-5.exe
│ │ │ ├── 1111408_8-5.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE/
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── _1111408_8_5.Form1.resources
│ │ │ └── _1111408_8_5.Properties.Resources.resources
│ │ ├── 1111408_8-6/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_8-6/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 58cc4924-d2b9-4a35-aa25-e15fa2ac1490.vsidx
│ │ │ │ │ ├── 9f46a301-6aa9-4025-bc67-7de26475bc9b.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_8-6.csproj
│ │ │ ├── 1111408_8-6.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_8-6.exe
│ │ │ │ ├── 1111408_8-6.exe.config
│ │ │ │ └── 1111408_8-6.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_8-6.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_8-6.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_8-6.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_8-6.csproj.GenerateResource.cache
│ │ │ ├── 1111408_8-6.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_8-6.exe
│ │ │ ├── 1111408_8-6.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_8_6.Form1.resources
│ │ │ └── _1111408_8_6.Properties.Resources.resources
│ │ ├── 1111408_8-7/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_8-7/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 15c66b4f-c0a4-46a2-adb1-ec888e6c051f.vsidx
│ │ │ │ │ ├── e161f9c3-beb6-4d39-ae8e-3036eb72a062.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_8-7.csproj
│ │ │ ├── 1111408_8-7.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_8-7.exe
│ │ │ │ ├── 1111408_8-7.exe.config
│ │ │ │ └── 1111408_8-7.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_8-7.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_8-7.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_8-7.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_8-7.csproj.GenerateResource.cache
│ │ │ ├── 1111408_8-7.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_8-7.exe
│ │ │ ├── 1111408_8-7.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_8_7.Form1.resources
│ │ │ └── _1111408_8_7.Properties.Resources.resources
│ │ ├── 1111408_8-8/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_8-8/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── f8f169cb-cf81-483d-bd31-9e9ca07b4384.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_8-8.csproj
│ │ │ ├── 1111408_8-8.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_8-8.exe
│ │ │ │ ├── 1111408_8-8.exe.config
│ │ │ │ └── 1111408_8-8.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_8-8.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_8-8.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_8-8.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_8-8.csproj.GenerateResource.cache
│ │ │ ├── 1111408_8-8.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_8-8.exe
│ │ │ ├── 1111408_8-8.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_8_8.Form1.resources
│ │ │ └── _1111408_8_8.Properties.Resources.resources
│ │ ├── 1111408_hw4/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_hw4/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── e4bb9e21-5ecc-4a23-bff1-941ced50af82.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_hw4.csproj
│ │ │ ├── 1111408_hw4.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_hw4.exe
│ │ │ │ ├── 1111408_hw4.exe.config
│ │ │ │ └── 1111408_hw4.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_hw4.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_hw4.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_hw4.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_hw4.csproj.GenerateResource.cache
│ │ │ ├── 1111408_hw4.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_hw4.exe
│ │ │ ├── 1111408_hw4.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_hw4.Form1.resources
│ │ │ └── _1111408_hw4.Properties.Resources.resources
│ │ └── 1111408_hw4.zip
│ ├── Ch9/
│ │ ├── 1111408_9-1/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_9-1/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── a50cd0ed-4676-409a-bfbc-f7abb091a7fd.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_9-1.csproj
│ │ │ ├── 1111408_9-1.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_9-1.exe
│ │ │ │ ├── 1111408_9-1.exe.config
│ │ │ │ └── 1111408_9-1.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_9-1.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_9-1.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_9-1.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_9-1.csproj.GenerateResource.cache
│ │ │ ├── 1111408_9-1.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_9-1.exe
│ │ │ ├── 1111408_9-1.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_9_1.Form1.resources
│ │ │ └── _1111408_9_1.Properties.Resources.resources
│ │ ├── 1111408_9-2/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_9-2/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 91ced544-c6ae-4133-a11f-a1f7058ad6eb.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_9-2.csproj
│ │ │ ├── 1111408_9-2.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_9-2.exe
│ │ │ │ ├── 1111408_9-2.exe.config
│ │ │ │ └── 1111408_9-2.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_9-2.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_9-2.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_9-2.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_9-2.csproj.GenerateResource.cache
│ │ │ ├── 1111408_9-2.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_9-2.exe
│ │ │ ├── 1111408_9-2.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_9_2.Form1.resources
│ │ │ └── _1111408_9_2.Properties.Resources.resources
│ │ ├── 1111408_9-3/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_9-3/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── fdda0cc4-3528-4afe-891c-53fa1f3fa3fd.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_9-3.csproj
│ │ │ ├── 1111408_9-3.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_9-3.exe
│ │ │ │ ├── 1111408_9-3.exe.config
│ │ │ │ └── 1111408_9-3.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_9-3.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_9-3.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_9-3.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_9-3.csproj.GenerateResource.cache
│ │ │ ├── 1111408_9-3.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_9-3.exe
│ │ │ ├── 1111408_9-3.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_9_3.Form1.resources
│ │ │ └── _1111408_9_3.Properties.Resources.resources
│ │ ├── 1111408_9-4/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_9-4/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 0c4f2a54-9b10-43ad-9c25-c329752dcad9.vsidx
│ │ │ │ │ ├── b99e17fd-cc6b-44ec-be89-a3312b159124.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_9-4.csproj
│ │ │ ├── 1111408_9-4.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_9-4.exe
│ │ │ │ ├── 1111408_9-4.exe.config
│ │ │ │ └── 1111408_9-4.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_9-4.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_9-4.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_9-4.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_9-4.csproj.GenerateResource.cache
│ │ │ ├── 1111408_9-4.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_9-4.exe
│ │ │ ├── 1111408_9-4.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_9_4.Form1.resources
│ │ │ └── _1111408_9_4.Properties.Resources.resources
│ │ ├── 1111408_9-5/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_9-5/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 2b995133-46f5-411d-b002-1843178c8585.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_9-5.csproj
│ │ │ ├── 1111408_9-5.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_9-5.exe
│ │ │ │ ├── 1111408_9-5.exe.config
│ │ │ │ └── 1111408_9-5.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_9-5.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_9-5.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_9-5.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_9-5.csproj.GenerateResource.cache
│ │ │ ├── 1111408_9-5.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_9-5.exe
│ │ │ ├── 1111408_9-5.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_9_5.Form1.resources
│ │ │ └── _1111408_9_5.Properties.Resources.resources
│ │ ├── 1111408_9-6/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_9-6/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 9299913c-89ec-49d9-9c5b-ac895738cbeb.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_9-6.csproj
│ │ │ ├── 1111408_9-6.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_9-6.exe
│ │ │ │ ├── 1111408_9-6.exe.config
│ │ │ │ └── 1111408_9-6.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_9-6.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_9-6.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_9-6.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_9-6.csproj.GenerateResource.cache
│ │ │ ├── 1111408_9-6.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_9-6.exe
│ │ │ ├── 1111408_9-6.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── _1111408_9_6.Form1.resources
│ │ │ └── _1111408_9_6.Properties.Resources.resources
│ │ ├── 1111408_9-7/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_9-7/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 503bcc44-3d32-4594-b6c9-42586cd74907.vsidx
│ │ │ │ │ ├── 9948002e-9ffc-4c48-a7f2-2e35b1183d1d.vsidx
│ │ │ │ │ ├── aaecaee6-6f49-416c-9741-9552819df5e7.vsidx
│ │ │ │ │ ├── ad943521-9bed-4a29-91dc-226dac3e4942.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_9-7.csproj
│ │ │ ├── 1111408_9-7.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources/
│ │ │ │ ├── apple.jpg
│ │ │ │ └── butterfly.png
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_9-7.exe
│ │ │ │ ├── 1111408_9-7.exe.config
│ │ │ │ └── 1111408_9-7.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_9-7.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_9-7.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_9-7.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_9-7.csproj.GenerateResource.cache
│ │ │ ├── 1111408_9-7.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_9-7.exe
│ │ │ ├── 1111408_9-7.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE/
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── _1111408_9_7.Form1.resources
│ │ │ └── _1111408_9_7.Properties.Resources.resources
│ │ ├── 1111408_9-8/
│ │ │ ├── .vs/
│ │ │ │ └── 1111408_9-8/
│ │ │ │ ├── FileContentIndex/
│ │ │ │ │ ├── 479d5927-8d39-4f92-b269-fe6a0f19da7a.vsidx
│ │ │ │ │ ├── 6d57f8d1-0b68-493a-88d6-c036673b06c3.vsidx
│ │ │ │ │ ├── 7a265598-c78e-4532-be80-cd3ddeb8efc9.vsidx
│ │ │ │ │ └── read.lock
│ │ │ │ └── v17/
│ │ │ │ └── .suo
│ │ │ ├── 1111408_9-8.csproj
│ │ │ ├── 1111408_9-8.sln
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties/
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources/
│ │ │ │ └── butterfly.png
│ │ │ ├── bin/
│ │ │ │ └── Debug/
│ │ │ │ ├── 1111408_9-8.exe
│ │ │ │ ├── 1111408_9-8.exe.config
│ │ │ │ └── 1111408_9-8.pdb
│ │ │ └── obj/
│ │ │ └── Debug/
│ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ │ │ ├── 1111408_9-8.csproj.AssemblyReference.cache
│ │ │ ├── 1111408_9-8.csproj.CoreCompileInputs.cache
│ │ │ ├── 1111408_9-8.csproj.FileListAbsolute.txt
│ │ │ ├── 1111408_9-8.csproj.GenerateResource.cache
│ │ │ ├── 1111408_9-8.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── 1111408_9-8.exe
│ │ │ ├── 1111408_9-8.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE/
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── _1111408_9_8.Form1.resources
│ │ │ └── _1111408_9_8.Properties.Resources.resources
│ │ └── HW5_Pics/
│ │ └── HW5_Pics/
│ │ ├── 8_0.jpg
│ │ ├── 8_1.jpg
│ │ ├── 8_2.jpg
│ │ ├── 8_3.jpg
│ │ ├── 8_4.jpg
│ │ ├── 8_5.jpg
│ │ ├── 8_6.jpg
│ │ ├── 8_7.jpg
│ │ ├── 8_8.jpg
│ │ └── 視窗程式設計_作業五.ppt
│ ├── apple.jpg
│ ├── butterfly.png
│ ├── sample pictures/
│ │ ├── Chrysanthemum.jpg
│ │ ├── Desert.jpg
│ │ ├── Hydrangeas.jpg
│ │ ├── Jellyfish.jpg
│ │ ├── Koala.jpg
│ │ ├── Lighthouse.jpg
│ │ ├── Penguins.jpg
│ │ ├── Tulips.jpg
│ │ └── desktop.ini
│ ├── 圖示1.ico
│ ├── 點陣圖1.bmp
│ ├── 點陣圖2.bmp
│ └── 點陣圖3.bmp
└── PPT/
├── Ch1/
│ ├── 視窗程式設計 1_1.ppt
│ ├── 視窗程式設計 1_2.ppt
│ ├── 視窗程式設計 1_3.ppt
│ ├── 視窗程式設計 1_4.ppt
│ └── 視窗程式設計 1_5.ppt
├── Ch10/
│ ├── 視窗程式設計_10_1.ppt
│ ├── 視窗程式設計_10_2.ppt
│ ├── 視窗程式設計_10_3.ppt
│ ├── 視窗程式設計_10_4.ppt
│ ├── 視窗程式設計_10_5.ppt
│ ├── 視窗程式設計_10_6.ppt
│ ├── 視窗程式設計_10_7.ppt
│ └── 視窗程式設計_10_8.ppt
├── Ch11/
│ ├── HW6_pics/
│ │ ├── Banana.png
│ │ ├── Bowl.png
│ │ ├── Hydrangeas.jpg
│ │ ├── Penguins.jpg
│ │ ├── StawBerry.png
│ │ ├── Tomato.png
│ │ ├── Tulips.jpg
│ │ └── 視窗程式設計_作業六.ppt
│ ├── 視窗程式設計_11_1.ppt
│ ├── 視窗程式設計_11_2.ppt
│ ├── 視窗程式設計_11_3.ppt
│ ├── 視窗程式設計_11_4.ppt
│ ├── 視窗程式設計_11_5.ppt
│ ├── 視窗程式設計_11_6.ppt
│ └── 視窗程式設計_11_7.ppt
├── Ch12/
│ ├── 視窗程式設計_12_1.ppt
│ ├── 視窗程式設計_12_2.ppt
│ ├── 視窗程式設計_12_3.ppt
│ ├── 視窗程式設計_12_4.ppt
│ ├── 視窗程式設計_12_5.ppt
│ ├── 視窗程式設計_12_6.ppt
│ ├── 視窗程式設計_12_7.ppt
│ └── 視窗程式設計_作業七.ppt
├── Ch13/
│ ├── 視窗程式設計_13_1.ppt
│ ├── 視窗程式設計_13_2.ppt
│ ├── 視窗程式設計_13_3.ppt
│ ├── 視窗程式設計_13_4.ppt
│ ├── 視窗程式設計_13_5.ppt
│ ├── 視窗程式設計_13_6.ppt
│ └── 視窗程式設計_13_7.ppt
├── Ch14/
│ ├── 視窗程式設計_14_1.ppt
│ ├── 視窗程式設計_14_2.ppt
│ ├── 視窗程式設計_14_3.ppt
│ ├── 視窗程式設計_14_4.ppt
│ ├── 視窗程式設計_14_5.ppt
│ └── 視窗程式設計_14_6.ppt
├── Ch2/
│ ├── 視窗程式設計 2_1.ppt
│ ├── 視窗程式設計 2_2.ppt
│ ├── 視窗程式設計 2_3.ppt
│ ├── 視窗程式設計 2_4.ppt
│ ├── 視窗程式設計 2_5.ppt
│ └── 視窗程式設計 2_6.ppt
├── Ch3/
│ ├── 視窗程式設計_3_1.ppt
│ ├── 視窗程式設計_3_2.ppt
│ ├── 視窗程式設計_3_3.ppt
│ ├── 視窗程式設計_3_4.ppt
│ ├── 視窗程式設計_3_5.ppt
│ ├── 視窗程式設計_3_6.ppt
│ ├── 視窗程式設計_3_7.ppt
│ ├── 視窗程式設計_3_8.ppt
│ └── 視窗程式設計_作業一.ppt
├── Ch4/
│ ├── 視窗程式設計_4_1.ppt
│ ├── 視窗程式設計_4_2.ppt
│ ├── 視窗程式設計_4_3.ppt
│ ├── 視窗程式設計_4_4.ppt
│ ├── 視窗程式設計_4_5.ppt
│ ├── 視窗程式設計_4_6.ppt
│ └── 視窗程式設計_作業二.ppt
├── Ch5/
│ ├── 視窗程式設計_5_1.ppt
│ ├── 視窗程式設計_5_2.ppt
│ ├── 視窗程式設計_5_3.ppt
│ ├── 視窗程式設計_5_4.ppt
│ ├── 視窗程式設計_5_5.ppt
│ └── 視窗程式設計_5_6.ppt
├── Ch6/
│ ├── 視窗程式設計_6_1_new.ppt
│ ├── 視窗程式設計_6_2_new.ppt
│ ├── 視窗程式設計_6_3_new.ppt
│ ├── 視窗程式設計_6_4_new.ppt
│ ├── 視窗程式設計_6_5_new.ppt
│ ├── 視窗程式設計_6_6_new.ppt
│ └── 視窗程式設計_作業三.ppt
├── Ch7/
│ ├── 視窗程式設計_7_1.ppt
│ ├── 視窗程式設計_7_2.ppt
│ ├── 視窗程式設計_7_3.ppt
│ ├── 視窗程式設計_7_4.ppt
│ ├── 視窗程式設計_7_5.ppt
│ ├── 視窗程式設計_7_6.ppt
│ └── 視窗程式設計_7_7.ppt
├── Ch8/
│ ├── 視窗程式設計_8_1.ppt
│ ├── 視窗程式設計_8_2.ppt
│ ├── 視窗程式設計_8_3.ppt
│ ├── 視窗程式設計_8_4.ppt
│ ├── 視窗程式設計_8_5.ppt
│ ├── 視窗程式設計_8_6.ppt
│ ├── 視窗程式設計_8_7.ppt
│ ├── 視窗程式設計_8_8.ppt
│ └── 視窗程式設計_作業四.ppt
└── Ch9/
├── 視窗程式設計_9_1.ppt
├── 視窗程式設計_9_2.ppt
├── 視窗程式設計_9_3.ppt
├── 視窗程式設計_9_4.ppt
├── 視窗程式設計_9_5.ppt
├── 視窗程式設計_9_6.ppt
├── 視窗程式設計_9_7.ppt
└── 視窗程式設計_9_8.ppt