基本信息
源码名称:Windows Forms in Action(2nd Edition).src源码
源码大小:1.86M
文件格式:.rar
开发语言:C#
更新时间:2022-11-27
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
Windows Forms in Action(2nd Edition).src源码

.
├── WFIA.E2.src
│   ├── Chapter01
│   │   ├── MyForm11.cs
│   │   ├── MyForm11.exe
│   │   ├── MyForm12.cs
│   │   ├── MyForm12.exe
│   │   ├── MyForm13-tryit.cs
│   │   ├── MyForm13-tryit.exe
│   │   ├── MyForm13.cs
│   │   ├── MyForm13.exe
│   │   ├── MyForm14.cs
│   │   ├── MyForm14.exe
│   │   ├── MyForm15.cs
│   │   └── MyForm15.exe
│   ├── Chapter02
│   │   ├── MyPhotos-2.1
│   │   │   ├── MyPhotos
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── MyPhotos.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── MyPhotos.exe
│   │   │   │   │       ├── MyPhotos.pdb
│   │   │   │   │       └── MyPhotos.vshost.exe
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── MyPhotos.Properties.Resources.resources
│   │   │   │       │   ├── MyPhotos.csproj.GenerateResource.Cache
│   │   │   │       │   ├── MyPhotos.exe
│   │   │   │       │   ├── MyPhotos.pdb
│   │   │   │       │   ├── Refactor
│   │   │   │       │   └── TempPE
│   │   │   │       └── MyPhotos.csproj.FileList.txt
│   │   │   ├── MyPhotos.sln
│   │   │   └── MyPhotos.suo
│   │   ├── MyPhotos-2.2
│   │   │   ├── MyPhotos
│   │   │   │   ├── MainForm.Designer.cs
│   │   │   │   ├── MainForm.cs
│   │   │   │   ├── MainForm.resx
│   │   │   │   ├── MyPhotos.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── MyPhotos.exe
│   │   │   │   │       ├── MyPhotos.pdb
│   │   │   │   │       └── MyPhotos.vshost.exe
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── MyPhotos.MainForm.resources
│   │   │   │       │   ├── MyPhotos.Properties.Resources.resources
│   │   │   │       │   ├── MyPhotos.csproj.GenerateResource.Cache
│   │   │   │       │   ├── MyPhotos.exe
│   │   │   │       │   ├── MyPhotos.pdb
│   │   │   │       │   ├── Refactor
│   │   │   │       │   └── TempPE
│   │   │   │       └── MyPhotos.csproj.FileList.txt
│   │   │   ├── MyPhotos.sln
│   │   │   └── MyPhotos.suo
│   │   ├── MyPhotos-2.3
│   │   │   ├── MyPhotos
│   │   │   │   ├── MainForm.Designer.cs
│   │   │   │   ├── MainForm.cs
│   │   │   │   ├── MainForm.resx
│   │   │   │   ├── MyPhotos.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── MyPhotos.exe
│   │   │   │   │       ├── MyPhotos.pdb
│   │   │   │   │       └── MyPhotos.vshost.exe
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── MyPhotos.MainForm.resources
│   │   │   │       │   ├── MyPhotos.Properties.Resources.resources
│   │   │   │       │   ├── MyPhotos.csproj.GenerateResource.Cache
│   │   │   │       │   ├── MyPhotos.exe
│   │   │   │       │   ├── MyPhotos.pdb
│   │   │   │       │   ├── Refactor
│   │   │   │       │   └── TempPE
│   │   │   │       └── MyPhotos.csproj.FileList.txt
│   │   │   ├── MyPhotos.sln
│   │   │   └── MyPhotos.suo
│   │   ├── MyPhotos-2.4
│   │   │   ├── MyPhotos
│   │   │   │   ├── MainForm.Designer.cs
│   │   │   │   ├── MainForm.cs
│   │   │   │   ├── MainForm.resx
│   │   │   │   ├── MyPhotos.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── MyPhotos.exe
│   │   │   │   │       ├── MyPhotos.pdb
│   │   │   │   │       └── MyPhotos.vshost.exe
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── MyPhotos.MainForm.resources
│   │   │   │       │   ├── MyPhotos.Properties.Resources.resources
│   │   │   │       │   ├── MyPhotos.csproj.GenerateResource.Cache
│   │   │   │       │   ├── MyPhotos.exe
│   │   │   │       │   ├── MyPhotos.pdb
│   │   │   │       │   ├── Refactor
│   │   │   │       │   └── TempPE
│   │   │   │       └── MyPhotos.csproj.FileList.txt
│   │   │   ├── MyPhotos.sln
│   │   │   └── MyPhotos.suo
│   │   ├── MyPhotos-2.4-TryIt
│   │   │   ├── MyPhotos
│   │   │   │   ├── MainForm.Designer.cs
│   │   │   │   ├── MainForm.cs
│   │   │   │   ├── MainForm.resx
│   │   │   │   ├── MyPhotos.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── MyPhotos.exe
│   │   │   │   │       ├── MyPhotos.pdb
│   │   │   │   │       └── MyPhotos.vshost.exe
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── MyPhotos.MainForm.resources
│   │   │   │       │   ├── MyPhotos.Properties.Resources.resources
│   │   │   │       │   ├── MyPhotos.csproj.GenerateResource.Cache
│   │   │   │       │   ├── MyPhotos.exe
│   │   │   │       │   ├── MyPhotos.pdb
│   │   │   │       │   ├── Refactor
│   │   │   │       │   └── TempPE
│   │   │   │       └── MyPhotos.csproj.FileList.txt
│   │   │   ├── MyPhotos.sln
│   │   │   └── MyPhotos.suo
│   │   └── Readme02.txt
│   ├── Chapter03
│   │   ├── MyPhotos-3.1 (no changes)
│   │   ├── MyPhotos-3.2 (no changes)
│   │   ├── MyPhotos-3.3
│   │   │   ├── MyPhotos
│   │   │   │   ├── MainForm.Designer.cs
│   │   │   │   ├── MainForm.cs
│   │   │   │   ├── MainForm.resx
│   │   │   │   ├── MyPhotos.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           ├── MyPhotos.exe
│   │   │   │           └── MyPhotos.vshost.exe
│   │   │   ├── MyPhotos.sln
│   │   │   └── MyPhotos.suo
│   │   └── MyPhotos-3.4
│   │       ├── MyPhotos
│   │       │   ├── MainForm.Designer.cs
│   │       │   ├── MainForm.cs
│   │       │   ├── MainForm.resx
│   │       │   ├── MyPhotos.csproj
│   │       │   ├── Program.cs
│   │       │   ├── Properties
│   │       │   │   ├── AssemblyInfo.cs
│   │       │   │   ├── Resources.Designer.cs
│   │       │   │   ├── Resources.resx
│   │       │   │   ├── Settings.Designer.cs
│   │       │   │   └── Settings.settings
│   │       │   └── bin
│   │       │       └── Debug
│   │       │           ├── MyPhotos.exe
│   │       │           └── MyPhotos.vshost.exe
│   │       ├── MyPhotos.sln
│   │       └── MyPhotos.suo
│   ├── Chapter04
│   │   ├── MyPhotos-4.1
│   │   │   ├── MyPhotos
│   │   │   │   ├── MainForm.Designer.cs
│   │   │   │   ├── MainForm.cs
│   │   │   │   ├── MainForm.resx
│   │   │   │   ├── MyPhotos.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           ├── MyPhotos.exe
│   │   │   │           └── MyPhotos.vshost.exe
│   │   │   ├── MyPhotos.sln
│   │   │   └── MyPhotos.suo
│   │   ├── MyPhotos-4.2
│   │   │   ├── MyPhotos
│   │   │   │   ├── MainForm.Designer.cs
│   │   │   │   ├── MainForm.cs
│   │   │   │   ├── MainForm.resx
│   │   │   │   ├── MyPhotos.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           ├── MyPhotos.exe
│   │   │   │           └── MyPhotos.vshost.exe
│   │   │   ├── MyPhotos.sln
│   │   │   └── MyPhotos.suo
│   │   ├── MyPhotos-4.2.1-TryIt
│   │   │   ├── MyPhotos
│   │   │   │   ├── MainForm.Designer.cs
│   │   │   │   ├── MainForm.cs
│   │   │   │   ├── MainForm.resx
│   │   │   │   ├── MyPhotos.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           ├── MyPhotos.exe
│   │   │   │           └── MyPhotos.vshost.exe
│   │   │   ├── MyPhotos.sln
│   │   │   └── MyPhotos.suo
│   │   ├── MyPhotos-4.2.2-TryIt
│   │   │   ├── MyPhotos
│   │   │   │   ├── MainForm.Designer.cs
│   │   │   │   ├── MainForm.cs
│   │   │   │   ├── MainForm.resx
│   │   │   │   ├── MyPhotos.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           ├── MyPhotos.exe
│   │   │   │           └── MyPhotos.vshost.exe
│   │   │   ├── MyPhotos.sln
│   │   │   └── MyPhotos.suo
│   │   ├── MyPhotos-4.3
│   │   │   ├── MyPhotos
│   │   │   │   ├── MainForm.Designer.cs
│   │   │   │   ├── MainForm.cs
│   │   │   │   ├── MainForm.resx
│   │   │   │   ├── MyPhotos.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           ├── MyPhotos.exe
│   │   │   │           └── MyPhotos.vshost.exe
│   │   │   ├── MyPhotos.sln
│   │   │   └── MyPhotos.suo
│   │   └── MyPhotos-4.3.2-TryIt
│   │       ├── MyPhotos
│   │       │   ├── MainForm.Designer.cs
│   │       │   ├── MainForm.cs
│   │       │   ├── MainForm.resx
│   │       │   ├── MyPhotos.csproj
│   │       │   ├── Program.cs
│   │       │   ├── Properties
│   │       │   │   ├── AssemblyInfo.cs
│   │       │   │   ├── Resources.Designer.cs
│   │       │   │   ├── Resources.resx
│   │       │   │   ├── Settings.Designer.cs
│   │       │   │   └── Settings.settings
│   │       │   └── bin
│   │       │       └── Debug
│   │       │           ├── MyPhotos.exe
│   │       │           └── MyPhotos.vshost.exe
│   │       ├── MyPhotos.sln
│   │       └── MyPhotos.suo
│   ├── Chapter05
│   │   ├── MyPhotos-5.1
│   │   │   ├── MyPhotoAlbum
│   │   │   │   ├── MyPhotoAlbum.csproj
│   │   │   │   ├── Photograph.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           └── MyPhotoAlbum.dll
│   │   │   ├── MyPhotos
│   │   │   │   ├── MainForm.Designer.cs
│   │   │   │   ├── MainForm.cs
│   │   │   │   ├── MainForm.resx
│   │   │   │   ├── MyPhotos.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           ├── MyPhotos.exe
│   │   │   │           └── MyPhotos.vshost.exe
│   │   │   ├── MyPhotos.sln
│   │   │   └── MyPhotos.suo
│   │   ├── MyPhotos-5.2
│   │   │   ├── MyPhotoAlbum
│   │   │   │   ├── MyPhotoAlbum.csproj
│   │   │   │   ├── Photograph.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           └── MyPhotoAlbum.dll
│   │   │   ├── MyPhotos
│   │   │   │   ├── MainForm.Designer.cs
│   │   │   │   ├── MainForm.cs
│   │   │   │   ├── MainForm.resx
│   │   │   │   ├── MyPhotos.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           ├── MyPhotos.exe
│   │   │   │           └── MyPhotos.vshost.exe
│   │   │   ├── MyPhotos.sln
│   │   │   └── MyPhotos.suo
│   │   ├── MyPhotos-5.3 (no changes)
│   │   └── MyPhotos-5.4
│   │       ├── MyPhotoAlbum
│   │       │   ├── MyPhotoAlbum.csproj
│   │       │   ├── PhotoAlbum.cs
│   │       │   ├── Photograph.cs
│   │       │   ├── Properties
│   │       │   │   └── AssemblyInfo.cs
│   │       │   └── bin
│   │       │       └── Debug
│   │       │           └── MyPhotoAlbum.dll
│   │       ├── MyPhotos
│   │       │   ├── MainForm.Designer.cs
│   │       │   ├── MainForm.cs
│   │       │   ├── MainForm.resx
│   │       │   ├── MyPhotos.csproj
│   │       │   ├── Program.cs
│   │       │   ├── Properties
│   │       │   │   ├── AssemblyInfo.cs
│   │       │   │   ├── Resources.Designer.cs
│   │       │   │   ├── Resources.resx
│   │       │   │   ├── Settings.Designer.cs
│   │       │   │   └── Settings.settings
│   │       │   └── bin
│   │       │       └── Debug
│   │       │           ├── MyPhotos.exe
│   │       │           └── MyPhotos.vshost.exe
│   │       ├── MyPhotos.sln
│   │       └── MyPhotos.suo
│   ├── Chapter06
│   │   ├── MyPhotos-6.1
│   │   │   ├── MyPhotoAlbum
│   │   │   │   ├── AlbumManager.cs
│   │   │   │   ├── MyPhotoAlbum.csproj
│   │   │   │   ├── PhotoAlbum.cs
│   │   │   │   ├── Photograph.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           └── MyPhotoAlbum.dll
│   │   │   ├── MyPhotos
│   │   │   │   ├── MainForm.Designer.cs
│   │   │   │   ├── MainForm.cs
│   │   │   │   ├── MainForm.resx
│   │   │   │   ├── MyPhotos.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           ├── MyPhotos.exe
│   │   │   │           └── MyPhotos.vshost.exe
│   │   │   ├── MyPhotos.sln
│   │   │   └── MyPhotos.suo
│   │   ├── MyPhotos-6.2
│   │   │   ├── MyPhotoAlbum
│   │   │   │   ├── AlbumManager.cs
│   │   │   │   ├── MyPhotoAlbum.csproj
│   │   │   │   ├── PhotoAlbum.cs
│   │   │   │   ├── Photograph.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           └── MyPhotoAlbum.dll
│   │   │   ├── MyPhotos
│   │   │   │   ├── MainForm.Designer.cs
│   │   │   │   ├── MainForm.cs
│   │   │   │   ├── MainForm.resx
│   │   │   │   ├── MyPhotos.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           ├── MyPhotoAlbum.dll
│   │   │   │           ├── MyPhotos.exe
│   │   │   │           └── MyPhotos.vshost.exe
│   │   │   ├── MyPhotos.sln
│   │   │   └── MyPhotos.suo
│   │   ├── MyPhotos-6.2-TryIt
│   │   │   ├── MyPhotoAlbum
│   │   │   │   ├── AlbumManager.cs
│   │   │   │   ├── MyPhotoAlbum.csproj
│   │   │   │   ├── PhotoAlbum.cs
│   │   │   │   ├── Photograph.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           └── MyPhotoAlbum.dll
│   │   │   ├── MyPhotos
│   │   │   │   ├── MainForm.Designer.cs
│   │   │   │   ├── MainForm.cs
│   │   │   │   ├── MainForm.resx
│   │   │   │   ├── MyPhotos.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           ├── MyPhotoAlbum.dll
│   │   │   │           ├── MyPhotos.exe
│   │   │   │           └── MyPhotos.vshost.exe
│   │   │   ├── MyPhotos.sln
│   │   │   └── MyPhotos.suo
│   │   ├── MyPhotos-6.3
│   │   │   ├── MyPhotoAlbum
│   │   │   │   ├── AlbumManager.cs
│   │   │   │   ├── AlbumStorage.cs
│   │   │   │   ├── MyPhotoAlbum.csproj
│   │   │   │   ├── PhotoAlbum.cs
│   │   │   │   ├── Photograph.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           └── MyPhotoAlbum.dll
│   │   │   ├── MyPhotos
│   │   │   │   ├── MainForm.Designer.cs
│   │   │   │   ├── MainForm.cs
│   │   │   │   ├── MainForm.resx
│   │   │   │   ├── MyPhotos.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           ├── MyPhotoAlbum.dll
│   │   │   │           ├── MyPhotos.exe
│   │   │   │           └── MyPhotos.vshost.exe
│   │   │   ├── MyPhotos.sln
│   │   │   └── MyPhotos.suo
│   │   ├── MyPhotos-6.4
│   │   │   ├── MyPhotoAlbum
│   │   │   │   ├── AlbumManager.cs
│   │   │   │   ├── AlbumStorage.cs
│   │   │   │   ├── MyPhotoAlbum.csproj
│   │   │   │   ├── PhotoAlbum.cs
│   │   │   │   ├── Photograph.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           └── MyPhotoAlbum.dll
│   │   │   ├── MyPhotos
│   │   │   │   ├── MainForm.Designer.cs
│   │   │   │   ├── MainForm.cs
│   │   │   │   ├── MainForm.resx
│   │   │   │   ├── MyPhotos.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           ├── MyPhotoAlbum.dll
│   │   │   │           ├── MyPhotos.exe
│   │   │   │           └── MyPhotos.vshost.exe
│   │   │   ├── MyPhotos.sln
│   │   │   └── MyPhotos.suo
│   │   └── TODO MyPhotos-6.4.2-TryIt
│   ├── Chapter07
│   │   ├── Listing-7.4.txt
│   │   ├── MyPhotos-7.1
│   │   │   ├── MyPhotoAlbum
│   │   │   │   ├── AlbumManager.cs
│   │   │   │   ├── AlbumStorage.cs
│   │   │   │   ├── MyPhotoAlbum.csproj
│   │   │   │   ├── PhotoAlbum.cs
│   │   │   │   ├── Photograph.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           └── MyPhotoAlbum.dll
│   │   │   ├── MyPhotos
│   │   │   │   ├── MainForm.Designer.cs
│   │   │   │   ├── MainForm.cs
│   │   │   │   ├── MainForm.resx
│   │   │   │   ├── MyPhotos.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           ├── MyPhotoAlbum.dll
│   │   │   │           ├── MyPhotos.exe
│   │   │   │           └── MyPhotos.vshost.exe
│   │   │   ├── MyPhotos.sln
│   │   │   └── MyPhotos.suo
│   │   ├── MyPhotos-7.1-TryIt
│   │   │   ├── MyPhotoAlbum
│   │   │   │   ├── AlbumManager.cs
│   │   │   │   ├── AlbumStorage.cs
│   │   │   │   ├── MyPhotoAlbum.csproj
│   │   │   │   ├── PhotoAlbum.cs
│   │   │   │   ├── Photograph.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           └── MyPhotoAlbum.dll
│   │   │   ├── MyPhotos
│   │   │   │   ├── MainForm.Designer.cs
│   │   │   │   ├── MainForm.cs
│   │   │   │   ├── MainForm.resx
│   │   │   │   ├── MyPhotos.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           ├── MyPhotoAlbum.dll
│   │   │   │           ├── MyPhotos.exe
│   │   │   │           └── MyPhotos.vshost.exe
│   │   │   ├── MyPhotos.sln
│   │   │   └── MyPhotos.suo
│   │   ├── MyPhotos-7.2
│   │   │   ├── MyPhotoAlbum
│   │   │   │   ├── AlbumManager.cs
│   │   │   │   ├── AlbumStorage.cs
│   │   │   │   ├── MyPhotoAlbum.csproj
│   │   │   │   ├── PhotoAlbum.cs
│   │   │   │   ├── Photograph.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           └── MyPhotoAlbum.dll
│   │   │   ├── MyPhotos
│   │   │   │   ├── MainForm.Designer.cs
│   │   │   │   ├── MainForm.cs
│   │   │   │   ├── MainForm.resx
│   │   │   │   ├── MyPhotos.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           ├── MyPhotoAlbum.dll
│   │   │   │           ├── MyPhotos.exe
│   │   │   │           └── MyPhotos.vshost.exe
│   │   │   ├── MyPhotos.sln
│   │   │   └── MyPhotos.suo
│   │   ├── MyPhotos-7.3 (no changes)
│   │   ├── MyPhotos-7.4
│   │   │   ├── MyPhotoAlbum
│   │   │   │   ├── AlbumManager.cs
│   │   │   │   ├── AlbumStorage.cs
│   │   │   │   ├── ImageUtility.cs
│   │   │   │   ├── MyPhotoAlbum.csproj
│   │   │   │   ├── PhotoAlbum.cs
│   │   │   │   ├── Photograph.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           └── MyPhotoAlbum.dll
│   │   │   ├── MyPhotoControls
│   │   │   │   ├── MyPhotoControls.csproj
│   │   │   │   ├── PixelDialog.Designer.cs
│   │   │   │   ├── PixelDialog.cs
│   │   │   │   ├── PixelDialog.resx
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           ├── MyPhotoAlbum.dll
│   │   │   │           └── MyPhotoControls.dll
│   │   │   ├── MyPhotos
│   │   │   │   ├── MainForm.Designer.cs
│   │   │   │   ├── MainForm.cs
│   │   │   │   ├── MainForm.resx
│   │   │   │   ├── MyPhotos.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           ├── MyPhotoAlbum.dll
│   │   │   │           ├── MyPhotoControls.dll
│   │   │   │           ├── MyPhotos.exe
│   │   │   │           └── MyPhotos.vshost.exe
│   │   │   ├── MyPhotos.sln
│   │   │   └── MyPhotos.suo
│   │   └── MyPhotos-7.4-TryIt
│   │       ├── MyPhotoAlbum
│   │       │   ├── AlbumManager.cs
│   │       │   ├── AlbumStorage.cs
│   │       │   ├── ImageUtility.cs
│   │       │   ├── MyPhotoAlbum.csproj
│   │       │   ├── PhotoAlbum.cs
│   │       │   ├── Photograph.cs
│   │       │   ├── Properties
│   │       │   │   └── AssemblyInfo.cs
│   │       │   └── bin
│   │       │       └── Debug
│   │       │           └── MyPhotoAlbum.dll
│   │       ├── MyPhotoControls
│   │       │   ├── MyPhotoControls.csproj
│   │       │   ├── PixelDialog.Designer.cs
│   │       │   ├── PixelDialog.cs
│   │       │   ├── PixelDialog.resx
│   │       │   ├── Properties
│   │       │   │   └── AssemblyInfo.cs
│   │       │   └── bin
│   │       │       └── Debug
│   │       │           ├── MyPhotoAlbum.dll
│   │       │           └── MyPhotoControls.dll
│   │       ├── MyPhotos
│   │       │   ├── MainForm.Designer.cs
│   │       │   ├── MainForm.cs
│   │       │   ├── MainForm.resx
│   │       │   ├── MyPhotos.csproj
│   │       │   ├── Program.cs
│   │       │   ├── Properties
│   │       │   │   ├── AssemblyInfo.cs
│   │       │   │   ├── Resources.Designer.cs
│   │       │   │   ├── Resources.resx
│   │       │   │   ├── Settings.Designer.cs
│   │       │   │   └── Settings.settings
│   │       │   └── bin
│   │       │       └── Debug
│   │       │           ├── MyPhotoAlbum.dll
│   │       │           ├── MyPhotoControls.dll
│   │       │           ├── MyPhotos.exe
│   │       │           └── MyPhotos.vshost.exe
│   │       ├── MyPhotos.sln
│   │       └── MyPhotos.suo
│   ├── Chapter08
│   │   ├── MyPhotos-8.1
│   │   │   ├── MyPhotoAlbum
│   │   │   │   ├── AlbumManager.cs
│   │   │   │   ├── AlbumStorage.cs
│   │   │   │   ├── ImageUtility.cs
│   │   │   │   ├── MyPhotoAlbum.csproj
│   │   │   │   ├── PhotoAlbum.cs
│   │   │   │   ├── Photograph.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           └── MyPhotoAlbum.dll
│   │   │   ├── MyPhotoControls
│   │   │   │   ├── BaseEditDialog.Designer.cs
│   │   │   │   ├── BaseEditDialog.cs
│   │   │   │   ├── BaseEditDialog.resx
│   │   │   │   ├── MyPhotoControls.csproj
│   │   │   │   ├── PhotoEditDialog.Designer.cs
│   │   │   │   ├── PhotoEditDialog.cs
│   │   │   │   ├── PhotoEditDialog.resx
│   │   │   │   ├── PixelDialog.Designer.cs
│   │   │   │   ├── PixelDialog.cs
│   │   │   │   ├── PixelDialog.resx
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           ├── MyPhotoAlbum.dll
│   │   │   │           └── MyPhotoControls.dll
│   │   │   ├── MyPhotos
│   │   │   │   ├── MainForm.Designer.cs
│   │   │   │   ├── MainForm.cs
│   │   │   │   ├── MainForm.resx
│   │   │   │   ├── MyPhotos.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           ├── MyPhotoAlbum.dll
│   │   │   │           ├── MyPhotoControls.dll
│   │   │   │           ├── MyPhotos.exe
│   │   │   │           └── MyPhotos.vshost.exe
│   │   │   ├── MyPhotos.sln
│   │   │   └── MyPhotos.suo
│   │   ├── MyPhotos-8.2
│   │   │   ├── MyPhotoAlbum
│   │   │   │   ├── AlbumManager.cs
│   │   │   │   ├── AlbumStorage.cs
│   │   │   │   ├── ImageUtility.cs
│   │   │   │   ├── MyPhotoAlbum.csproj
│   │   │   │   ├── PhotoAlbum.cs
│   │   │   │   ├── Photograph.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           └── MyPhotoAlbum.dll
│   │   │   ├── MyPhotoControls
│   │   │   │   ├── BaseEditDialog.Designer.cs
│   │   │   │   ├── BaseEditDialog.cs
│   │   │   │   ├── BaseEditDialog.resx
│   │   │   │   ├── MyPhotoControls.csproj
│   │   │   │   ├── PhotoEditDialog.Designer.cs
│   │   │   │   ├── PhotoEditDialog.cs
│   │   │   │   ├── PhotoEditDialog.resx
│   │   │   │   ├── PixelDialog.Designer.cs
│   │   │   │   ├── PixelDialog.cs
│   │   │   │   ├── PixelDialog.resx
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           ├── MyPhotoAlbum.dll
│   │   │   │           └── MyPhotoControls.dll
│   │   │   ├── MyPhotos
│   │   │   │   ├── MainForm.Designer.cs
│   │   │   │   ├── MainForm.cs
│   │   │   │   ├── MainForm.resx
│   │   │   │   ├── MyPhotos.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           ├── MyPhotoAlbum.dll
│   │   │   │           ├── MyPhotoControls.dll
│   │   │   │           ├── MyPhotos.exe
│   │   │   │           └── MyPhotos.vshost.exe
│   │   │   ├── MyPhotos.sln
│   │   │   └── MyPhotos.suo
│   │   ├── MyPhotos-8.3
│   │   │   ├── MyPhotoAlbum
│   │   │   │   ├── AlbumManager.cs
│   │   │   │   ├── AlbumStorage.cs
│   │   │   │   ├── ImageUtility.cs
│   │   │   │   ├── MyPhotoAlbum.csproj
│   │   │   │   ├── PhotoAlbum.cs
│   │   │   │   ├── Photograph.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           └── MyPhotoAlbum.dll
│   │   │   ├── MyPhotoControls
│   │   │   │   ├── BaseEditDialog.Designer.cs
│   │   │   │   ├── BaseEditDialog.cs
│   │   │   │   ├── BaseEditDialog.resx
│   │   │   │   ├── MyPhotoControls.csproj
│   │   │   │   ├── PhotoEditDialog.Designer.cs
│   │   │   │   ├── PhotoEditDialog.cs
│   │   │   │   ├── PhotoEditDialog.resx
│   │   │   │   ├── PixelDialog.Designer.cs
│   │   │   │   ├── PixelDialog.cs
│   │   │   │   ├── PixelDialog.resx
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           ├── MyPhotoAlbum.dll
│   │   │   │           └── MyPhotoControls.dll
│   │   │   ├── MyPhotos
│   │   │   │   ├── MainForm.Designer.cs
│   │   │   │   ├── MainForm.cs
│   │   │   │   ├── MainForm.resx
│   │   │   │   ├── MyPhotos.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           ├── MyPhotoAlbum.dll
│   │   │   │           ├── MyPhotoControls.dll
│   │   │   │           ├── MyPhotos.exe
│   │   │   │           └── MyPhotos.vshost.exe
│   │   │   ├── MyPhotos.sln
│   │   │   └── MyPhotos.suo
│   │   ├── MyPhotos-8.3.1-TryIt
│   │   │   ├── MyPhotoAlbum
│   │   │   │   ├── AlbumManager.cs
│   │   │   │   ├── AlbumStorage.cs
│   │   │   │   ├── ImageUtility.cs
│   │   │   │   ├── MyPhotoAlbum.csproj
│   │   │   │   ├── PhotoAlbum.cs
│   │   │   │   ├── Photograph.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           └── MyPhotoAlbum.dll
│   │   │   ├── MyPhotoControls
│   │   │   │   ├── BaseEditDialog.Designer.cs
│   │   │   │   ├── BaseEditDialog.cs
│   │   │   │   ├── BaseEditDialog.resx
│   │   │   │   ├── MyPhotoControls.csproj
│   │   │   │   ├── PhotoEditDialog.Designer.cs
│   │   │   │   ├── PhotoEditDialog.cs
│   │   │   │   ├── PhotoEditDialog.resx
│   │   │   │   ├── PixelDialog.Designer.cs
│   │   │   │   ├── PixelDialog.cs
│   │   │   │   ├── PixelDialog.resx
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           ├── MyPhotoAlbum.dll
│   │   │   │           └── MyPhotoControls.dll
│   │   │   ├── MyPhotos
│   │   │   │   ├── MainForm.Designer.cs
│   │   │   │   ├── MainForm.cs
│   │   │   │   ├── MainForm.resx
│   │   │   │   ├── MyPhotos.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── bin
│   │   │   │       └── Debug
│   │   │   │           ├── MyPhotoAlbum.dll
│   │   │   │           ├── MyPhotoControls.dll
│   │   │   │           ├── MyPhotos.exe
│   │   │   │           └── MyPhotos.vshost.exe
│   │   │   ├── MyPhotos.sln
│   │   │   └── MyPhotos.suo
│   │   └── MyPhotos-8.3.2-TryIt
│   │       ├── MaskedSample.cs
│   │       └── MaskedSample.exe
│   └── Chapter09
│       ├── MyPhotos-9.1
│       │   ├── MyPhotoAlbum
│       │   │   ├── AlbumManager.cs
│       │   │   ├── AlbumStorage.cs
│       │   │   ├── ImageUtility.cs
│       │   │   ├── MyPhotoAlbum.csproj
│       │   │   ├── PhotoAlbum.cs
│       │   │   ├── Photograph.cs
│       │   │   ├── Properties
│       │   │   │   └── AssemblyInfo.cs
│       │   │   └── bin
│       │   │       └── Debug
│       │   │           └── MyPhotoAlbum.dll
│       │   ├── MyPhotoControls
│       │   │   ├── BaseEditDialog.Designer.cs
│       │   │   ├── BaseEditDialog.cs
│       │   │   ├── BaseEditDialog.resx
│       │   │   ├── MyPhotoControls.csproj
│       │   │   ├── PhotoEditDialog.Designer.cs
│       │   │   ├── PhotoEditDialog.cs
│       │   │   ├── PhotoEditDialog.resx
│       │   │   ├── PixelDialog.Designer.cs
│       │   │   ├── PixelDialog.cs
│       │   │   ├── PixelDialog.resx
│       │   │   ├── Properties
│       │   │   │   └── AssemblyInfo.cs
│       │   │   └── bin
│       │   │       └── Debug
│       │   │           ├── MyPhotoAlbum.dll
│       │   │           └── MyPhotoControls.dll
│       │   ├── MyPhotos
│       │   │   ├── MainForm.Designer.cs
│       │   │   ├── MainForm.cs
│       │   │   ├── MainForm.resx
│       │   │   ├── MyPhotos.csproj
│       │   │   ├── Program.cs
│       │   │   ├── Properties
│       │   │   │   ├── AssemblyInfo.cs
│       │   │   │   ├── Resources.Designer.cs
│       │   │   │   ├── Resources.resx
│       │   │   │   ├── Settings.Designer.cs
│       │   │   │   └── Settings.settings
│       │   │   └── bin
│       │   │       └── Debug
│       │   │           ├── MyPhotoAlbum.dll
│       │   │           ├── MyPhotoControls.dll
│       │   │           ├── MyPhotos.exe
│       │   │           └── MyPhotos.vshost.exe
│       │   ├── MyPhotos.sln
│       │   └── MyPhotos.suo
│       ├── MyPhotos-9.2
│       │   ├── MyPhotoAlbum
│       │   │   ├── AlbumManager.cs
│       │   │   ├── AlbumStorage.cs
│       │   │   ├── ImageUtility.cs
│       │   │   ├── MyPhotoAlbum.csproj
│       │   │   ├── PhotoAlbum.cs
│       │   │   ├── Photograph.cs
│       │   │   ├── Properties
│       │   │   │   └── AssemblyInfo.cs
│       │   │   └── bin
│       │   │       └── Debug
│       │   │           └── MyPhotoAlbum.dll
│       │   ├── MyPhotoControls
│       │   │   ├── AlbumEditDialog.Designer.cs
│       │   │   ├── AlbumEditDialog.cs
│       │   │   ├── AlbumEditDialog.resx
│       │   │   ├── BaseEditDialog.Designer.cs
│       │   │   ├── BaseEditDialog.cs
│       │   │   ├── BaseEditDialog.resx
│       │   │   ├── MyPhotoControls.csproj
│       │   │   ├── PhotoEditDialog.Designer.cs
│       │   │   ├── PhotoEditDialog.cs
│       │   │   ├── PhotoEditDialog.resx
│       │   │   ├── PixelDialog.Designer.cs
│       │   │   ├── PixelDialog.cs
│       │   │   ├── PixelDialog.resx
│       │   │   ├── Properties
│       │   │   │   └── AssemblyInfo.cs
│       │   │   └── bin
│       │   │       └── Debug
│       │   │           ├── MyPhotoAlbum.dll
│       │   │           └── MyPhotoControls.dll
│       │   ├── MyPhotos
│       │   │   ├── MainForm.Designer.cs
│       │   │   ├── MainForm.cs
│       │   │   ├── MainForm.resx
│       │   │   ├── MyPhotos.csproj
│       │   │   ├── Program.cs
│       │   │   ├── Properties
│       │   │   │   ├── AssemblyInfo.cs
│       │   │   │   ├── Resources.Designer.cs
│       │   │   │   ├── Resources.resx
│       │   │   │   ├── Settings.Designer.cs
│       │   │   │   └── Settings.settings
│       │   │   └── bin
│       │   │       └── Debug
│       │   │           ├── MyPhotoAlbum.dll
│       │   │           ├── MyPhotoControls.dll
│       │   │           ├── MyPhotos.exe
│       │   │           └── MyPhotos.vshost.exe
│       │   ├── MyPhotos.sln
│       │   └── MyPhotos.suo
│       ├── MyPhotos-9.3
│       │   ├── MyPhotoAlbum
│       │   │   ├── AlbumManager.cs
│       │   │   ├── AlbumStorage.cs
│       │   │   ├── ImageUtility.cs
│       │   │   ├── MyPhotoAlbum.csproj
│       │   │   ├── PhotoAlbum.cs
│       │   │   ├── Photograph.cs
│       │   │   ├── Properties
│       │   │   │   └── AssemblyInfo.cs
│       │   │   └── bin
│       │   │       └── Debug
│       │   │           └── MyPhotoAlbum.dll
│       │   ├── MyPhotoControls
│       │   │   ├── AlbumEditDialog.Designer.cs
│       │   │   ├── AlbumEditDialog.cs
│       │   │   ├── AlbumEditDialog.resx
│       │   │   ├── BaseEditDialog.Designer.cs
│       │   │   ├── BaseEditDialog.cs
│       │   │   ├── BaseEditDialog.resx
│       │   │   ├── MyPhotoControls.csproj
│       │   │   ├── PhotoEditDialog.Designer.cs
│       │   │   ├── PhotoEditDialog.cs
│       │   │   ├── PhotoEditDialog.resx
│       │   │   ├── PixelDialog.Designer.cs
│       │   │   ├── PixelDialog.cs
│       │   │   ├── PixelDialog.resx
│       │   │   ├── Properties
│       │   │   │   └── AssemblyInfo.cs
│       │   │   └── bin
│       │   │       └── Debug
│       │   │           ├── MyPhotoAlbum.dll
│       │   │           └── MyPhotoControls.dll
│       │   ├── MyPhotos
│       │   │   ├── MainForm.Designer.cs
│       │   │   ├── MainForm.cs
│       │   │   ├── MainForm.resx
│       │   │   ├── MyPhotos.csproj
│       │   │   ├── Program.cs
│       │   │   ├── Properties
│       │   │   │   ├── AssemblyInfo.cs
│       │   │   │   ├── Resources.Designer.cs
│       │   │   │   ├── Resources.resx
│       │   │   │   ├── Settings.Designer.cs
│       │   │   │   └── Settings.settings
│       │   │   └── bin
│       │   │       └── Debug
│       │   │           ├── MyPhotoAlbum.dll
│       │   │           ├── MyPhotoControls.dll
│       │   │           ├── MyPhotos.exe
│       │   │           └── MyPhotos.vshost.exe
│       │   ├── MyPhotos.sln
│       │   └── MyPhotos.suo
│       ├── MyPhotos-9.4
│       │   ├── MyPhotoAlbum
│       │   │   ├── AlbumManager.cs
│       │   │   ├── AlbumStorage.cs
│       │   │   ├── ImageUtility.cs
│       │   │   ├── MyPhotoAlbum.csproj
│       │   │   ├── PhotoAlbum.cs
│       │   │   ├── Photograph.cs
│       │   │   ├── Properties
│       │   │   │   └── AssemblyInfo.cs
│       │   │   └── bin
│       │   │       └── Debug
│       │   │           └── MyPhotoAlbum.dll
│       │   ├── MyPhotoControls
│       │   │   ├── AlbumEditDialog.Designer.cs
│       │   │   ├── AlbumEditDialog.cs
│       │   │   ├── AlbumEditDialog.resx
│       │   │   ├── BaseEditDialog.Designer.cs
│       │   │   ├── BaseEditDialog.cs
│       │   │   ├── BaseEditDialog.resx
│       │   │   ├── MyPhotoControls.csproj
│       │   │   ├── PhotoEditDialog.Designer.cs
│       │   │   ├── PhotoEditDialog.cs
│       │   │   ├── PhotoEditDialog.resx
│       │   │   ├── PixelDialog.Designer.cs
│       │   │   ├── PixelDialog.cs
│       │   │   ├── PixelDialog.resx
│       │   │   ├── Properties
│       │   │   │   └── AssemblyInfo.cs
│       │   │   └── bin
│       │   │       └── Debug
│       │   │           ├── MyPhotoAlbum.dll
│       │   │           └── MyPhotoControls.dll
│       │   ├── MyPhotos
│       │   │   ├── MainForm.Designer.cs
│       │   │   ├── MainForm.cs
│       │   │   ├── MainForm.resx
│       │   │   ├── MyPhotos.csproj
│       │   │   ├── Program.cs
│       │   │   ├── Properties
│       │   │   │   ├── AssemblyInfo.cs
│       │   │   │   ├── Resources.Designer.cs
│       │   │   │   ├── Resources.resx
│       │   │   │   ├── Settings.Designer.cs
│       │   │   │   └── Settings.settings
│       │   │   └── bin
│       │   │       └── Debug
│       │   │           ├── MyPhotoAlbum.dll
│       │   │           ├── MyPhotoControls.dll
│       │   │           ├── MyPhotos.exe
│       │   │           └── MyPhotos.vshost.exe
│       │   ├── MyPhotos.sln
│       │   └── MyPhotos.suo
│       ├── MyPhotos-9.4.2-TryIt
│       │   ├── MyPhotoAlbum
│       │   │   ├── AlbumManager.cs
│       │   │   ├── AlbumStorage.cs
│       │   │   ├── ImageUtility.cs
│       │   │   ├── MyPhotoAlbum.csproj
│       │   │   ├── PhotoAlbum.cs
│       │   │   ├── Photograph.cs
│       │   │   ├── Properties
│       │   │   │   └── AssemblyInfo.cs
│       │   │   └── bin
│       │   │       └── Debug
│       │   │           └── MyPhotoAlbum.dll
│       │   ├── MyPhotoControls
│       │   │   ├── AlbumEditDialog.Designer.cs
│       │   │   ├── AlbumEditDialog.cs
│       │   │   ├── AlbumEditDialog.resx
│       │   │   ├── BaseEditDialog.Designer.cs
│       │   │   ├── BaseEditDialog.cs
│       │   │   ├── BaseEditDialog.resx
│       │   │   ├── MyPhotoControls.csproj
│       │   │   ├── PhotoEditDialog.Designer.cs
│       │   │   ├── PhotoEditDialog.cs
│       │   │   ├── PhotoEditDialog.resx
│       │   │   ├── PixelDialog.Designer.cs
│       │   │   ├── PixelDialog.cs
│       │   │   ├── PixelDialog.resx
│       │   │   ├── Properties
│       │   │   │   └── AssemblyInfo.cs
│       │   │   └── bin
│       │   │       └── Debug
│       │   │           ├── MyPhotoAlbum.dll
│       │   │           └── MyPhotoControls.dll
│       │   ├── MyPhotos
│       │   │   ├── MainForm.Designer.cs
│       │   │   ├── MainForm.cs
│       │   │   ├── MainForm.resx
│       │   │   ├── MyPhotos.csproj
│       │   │   ├── Program.cs
│       │   │   ├── Properties
│       │   │   │   ├── AssemblyInfo.cs
│       │   │   │   ├── Resources.Designer.cs
│       │   │   │   ├── Resources.resx
│       │   │   │   ├── Settings.Designer.cs
│       │   │   │   └── Settings.settings
│       │   │   └── bin
│       │   │       └── Debug
│       │   │           ├── MyPhotoAlbum.dll
│       │   │           ├── MyPhotoControls.dll
│       │   │           ├── MyPhotos.exe
│       │   │           └── MyPhotos.vshost.exe
│       │   ├── MyPhotos.sln
│       │   └── MyPhotos.suo
│       └── MyPhotos-9.4.4-TryIt
│           ├── MyPhotoAlbum
│           │   ├── AlbumManager.cs
│           │   ├── AlbumStorage.cs
│           │   ├── ImageUtility.cs
│           │   ├── MyPhotoAlbum.csproj
│           │   ├── PhotoAlbum.cs
│           │   ├── Photograph.cs
│           │   ├── Properties
│           │   │   └── AssemblyInfo.cs
│           │   └── bin
│           │       └── Debug
│           │           └── MyPhotoAlbum.dll
│           ├── MyPhotoControls
│           │   ├── AlbumEditDialog.Designer.cs
│           │   ├── AlbumEditDialog.cs
│           │   ├── AlbumEditDialog.resx
│           │   ├── BaseEditDialog.Designer.cs
│           │   ├── BaseEditDialog.cs
│           │   ├── BaseEditDialog.resx
│           │   ├── MyPhotoControls.csproj
│           │   ├── PhotoEditDialog.Designer.cs
│           │   ├── PhotoEditDialog.cs
│           │   ├── PhotoEditDialog.resx
│           │   ├── PixelDialog.Designer.cs
│           │   ├── PixelDialog.cs
│           │   ├── PixelDialog.resx
│           │   ├── Properties
│           │   │   └── AssemblyInfo.cs
│           │   └── bin
│           │       └── Debug
│           │           ├── MyPhotoAlbum.dll
│           │           └── MyPhotoControls.dll
│           ├── MyPhotos
│           │   ├── MainForm.Designer.cs
│           │   ├── MainForm.cs
│           │   ├── MainForm.resx
│           │   ├── MyPhotos.csproj
│           │   ├── Program.cs
│           │   ├── Properties
│           │   │   ├── AssemblyInfo.cs
│           │   │   ├── Resources.Designer.cs
│           │   │   ├── Resources.resx
│           │   │   ├── Settings.Designer.cs
│           │   │   └── Settings.settings
│           │   └── bin
│           │       └── Debug
│           │           ├── MyPhotoAlbum.dll
│           │           ├── MyPhotoControls.dll
│           │           ├── MyPhotos.exe
│           │           └── MyPhotos.vshost.exe
│           ├── MyPhotos.sln
│           └── MyPhotos.suo
└── 好例子网_Windows Forms in Action(2nd Edition).src.rar

356 directories, 906 files