实例介绍
《C#典型模块与项目实战大全》完整18个代码.清华大学出版社,作者丁士锋. 希望大家结合书籍阅读,很实用的代码,尤其是在对小组做一个课程项目或想学习如何实现简单的游戏、系统、阅读器的学子很有帮助.其中一些项目曾做过. 第一章 .NET4.0体系结构 第二章 C#4.0语法精深解析 第三章 Silverlight报表查看模块(Silverlight) 第四章 实现XML阅读器(VS风格用户界面) 第五章 可拖放管理模块(Silverlight和MVVM模式) 第六章 网络视频播放器(Silverlight多媒体技术) 第七章 再造俄罗斯方块(Silverlight开发游戏) 第八章 图书阅读器(WPF) 第九章 多媒体管理工具(WPF) 第十章 基于WCF的Silverlight绘图聊天程序(WCF) 第十一章 推箱子游戏(WPF) 第十二章 文件夹同步服务器程序(WCF和Windows) 第十三张 安全删除小管家(Windows文件管理技术 测试能运行) 第十四章 账单管理程序(WPF) 第十五章 用WPF打造幻灯片式图片浏览器(WPF) 第十六章 音乐商店网站(ASP.NET MVC应用) 第十七章 学生管理系统(Entity Framework在ASP.NET中应用) 第十八章 任务管理器系统的设计与实现(Windows Forms) 最后希望该资源对大家有所帮助,仅分享与大家学习,无商业用途.由于看到很多关于该书的资源,而且描述很少,分又高.我没分下载很多优秀资源,所以上传该资源且免费供大家学习.推荐大家阅读原版书籍.
【实例截图】
【核心代码】
16359647587773022725.7z
└── 1_18
├── Chp1
│ ├── ClassDemo
│ │ ├── ClassDemo
│ │ │ ├── ClassDemo.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── ClassDemo.sln
│ │ └── ClassDemo.suo
│ ├── Delegate
│ │ ├── Delegate
│ │ │ ├── Delegate.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Delegate.sln
│ │ └── Delegate.suo
│ ├── DelegateGenericVar
│ │ ├── Delegate
│ │ │ ├── ClassDiagram1.cd
│ │ │ ├── Delegate.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Delegate.sln
│ │ └── Delegate.suo
│ ├── DynamicBindingDemo
│ │ ├── DynamicBindingDemo
│ │ │ ├── DynamicBindingDemo.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── DynamicBindingDemo.sln
│ │ └── DynamicBindingDemo.suo
│ ├── ParametersAndArguments
│ │ ├── ParametersAndArguments
│ │ │ ├── ClassDiagram1.cd
│ │ │ ├── ParametersAndArguments.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── ParametersAndArguments.sln
│ │ └── ParametersAndArguments.suo
│ ├── TypeSafeDemo
│ │ ├── TypeSafeDemo
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── TypeSafeDemo.csproj
│ │ ├── TypeSafeDemo.sln
│ │ └── TypeSafeDemo.suo
│ ├── VarInterfaceDemo
│ │ ├── VarInterfaceDemo
│ │ │ ├── ClassDiagram1.cd
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── TestClass.cs
│ │ │ └── VarInterfaceDemo.csproj
│ │ ├── VarInterfaceDemo.sln
│ │ └── VarInterfaceDemo.suo
│ └── VarInterfaceDemo2
│ ├── VarInterfaceDemo2
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── VarInterfaceDemo2.csproj
│ ├── VarInterfaceDemo2.sln
│ └── VarInterfaceDemo2.suo
├── Chp10
│ └── silverdraw
│ ├── Client
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Bin
│ │ │ ├── Debug
│ │ │ │ ├── AppManifest.xaml
│ │ │ │ ├── de
│ │ │ │ │ ├── System.Json.resources.dll
│ │ │ │ │ ├── System.Runtime.Serialization.Json.resources.dll
│ │ │ │ │ ├── System.ServiceModel.PollingDuplex.resources.dll
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── es
│ │ │ │ │ ├── System.Json.resources.dll
│ │ │ │ │ ├── System.Runtime.Serialization.Json.resources.dll
│ │ │ │ │ ├── System.ServiceModel.PollingDuplex.resources.dll
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── fr
│ │ │ │ │ ├── System.Json.resources.dll
│ │ │ │ │ ├── System.Runtime.Serialization.Json.resources.dll
│ │ │ │ │ ├── System.ServiceModel.PollingDuplex.resources.dll
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── it
│ │ │ │ │ ├── System.Json.resources.dll
│ │ │ │ │ ├── System.Runtime.Serialization.Json.resources.dll
│ │ │ │ │ ├── System.ServiceModel.PollingDuplex.resources.dll
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── ja
│ │ │ │ │ ├── System.Json.resources.dll
│ │ │ │ │ ├── System.Runtime.Serialization.Json.resources.dll
│ │ │ │ │ ├── System.ServiceModel.PollingDuplex.resources.dll
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── ko
│ │ │ │ │ ├── System.Json.resources.dll
│ │ │ │ │ ├── System.Runtime.Serialization.Json.resources.dll
│ │ │ │ │ ├── System.ServiceModel.PollingDuplex.resources.dll
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── Silverdraw.Client.dll
│ │ │ │ ├── Silverdraw.Client.pdb
│ │ │ │ ├── SilverPaintGadget.dll
│ │ │ │ ├── SilverPaintGadget.pdb
│ │ │ │ ├── SilverPaintGadget.xap
│ │ │ │ ├── System.Json.dll
│ │ │ │ ├── System.Json.xml
│ │ │ │ ├── System.Runtime.Serialization.Json.dll
│ │ │ │ ├── System.Runtime.Serialization.Json.xml
│ │ │ │ ├── System.ServiceModel.PollingDuplex.dll
│ │ │ │ ├── System.ServiceModel.PollingDuplex.xml
│ │ │ │ ├── System.Windows.Controls.dll
│ │ │ │ ├── System.Windows.Controls.xml
│ │ │ │ ├── TestPage.html
│ │ │ │ ├── zh-Hans
│ │ │ │ │ ├── System.Json.resources.dll
│ │ │ │ │ ├── System.Runtime.Serialization.Json.resources.dll
│ │ │ │ │ ├── System.ServiceModel.PollingDuplex.resources.dll
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ └── zh-Hant
│ │ │ │ ├── System.Json.resources.dll
│ │ │ │ ├── System.Runtime.Serialization.Json.resources.dll
│ │ │ │ ├── System.ServiceModel.PollingDuplex.resources.dll
│ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ └── Release
│ │ ├── ClassDiagram1.cd
│ │ ├── ColorPicker
│ │ │ ├── ColorPicker.xaml
│ │ │ └── ColorPicker.xaml.cs
│ │ ├── Helpers
│ │ │ ├── CanvasHelper.cs
│ │ │ ├── ColorHelper.cs
│ │ │ ├── DrawingArea.cs
│ │ │ ├── DuplexClientHelper.cs
│ │ │ ├── JsonSerializerHelper.cs
│ │ │ └── ToolHelper.cs
│ │ ├── Page.xaml
│ │ ├── Page.xaml.cs
│ │ ├── Properties
│ │ │ ├── AppManifest.xml
│ │ │ └── AssemblyInfo.cs
│ │ ├── Resources
│ │ │ ├── brush.jpg
│ │ │ ├── circle.PNG
│ │ │ ├── pencil.jpg
│ │ │ ├── pen.jpg
│ │ │ ├── rect.PNG
│ │ │ └── sticky.jpg
│ │ ├── ScreenObject.cs
│ │ ├── Service References
│ │ │ └── Proxy
│ │ │ ├── configuration91.svcinfo
│ │ │ ├── configuration.svcinfo
│ │ │ ├── DuplexDrawService1.disco
│ │ │ ├── DuplexDrawService1.wsdl
│ │ │ ├── DuplexDrawService31.xsd
│ │ │ ├── DuplexDrawService32.xsd
│ │ │ ├── DuplexDrawService3.xsd
│ │ │ ├── Reference.cs
│ │ │ └── Reference.svcmap
│ │ ├── ServiceReferences.ClientConfig
│ │ ├── Silverdraw.Client.csproj
│ │ └── Silverdraw.Client.csproj.user
│ ├── Server
│ │ ├── App_Data
│ │ ├── ClientAccessPolicy.xml
│ │ ├── ClientBin
│ │ │ └── SilverPaintGadget.xap
│ │ ├── default.htm
│ │ ├── DrawData.cs
│ │ ├── DuplexDrawService.svc
│ │ ├── DuplexDrawService.svc.cs
│ │ ├── IDuplexDrawCallback.cs
│ │ ├── IDuplexDrawService.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Service References
│ │ ├── Silverdraw.Publish.xml
│ │ ├── Silverdraw.Server.csproj
│ │ ├── Silverdraw.Server.csproj.user
│ │ ├── Silverdraw.Server.Publish.xml
│ │ ├── Silverlight.js
│ │ ├── Web.config
│ │ ├── Web.Debug.config
│ │ └── Web.Release.config
│ ├── Silverdraw.sln
│ └── Silverdraw.suo
├── Chp11
│ └── WpfSokoban
│ ├── Graphics
│ │ ├── BackgroundControl.design
│ │ ├── Banner.design
│ │ └── Cell.design
│ ├── Levels
│ │ ├── Level000.skbn
│ │ ├── Level000.skbn.test
│ │ ├── Level001.skbn
│ │ ├── Level002.skbn
│ │ ├── Level003.skbn
│ │ ├── Level004.skbn
│ │ ├── Level005.skbn
│ │ ├── Level006.skbn
│ │ ├── Level007.skbn
│ │ ├── Level008.skbn
│ │ ├── Level009.skbn
│ │ ├── Level010.skbn
│ │ ├── Level011.skbn
│ │ ├── Level012.skbn
│ │ ├── Level013.skbn
│ │ ├── Level014.skbn
│ │ ├── Level015.skbn
│ │ ├── Level016.skbn
│ │ ├── Level017.skbn
│ │ ├── Level018.skbn
│ │ ├── Level019.skbn
│ │ ├── Level020.skbn
│ │ ├── Level021.skbn
│ │ ├── Level022.skbn
│ │ ├── Level023.skbn
│ │ ├── Level024.skbn
│ │ ├── Level025.skbn
│ │ ├── Level026.skbn
│ │ ├── Level027.skbn
│ │ ├── Level028.skbn
│ │ ├── Level029.skbn
│ │ ├── Level030.skbn
│ │ ├── Level031.skbn
│ │ ├── Level032.skbn
│ │ ├── Level033.skbn
│ │ ├── Level034.skbn
│ │ ├── Level035.skbn
│ │ ├── Level036.skbn
│ │ ├── Level037.skbn
│ │ ├── Level038.skbn
│ │ ├── Level039.skbn
│ │ ├── Level040.skbn
│ │ ├── Level041.skbn
│ │ ├── Level042.skbn
│ │ ├── Level043.skbn
│ │ ├── Level044.skbn
│ │ ├── Level045.skbn
│ │ ├── Level046.skbn
│ │ ├── Level047.skbn
│ │ ├── Level048.skbn
│ │ ├── Level049.skbn
│ │ └── Level050.skbn
│ └── Source
│ ├── Orpius.Sokoban
│ │ ├── CellContents
│ │ │ ├── Actor
│ │ │ │ ├── Actor.cs
│ │ │ │ ├── Actor.Jump.cs
│ │ │ │ ├── Actor.Push.cs
│ │ │ │ └── Actor.Step.cs
│ │ │ └── Treasure.cs
│ │ ├── CellContents.cs
│ │ ├── Cell.cs
│ │ ├── Cells
│ │ │ ├── FloorCell.cs
│ │ │ ├── GoalCell.cs
│ │ │ ├── SpaceCell.cs
│ │ │ └── WallCell.cs
│ │ ├── ClassDiagram1.cd
│ │ ├── CommandBase.cs
│ │ ├── CommandManager.cs
│ │ ├── Commands
│ │ │ ├── JumpCommand.cs
│ │ │ ├── MoveCommand.cs
│ │ │ └── PushCommand.cs
│ │ ├── DefaultSokobanService.cs
│ │ ├── Diagrams
│ │ │ ├── All.cd
│ │ │ └── GameLevelCell.cd
│ │ ├── Direction.cs
│ │ ├── Game.cs
│ │ ├── ISokobanService.cs
│ │ ├── LevelCode.cs
│ │ ├── LevelContentBase.cs
│ │ ├── Level.cs
│ │ ├── Location.cs
│ │ ├── MoveBase.cs
│ │ ├── Moves
│ │ │ ├── Jump.cs
│ │ │ ├── Move.cs
│ │ │ └── Push.cs
│ │ ├── Orpius.Sokoban.csproj
│ │ ├── Orpius.Sokoban.csproj.user
│ │ ├── PathFinders
│ │ │ ├── PushPathFinder.cs
│ │ │ └── SearchPathFinder.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── SokobanException.cs
│ ├── WpfSokoban
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Audio
│ │ │ ├── DingDong.wav
│ │ │ ├── DullClapping.mp3
│ │ │ ├── Footstep.wav
│ │ │ ├── Intro.wav
│ │ │ ├── Movement_from_NEO_Sounds.mp3
│ │ │ └── TreasurePush.wav
│ │ ├── Commands
│ │ ├── Controls
│ │ │ ├── BackgroundControl.xaml
│ │ │ ├── BackgroundControl.xaml.cs
│ │ │ ├── Banner.xaml
│ │ │ ├── Banner.xaml.cs
│ │ │ ├── FeedbackControl.xaml
│ │ │ └── FeedbackControl.xaml.cs
│ │ ├── Fonts
│ │ │ └── ariblk.ttf
│ │ ├── Images
│ │ │ ├── AppIcon.ico
│ │ │ └── AppIcon.png
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── ResourceDictionaries
│ │ │ ├── Banner_old.xaml
│ │ │ ├── Cell_old.xaml
│ │ │ └── Cell.xaml
│ │ ├── WpfSokoban.csproj
│ │ └── WpfSokoban.csproj.user
│ ├── WpfSokoban.sln
│ └── WpfSokoban.suo
├── Chp12
│ └── SynchroConsole
│ ├── AppSettingsLib
│ │ ├── AppSettingsBase.cs
│ │ ├── AppSettingsLib.csproj
│ │ ├── AppSettingsLib.csproj.user
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── OtherAssemblies
│ │ └── SmartThreadPool.dll
│ ├── SharedAppObjects
│ │ ├── Events.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── SharedAppObjects.cs
│ │ ├── SynchCommon.csproj
│ │ └── SynchCommon.csproj.user
│ ├── SynchroConsole
│ │ ├── Enumerators.cs
│ │ ├── ExtensionMethods.cs
│ │ ├── FileInfoEx.cs
│ │ ├── FileInfoList.cs
│ │ ├── FormAddSyncItem.cs
│ │ ├── FormAddSyncItem.Designer.cs
│ │ ├── FormAddSyncItem.resx
│ │ ├── FormMainConsole.cs
│ │ ├── FormMainConsole.Designer.cs
│ │ ├── FormMainConsole.resx
│ │ ├── FormMain.cs
│ │ ├── FormMain.Designer.cs
│ │ ├── FormMain.resx
│ │ ├── Globals.cs
│ │ ├── HTMLPage1.htm
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── SynchroConsole.csproj
│ │ └── SynchroConsole.csproj.user
│ ├── SynchroConsole.sln
│ ├── SynchroConsole.suo
│ ├── SynchroLib
│ │ ├── ClassDiagram1.cd
│ │ ├── Enumerators.cs
│ │ ├── ExtensionMethods.cs
│ │ ├── FileInfoEvents.cs
│ │ ├── FileInfoEx.cs
│ │ ├── FileInfoList.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── SynchroLib.csproj
│ │ ├── SynchroLib.csproj.user
│ │ ├── Synchronizer.cs
│ │ ├── SyncItemCollection.cs
│ │ ├── SyncItem.cs
│ │ └── SyncSettings.cs
│ ├── SynchroService
│ │ ├── AppLog.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── SelfInstaller.cs
│ │ ├── Service1.cs
│ │ ├── Service1.Designer.cs
│ │ ├── SynchroService.csproj
│ │ ├── SynchroService.csproj.user
│ │ ├── SyncSvcInstaller.cs
│ │ ├── SyncSvcInstaller.Designer.cs
│ │ └── ThreadManager.cs
│ ├── SynchroService1
│ │ ├── Program.cs
│ │ ├── ProjectInstaller.cs
│ │ ├── ProjectInstaller.Designer.cs
│ │ ├── ProjectInstaller.resx
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Service1.cs
│ │ ├── Service1.Designer.cs
│ │ └── SynchroService1.csproj
│ ├── SynchroServiceStarter
│ │ ├── Globals.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── SynchroServiceStarter.csproj
│ │ └── SynchroServiceStarter.csproj.user
│ ├── SynchroSetup
│ │ ├── app.manifest
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── FormAddSyncItem.cs
│ │ ├── FormAddSyncItem.Designer.cs
│ │ ├── FormAddSyncItem.resx
│ │ ├── FormConfigure.cs
│ │ ├── FormConfigure.Designer.cs
│ │ ├── FormConfigure.resx
│ │ ├── FormExistingNames.cs
│ │ ├── FormExistingNames.Designer.cs
│ │ ├── FormExistingNames.resx
│ │ ├── FormMain.cs
│ │ ├── FormMain.Designer.cs
│ │ ├── FormMain.resx
│ │ ├── FormMainSetup.cs
│ │ ├── FormMainSetup.Designer.cs
│ │ ├── FormMainSetup.resx
│ │ ├── Globals.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── SynchroSetup.csproj
│ │ ├── SynchroSetup.csproj.user
│ │ └── SynchroSetup.ico
│ └── SynchroWCF
│ ├── Events.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── RegisteredMsg.cs
│ ├── SvcGlobals.cs
│ ├── SynchroWCF.csproj
│ ├── SynchroWCF.csproj.user
│ └── SynchroWCFHost.cs
├── Chp13
│ ├── ParallelDemo
│ │ └── ParallelDemo1
│ │ ├── ParallelDemo1
│ │ │ ├── ParallelDemo1.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── ParallelDemo1.sln
│ │ └── ParallelDemo1.suo
│ └── SecureDelete
│ ├── READ ME FIRST!.txt
│ ├── Resources
│ │ ├── back-button.png
│ │ ├── Closed Folder.ico
│ │ ├── Computer_ico_2.ico
│ │ ├── Delete.ico
│ │ ├── fixed drive.ico
│ │ ├── locked.ICO
│ │ ├── My Documents.ico
│ │ ├── My Options.ico
│ │ ├── Open Folder.ico
│ │ └── Properties_32x32.png
│ ├── SDelete
│ │ ├── Eula.txt
│ │ └── sdelete.exe
│ ├── SecureDelete
│ │ ├── App.config
│ │ ├── ClassDiagram1.cd
│ │ ├── DeletionCompletedArguments.cs
│ │ ├── DeletionStartArguments.cs
│ │ ├── ExplorerFileInfo.cs
│ │ ├── ExplorerViewColumnSorter.cs
│ │ ├── FileCleaner.cs
│ │ ├── FileHelper.cs
│ │ ├── KnownExplorerFile.cs
│ │ ├── locked.ICO
│ │ ├── Logger.cs
│ │ ├── OptionsDialog.cs
│ │ ├── OptionsDialog.Designer.cs
│ │ ├── OptionsDialog.resx
│ │ ├── Program.cs
│ │ ├── ProgressWindow.cs
│ │ ├── ProgressWindow.Designer.cs
│ │ ├── ProgressWindow.resx
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Resources
│ │ │ ├── back-button.png
│ │ │ ├── Delete.ico
│ │ │ ├── DeleteIcon.ico
│ │ │ ├── features_options.jpg
│ │ │ ├── My Options.ico
│ │ │ ├── Properties_32x32.png
│ │ │ └── Thumbs.db
│ │ ├── SecureDelete.csproj
│ │ ├── SecureDeletion.cs
│ │ ├── SecureDeletion.Designer.cs
│ │ ├── SecureDeletionOld.cs
│ │ ├── SecureDeletionOld.Designer.cs
│ │ ├── SecureDeletionOld.resx
│ │ ├── SecureDeletion.resx
│ │ ├── SingleInstanceApplication.cs
│ │ └── UserOptions.cs
│ ├── SecureDelete.sln
│ └── SecureDelete.suo
├── Chp14
│ ├── BillManagerUninstallAction
│ │ ├── BillManagerUninstallAction.csproj
│ │ ├── BillManagerUninstallAction.csproj.user
│ │ ├── BillManagerUninstaller.cs
│ │ ├── BillManagerUninstaller.Designer.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── BillPayManager
│ │ ├── app.config
│ │ ├── Application.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── BillPayManager.cd
│ │ ├── BillPayManager.csproj
│ │ ├── BillPayManager.csproj.user
│ │ ├── Charting
│ │ │ ├── BarCharting.cs
│ │ │ ├── ICharting.cs
│ │ │ ├── LineCharting.cs
│ │ │ └── PieCharting.cs
│ │ ├── ClassDiagram1.cd
│ │ ├── DataGrid
│ │ │ ├── ArchiveDataGridProxy.cs
│ │ │ ├── DataRowBackgroundConverter.cs
│ │ │ ├── DateConverter.cs
│ │ │ ├── IDataGridProxy.cs
│ │ │ ├── NullToUnsetConverter.cs
│ │ │ └── RecentBillsDataGridProxy.cs
│ │ ├── icon.ico
│ │ ├── Images
│ │ │ ├── about.png
│ │ │ ├── archive.png
│ │ │ ├── backArrow.png
│ │ │ ├── bills.png
│ │ │ ├── charts.png
│ │ │ ├── fwdArrow.png
│ │ │ ├── icon.ico
│ │ │ └── settings.png
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.en-US.resx
│ │ │ ├── Resources.ro-RO.resx
│ │ │ └── Resources.zh-CN.resx
│ │ ├── Themes
│ │ │ ├── Brushes.xaml
│ │ │ ├── ChartStyle.xaml
│ │ │ ├── DataGrid.Generic.xaml
│ │ │ ├── ItemContStyle.xaml
│ │ │ ├── NextButton.xaml
│ │ │ ├── PrevButton.xaml
│ │ │ ├── RangeSliderTemplate.xaml
│ │ │ └── TabItemStyle.xaml
│ │ └── WindowManager.cs
│ ├── BillPayManager.sln
│ ├── BillPayManager.suo
│ ├── BillsBusinessLogicLib
│ │ ├── BillManagerException.cs
│ │ ├── BillsBusinessLogicLib.csproj
│ │ ├── BillsBusinessLogicLib.csproj.user
│ │ ├── BillsManager.cs
│ │ ├── BLLBills.cd
│ │ ├── ciumac.sergiu.pfx
│ │ ├── IBillsManager.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── BillsDalLib
│ │ ├── BillsDalClassDiagram.cd
│ │ ├── BillsDalLib.csproj
│ │ ├── BillsDalLib.csproj.user
│ │ ├── ciumac.sergiu.pfx
│ │ ├── DalBillManagerException.cs
│ │ ├── DALSchema
│ │ │ ├── billpayschema.cs
│ │ │ └── billpayschema.xsd
│ │ ├── IDalBillsManager.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── XmlDalBillsManager.cs
│ ├── BillsEntityLib
│ │ ├── app.config
│ │ ├── Bill.cs
│ │ ├── BillEntityClassDiagram.cd
│ │ ├── BillHelper.cs
│ │ ├── BillPropertyChangeEventArgs.cs
│ │ ├── BillSchema.cs
│ │ ├── BillSchema.xsd
│ │ ├── Bills.cs
│ │ ├── BillsEntityLib.csproj
│ │ ├── BillsEntityLib.csproj.user
│ │ ├── BillStatus.cs
│ │ ├── ciumac.sergiu.pfx
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── SetupBillPayManager
│ │ ├── Debug
│ │ ├── Release
│ │ └── SetupBillPayManager.vdproj
│ ├── TestBillPayManager
│ │ ├── App.config
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── TestBillPayManager.csproj
│ │ ├── TestBillPayManager.csproj.user
│ │ ├── TestDal.cs
│ │ ├── TestEntity.cs
│ │ └── TestLogic.cs
│ └── TestBillPayManagerManual
│ ├── AddBillManualTest.mht
│ ├── DeleteBill.mht
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ └── TestBillPayManagerManual.csproj
├── Chp15
│ └── ImageViewer
│ ├── Artwork
│ │ ├── Images.design
│ │ ├── Miscellaneous.design
│ │ └── Navigation.design
│ ├── Intuipic
│ │ ├── app.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── ClassDiagram1.cd
│ │ ├── Commands.cs
│ │ ├── Converters
│ │ │ ├── BitmapFrameConverter.cs
│ │ │ └── BitmapOrientationConverter.cs
│ │ ├── Data
│ │ │ ├── DesktopInformation.cs
│ │ │ ├── DirectoryCollection.cs
│ │ │ ├── DirectoryInformationBase.cs
│ │ │ ├── DirectoryInformation.cs
│ │ │ ├── DriveInformation.cs
│ │ │ ├── InformationBase.cs
│ │ │ ├── MyComputerInformation.cs
│ │ │ ├── MyDocumentsInformation.cs
│ │ │ └── Settings.cs
│ │ ├── DeletionWindow.xaml
│ │ ├── DeletionWindow.xaml.cs
│ │ ├── DisplayOrder.cs
│ │ ├── FileEnumerator.cs
│ │ ├── Information.xaml
│ │ ├── Information.xaml.cs
│ │ ├── Interop
│ │ │ ├── FileInfoAttributes.cs
│ │ │ ├── FileInfoFlags.cs
│ │ │ └── IconHelper.cs
│ │ ├── Intuipic.csproj
│ │ ├── Intuipic.csproj.user
│ │ ├── Intuipic.ico
│ │ ├── Intuipic_TemporaryKey.pfx
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Navigation
│ │ │ ├── FolderSelectionToggleButton.cs
│ │ │ ├── Images.xaml
│ │ │ ├── InformationBaseCheckBox.cs
│ │ │ ├── Panel.xaml
│ │ │ ├── Panel.xaml.cs
│ │ │ ├── ToolTip.xaml
│ │ │ └── ToolTip.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ └── Resources.resx
│ │ ├── ReleaseNotes.txt
│ │ ├── Skin
│ │ │ ├── Button.xaml
│ │ │ ├── CheckBox.xaml
│ │ │ ├── GridSplitter.xaml
│ │ │ ├── Hyperlink.xaml
│ │ │ ├── Image.xaml
│ │ │ ├── Label.xaml
│ │ │ ├── ListBox.xaml
│ │ │ ├── Panel.xaml
│ │ │ ├── Rectangle.xaml
│ │ │ ├── Shared.xaml
│ │ │ ├── TextBlock.xaml
│ │ │ ├── TreeView.xaml
│ │ │ └── Window.xaml
│ │ └── Timer.cs
│ ├── Intuipic.sln
│ ├── Intuipic.suo
│ ├── Lib
│ │ ├── Kent.Boogaart.Converters.dll
│ │ ├── Kent.Boogaart.Converters.pdb
│ │ ├── Kent.Boogaart.Converters.xml
│ │ ├── Kent.Boogaart.HelperTrinity.dll
│ │ ├── Kent.Boogaart.HelperTrinity.pdb
│ │ ├── Kent.Boogaart.HelperTrinity.xml
│ │ ├── Kent.Boogaart.Windows.Controls.dll
│ │ └── Kent.Boogaart.Windows.Controls.pdb
│ ├── Picture.design
│ └── Thumbs.db
├── Chp16
│ ├── MvcMusicStore
│ │ ├── App_Data
│ │ │ ├── aspnetdb_log.ldf
│ │ │ ├── ASPNETDB.MDF
│ │ │ ├── MvcMusicStore_log.ldf
│ │ │ └── MvcMusicStore.mdf
│ │ ├── Content
│ │ │ ├── Images
│ │ │ │ ├── home-showcase.jpg
│ │ │ │ ├── home-showcase.png
│ │ │ │ ├── home-showcase.psd
│ │ │ │ ├── logo.png
│ │ │ │ ├── placeholder.gif
│ │ │ │ └── placeholder.psd
│ │ │ └── Site.css
│ │ ├── Controllers
│ │ │ ├── AccountController.cs
│ │ │ ├── CheckoutController.cs
│ │ │ ├── HomeController.cs
│ │ │ ├── ShoppingCartController.cs
│ │ │ ├── StoreController.cs
│ │ │ └── StoreManagerController.cs
│ │ ├── Global.asax
│ │ ├── Global.asax.cs
│ │ ├── Helpers
│ │ │ └── HtmlHelpers.cs
│ │ ├── Models
│ │ │ ├── AccountModels.cs
│ │ │ ├── Album.cs
│ │ │ ├── Order.cs
│ │ │ ├── ShoppingCart.cs
│ │ │ ├── StoreDB.Designer.cs
│ │ │ └── StoreDB.edmx
│ │ ├── MvcMusicStore.csproj
│ │ ├── MvcMusicStore.csproj.user
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Scripts
│ │ │ ├── jquery-1.4.1.js
│ │ │ ├── jquery-1.4.1.min.js
│ │ │ ├── jquery-1.4.1-vsdoc.js
│ │ │ ├── jquery.validate.js
│ │ │ ├── jquery.validate.min.js
│ │ │ ├── jquery.validate-vsdoc.js
│ │ │ ├── MicrosoftAjax.debug.js
│ │ │ ├── MicrosoftAjax.js
│ │ │ ├── MicrosoftMvcAjax.debug.js
│ │ │ ├── MicrosoftMvcAjax.js
│ │ │ ├── MicrosoftMvcValidation.debug.js
│ │ │ └── MicrosoftMvcValidation.js
│ │ ├── ViewModels
│ │ │ ├── ShoppingCartRemoveViewModel.cs
│ │ │ ├── ShoppingCartViewModel.cs
│ │ │ ├── StoreBrowseViewModel.cs
│ │ │ ├── StoreIndexViewModel.cs
│ │ │ └── StoreManagerViewModel.cs
│ │ ├── Views
│ │ │ ├── Account
│ │ │ │ ├── ChangePassword.aspx
│ │ │ │ ├── ChangePasswordSuccess.aspx
│ │ │ │ ├── LogOn.aspx
│ │ │ │ └── Register.aspx
│ │ │ ├── Checkout
│ │ │ │ ├── AddressAndPayment.aspx
│ │ │ │ └── Complete.aspx
│ │ │ ├── Home
│ │ │ │ └── Index.aspx
│ │ │ ├── Shared
│ │ │ │ ├── EditorTemplates
│ │ │ │ │ └── Album.ascx
│ │ │ │ ├── Error.aspx
│ │ │ │ └── Site.Master
│ │ │ ├── ShoppingCart
│ │ │ │ ├── CartSummary.ascx
│ │ │ │ └── Index.aspx
│ │ │ ├── Store
│ │ │ │ ├── Browse.aspx
│ │ │ │ ├── Details.aspx
│ │ │ │ ├── GenreMenu.ascx
│ │ │ │ └── Index.aspx
│ │ │ ├── StoreManager
│ │ │ │ ├── Create.aspx
│ │ │ │ ├── Delete.aspx
│ │ │ │ ├── Deleted.aspx
│ │ │ │ ├── Edit.aspx
│ │ │ │ └── Index.aspx
│ │ │ └── Web.config
│ │ ├── web.config
│ │ ├── Web.Debug.config
│ │ └── Web.Release.config
│ ├── MvcMusicStore.sln
│ └── MvcMusicStore.suo
├── Chp17
│ ├── ContosoUniversity
│ │ ├── About.aspx
│ │ ├── About.aspx.cs
│ │ ├── About.aspx.designer.cs
│ │ ├── Account
│ │ │ ├── ChangePassword.aspx
│ │ │ ├── ChangePassword.aspx.cs
│ │ │ ├── ChangePassword.aspx.designer.cs
│ │ │ ├── ChangePasswordSuccess.aspx
│ │ │ ├── ChangePasswordSuccess.aspx.cs
│ │ │ ├── ChangePasswordSuccess.aspx.designer.cs
│ │ │ ├── Login.aspx
│ │ │ ├── Login.aspx.cs
│ │ │ ├── Login.aspx.designer.cs
│ │ │ ├── Register.aspx
│ │ │ ├── Register.aspx.cs
│ │ │ ├── Register.aspx.designer.cs
│ │ │ └── Web.config
│ │ ├── App_Data
│ │ │ ├── School_log.ldf
│ │ │ ├── School.mdf
│ │ │ └── School original.mdf
│ │ ├── ContosoUniversity.csproj
│ │ ├── ContosoUniversity.csproj.user
│ │ ├── ContosoUniversity.suo
│ │ ├── CoursesAdd.aspx
│ │ ├── CoursesAdd.aspx.cs
│ │ ├── CoursesAdd.aspx.designer.cs
│ │ ├── Courses.aspx
│ │ ├── Courses.aspx.cs
│ │ ├── Courses.aspx.designer.cs
│ │ ├── DAL
│ │ │ ├── SchoolModel.Designer.cs
│ │ │ ├── SchoolModel.edmx
│ │ │ └── Student.cs
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ ├── Default.aspx.designer.cs
│ │ ├── DepartmentsAdd.aspx
│ │ ├── DepartmentsAdd.aspx.cs
│ │ ├── DepartmentsAdd.aspx.designer.cs
│ │ ├── Departments.aspx
│ │ ├── Departments.aspx.cs
│ │ ├── Departments.aspx.designer.cs
│ │ ├── Global.asax
│ │ ├── Global.asax.cs
│ │ ├── Instructors.aspx
│ │ ├── Instructors.aspx.cs
│ │ ├── Instructors.aspx.designer.cs
│ │ ├── InstructorsCourses.aspx
│ │ ├── InstructorsCourses.aspx.cs
│ │ ├── InstructorsCourses.aspx.designer.cs
│ │ ├── OfficeAssignments.aspx
│ │ ├── OfficeAssignments.aspx.cs
│ │ ├── OfficeAssignments.aspx.designer.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Scripts
│ │ │ ├── jquery-1.4.1.js
│ │ │ ├── jquery-1.4.1.min.js
│ │ │ └── jquery-1.4.1-vsdoc.js
│ │ ├── Site.Master
│ │ ├── Site.Master.cs
│ │ ├── Site.Master.designer.cs
│ │ ├── StudentsAdd.aspx
│ │ ├── StudentsAdd.aspx.cs
│ │ ├── StudentsAdd.aspx.designer.cs
│ │ ├── Students.aspx
│ │ ├── Students.aspx.cs
│ │ ├── Students.aspx.designer.cs
│ │ ├── Styles
│ │ │ └── Site.css
│ │ ├── Web.config
│ │ ├── Web.Debug.config
│ │ └── Web.Release.config
│ ├── ContosoUniversity.sln
│ └── ContosoUniversity.suo
├── Chp18
│ ├── TaskManagerSimple
│ │ ├── AddCategoryForm.cs
│ │ ├── AddCategoryForm.Designer.cs
│ │ ├── AddCategoryForm.resx
│ │ ├── AddResourceForm.cs
│ │ ├── AddResourceForm.Designer.cs
│ │ ├── AddResourceForm.resx
│ │ ├── AddTaskForm.cs
│ │ ├── AddTaskForm.Designer.cs
│ │ ├── AddTaskForm.resx
│ │ ├── app.config
│ │ ├── CategoryForm.cs
│ │ ├── CategoryForm.Designer.cs
│ │ ├── CategoryForm.resx
│ │ ├── ClassDiagram1.cd
│ │ ├── Common
│ │ │ ├── EditRecordEventArgs.cs
│ │ │ ├── JumpListDisplayStyle.cs
│ │ │ ├── OpenTaskEventArgs.cs
│ │ │ ├── TaskCategory.cs
│ │ │ ├── TaskDurationType.cs
│ │ │ ├── TaskFlag.cs
│ │ │ ├── TaskPriority.cs
│ │ │ ├── TaskStatus.cs
│ │ │ └── Utility.cs
│ │ ├── Controls
│ │ │ ├── GanttChart.cs
│ │ │ ├── GanttChart.Designer.cs
│ │ │ ├── GanttViewer.cs
│ │ │ ├── GanttViewer.Designer.cs
│ │ │ ├── GanttViewer.resx
│ │ │ ├── TaskViewer.cs
│ │ │ ├── TaskViewer.Designer.cs
│ │ │ ├── TaskViewer.resx
│ │ │ ├── TextEditor.cs
│ │ │ ├── TextEditor.Designer.cs
│ │ │ ├── TextEditor.resx
│ │ │ ├── ThumbnailViewer.cs
│ │ │ ├── ThumbnailViewer.Designer.cs
│ │ │ └── ThumbnailViewer.resx
│ │ ├── Database
│ │ │ ├── SqlTaskManager.Designer.cs
│ │ │ ├── SqlTaskManager.edmx
│ │ │ ├── TaskManager_log.LDF
│ │ │ └── TaskManager.mdf
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── DataSources
│ │ │ │ └── TaskManager.Database.TaskManagerEntities.datasource
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── ResourceForm.cs
│ │ ├── ResourceForm.Designer.cs
│ │ ├── ResourceForm.resx
│ │ ├── Resources
│ │ │ ├── AddCategory.png
│ │ │ ├── Add.png
│ │ │ ├── AddResource.png
│ │ │ ├── AddTask.png
│ │ │ ├── backcolor.bmp
│ │ │ ├── Back.ico
│ │ │ ├── Blue_Category.ico
│ │ │ ├── BlueCat.png
│ │ │ ├── bold.bmp
│ │ │ ├── Category_Icon.ico
│ │ │ ├── Category.png
│ │ │ ├── Close.bmp
│ │ │ ├── Close.png
│ │ │ ├── color.bmp
│ │ │ ├── Delete_01.png
│ │ │ ├── Delete_Icon.ico
│ │ │ ├── Delete.png
│ │ │ ├── edit_Icon.ico
│ │ │ ├── edit.png
│ │ │ ├── Empty.png
│ │ │ ├── Forward.ico
│ │ │ ├── GanttChart.png
│ │ │ ├── Green_Category.ico
│ │ │ ├── GreenCat.png
│ │ │ ├── High_Priority_Icon.ico
│ │ │ ├── High_Priority.png
│ │ │ ├── indent.bmp
│ │ │ ├── italic.bmp
│ │ │ ├── Low_Priority_Icon.ico
│ │ │ ├── Low_Priority.png
│ │ │ ├── Medium_Priority_Icon.ico
│ │ │ ├── Medium_Priority.png
│ │ │ ├── NextWeek_Flag_Icon.ico
│ │ │ ├── NextWeek_Flag.png
│ │ │ ├── NoDate_Flag_Icon.ico
│ │ │ ├── NoDate_Flag.png
│ │ │ ├── ol.bmp
│ │ │ ├── Orange_Category.ico
│ │ │ ├── OrangeCat.png
│ │ │ ├── outdent.bmp
│ │ │ ├── Purple_Category.ico
│ │ │ ├── PurpleCat.png
│ │ │ ├── Question.ico
│ │ │ ├── Question_Icon.ico
│ │ │ ├── Red_Category.ico
│ │ │ ├── RedCat.png
│ │ │ ├── Resource_Icon.ico
│ │ │ ├── Resource.png
│ │ │ ├── Save.bmp
│ │ │ ├── Save.png
│ │ │ ├── Task_Icon.ico
│ │ │ ├── Task manager.ico
│ │ │ ├── Task.png
│ │ │ ├── TaskSetting.png
│ │ │ ├── ThisWeek_Flag_Icon.ico
│ │ │ ├── ThisWeek_Flag.png
│ │ │ ├── Today_Flag_Icon.ico
│ │ │ ├── Today_Flag.png
│ │ │ ├── Tomorrow_Flag_Icon.ico
│ │ │ ├── Tomorrow_Flag.png
│ │ │ ├── underscore.bmp
│ │ │ ├── uol.bmp
│ │ │ ├── Yellow_Category.ico
│ │ │ └── YellowCat.png
│ │ ├── TaskForm.cs
│ │ ├── TaskForm.Designer.cs
│ │ ├── TaskForm.resx
│ │ ├── TaskGanttChartForm.cs
│ │ ├── TaskGanttChartForm.Designer.cs
│ │ ├── TaskGanttChartForm.resx
│ │ ├── TaskManager.csproj.user
│ │ ├── TaskManager_log.ldf
│ │ ├── TaskManagerMainForm.cs
│ │ ├── TaskManagerMainForm.Designer.cs
│ │ ├── TaskManagerMainForm.resx
│ │ ├── TaskManager.mdf
│ │ ├── TaskManagerSimple.csproj
│ │ └── TaskManagerSimple.csproj.user
│ ├── TaskManagerSimple.sln
│ └── TaskManagerSimple.suo
├── Chp2
│ ├── ArrayListDemo
│ │ ├── ArrayListDemo
│ │ │ ├── ArrayListDemo.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── ArrayListDemo.sln
│ │ └── ArrayListDemo.suo
│ ├── classDemo
│ │ ├── classDemo
│ │ │ ├── classDemo.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── classDemo.sln
│ │ └── classDemo.suo
│ ├── EnumDemo
│ │ ├── EnumDemo
│ │ │ ├── EnumDemo.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── EnumDemo.sln
│ │ └── EnumDemo.suo
│ ├── GenericDictionaryDemo
│ │ ├── GenericDictionaryDemo
│ │ │ ├── GenericDictionaryDemo.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── GenericDictionaryDemo.sln
│ │ └── GenericDictionaryDemo.suo
│ ├── GenericList
│ │ ├── GenericList
│ │ │ ├── GenericList.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── GenericList.sln
│ │ └── GenericList.suo
│ ├── GenericQueueDemo
│ │ ├── GenericQueueDemo
│ │ │ ├── GenericQueueDemo.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── GenericQueueDemo.sln
│ │ └── GenericQueueDemo.suo
│ ├── GenericSortedListDemo
│ │ ├── GenericSortedListDemo
│ │ │ ├── GenericSortedListDemo.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── GenericSortedListDemo.sln
│ │ └── GenericSortedListDemo.suo
│ ├── GenericStackDemo
│ │ ├── GenericStackDemo
│ │ │ ├── GenericStackDemo.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── GenericStackDemo.sln
│ │ └── GenericStackDemo.suo
│ ├── HashtableDemo
│ │ ├── HashtableDemo
│ │ │ ├── HashtableDemo.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── HashtableDemo.sln
│ │ └── HashtableDemo.suo
│ ├── InheritedDemo
│ │ ├── InheritedDemo
│ │ │ ├── InheritedDemo.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── InheritedDemo.sln
│ │ └── InheritedDemo.suo
│ ├── MethodDefineDemo
│ │ ├── MethodDefineDemo
│ │ │ ├── MethodDefineDemo.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── MethodDefineDemo.sln
│ │ └── MethodDefineDemo.suo
│ ├── MethodOverloadDemo
│ │ ├── MethodOverloadDemo
│ │ │ ├── MethodOverloadDemo.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── MethodOverloadDemo.sln
│ │ └── MethodOverloadDemo.suo
│ ├── MethodParamsDemo
│ │ ├── MethodParamsDemo
│ │ │ ├── MethodParamsDemo.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── MethodParamsDemo.sln
│ │ └── MethodParamsDemo.suo
│ ├── MethodWithrefoutparams
│ │ ├── MethodWithrefoutparams
│ │ │ ├── MethodWithrefoutparams.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── MethodWithrefoutparams.sln
│ │ └── MethodWithrefoutparams.suo
│ ├── namespaceDemo
│ │ ├── namespaceDemo
│ │ │ ├── namespaceDemo.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── namespaceDemo.sln
│ │ └── namespaceDemo.suo
│ ├── NullableDemo
│ │ ├── NullableDemo
│ │ │ ├── NullableDemo.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── NullableDemo.sln
│ │ └── NullableDemo.suo
│ ├── PolymorphismDemo
│ │ ├── PolymorphismDemo
│ │ │ ├── ClassDiagram1.cd
│ │ │ ├── PolymorphismDemo.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── PolymorphismDemo.sln
│ │ └── PolymorphismDemo.suo
│ ├── QueueDemo
│ │ ├── QueueDemo
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── QueueDemo.csproj
│ │ ├── QueueDemo.sln
│ │ └── QueueDemo.suo
│ ├── SortedListDemo
│ │ ├── SortedListDemo
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── SortedListDemo.csproj
│ │ ├── SortedListDemo.sln
│ │ └── SortedListDemo.suo
│ ├── StackDemo
│ │ ├── StackDemo
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── StackDemo.csproj
│ │ ├── StackDemo.sln
│ │ └── StackDemo.suo
│ ├── StaticMethodWithOthers
│ │ ├── StaticMethodWithOthers
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── StaticMethodWithOthers.csproj
│ │ ├── StaticMethodWithOthers.sln
│ │ └── StaticMethodWithOthers.suo
│ ├── stringRefDemo
│ │ ├── stringRefDemo
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── stringRefDemo.csproj
│ │ ├── stringRefDemo.sln
│ │ └── stringRefDemo.suo
│ ├── StructDemo
│ │ ├── StructDemo
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── StructDemo.csproj
│ │ ├── StructDemo.sln
│ │ └── StructDemo.suo
│ └── varDemo
│ ├── varDemo
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── varDemo.csproj
│ ├── varDemo.sln
│ └── varDemo.suo
├── Chp3
│ ├── SimpleConfigurator
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Bin
│ │ │ ├── Debug
│ │ │ │ ├── AppManifest.xaml
│ │ │ │ ├── ar
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── bg
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── ca
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── cs
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── da
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── de
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── el
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── es
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── et
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── eu
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── fi
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── fr
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── he
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── hr
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── hu
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── id
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── it
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── ja
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── ko
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── lt
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── lv
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── Microsoft.Expression.Controls.dll
│ │ │ │ ├── Microsoft.Expression.Controls.xml
│ │ │ │ ├── Microsoft.Expression.Drawing.dll
│ │ │ │ ├── Microsoft.Expression.Drawing.xml
│ │ │ │ ├── Microsoft.Expression.Interactions.dll
│ │ │ │ ├── Microsoft.Expression.Interactions.xml
│ │ │ │ ├── ms
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── nl
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── no
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── pl
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── pt
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── pt-BR
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── ro
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── ru
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── SimpleConfigurator.dll
│ │ │ │ ├── SimpleConfigurator.pdb
│ │ │ │ ├── SimpleConfiguratorTestPage.html
│ │ │ │ ├── SimpleConfigurator.xap
│ │ │ │ ├── sk
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── sl
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── sr-Cyrl-CS
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── sr-Latn-CS
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── sv
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── System.Windows.Controls.dll
│ │ │ │ ├── System.Windows.Controls.Toolkit.dll
│ │ │ │ ├── System.Windows.Controls.Toolkit.Internals.dll
│ │ │ │ ├── System.Windows.Controls.Toolkit.pdb
│ │ │ │ ├── System.Windows.Controls.Toolkit.xml
│ │ │ │ ├── System.Windows.Controls.xml
│ │ │ │ ├── System.Windows.Interactivity.dll
│ │ │ │ ├── System.Windows.Interactivity.xml
│ │ │ │ ├── th
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── tr
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── uk
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── vi
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── zh-Hans
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ └── zh-Hant
│ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ └── Release
│ │ ├── ClassDiagram1.cd
│ │ ├── ClassDiagram2.cd
│ │ ├── Classes
│ │ │ ├── DelegateCommand.cs
│ │ │ └── HTMLPopupWindow.cs
│ │ ├── Controls
│ │ │ ├── RangeSlider.xaml
│ │ │ └── RangeSlider.xaml.cs
│ │ ├── Models
│ │ │ └── Model.cs
│ │ ├── Properties
│ │ │ ├── AppManifest.xml
│ │ │ └── AssemblyInfo.cs
│ │ ├── Service References
│ │ │ └── Peoplews
│ │ │ ├── configuration91.svcinfo
│ │ │ ├── configuration.svcinfo
│ │ │ ├── Reference.cs
│ │ │ ├── Reference.svcmap
│ │ │ ├── SimpleConfigurator.Peoplews.SearchPeopleResponse.datasource
│ │ │ ├── WebService.disco
│ │ │ └── WebService.wsdl
│ │ ├── ServiceReferences.ClientConfig
│ │ ├── SimpleConfigurator.csproj
│ │ ├── SimpleConfigurator.csproj.user
│ │ ├── ViewModels
│ │ │ └── MainPageModel.cs
│ │ └── Views
│ │ ├── MainPage.xaml
│ │ └── MainPage.xaml.cs
│ ├── SimpleConfigurator.sln
│ ├── SimpleConfigurator.suo
│ └── SimpleConfigurator.Web
│ ├── Classes
│ │ ├── People.cs
│ │ ├── Person.cs
│ │ └── Utility.cs
│ ├── ClientBin
│ │ └── SimpleConfigurator.xap
│ ├── Default.aspx
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Report1.rdlc
│ ├── Report.aspx
│ ├── Report.aspx.cs
│ ├── Report.aspx.designer.cs
│ ├── Silverlight.js
│ ├── SimpleConfigurator.Web.csproj
│ ├── SimpleConfigurator.Web.csproj.user
│ ├── SimpleConfigurator.Web.Publish.xml
│ ├── Web.config
│ ├── Web.Debug.config
│ ├── Web.Release.config
│ ├── WebService.asmx
│ └── WebService.asmx.cs
├── Chp4
│ ├── QXR_Binaries
│ │ ├── QuickStream.dll
│ │ ├── QxrControls.dll
│ │ ├── QXR.exe
│ │ └── WeifenLuo.WinFormsUI.Docking.dll
│ └── QXR_DemoProject
│ ├── Graphics
│ │ ├── Document.ico
│ │ ├── Find.ico
│ │ ├── Gnome-Document-Open-32.png
│ │ ├── Gnome-Document-Print-32.png
│ │ ├── Gnome-Document-Print-Preview-32.png
│ │ ├── Gnome-Document-Properties-32.png
│ │ ├── Gnome-Edit-Find-32.png
│ │ ├── Gnome-Edit-Find-Replace-32.png
│ │ ├── Gnome-Emblem-Unreadable-32.png
│ │ ├── Gnome-Folder-Saved-Search-32.png
│ │ ├── Gnome-Format-Justify-Left-32.png
│ │ ├── Gnome-Go-Jump-32.png
│ │ ├── Gnome-Go-Jump.ico
│ │ ├── Gnome-System-Shutdown-32.png
│ │ ├── Gnome-View-Refresh-32.png
│ │ ├── QXR.ico
│ │ └── Setupbanner.bmp
│ ├── Libraries
│ │ └── WeifenLuo.WinFormsUI.Docking.dll
│ ├── QuickStream
│ │ ├── ClassDiagram1.cd
│ │ ├── EventArguments
│ │ │ ├── ErrorOccuredEventArgs.cs
│ │ │ ├── FoundItemEventArgs.cs
│ │ │ ├── LineAddedEventArgs.cs
│ │ │ └── ReadyForPresentationEventArgs.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── QuickStream.csproj
│ │ ├── QuickStreamReader.cs
│ │ ├── QuickXmlReader.cs
│ │ └── QuickXmlSearch.cs
│ ├── Quick Xml Reader.sln
│ ├── Quick Xml Reader.suo
│ ├── QXR
│ │ ├── app.config
│ │ ├── ClassDiagram1.cd
│ │ ├── Forms
│ │ │ ├── About.cs
│ │ │ ├── About.Designer.cs
│ │ │ ├── About.resx
│ │ │ ├── Document.cs
│ │ │ ├── Document.Designer.cs
│ │ │ ├── Document.resx
│ │ │ ├── LineJump.cs
│ │ │ ├── LineJump.Designer.cs
│ │ │ ├── LineJump.resx
│ │ │ ├── Main.cs
│ │ │ ├── Main.Designer.cs
│ │ │ ├── Main.resx
│ │ │ ├── SearchResults.cs
│ │ │ ├── SearchResults.Designer.cs
│ │ │ └── SearchResults.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── QXR.csproj
│ │ ├── QXR.csproj.user
│ │ └── QXR.ico
│ └── QxrControls
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── QxrControls.csproj
│ ├── QxrControls.csproj.user
│ ├── RichTextBoxDocument.cs
│ └── TrezorixListview.cs
├── Chp5
│ └── MVMFileManagerDragAndDrop
│ ├── MVMFileManager
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Bin
│ │ │ ├── Debug
│ │ │ │ ├── AppManifest.xaml
│ │ │ │ ├── ar
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── bg
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── ca
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── Cokkiy.Display.WaitingIcon.dll
│ │ │ │ ├── cs
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── da
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── de
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Navigation.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.resources.dll
│ │ │ │ │ └── System.Windows.Data.resources.dll
│ │ │ │ ├── el
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── es
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Navigation.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.resources.dll
│ │ │ │ │ └── System.Windows.Data.resources.dll
│ │ │ │ ├── et
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── eu
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── fi
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── fr
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Navigation.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.resources.dll
│ │ │ │ │ └── System.Windows.Data.resources.dll
│ │ │ │ ├── he
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── hr
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── hu
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── id
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── it
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Navigation.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.resources.dll
│ │ │ │ │ └── System.Windows.Data.resources.dll
│ │ │ │ ├── ja
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Navigation.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.resources.dll
│ │ │ │ │ └── System.Windows.Data.resources.dll
│ │ │ │ ├── ko
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Navigation.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.resources.dll
│ │ │ │ │ └── System.Windows.Data.resources.dll
│ │ │ │ ├── lt
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── lv
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── ms
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── MVMFileManager.dll
│ │ │ │ ├── MVMFileManager.pdb
│ │ │ │ ├── MVMFileManager.xap
│ │ │ │ ├── nl
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── no
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── pl
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── pt
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── pt-BR
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── ro
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── ru
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Navigation.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.resources.dll
│ │ │ │ │ └── System.Windows.Data.resources.dll
│ │ │ │ ├── sk
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── sl
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── sr-Cyrl-CS
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── sr-Latn-CS
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── sv
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── System.ComponentModel.DataAnnotations.dll
│ │ │ │ ├── System.ComponentModel.DataAnnotations.xml
│ │ │ │ ├── System.Windows.Controls.Data.dll
│ │ │ │ ├── System.Windows.Controls.Data.Input.dll
│ │ │ │ ├── System.Windows.Controls.Data.Input.xml
│ │ │ │ ├── System.Windows.Controls.Data.xml
│ │ │ │ ├── System.Windows.Controls.dll
│ │ │ │ ├── System.Windows.Controls.Layout.Toolkit.dll
│ │ │ │ ├── System.Windows.Controls.Layout.Toolkit.pdb
│ │ │ │ ├── System.Windows.Controls.Layout.Toolkit.xml
│ │ │ │ ├── System.Windows.Controls.Navigation.dll
│ │ │ │ ├── System.Windows.Controls.Navigation.xml
│ │ │ │ ├── System.Windows.Controls.Toolkit.dll
│ │ │ │ ├── System.Windows.Controls.Toolkit.Internals.dll
│ │ │ │ ├── System.Windows.Controls.Toolkit.pdb
│ │ │ │ ├── System.Windows.Controls.Toolkit.xml
│ │ │ │ ├── System.Windows.Controls.xml
│ │ │ │ ├── System.Windows.Data.dll
│ │ │ │ ├── System.Windows.Data.xml
│ │ │ │ ├── System.Windows.Interactivity.dll
│ │ │ │ ├── System.Windows.Interactivity.xml
│ │ │ │ ├── TestPage.html
│ │ │ │ ├── th
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── tr
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── uk
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── vi
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── zh-Hans
│ │ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.Navigation.resources.dll
│ │ │ │ │ ├── System.Windows.Controls.resources.dll
│ │ │ │ │ └── System.Windows.Data.resources.dll
│ │ │ │ └── zh-Hant
│ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ ├── System.Windows.Controls.Data.Input.resources.dll
│ │ │ │ ├── System.Windows.Controls.Data.resources.dll
│ │ │ │ ├── System.Windows.Controls.Navigation.resources.dll
│ │ │ │ ├── System.Windows.Controls.resources.dll
│ │ │ │ └── System.Windows.Data.resources.dll
│ │ │ └── Release
│ │ ├── BusyIndicator.xaml
│ │ ├── Classes
│ │ │ ├── DelegateCommand.cs
│ │ │ ├── FileUpload.cs
│ │ │ └── UploadProgressChangedEventArgs.cs
│ │ ├── GridSplittersMVVM.xaml
│ │ ├── Images
│ │ │ ├── FamFamIconsLicense.txt
│ │ │ ├── folder.png
│ │ │ └── page_white.png
│ │ ├── MainPage.xaml
│ │ ├── MainPage.xaml.cs
│ │ ├── Models
│ │ │ └── SilverlightFolders.cs
│ │ ├── MVMFileManager.csproj
│ │ ├── MVMFileManager.csproj.user
│ │ ├── PictureFrames.xaml
│ │ ├── Properties
│ │ │ ├── AppManifest.xml
│ │ │ └── AssemblyInfo.cs
│ │ ├── SampleData
│ │ │ └── MainViewModelSampleData.xaml
│ │ ├── ScrollBarsMVVM.xaml
│ │ ├── Service References
│ │ │ └── FileManager
│ │ │ ├── configuration91.svcinfo
│ │ │ ├── configuration.svcinfo
│ │ │ ├── MVMFileManager.FileManager.GetLocalFilesResponse.datasource
│ │ │ ├── MVMFileManager.FileManager.GetLocalFoldersResponse.datasource
│ │ │ ├── Reference.cs
│ │ │ ├── Reference.svcmap
│ │ │ ├── WebService.disco
│ │ │ └── WebService.wsdl
│ │ ├── ServiceReferences.ClientConfig
│ │ └── ViewModels
│ │ └── MainViewModel.cs
│ ├── MVMFileManagerSite
│ │ ├── App_Code
│ │ │ ├── ClassDiagram.cd
│ │ │ ├── FilesAndFolders.cs
│ │ │ ├── FileUploadProcess.cs
│ │ │ └── WebService.cs
│ │ ├── ClientBin
│ │ │ └── MVMFileManager.xap
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ ├── Files
│ │ │ ├── Folder1
│ │ │ │ ├── Default.rdp
│ │ │ │ ├── Folder1-1
│ │ │ │ │ ├── Folder1-1-1
│ │ │ │ │ │ ├── Folder1-1-1-1
│ │ │ │ │ │ │ ├── TextFile1-1-1-1.txt
│ │ │ │ │ │ │ ├── TextFile1-1-1-2.txt
│ │ │ │ │ │ │ └── Thumbs.db
│ │ │ │ │ │ ├── Folder1-1-1-2
│ │ │ │ │ │ │ ├── TextFile1-1-1-1.txt
│ │ │ │ │ │ │ ├── TextFile1-1-1-2.txt
│ │ │ │ │ │ │ └── 电脑桌.jpg
│ │ │ │ │ │ ├── TextFile1-1-1.txt
│ │ │ │ │ │ ├── TextFile1-1-2.txt
│ │ │ │ │ │ └── Thumbs.db
│ │ │ │ │ ├── Folder1-1-2
│ │ │ │ │ │ ├── TextFile1-1-1.txt
│ │ │ │ │ │ └── TextFile1-1-2.txt
│ │ │ │ │ ├── TextFile1-1.txt
│ │ │ │ │ └── TextFile1-2.txt
│ │ │ │ ├── Folder1-2
│ │ │ │ │ ├── 2个案例.rar
│ │ │ │ │ ├── TextFile1-1.txt
│ │ │ │ │ └── TextFile1-2.txt
│ │ │ │ ├── Folder1-3
│ │ │ │ │ ├── TextFile1-1.txt
│ │ │ │ │ └── TextFile1-2.txt
│ │ │ │ ├── Folder1-4
│ │ │ │ │ ├── TextFile1-1.txt
│ │ │ │ │ └── TextFile1-2.txt
│ │ │ │ ├── TextFile1-1.txt
│ │ │ │ ├── TextFile1-2.txt
│ │ │ │ └── Thumbs.db
│ │ │ ├── Folder2
│ │ │ │ ├── 20100512071252.jpg
│ │ │ │ ├── TextFile1-1.txt
│ │ │ │ ├── TextFile1-2.txt
│ │ │ │ └── Thumbs.db
│ │ │ ├── Folder3
│ │ │ │ ├── TextFile1-1.txt
│ │ │ │ └── TextFile1-2.txt
│ │ │ ├── Folder4
│ │ │ │ ├── 1181519390352.jpg
│ │ │ │ ├── TextFile1-1.txt
│ │ │ │ └── TextFile1-2.txt
│ │ │ ├── Folder5
│ │ │ │ ├── TextFile1-1.txt
│ │ │ │ └── TextFile1-2.txt
│ │ │ ├── Folder6
│ │ │ │ ├── TextFile1-1.txt
│ │ │ │ └── TextFile1-2.txt
│ │ │ ├── Folder7
│ │ │ │ ├── TextFile1-1.txt
│ │ │ │ └── TextFile1-2.txt
│ │ │ ├── Folder8
│ │ │ │ ├── TextFile1-1.txt
│ │ │ │ └── TextFile1-2.txt
│ │ │ ├── Folder9
│ │ │ │ ├── TextFile1-1.txt
│ │ │ │ └── TextFile1-2.txt
│ │ │ └── Thumbs.db
│ │ ├── Silverlight.js
│ │ ├── Web.config
│ │ └── Webservice
│ │ ├── DownloadFile.aspx
│ │ ├── DownloadFile.aspx.cs
│ │ ├── FileUpload.ashx
│ │ └── WebService.asmx
│ ├── MVMFileManager.sln
│ ├── MVMFileManager.suo
│ └── PrecompiledWeb
│ └── MVMFileManagerSite
│ ├── ClientBin
│ │ └── MVMFileManager.xap
│ ├── Default.aspx
│ ├── Files
│ │ ├── Folder1
│ │ │ ├── Default.rdp
│ │ │ ├── Folder1-1
│ │ │ │ ├── Folder1-1-1
│ │ │ │ │ ├── Folder1-1-1-1
│ │ │ │ │ │ ├── TextFile1-1-1-1.txt
│ │ │ │ │ │ └── TextFile1-1-1-2.txt
│ │ │ │ │ ├── Folder1-1-1-2
│ │ │ │ │ │ ├── TextFile1-1-1-1.txt
│ │ │ │ │ │ └── TextFile1-1-1-2.txt
│ │ │ │ │ ├── TextFile1-1-1.txt
│ │ │ │ │ └── TextFile1-1-2.txt
│ │ │ │ ├── Folder1-1-2
│ │ │ │ │ ├── TextFile1-1-1.txt
│ │ │ │ │ └── TextFile1-1-2.txt
│ │ │ │ ├── TextFile1-1.txt
│ │ │ │ └── TextFile1-2.txt
│ │ │ ├── Folder1-2
│ │ │ │ ├── TextFile1-1.txt
│ │ │ │ └── TextFile1-2.txt
│ │ │ ├── Folder1-3
│ │ │ │ ├── TextFile1-1.txt
│ │ │ │ └── TextFile1-2.txt
│ │ │ ├── Folder1-4
│ │ │ │ ├── TextFile1-1.txt
│ │ │ │ └── TextFile1-2.txt
│ │ │ ├── TextFile1-1.txt
│ │ │ └── TextFile1-2.txt
│ │ ├── Folder2
│ │ │ ├── 20100512071252.jpg
│ │ │ ├── TextFile1-1.txt
│ │ │ └── TextFile1-2.txt
│ │ ├── Folder3
│ │ │ ├── TextFile1-1.txt
│ │ │ └── TextFile1-2.txt
│ │ ├── Folder4
│ │ │ ├── 1181519390352.jpg
│ │ │ ├── TextFile1-1.txt
│ │ │ └── TextFile1-2.txt
│ │ ├── Folder5
│ │ │ ├── TextFile1-1.txt
│ │ │ └── TextFile1-2.txt
│ │ ├── Folder6
│ │ │ ├── TextFile1-1.txt
│ │ │ └── TextFile1-2.txt
│ │ ├── Folder7
│ │ │ ├── TextFile1-1.txt
│ │ │ └── TextFile1-2.txt
│ │ ├── Folder8
│ │ │ ├── TextFile1-1.txt
│ │ │ └── TextFile1-2.txt
│ │ └── Folder9
│ │ ├── TextFile1-1.txt
│ │ └── TextFile1-2.txt
│ ├── PrecompiledApp.config
│ ├── Silverlight.js
│ ├── Web.config
│ └── Webservice
│ ├── DownloadFile.aspx
│ ├── FileUpload.ashx
│ └── WebService.asmx
├── Chp6
│ ├── MVVMVideoPlayer
│ │ ├── MVVMVideoPlayer_Test
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── Bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── AppManifest.xaml
│ │ │ │ │ ├── ar
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ ├── bg
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ ├── ca
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ ├── cs
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ ├── da
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ ├── de
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ ├── el
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ ├── es
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ ├── et
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ ├── eu
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ ├── fi
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ ├── fr
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ ├── he
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ ├── hr
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ ├── hu
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ ├── id
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ ├── it
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ ├── ja
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ ├── ko
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ ├── lt
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ ├── lv
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ ├── Microsoft.Expression.Interactions.dll
│ │ │ │ │ ├── Microsoft.Expression.Interactions.xml
│ │ │ │ │ ├── ms
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ ├── MVVMVideoPlayer_Test.dll
│ │ │ │ │ ├── MVVMVideoPlayer_Test.pdb
│ │ │ │ │ ├── MVVMVideoPlayer_Test.xap
│ │ │ │ │ ├── nl
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ ├── no
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ ├── pl
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ ├── pt
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ ├── pt-BR
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ ├── ro
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ ├── ru
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ ├── sk
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ ├── sl
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ ├── sr-Cyrl-CS
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ ├── sr-Latn-CS
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ ├── sv
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ ├── System.CoreEx.dll
│ │ │ │ │ ├── System.Observable.dll
│ │ │ │ │ ├── System.Reactive.dll
│ │ │ │ │ ├── System.Windows.Controls.dll
│ │ │ │ │ ├── System.Windows.Controls.Toolkit.dll
│ │ │ │ │ ├── System.Windows.Controls.Toolkit.Internals.dll
│ │ │ │ │ ├── System.Windows.Controls.Toolkit.pdb
│ │ │ │ │ ├── System.Windows.Controls.Toolkit.xml
│ │ │ │ │ ├── System.Windows.Controls.xml
│ │ │ │ │ ├── System.Windows.Interactivity.dll
│ │ │ │ │ ├── System.Windows.Interactivity.xml
│ │ │ │ │ ├── TestPage.html
│ │ │ │ │ ├── th
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ ├── tr
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ ├── uk
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ ├── vi
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ ├── zh-Hans
│ │ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ │ └── zh-Hant
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ └── Release
│ │ │ ├── classes
│ │ │ │ └── DelegateCommand.cs
│ │ │ ├── MainPage1.xaml
│ │ │ ├── MainPage1.xaml.cs
│ │ │ ├── MainPage.xaml
│ │ │ ├── MainPage.xaml.cs
│ │ │ ├── Model
│ │ │ │ └── SilverlightVideos.cs
│ │ │ ├── MVVMVideoPlayer_Test.csproj
│ │ │ ├── MVVMVideoPlayer_Test.csproj.user
│ │ │ ├── Properties
│ │ │ │ ├── AppManifest.xml
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── rxSampleCode.cs
│ │ │ ├── Service References
│ │ │ │ └── wsVideos
│ │ │ │ ├── configuration91.svcinfo
│ │ │ │ ├── configuration.svcinfo
│ │ │ │ ├── MVVMVideoPlayer_Test.wsVideos.GetVideosResponse.datasource
│ │ │ │ ├── Reference.cs
│ │ │ │ ├── Reference.svcmap
│ │ │ │ ├── WebService.disco
│ │ │ │ └── WebService.wsdl
│ │ │ ├── ServiceReferences.ClientConfig
│ │ │ └── ViewModel
│ │ │ └── MainViewModel.cs
│ │ ├── MVVMVideoPlayer_TestSite
│ │ │ ├── App_Code
│ │ │ │ └── WebService.cs
│ │ │ ├── ClientBin
│ │ │ │ └── MVVMVideoPlayer_Test.xap
│ │ │ ├── Default.html
│ │ │ ├── favicon.ico
│ │ │ ├── Silverlight.js
│ │ │ ├── Video
│ │ │ │ ├── desktop.ini
│ │ │ │ ├── DING 2011-1-11 18.45.48
│ │ │ │ │ └── _vti_pvt
│ │ │ │ │ └── services.cnf
│ │ │ │ ├── intro.wmv
│ │ │ │ ├── niceday.wmv
│ │ │ │ ├── sl.wmv
│ │ │ │ └── Thumbs.db
│ │ │ ├── Web.config
│ │ │ └── Webservice
│ │ │ └── WebService.asmx
│ │ ├── MVVMVideoPlayer_Test.sln
│ │ ├── MVVMVideoPlayer_Test.suo
│ │ └── PrecompiledWeb
│ │ └── MVVMVideoPlayer_TestSite
│ │ ├── ClientBin
│ │ │ └── MVVMVideoPlayer_Test.xap
│ │ ├── Default.html
│ │ ├── favicon.ico
│ │ ├── PrecompiledApp.config
│ │ ├── Silverlight.js
│ │ ├── Video
│ │ │ ├── niceday.wmv
│ │ │ └── sl.wmv
│ │ ├── Web.config
│ │ └── Webservice
│ │ └── WebService.asmx
│ └── RXDemos
│ ├── ExternalDlls
│ │ ├── System.ComponentModel.Composition.dll
│ │ ├── System.ComponentModel.Composition.Initialization.dll
│ │ ├── System.CoreEx.dll
│ │ ├── System.Interactive.dll
│ │ ├── System.Reactive.dll
│ │ ├── System.Windows.Controls.Input.Toolkit.dll
│ │ └── System.Windows.Controls.Toolkit.dll
│ ├── RXDemos
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Bin
│ │ │ ├── Debug
│ │ │ │ ├── AppManifest.xaml
│ │ │ │ ├── ar
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── bg
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── ca
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── cs
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── da
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── de
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── el
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── es
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── et
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── eu
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── fi
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── fr
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── he
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── hr
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── hu
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── id
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── it
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── ja
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── ko
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── lt
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── lv
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── ms
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── nl
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── no
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── pl
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── pt
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── pt-BR
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── ro
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── ru
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── RXDemos.dll
│ │ │ │ ├── RXDemos.pdb
│ │ │ │ ├── RXDemos.xap
│ │ │ │ ├── sk
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── sl
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── sr-Cyrl-CS
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── sr-Latn-CS
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── sv
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── System.ComponentModel.Composition.dll
│ │ │ │ ├── System.ComponentModel.Composition.Initialization.dll
│ │ │ │ ├── System.CoreEx.dll
│ │ │ │ ├── System.Interactive.dll
│ │ │ │ ├── System.Reactive.dll
│ │ │ │ ├── System.Windows.Controls.dll
│ │ │ │ ├── System.Windows.Controls.xml
│ │ │ │ ├── TestPage.html
│ │ │ │ ├── th
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── tr
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── uk
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── vi
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ ├── zh-Hans
│ │ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ │ └── zh-Hant
│ │ │ │ └── System.Windows.Controls.resources.dll
│ │ │ └── Release
│ │ ├── BusinessObjectBase.cs
│ │ ├── DelegateCommand.cs
│ │ ├── Demo1
│ │ │ ├── Demo1.xaml
│ │ │ └── Demo1.xaml.cs
│ │ ├── Demo2
│ │ │ ├── Demo2.xaml
│ │ │ └── Demo2.xaml.cs
│ │ ├── Demo3
│ │ │ ├── Demo3.xaml
│ │ │ └── Demo3.xaml.cs
│ │ ├── Demo4
│ │ │ ├── Demo4.xaml
│ │ │ └── Demo4.xaml.cs
│ │ ├── Demo5
│ │ │ ├── CalculationData.cs
│ │ │ ├── Demo5ViewModel.cs
│ │ │ ├── Demo5.xaml
│ │ │ ├── Demo5.xaml.cs
│ │ │ ├── NineDigitsOfPiAt.cs
│ │ │ └── StringToIntConverter.cs
│ │ ├── Interfaces
│ │ │ └── IView.cs
│ │ ├── MainPage.xaml
│ │ ├── MainPage.xaml.cs
│ │ ├── Properties
│ │ │ ├── AppManifest.xml
│ │ │ └── AssemblyInfo.cs
│ │ ├── RXDemos.csproj
│ │ ├── RXDemos.csproj.user
│ │ └── SilverlightShow.png
│ ├── RXDemos.sln
│ ├── RXDemos.suo
│ └── RXDemos.Web
│ ├── ClientBin
│ │ └── RXDemos.xap
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── RXDemosTestPage.aspx
│ ├── RXDemosTestPage.html
│ ├── RXDemos.Web.csproj
│ ├── RXDemos.Web.csproj.user
│ ├── Silverlight.js
│ ├── Web.config
│ ├── Web.Debug.config
│ └── Web.Release.config
├── Chp7
│ ├── Bricks.Silverlight
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Assemblies
│ │ ├── Bin
│ │ │ └── Debug
│ │ │ ├── AppManifest.xaml
│ │ │ ├── ar
│ │ │ │ └── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ ├── bg
│ │ │ │ └── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ ├── Bricks.Silverlight.Core.dll
│ │ │ ├── Bricks.Silverlight.Core.pdb
│ │ │ ├── Bricks.Silverlight.dll
│ │ │ ├── Bricks.Silverlight.pdb
│ │ │ ├── Bricks.SilverlightTestPage.html
│ │ │ ├── Bricks.Silverlight.xap
│ │ │ ├── ca
│ │ │ │ └── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ ├── cp.png
│ │ │ ├── cs
│ │ │ │ └── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ ├── da
│ │ │ │ └── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ ├── de
│ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ ├── System.ServiceModel.DomainServices.Client.resources.dll
│ │ │ │ ├── System.ServiceModel.DomainServices.Client.Web.resources.dll
│ │ │ │ └── System.ServiceModel.Web.Extensions.resources.dll
│ │ │ ├── el
│ │ │ │ └── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ ├── es
│ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ ├── System.ServiceModel.DomainServices.Client.resources.dll
│ │ │ │ ├── System.ServiceModel.DomainServices.Client.Web.resources.dll
│ │ │ │ └── System.ServiceModel.Web.Extensions.resources.dll
│ │ │ ├── et
│ │ │ │ └── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ ├── eu
│ │ │ │ └── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ ├── fi
│ │ │ │ └── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ ├── fr
│ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ ├── System.ServiceModel.DomainServices.Client.resources.dll
│ │ │ │ ├── System.ServiceModel.DomainServices.Client.Web.resources.dll
│ │ │ │ └── System.ServiceModel.Web.Extensions.resources.dll
│ │ │ ├── GalaSoft.MvvmLight.dll
│ │ │ ├── he
│ │ │ │ └── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ ├── hr
│ │ │ │ └── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ ├── hu
│ │ │ │ └── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ ├── id
│ │ │ │ └── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ ├── Images
│ │ │ │ └── cp.png
│ │ │ ├── it
│ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ ├── System.ServiceModel.DomainServices.Client.resources.dll
│ │ │ │ ├── System.ServiceModel.DomainServices.Client.Web.resources.dll
│ │ │ │ └── System.ServiceModel.Web.Extensions.resources.dll
│ │ │ ├── ja
│ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ ├── System.ServiceModel.DomainServices.Client.resources.dll
│ │ │ │ ├── System.ServiceModel.DomainServices.Client.Web.resources.dll
│ │ │ │ └── System.ServiceModel.Web.Extensions.resources.dll
│ │ │ ├── ko
│ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ ├── System.ServiceModel.DomainServices.Client.resources.dll
│ │ │ │ ├── System.ServiceModel.DomainServices.Client.Web.resources.dll
│ │ │ │ └── System.ServiceModel.Web.Extensions.resources.dll
│ │ │ ├── lt
│ │ │ │ └── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ ├── lv
│ │ │ │ └── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ ├── ms
│ │ │ │ └── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ ├── nl
│ │ │ │ └── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ ├── no
│ │ │ │ └── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ ├── pl
│ │ │ │ └── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ ├── pt
│ │ │ │ └── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ ├── pt-BR
│ │ │ │ └── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ ├── ro
│ │ │ │ └── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ ├── ru
│ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ ├── System.ServiceModel.DomainServices.Client.resources.dll
│ │ │ │ ├── System.ServiceModel.DomainServices.Client.Web.resources.dll
│ │ │ │ └── System.ServiceModel.Web.Extensions.resources.dll
│ │ │ ├── sk
│ │ │ │ └── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ ├── sl
│ │ │ │ └── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ ├── sr-Cyrl-CS
│ │ │ │ └── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ ├── sr-Latn-CS
│ │ │ │ └── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ ├── sv
│ │ │ │ └── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ ├── System.ComponentModel.DataAnnotations.dll
│ │ │ ├── System.ComponentModel.DataAnnotations.xml
│ │ │ ├── System.ComponentModel.DataAnnotations.zip
│ │ │ ├── System.ServiceModel.DomainServices.Client.dll
│ │ │ ├── System.ServiceModel.DomainServices.Client.Web.dll
│ │ │ ├── System.ServiceModel.DomainServices.Client.Web.xml
│ │ │ ├── System.ServiceModel.DomainServices.Client.Web.zip
│ │ │ ├── System.ServiceModel.DomainServices.Client.xml
│ │ │ ├── System.ServiceModel.DomainServices.Client.zip
│ │ │ ├── System.ServiceModel.Web.Extensions.dll
│ │ │ ├── System.ServiceModel.Web.Extensions.xml
│ │ │ ├── System.ServiceModel.Web.Extensions.zip
│ │ │ ├── th
│ │ │ │ └── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ ├── tr
│ │ │ │ └── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ ├── uk
│ │ │ │ └── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ ├── vi
│ │ │ │ └── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ ├── zh-Hans
│ │ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ │ ├── System.ServiceModel.DomainServices.Client.resources.dll
│ │ │ │ ├── System.ServiceModel.DomainServices.Client.Web.resources.dll
│ │ │ │ └── System.ServiceModel.Web.Extensions.resources.dll
│ │ │ └── zh-Hant
│ │ │ ├── System.ComponentModel.DataAnnotations.resources.dll
│ │ │ ├── System.ServiceModel.DomainServices.Client.resources.dll
│ │ │ ├── System.ServiceModel.DomainServices.Client.Web.resources.dll
│ │ │ └── System.ServiceModel.Web.Extensions.resources.dll
│ │ ├── BooleanToVisibilityConverter.cs
│ │ ├── Bricks.Silverlight.csproj
│ │ ├── Bricks.Silverlight.csproj.user
│ │ ├── Bricks.Silverlight.suo
│ │ ├── ButtonService.cs
│ │ ├── ClassDiagram1.cd
│ │ ├── Commands
│ │ │ ├── PauseCommand.cs
│ │ │ ├── StartCommand.cs
│ │ │ └── StopCommand.cs
│ │ ├── Controls
│ │ │ ├── ctlBrick.cs
│ │ │ ├── ctlTremblingCanvas.cs
│ │ │ ├── ctlTremblingGrid.cs
│ │ │ └── ctlTremblingRectangle.cs
│ │ ├── cp.png
│ │ ├── DelegateCommand.cs
│ │ ├── Generated_Code
│ │ │ └── Bricks.Silverlight.Web.g.cs
│ │ ├── Images
│ │ │ └── cp.png
│ │ ├── ObservableNotifiableCollection.cs
│ │ ├── Properties
│ │ │ ├── AppManifest.xml
│ │ │ └── AssemblyInfo.cs
│ │ ├── RelayCommand.cs
│ │ ├── SetterValueBindingHelper.cs
│ │ ├── ViewModels
│ │ │ └── BricksViewModel.cs
│ │ └── Views
│ │ ├── BricksView.xaml
│ │ └── BricksView.xaml.cs
│ ├── Bricks.Silverlight.Core
│ │ ├── BaseBricksArray.cs
│ │ ├── Bin
│ │ │ └── Debug
│ │ │ ├── Bricks.Silverlight.Core.dll
│ │ │ └── Bricks.Silverlight.Core.pdb
│ │ ├── Brick.cs
│ │ ├── BricksBoard.cs
│ │ ├── BricksPresenter.cs
│ │ ├── Bricks.Silverlight.Core.csproj
│ │ ├── Bricks.Silverlight.Core.csproj.user
│ │ ├── ClassDiagram1.cd
│ │ ├── ClassDiagram2.cd
│ │ ├── Exceptions
│ │ │ └── BricksExceptions.cs
│ │ ├── IBoard.cs
│ │ ├── IBrick.cs
│ │ ├── IBricksArray.cs
│ │ ├── IPresenter.cs
│ │ ├── IView.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Shapes
│ │ │ ├── BaseShape.cs
│ │ │ ├── IShape.cs
│ │ │ ├── JShape.cs
│ │ │ ├── LShape.cs
│ │ │ ├── OShape.cs
│ │ │ ├── SShape.cs
│ │ │ ├── StickShape.cs
│ │ │ ├── TShape.cs
│ │ │ └── ZShape.cs
│ │ └── StopWatch.cs
│ ├── Bricks.Silverlight.sln
│ ├── Bricks.Silverlight.suo
│ └── Bricks.Silverlight.Web
│ ├── Brick.aspx
│ ├── Bricks.SilverlightTestPage.aspx
│ ├── Bricks.SilverlightTestPage.html
│ ├── Bricks.Silverlight.Web.csproj
│ ├── Bricks.Silverlight.Web.csproj.user
│ ├── Bricks.Silverlight.Web.Publish.xml
│ ├── ClientBin
│ │ ├── Bricks.Silverlight.xap
│ │ ├── Debug
│ │ │ └── Bricks.Silverlight.xap
│ │ ├── System.ComponentModel.DataAnnotations.zip
│ │ ├── System.ServiceModel.DomainServices.Client.Web.zip
│ │ ├── System.ServiceModel.DomainServices.Client.zip
│ │ ├── System.ServiceModel.Web.Extensions.zip
│ │ └── Views
│ │ ├── Click01.mp3
│ │ ├── cp.png
│ │ └── Drums.mp3
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Service References
│ ├── Silverlight.js
│ ├── Web.config
│ ├── Web.Debug.config
│ └── Web.Release.config
├── Chp8
│ ├── AboutWindow.xaml
│ ├── AboutWindow.xaml.cs
│ ├── app.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── BookReader.csproj
│ ├── BookReader.csproj.user
│ ├── BookReader.sln
│ ├── BookReader.suo
│ ├── ClassDiagram1.cd
│ ├── Dependencies
│ │ ├── 7z.dll
│ │ ├── pdftohtml.exe
│ │ ├── SevenZipSharp.dll
│ │ └── WPFToolkit.dll
│ ├── MagnifyGlass.xaml
│ ├── MagnifyGlass.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── OptionWindow.xaml
│ ├── OptionWindow.xaml.cs
│ ├── PageViewer.xaml
│ ├── PageViewer.xaml.cs
│ ├── Properties
│ │ ├── app.manifest
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Reader
│ │ ├── Catalog
│ │ │ ├── Catalog.cs
│ │ │ ├── IBook.cs
│ │ │ └── IBookItem.cs
│ │ ├── Common
│ │ │ ├── BaseBook.cs
│ │ │ ├── Converters.cs
│ │ │ └── SearchFilter.cs
│ │ ├── DebugWindow.xaml
│ │ ├── DebugWindow.xaml.cs
│ │ ├── ExceptionManagement.cs
│ │ ├── GridSplitterExpander.cs
│ │ ├── Images
│ │ │ ├── ImageCache.cs
│ │ │ └── StreamToImage.cs
│ │ └── RAR
│ │ ├── RarBook.cs
│ │ └── RarPage.cs
│ └── Resources
│ ├── acroread.png
│ ├── book.ico
│ ├── document.png
│ ├── ecran.png
│ ├── exit.png
│ ├── FitHeight.png
│ ├── FitWidth.png
│ ├── GridSplitterExpander.xaml
│ ├── info.png
│ ├── open_folder.png
│ ├── refresh.png
│ ├── Search.png
│ ├── Shared.xaml
│ ├── Theme
│ │ └── ExpressionDark.xaml
│ ├── TheRedPushPin.png
│ ├── tools.png
│ └── Windows.xaml
└── Chp9
└── WPFBreadCrumbSystem
├── BreadCrumbControl
│ ├── BreadCrumb
│ │ ├── BreadCrumbViewManager.xaml
│ │ ├── BreadCrumbViewManager.xaml.cs
│ │ ├── CrumbToImageSourceConverter.cs
│ │ ├── FrictionScrollViewer.cs
│ │ ├── IBreadCrumbView.cs
│ │ ├── ObservableDictionary.cs
│ │ ├── PopupBehaviours.cs
│ │ └── WrappedIBreadCrumbView.cs
│ ├── BreadCrumbControl.csproj
│ ├── BreadCrumbControl.csproj.user
│ ├── Images
│ │ ├── close.png
│ │ ├── grow.png
│ │ ├── move.png
│ │ ├── rotate.png
│ │ ├── trash.png
│ │ └── view.png
│ ├── Lib
│ │ └── Transitionals.dll
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ └── AppStyles.xaml
│ └── TODO.txt
├── WPFBreadCrumbSystem
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── DummyViews
│ │ ├── ImageControlDataHolder.cs
│ │ ├── ImageControl.xaml
│ │ ├── ImageControl.xaml.cs
│ │ ├── MusicControlDataHolder.cs
│ │ ├── MusicControl.xaml
│ │ └── MusicControl.xaml.cs
│ ├── Images
│ │ ├── DummyMusicAlbums
│ │ │ ├── HoorayForBoobies.JPG
│ │ │ ├── mutter.JPG
│ │ │ ├── SmellsLikeSmallChildren.JPG
│ │ │ └── UseYourFingers.JPG
│ │ ├── music.png
│ │ ├── pictures.png
│ │ ├── plus.png
│ │ └── TEMP_Music.png
│ ├── Lib
│ │ └── Thriple.dll
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ └── DemoWindowStyles.xaml
│ ├── ValueConverters
│ │ └── IndexToVisibilityConverter.cs
│ ├── Window1.xaml
│ ├── Window1.xaml.cs
│ ├── WPFBreadCrumbSystem.csproj
│ └── WPFBreadCrumbSystem.csproj.user
├── WPFBreadCrumbSystemMVVM
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── ClassDiagram1.cd
│ ├── DummyViews
│ │ ├── ImageControlDataHolder.cs
│ │ ├── ImageControl.xaml
│ │ ├── ImageControl.xaml.cs
│ │ ├── MusicControlDataHolder.cs
│ │ ├── MusicControl.xaml
│ │ └── MusicControl.xaml.cs
│ ├── Images
│ │ ├── DummyMusicAlbums
│ │ │ ├── HoorayForBoobies.JPG
│ │ │ ├── mutter.JPG
│ │ │ ├── SmellsLikeSmallChildren.JPG
│ │ │ └── UseYourFingers.JPG
│ │ ├── music.png
│ │ ├── pictures.png
│ │ ├── plus.png
│ │ └── TEMP_Music.png
│ ├── Lib
│ │ ├── Cinch.dll
│ │ ├── log4net.dll
│ │ ├── Microsoft.Practices.ObjectBuilder2.dll
│ │ ├── Microsoft.Practices.Unity.Configuration.dll
│ │ ├── Microsoft.Practices.Unity.dll
│ │ ├── SLF.dll
│ │ ├── SLF.Log4netFacade.dll
│ │ └── Thriple.dll
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ └── DemoWindowStyles.xaml
│ ├── ValueConverters
│ │ └── IndexToVisibilityConverter.cs
│ ├── ViewModels
│ │ ├── Services
│ │ │ ├── Implementation
│ │ │ │ └── BreadCrumbManagerService.cs
│ │ │ └── Interfaces
│ │ │ └── IBreadCrumbManagerService.cs
│ │ └── Window1ViewModel.cs
│ ├── Window1.xaml
│ ├── Window1.xaml.cs
│ ├── WPFBreadCrumbSystemMVVM.csproj
│ └── WPFBreadCrumbSystemMVVM.csproj.user
├── WPFBreadCrumbSystem.sln
└── WPFBreadCrumbSystem.suo
639 directories, 2019 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论