在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 一个基于WPF的半成品餐饮管理系统(含数据库脚本)

一个基于WPF的半成品餐饮管理系统(含数据库脚本)

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:185.63M
  • 下载次数:24
  • 浏览次数:189
  • 发布时间:2021-11-13
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
稍微详细点的说明请参见: 一个基于WPF的半成品餐饮管理系统(支持多食法,触屏手写)之一:概览 - Sunny Wang的网络日志 - CSDN博客 https://blog.csdn.net/Sunny_Clickman/article/details/96775003
【实例截图】
【核心代码】
4744300845206776984.rar
└── Catersys
├── ~$Data Exchange Protocol.xlsx
├── 3rdPartyCtrls
│   ├── BouncyCastle.Crypto.dll
│   ├── Dapper.dll
│   ├── Dapper.xml
│   ├── IACore.dll
│   ├── IALoader.dll
│   ├── IAWinFX.dll
│   ├── Microsoft.Ink.Analysis.dll
│   ├── Microsoft.Ink.dll
│   ├── Newtonsoft.Json.dll
│   ├── Slapper.dll
│   └── WpfSendKeys.dll
├── AcceptClientConnectionRequest.vsd
├── App.config.txt
├── AutoUpdate.txt
├── BAM-WinForm
│   ├── 3rdPartyCtrls
│   │   ├── Guifreaks.Common.dll
│   │   ├── Guifreaks.NavigationBar.dll
│   │   └── Guifreaks.NavigationBar.XmlSerializers.dll
│   ├── CatersysBAM
│   │   ├── app.config
│   │   ├── bin
│   │   ├── CatersysBAM.csproj
│   │   ├── CatersysBAM.sln
│   │   ├── CatersysBAM.suo
│   │   ├── FrmMain.cs
│   │   ├── FrmMain.Designer.cs
│   │   ├── FrmMain.resx
│   │   ├── FrmNavigateBar.cs
│   │   ├── FrmNavigateBar.Designer.cs
│   │   ├── FrmNavigateBar.resx
│   │   ├── img
│   │   │   ├── bookmark.png
│   │   │   ├── colorize.png
│   │   │   ├── contents.png
│   │   │   ├── history.png
│   │   │   ├── klipper.png
│   │   │   ├── Thumbs.db
│   │   │   └── wizard.png
│   │   ├── imgSmall
│   │   │   ├── bookmark.png
│   │   │   ├── colorize.png
│   │   │   ├── history.png
│   │   │   ├── klipper_dock.png
│   │   │   └── wizard.png
│   │   ├── obj
│   │   │   └── x86
│   │   │   ├── Debug
│   │   │   │   ├── CatersysBAM.csproj.FileListAbsolute.txt
│   │   │   │   ├── CatersysBAM.csproj.GenerateResource.Cache
│   │   │   │   ├── CatersysBAM.csprojResolveAssemblyReference.cache
│   │   │   │   ├── CatersysBAM.exe
│   │   │   │   ├── CatersysBAM.FrmMain.resources
│   │   │   │   ├── CatersysBAM.FrmNavigateBar.resources
│   │   │   │   ├── CatersysBAM.pdb
│   │   │   │   ├── CatersysBAM.Properties.Resources.resources
│   │   │   │   ├── CatersysBAM.WorkForms.FrmSystemSettings.resources
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   └── Release
│   │   │   ├── CatersysBAM.csproj.FileListAbsolute.txt
│   │   │   ├── CatersysBAM.csproj.GenerateResource.Cache
│   │   │   ├── CatersysBAM.csprojResolveAssemblyReference.cache
│   │   │   ├── CatersysBAM.exe
│   │   │   ├── CatersysBAM.Form1.resources
│   │   │   ├── CatersysBAM.pdb
│   │   │   ├── CatersysBAM.Properties.Resources.resources
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   └── TempPE
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Resources.resx.save
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Resources
│   │   │   ├── Down.png
│   │   │   ├── Image1.bmp
│   │   │   └── Up.png
│   │   └── WorkForms
│   │   ├── FrmSystemSettings.cs
│   │   ├── FrmSystemSettings.Designer.cs
│   │   └── FrmSystemSettings.resx
│   ├── dockpanelsuite-Release_2.9
│   │   ├── all.bat
│   │   ├── clean.bat
│   │   ├── debug.bat
│   │   ├── DockSample
│   │   │   ├── AboutDialog.cs
│   │   │   ├── AboutDialog.Designer.cs
│   │   │   ├── AboutDialog.resx
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── DockPanel.config
│   │   │   │   ├── DockSample.exe
│   │   │   │   ├── DockSample.pdb
│   │   │   │   ├── DockSample.vshost.exe
│   │   │   │   ├── DockSample.vshost.exe.manifest
│   │   │   │   ├── license.txt
│   │   │   │   ├── WeifenLuo.WinFormsUI.Docking.dll
│   │   │   │   └── WeifenLuo.WinFormsUI.Docking.pdb
│   │   │   ├── Customization
│   │   │   │   ├── DockHelper.cs
│   │   │   │   ├── Extender.cs
│   │   │   │   ├── InertButton.cs
│   │   │   │   ├── Resources
│   │   │   │   │   ├── DockIndicator_PaneDiamond.bmp
│   │   │   │   │   ├── DockIndicator_PaneDiamond_Bottom.bmp
│   │   │   │   │   ├── Dockindicator_PaneDiamond_Fill.bmp
│   │   │   │   │   ├── DockIndicator_PaneDiamond_Hotspot.bmp
│   │   │   │   │   ├── DockIndicator_PaneDiamond_HotspotIndex.bmp
│   │   │   │   │   ├── DockIndicator_PaneDiamond_Left.bmp
│   │   │   │   │   ├── DockIndicator_PaneDiamond_Right.bmp
│   │   │   │   │   ├── DockIndicator_PaneDiamond_Top.bmp
│   │   │   │   │   ├── DockIndicator_PanelBottom_Active.bmp
│   │   │   │   │   ├── DockIndicator_PanelBottom.bmp
│   │   │   │   │   ├── DockIndicator_PanelFill_Active.bmp
│   │   │   │   │   ├── DockIndicator_PanelFill.bmp
│   │   │   │   │   ├── DockIndicator_PanelLeft_Active.bmp
│   │   │   │   │   ├── DockIndicator_PanelLeft.bmp
│   │   │   │   │   ├── DockIndicator_PanelRight_Active.bmp
│   │   │   │   │   ├── DockIndicator_PanelRight.bmp
│   │   │   │   │   ├── DockIndicator_PanelTop_Active.bmp
│   │   │   │   │   ├── DockIndicator_PanelTop.bmp
│   │   │   │   │   ├── DockPaneCaption_AutoHideNo.bmp
│   │   │   │   │   ├── DockPaneCaption_AutoHideYes.bmp
│   │   │   │   │   ├── DockPaneCaption_CloseDisabled.bmp
│   │   │   │   │   ├── DockPaneCaption_CloseEnabled.bmp
│   │   │   │   │   ├── DockPaneStrip_CloseDisabled.bmp
│   │   │   │   │   ├── DockPaneStrip_CloseEnabled.bmp
│   │   │   │   │   ├── DockPaneStrip_ScrollLeftDisabled.bmp
│   │   │   │   │   ├── DockPaneStrip_ScrollLeftEnabled.bmp
│   │   │   │   │   ├── DockPaneStrip_ScrollRightDisabled.bmp
│   │   │   │   │   └── DockPaneStrip_ScrollRightEnabled.bmp
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Strings.Designer.cs
│   │   │   │   ├── Strings.resx
│   │   │   │   ├── VS2003AutoHideStrip.cs
│   │   │   │   ├── VS2003DockPaneCaption.cs
│   │   │   │   └── VS2003DockPaneStrip.cs
│   │   │   ├── DockSample.csproj
│   │   │   ├── DummyDoc.cs
│   │   │   ├── DummyDoc.Designer.cs
│   │   │   ├── DummyDoc.resx
│   │   │   ├── DummyOutputWindow.cs
│   │   │   ├── DummyOutputWindow.Designer.cs
│   │   │   ├── DummyOutputWindow.resx
│   │   │   ├── DummyPropertyWindow.cs
│   │   │   ├── DummyPropertyWindow.Designer.cs
│   │   │   ├── DummyPropertyWindow.resx
│   │   │   ├── DummySolutionExplorer.cs
│   │   │   ├── DummySolutionExplorer.Designer.cs
│   │   │   ├── DummySolutionExplorer.resx
│   │   │   ├── DummyTaskList.cs
│   │   │   ├── DummyTaskList.Designer.cs
│   │   │   ├── DummyTaskList.resx
│   │   │   ├── DummyToolbox.cs
│   │   │   ├── DummyToolbox.Designer.cs
│   │   │   ├── DummyToolbox.resx
│   │   │   ├── Images
│   │   │   │   ├── ArrowDown.bmp
│   │   │   │   ├── ArrowUp.bmp
│   │   │   │   ├── Bitmap.ico
│   │   │   │   ├── BlankIcon.ico
│   │   │   │   ├── ClosedFolder.ICO
│   │   │   │   ├── CSFile.ico
│   │   │   │   ├── CSProject.ico
│   │   │   │   ├── File.ico
│   │   │   │   ├── Form.ico
│   │   │   │   ├── Mouse.bmp
│   │   │   │   ├── msenv22.ico
│   │   │   │   ├── New.ico
│   │   │   │   ├── OpenFolder.ICO
│   │   │   │   ├── Open.ico
│   │   │   │   ├── OutputWindow.ico
│   │   │   │   ├── PropertyWindow.ico
│   │   │   │   ├── Reference.ico
│   │   │   │   ├── References.ico
│   │   │   │   ├── SolutionExplorer.ico
│   │   │   │   ├── TaskListWindow.ico
│   │   │   │   ├── ToolboxWindow.ico
│   │   │   │   └── XmlFile.ico
│   │   │   ├── license.txt
│   │   │   ├── MainForm2.cs
│   │   │   ├── MainForm2.Designer.cs
│   │   │   ├── MainForm2.resx
│   │   │   ├── MainForm.cs
│   │   │   ├── MainForm.Designer.cs
│   │   │   ├── MainForm.resx
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── DockSample.AboutDialog.resources
│   │   │   │   ├── DockSample.csproj.FileListAbsolute.txt
│   │   │   │   ├── DockSample.csproj.GenerateResource.Cache
│   │   │   │   ├── DockSample.csprojResolveAssemblyReference.cache
│   │   │   │   ├── DockSample.Customization.Resources.resources
│   │   │   │   ├── DockSample.Customization.Strings.resources
│   │   │   │   ├── DockSample.DummyDoc.resources
│   │   │   │   ├── DockSample.DummyOutputWindow.resources
│   │   │   │   ├── DockSample.DummyPropertyWindow.resources
│   │   │   │   ├── DockSample.DummySolutionExplorer.resources
│   │   │   │   ├── DockSample.DummyTaskList.resources
│   │   │   │   ├── DockSample.DummyToolbox.resources
│   │   │   │   ├── DockSample.exe
│   │   │   │   ├── DockSample.MainForm2.resources
│   │   │   │   ├── DockSample.MainForm.resources
│   │   │   │   ├── DockSample.pdb
│   │   │   │   ├── DockSample.Properties.Resources.resources
│   │   │   │   ├── DockSample.ToolWindow.resources
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Resources
│   │   │   │   └── DockPanel.xml
│   │   │   ├── ToolWindow.cs
│   │   │   ├── ToolWindow.Designer.cs
│   │   │   └── ToolWindow.resx
│   │   ├── license.txt
│   │   ├── release.bat
│   │   ├── release.net40.bat
│   │   ├── WinFormsUI
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── license.txt
│   │   │   │   │   ├── WeifenLuo.WinFormsUI.Docking.dll
│   │   │   │   │   └── WeifenLuo.WinFormsUI.Docking.pdb
│   │   │   │   └── Release
│   │   │   │   ├── license.txt
│   │   │   │   ├── WeifenLuo.WinFormsUI.Docking.dll
│   │   │   │   └── WeifenLuo.WinFormsUI.Docking.pdb
│   │   │   ├── Docking
│   │   │   │   ├── AutoHideStripBase.cs
│   │   │   │   ├── DockAreasEditor.cs
│   │   │   │   ├── DockContentCollection.cs
│   │   │   │   ├── DockContent.cs
│   │   │   │   ├── DockContentEventArgs.cs
│   │   │   │   ├── DockContentHandler.cs
│   │   │   │   ├── DockOutlineBase.cs
│   │   │   │   ├── DockPaneCaptionBase.cs
│   │   │   │   ├── DockPaneCollection.cs
│   │   │   │   ├── DockPane.cs
│   │   │   │   ├── DockPanel.Appearance.cs
│   │   │   │   ├── DockPanel.AutoHideWindow.cs
│   │   │   │   ├── DockPanel.bmp
│   │   │   │   ├── DockPanel.cs
│   │   │   │   ├── DockPanel.DockDragHandler.cs
│   │   │   │   ├── DockPanel.DragHandler.cs
│   │   │   │   ├── DockPanelExtender.cs
│   │   │   │   ├── DockPanel.FocusManager.cs
│   │   │   │   ├── DockPanel.MdiClientController.cs
│   │   │   │   ├── DockPanel.Persistor.cs
│   │   │   │   ├── DockPanelSkin.cs
│   │   │   │   ├── DockPanel.SplitterDragHandler.cs
│   │   │   │   ├── DockPane.SplitterControl.cs
│   │   │   │   ├── DockPaneStripBase.cs
│   │   │   │   ├── DockWindowCollection.cs
│   │   │   │   ├── DockWindow.cs
│   │   │   │   ├── DockWindow.SplitterControl.cs
│   │   │   │   ├── DragForm.cs
│   │   │   │   ├── DummyControl.cs
│   │   │   │   ├── Enums.cs
│   │   │   │   ├── FloatWindowCollection.cs
│   │   │   │   ├── FloatWindow.cs
│   │   │   │   ├── Helpers
│   │   │   │   │   ├── DockHelper.cs
│   │   │   │   │   ├── DrawHelper.cs
│   │   │   │   │   ├── ResourceHelper.cs
│   │   │   │   │   └── Win32Helper.cs
│   │   │   │   ├── InertButtonBase.cs
│   │   │   │   ├── Interfaces.cs
│   │   │   │   ├── Localization.cs
│   │   │   │   ├── Measures.cs
│   │   │   │   ├── NestedDockingStatus.cs
│   │   │   │   ├── NestedPaneCollection.cs
│   │   │   │   ├── Resources
│   │   │   │   │   ├── DockIndicator_PaneDiamond.bmp
│   │   │   │   │   ├── DockIndicator_PaneDiamond_Bottom.bmp
│   │   │   │   │   ├── Dockindicator_PaneDiamond_Fill.bmp
│   │   │   │   │   ├── DockIndicator_PaneDiamond_Hotspot.bmp
│   │   │   │   │   ├── DockIndicator_PaneDiamond_HotspotIndex.bmp
│   │   │   │   │   ├── DockIndicator_PaneDiamond_Left.bmp
│   │   │   │   │   ├── DockIndicator_PaneDiamond_Right.bmp
│   │   │   │   │   ├── DockIndicator_PaneDiamond_Top.bmp
│   │   │   │   │   ├── DockIndicator_PanelBottom_Active.bmp
│   │   │   │   │   ├── DockIndicator_PanelBottom.bmp
│   │   │   │   │   ├── DockIndicator_PanelFill_Active.bmp
│   │   │   │   │   ├── DockIndicator_PanelFill.bmp
│   │   │   │   │   ├── DockIndicator_PanelLeft_Active.bmp
│   │   │   │   │   ├── DockIndicator_PanelLeft.bmp
│   │   │   │   │   ├── DockIndicator_PanelRight_Active.bmp
│   │   │   │   │   ├── DockIndicator_PanelRight.bmp
│   │   │   │   │   ├── DockIndicator_PanelTop_Active.bmp
│   │   │   │   │   ├── DockIndicator_PanelTop.bmp
│   │   │   │   │   ├── DockPane_AutoHide.bmp
│   │   │   │   │   ├── DockPane_Close.bmp
│   │   │   │   │   ├── DockPane_Dock.bmp
│   │   │   │   │   ├── DockPane_Option.bmp
│   │   │   │   │   ├── DockPane_OptionOverflow.bmp
│   │   │   │   │   └── Thumbs.db
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Skins
│   │   │   │   │   ├── DockPanelSkinBuilder.cs
│   │   │   │   │   └── Style.cs
│   │   │   │   ├── SplitterBase.cs
│   │   │   │   ├── Strings.Designer.cs
│   │   │   │   ├── Strings.resx
│   │   │   │   ├── VisibleNestedPaneCollection.cs
│   │   │   │   ├── VS2005AutoHideStrip.cs
│   │   │   │   ├── VS2005DockPaneCaption.cs
│   │   │   │   ├── VS2005DockPaneStrip.cs
│   │   │   │   └── Win32
│   │   │   │   ├── Enums.cs
│   │   │   │   └── NativeMethods.cs
│   │   │   ├── dockpanelsuite.snk
│   │   │   ├── license.txt
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── TempPE
│   │   │   │   │   │   ├── Docking.Resources.Designer.cs.dll
│   │   │   │   │   │   └── Docking.Strings.Designer.cs.dll
│   │   │   │   │   ├── WeifenLuo.WinFormsUI.Docking.dll
│   │   │   │   │   ├── WeifenLuo.WinFormsUI.Docking.pdb
│   │   │   │   │   ├── WeifenLuo.WinFormsUI.Docking.Resources.resources
│   │   │   │   │   ├── WeifenLuo.WinFormsUI.Docking.Strings.resources
│   │   │   │   │   ├── WinFormsUI.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── WinFormsUI.csproj.GenerateResource.Cache
│   │   │   │   │   └── WinFormsUI.csprojResolveAssemblyReference.cache
│   │   │   │   └── Release
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── TempPE
│   │   │   │   │   ├── Docking.Resources.Designer.cs.dll
│   │   │   │   │   └── Docking.Strings.Designer.cs.dll
│   │   │   │   ├── WeifenLuo.WinFormsUI.Docking.dll
│   │   │   │   ├── WeifenLuo.WinFormsUI.Docking.pdb
│   │   │   │   ├── WeifenLuo.WinFormsUI.Docking.Resources.resources
│   │   │   │   ├── WeifenLuo.WinFormsUI.Docking.Strings.resources
│   │   │   │   ├── WinFormsUI.csproj.FileListAbsolute.txt
│   │   │   │   └── WinFormsUI.csproj.GenerateResource.Cache
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   └── WinFormsUI.csproj
│   │   └── WinFormsUI.Docking.sln
│   ├── Guifreaks.Common
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Guifreaks.Common.dll
│   │   │   └── Guifreaks.Common.pdb
│   │   ├── CancelControlEventArgs.cs
│   │   ├── ChildCollectionEventArgs.cs
│   │   ├── ChildControlCollection.cs
│   │   ├── DefaultClass1.cs
│   │   ├── ExtDrawing.cs
│   │   ├── Guifreaks.Common.csproj
│   │   ├── Guifreaks.Common.csproj.user
│   │   ├── IObservable.cs
│   │   ├── IObserver.cs
│   │   ├── Key.snk
│   │   ├── NativeMethods.cs
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Guifreaks.Common.csproj.FileListAbsolute.txt
│   │   │   │   ├── Guifreaks.Common.dll
│   │   │   │   ├── Guifreaks.Common.pdb
│   │   │   │   └── TempPE
│   │   │   └── Release
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Guifreaks.Common.csproj.FileListAbsolute.txt
│   │   │   ├── Guifreaks.Common.dll
│   │   │   └── TempPE
│   │   ├── PopupCancelEventArgs.cs
│   │   ├── PopupClosedEventArgs.cs
│   │   ├── PopupWindowHelper.cs
│   │   ├── PopupWindowHelperMessageFilter.cs
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   ├── Guifreaks.NavigationBar
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Guifreaks.Common.dll
│   │   │   ├── Guifreaks.Common.pdb
│   │   │   ├── Guifreaks.NavigationBar.dll
│   │   │   ├── Guifreaks.NavigationBar.pdb
│   │   │   └── NaviSuiteToolboxItems.xml
│   │   ├── ControlState.cs
│   │   ├── Design
│   │   │   ├── ClassDiagram02.cd
│   │   │   ├── GradientSplitterDesigner.cs
│   │   │   ├── GroupViewDesigner.cs
│   │   │   ├── NaviBandDesigner.cs
│   │   │   ├── NaviBarDesigner.cs
│   │   │   ├── NavigationBarBandDesigner.cs
│   │   │   ├── NavigationBarButtonDesigner.cs
│   │   │   ├── NavigationBarDesigner.cs
│   │   │   └── NaviGroupDesigner.cs
│   │   ├── GradientSplitter.cs
│   │   ├── GradientSplitter.Designer.cs
│   │   ├── Guifreaks.NavigationBar.csproj
│   │   ├── Guifreaks.NavigationBar.csproj.user
│   │   ├── img
│   │   │   ├── Down.png
│   │   │   └── Up.png
│   │   ├── InputState.cs
│   │   ├── Key.snk
│   │   ├── License.txt
│   │   ├── NaviBandClientArea.cs
│   │   ├── NaviBandClientArea.Designer.cs
│   │   ├── NaviBandCollapsed.cs
│   │   ├── NaviBandCollection.cs
│   │   ├── NaviBand.cs
│   │   ├── NaviBand.Designer.cs
│   │   ├── NaviBandEventArgs.cs
│   │   ├── NaviBandOrderComparer.cs
│   │   ├── NaviBandOrgOrderComparer.cs
│   │   ├── NaviBandPopup.cs
│   │   ├── NaviBandPopup.Designer.cs
│   │   ├── NaviBandPopup.resx
│   │   ├── NaviBandRenderer.cs
│   │   ├── NaviBandRendererOff7.cs
│   │   ├── NaviBandSetting.cs
│   │   ├── NaviBar.bmp
│   │   ├── NaviBar.cs
│   │   ├── NaviBar.Designer.cs
│   │   ├── NaviBarRenderer.cs
│   │   ├── NaviBarRendererOff3.cs
│   │   ├── NaviBarRendererOff7.cs
│   │   ├── NaviBarSettings.cs
│   │   ├── NaviButtonCollapse.cs
│   │   ├── NaviButtonCollapse.Designer.cs
│   │   ├── NaviButtonCollection.cs
│   │   ├── NaviButton.cs
│   │   ├── NaviButton.Designer.cs
│   │   ├── NaviButtonOptions.cs
│   │   ├── NaviButtonOptions.Designer.cs
│   │   ├── NaviButtonRenderer.cs
│   │   ├── NaviButtonRendererOff10.cs
│   │   ├── NaviButtonRendererOff3.cs
│   │   ├── NaviButtonRendererOff7.cs
│   │   ├── NaviColorTable.cs
│   │   ├── NaviColorTableOff10.cs
│   │   ├── NaviColorTableOff3.cs
│   │   ├── NaviColorTableOff3Green.cs
│   │   ├── NaviColorTableOff3Silver.cs
│   │   ├── NaviColorTableOff7Black.cs
│   │   ├── NaviColorTableOff7.cs
│   │   ├── NaviColorTableOff7Silver.cs
│   │   ├── NaviContextMenu.cs
│   │   ├── NaviControl.cs
│   │   ├── NaviControl.Designer.cs
│   │   ├── NaviForm.cs
│   │   ├── NaviForm.Designer.cs
│   │   ├── NaviGroup.bmp
│   │   ├── NaviGroup.cs
│   │   ├── NaviGroup.Designer.cs
│   │   ├── NaviGroupRenderer.cs
│   │   ├── NaviGroupRendererOff3.cs
│   │   ├── NaviGroupRendererOff7.cs
│   │   ├── NaviLayout.cs
│   │   ├── NaviLayoutOff.cs
│   │   ├── NaviLayoutStyle.cs
│   │   ├── NaviOptionsForm.cs
│   │   ├── NaviOptionsForm.Designer.cs
│   │   ├── NaviOptionsForm.resx
│   │   ├── NaviRenderer.cs
│   │   ├── NaviSplitterRenderer.cs
│   │   ├── NaviSplitterRendererOff3.cs
│   │   ├── NaviSplitterRendererOff7.cs
│   │   ├── NaviSuiteToolboxItems.xml
│   │   ├── NaviToolstripOffice07ColorTable.cs
│   │   ├── NaviToolstripOffice07Renderer.cs
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Guifreaks.NavigationBar.csproj.FileListAbsolute.txt
│   │   │   │   ├── Guifreaks.NavigationBar.csproj.GenerateResource.Cache
│   │   │   │   ├── Guifreaks.NavigationBar.csprojResolveAssemblyReference.cache
│   │   │   │   ├── Guifreaks.NavigationBar.dll
│   │   │   │   ├── Guifreaks.NavigationBar.NaviBandPopup.resources
│   │   │   │   ├── Guifreaks.NavigationBar.NaviOptionsForm.resources
│   │   │   │   ├── Guifreaks.NavigationBar.pdb
│   │   │   │   ├── Guifreaks.NavigationBar.Properties.Resources.resources
│   │   │   │   ├── Guifreaks.NavigationBar.Resources.DesignTimeText.resources
│   │   │   │   ├── ResGen.read.1.tlog
│   │   │   │   ├── ResGen.write.1.tlog
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   └── Release
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Guifreaks.NavigationBar.csproj.FileListAbsolute.txt
│   │   │   ├── Guifreaks.NavigationBar.dll
│   │   │   ├── Guifreaks.NavigationBar.NaviBandPopup.resources
│   │   │   ├── Guifreaks.NavigationBar.NaviOptionsForm.resources
│   │   │   ├── Guifreaks.NavigationBar.Properties.Resources.resources
│   │   │   ├── Guifreaks.NavigationBar.Resources.DesignTimeText.resources
│   │   │   ├── ResGen.read.1.tlog
│   │   │   ├── ResGen.write.1.tlog
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── OfficeLayoutEngine.txt
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   └── Resources.resx
│   │   ├── Resources
│   │   │   ├── DesignTimeText.Designer.cs
│   │   │   ├── DesignTimeText.resx
│   │   │   └── DesignTimeText.xls
│   │   ├── SharedObjects.txt
│   │   └── TODO.txt
│   └── Guifreaks.NavigationBar.XmlSerializers
│   └── Guifreaks.NavigationBar.XmlSerializers.dll
├── Blocking Queues.txt
├── ButtonCatersys
│   ├── bin
│   ├── ButtonCatersys.cs
│   ├── ButtonCatersys.Designer.cs
│   ├── CatersysButton.csproj
│   ├── CatersysButton.csproj.pdsync
│   ├── CatersysButton.csproj.pdsyncu
│   ├── obj
│   │   ├── Debug
│   │   │   ├── ButtonCatersys.csproj.FileListAbsolute.txt
│   │   │   ├── ButtonTable.csproj.FileListAbsolute.txt
│   │   │   ├── ButtonUser.csproj.FileListAbsolute.txt
│   │   │   ├── CatersysButton.csprojAssemblyReference.cache
│   │   │   ├── CatersysButton.csproj.CoreCompileInputs.cache
│   │   │   ├── CatersysButton.csproj.FileListAbsolute.txt
│   │   │   ├── CatersysButton.csprojResolveAssemblyReference.cache
│   │   │   ├── CatersysButton.dll
│   │   │   ├── CatersysButton.pdb
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   └── TempPE
│   │   └── Release
│   │   ├── CatersysButton.csproj.FileListAbsolute.txt
│   │   ├── CatersysButton.dll
│   │   ├── CatersysButton.pdb
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   └── TempPE
│   └── Properties
│   └── AssemblyInfo.cs
├── CateringClient
│   ├── bin
│   │   └── Debug
│   │   ├── ButtonUser.dll
│   │   ├── ButtonUser.pdb
│   │   ├── CateringClient.exe
│   │   ├── CateringClient.pdb
│   │   ├── CateringClient.vshost.exe
│   │   ├── CateringClient.vshost.exe.manifest
│   │   ├── DataTypes.dll
│   │   ├── DataTypes.pdb
│   │   ├── HardWareLib.dll
│   │   ├── HardWareLib.pdb
│   │   ├── Messages.dll
│   │   ├── Messages.pdb
│   │   ├── NetCoreComm.dll
│   │   ├── NetCoreComm.pdb
│   │   ├── NetCoreComm.xml
│   │   ├── NetCoreLib.dll
│   │   ├── NetCoreLib.pdb
│   │   ├── NetCoreLib.xml
│   │   └── Newtonsoft.Json.dll
│   ├── CateringClient.csproj.pdsync
│   ├── CateringClient.csproj.pdsyncu
│   ├── CatersysClient.csproj
│   ├── CatersysClient.csproj.user
│   ├── Form1.cs
│   ├── Form1.Designer.cs
│   ├── Form1.resx
│   ├── frmLogin.cs
│   ├── frmLogin.resx
│   ├── MainForm.Designer.cs
│   ├── MainForm.resx
│   ├── Newtonsoft.Json.dll
│   ├── obj
│   │   └── x86
│   │   └── Debug
│   │   ├── CateringClient.csproj.FileListAbsolute.txt
│   │   ├── CateringClient.csproj.GenerateResource.Cache
│   │   ├── CateringClient.csprojResolveAssemblyReference.cache
│   │   ├── CateringClient.exe
│   │   ├── CateringClient.frmLogin.resources
│   │   ├── CateringClient.MainForm.resources
│   │   ├── CateringClient.pdb
│   │   ├── CateringClient.Properties.Resources.resources
│   │   ├── CateringClient.SplashForm.resources
│   │   ├── CatersysClient.csproj.FileListAbsolute.txt
│   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── GenerateResource.read.1.tlog
│   │   ├── GenerateResource.write.1.tlog
│   │   ├── ResolveAssemblyReference.cache
│   │   └── TempPE
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── SplashForm.cs
│   ├── SplashForm.Designer.cs
│   ├── SplashForm.resx
│   └── TCPClient.cs
├── CatersysBAM
│   ├── CatersysBAM
│   │   ├── App.config
│   │   ├── ApplicationData.cs
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── bin
│   │   ├── CatersysBAM.csproj
│   │   ├── ChildControls.cs
│   │   ├── GridLengthAnimation.cs
│   │   ├── images
│   │   │   ├── arrow.png
│   │   │   ├── dropdownbtn.png
│   │   │   ├── hoverbutton.png
│   │   │   ├── line.png
│   │   │   ├── logout.PNG
│   │   │   ├── notify.png
│   │   │   ├── panelexpand.png
│   │   │   ├── projects.png
│   │   │   ├── textBg.jpg
│   │   │   ├── toggleButton.jpg
│   │   │   └── toolbarbg.png
│   │   ├── MainWindow.xaml
│   │   ├── MainWindow.xaml.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   ├── Debug
│   │   │   │   ├── App.baml
│   │   │   │   ├── App.g.cs
│   │   │   │   ├── App.g.i.cs
│   │   │   │   ├── CatersysBAM_Content.g.i.cs
│   │   │   │   ├── CatersysBAM.csproj.FileListAbsolute.txt
│   │   │   │   ├── CatersysBAM.csproj.GenerateResource.Cache
│   │   │   │   ├── CatersysBAM.csprojResolveAssemblyReference.cache
│   │   │   │   ├── CatersysBAM.exe
│   │   │   │   ├── CatersysBAM.g.resources
│   │   │   │   ├── CatersysBAM_MarkupCompile.cache
│   │   │   │   ├── CatersysBAM_MarkupCompile.i.cache
│   │   │   │   ├── CatersysBAM.pdb
│   │   │   │   ├── CatersysBAM.Properties.Resources.resources
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── MainWindow.baml
│   │   │   │   ├── MainWindow.g.cs
│   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   ├── Pages
│   │   │   │   │   ├── AreaAndTableSetup.baml
│   │   │   │   │   ├── AreaAndTableSetup.g.cs
│   │   │   │   │   ├── AreaAndTableSetup.g.i.cs
│   │   │   │   │   ├── CategorySetup.baml
│   │   │   │   │   ├── CategorySetup.g.cs
│   │   │   │   │   ├── CategorySetup.g.i.cs
│   │   │   │   │   ├── PrinterSetup.baml
│   │   │   │   │   ├── PrinterSetup.g.cs
│   │   │   │   │   ├── PrinterSetup.g.i.cs
│   │   │   │   │   ├── ProductSetup.baml
│   │   │   │   │   ├── ProductSetup.g.cs
│   │   │   │   │   ├── ProductSetup.g.i.cs
│   │   │   │   │   ├── RptBillDetail.baml
│   │   │   │   │   ├── RptBillDetail.g.cs
│   │   │   │   │   ├── RptBillDetail.g.i.cs
│   │   │   │   │   ├── Template.baml
│   │   │   │   │   ├── Template.g.cs
│   │   │   │   │   └── Template.g.i.cs
│   │   │   │   ├── styles
│   │   │   │   │   ├── DataGridCellStyle.baml
│   │   │   │   │   ├── DataGridStyle2.baml
│   │   │   │   │   ├── DataGridStyle3.baml
│   │   │   │   │   ├── DataGridStyle_NotOK.baml
│   │   │   │   │   ├── DatePickerStyle.baml
│   │   │   │   │   ├── GenericGrayButton.baml
│   │   │   │   │   ├── NaviTabControlStyle.baml
│   │   │   │   │   └── ReportDataGridStyle.baml
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   └── Release
│   │   │   ├── App.baml
│   │   │   ├── App.g.cs
│   │   │   ├── App.g.i.cs
│   │   │   ├── CatersysBAM.csproj.FileListAbsolute.txt
│   │   │   ├── CatersysBAM.csproj.GenerateResource.Cache
│   │   │   ├── CatersysBAM.csprojResolveAssemblyReference.cache
│   │   │   ├── CatersysBAM.exe
│   │   │   ├── CatersysBAM.g.resources
│   │   │   ├── CatersysBAM_MarkupCompile.cache
│   │   │   ├── CatersysBAM_MarkupCompile.i.cache
│   │   │   ├── CatersysBAM.pdb
│   │   │   ├── CatersysBAM.Properties.Resources.resources
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── MainWindow.baml
│   │   │   ├── MainWindow.g.cs
│   │   │   ├── MainWindow.g.i.cs
│   │   │   ├── Pages
│   │   │   │   ├── AreaAndTableSetup.baml
│   │   │   │   ├── AreaAndTableSetup.g.cs
│   │   │   │   ├── AreaAndTableSetup.g.i.cs
│   │   │   │   ├── CategorySetup.baml
│   │   │   │   ├── CategorySetup.g.cs
│   │   │   │   ├── CategorySetup.g.i.cs
│   │   │   │   ├── PrinterSetup.baml
│   │   │   │   ├── PrinterSetup.g.cs
│   │   │   │   ├── PrinterSetup.g.i.cs
│   │   │   │   ├── ProductSetup.baml
│   │   │   │   ├── ProductSetup.g.cs
│   │   │   │   ├── ProductSetup.g.i.cs
│   │   │   │   ├── RptBillDetail.baml
│   │   │   │   ├── RptBillDetail.g.cs
│   │   │   │   ├── RptBillDetail.g.i.cs
│   │   │   │   ├── Template.baml
│   │   │   │   ├── Template.g.cs
│   │   │   │   └── Template.g.i.cs
│   │   │   ├── styles
│   │   │   │   ├── DataGridCellStyle.baml
│   │   │   │   ├── DataGridStyle2.baml
│   │   │   │   ├── DataGridStyle3.baml
│   │   │   │   ├── DataGridStyle_NotOK.baml
│   │   │   │   ├── DatePickerStyle.baml
│   │   │   │   ├── GenericGrayButton.baml
│   │   │   │   ├── NaviTabControlStyle.baml
│   │   │   │   └── ReportDataGridStyle.baml
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── Pages
│   │   │   ├── AreaAndTableSetup.xaml
│   │   │   ├── AreaAndTableSetup.xaml.cs
│   │   │   ├── CategorySetup.xaml
│   │   │   ├── CategorySetup.xaml.cs
│   │   │   ├── PrinterSetup.xaml
│   │   │   ├── PrinterSetup.xaml.cs
│   │   │   ├── ProductSetup.xaml
│   │   │   ├── ProductSetup.xaml.cs
│   │   │   ├── RptBillDetail.xaml
│   │   │   ├── RptBillDetail.xaml.cs
│   │   │   ├── Template.xaml
│   │   │   └── Template.xaml.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── styles
│   │   ├── DataGridCellStyle.xaml
│   │   ├── DataGridStyle2.xaml
│   │   ├── DataGridStyle3.xaml
│   │   ├── DataGridStyle_NotOK.xaml
│   │   ├── DatePickerStyle.xaml
│   │   ├── GenericGrayButton.xaml
│   │   ├── NaviTabControlStyle.xaml
│   │   └── ReportDataGridStyle.xaml
│   ├── CatersysBAM.sln
│   └── CatersysBAM.suo
├── CatersysClient
│   ├── app.config
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── AssistExtensions.cs
│   ├── bin
│   ├── BoolToVisibleOrHidden.cs
│   ├── BusySpinner.xaml
│   ├── BusySpinner.xaml.cs
│   ├── CatersysClient.csproj
│   ├── CatersysClient.csproj.pdsync
│   ├── CatersysClient.csproj.pdsyncu
│   ├── CatersysClient.csproj.user
│   ├── Constants.cs
│   ├── DefaultRecognizer.cs
│   ├── Ex.cs
│   ├── GridLengthAnimation.cs
│   ├── ICharactorRecognizer.cs
│   ├── Images
│   │   ├── DownArrow.png
│   │   ├── FoodItemStatus_Submitted.png
│   │   ├── OrderListBG.jpg
│   │   ├── OrderListBG.png
│   │   └── UpArrow.png
│   ├── ImprovedRecognizer.cs
│   ├── ListBoxTest.xaml
│   ├── ListBoxTest.xaml.cs
│   ├── MetroMessageBox.cs
│   ├── MultiBooleanToVisibilityConverter.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── App.baml
│   │   │   ├── App.g.cs
│   │   │   ├── App.g.i.cs
│   │   │   ├── BusySpinner.baml
│   │   │   ├── BusySpinner.g.cs
│   │   │   ├── BusySpinner.g.i.cs
│   │   │   ├── CatersysClient_Content.g.i.cs
│   │   │   ├── CatersysClient.csprojAssemblyReference.cache
│   │   │   ├── CatersysClient.csproj.CoreCompileInputs.cache
│   │   │   ├── CatersysClient.csproj.FileListAbsolute.txt
│   │   │   ├── CatersysClient.csproj.GenerateResource.Cache
│   │   │   ├── CatersysClient.csprojResolveAssemblyReference.cache
│   │   │   ├── CatersysClient.exe
│   │   │   ├── CatersysClient.g.resources
│   │   │   ├── CatersysClient_MarkupCompile.cache
│   │   │   ├── CatersysClient_MarkupCompile.i.cache
│   │   │   ├── CatersysClient_MarkupCompile.lref
│   │   │   ├── CatersysClient.pdb
│   │   │   ├── CatersysCommonClient.Properties.Resources.resources
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── DockPanelSplitterDemo.csproj.FileListAbsolute.txt
│   │   │   ├── DockPanelSplitterDemo.csproj.GenerateResource.Cache
│   │   │   ├── DockPanelSplitterDemo.csprojResolveAssemblyReference.cache
│   │   │   ├── DockPanelSplitterDemo.exe
│   │   │   ├── DockPanelSplitterDemo.g.resources
│   │   │   ├── DockPanelSplitterDemo_MarkupCompile.cache
│   │   │   ├── DockPanelSplitterDemo_MarkupCompile.i.cache
│   │   │   ├── DockPanelSplitterDemo.pdb
│   │   │   ├── DockPanelSplitterDemo.Properties.Resources.resources
│   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   ├── ListBoxTest.baml
│   │   │   ├── ListBoxTest.g.cs
│   │   │   ├── ListBoxTest.g.i.cs
│   │   │   ├── PageCheckOut.baml
│   │   │   ├── PageCheckOut.g.cs
│   │   │   ├── PageCheckOut.g.i.cs
│   │   │   ├── PageDesk.g.i.cs
│   │   │   ├── PageOrder.baml
│   │   │   ├── PageOrder.g.cs
│   │   │   ├── PageOrder.g.i.cs
│   │   │   ├── PageStartUp.baml
│   │   │   ├── PageStartUp.g.cs
│   │   │   ├── PageStartUp.g.i.cs
│   │   │   ├── PageTable.baml
│   │   │   ├── PageTable.g.cs
│   │   │   ├── PageTable.g.i.cs
│   │   │   ├── StylesAndTemplates
│   │   │   │   ├── KBOKWarning.baml
│   │   │   │   ├── MetroPasswordBox.baml
│   │   │   │   ├── OrderItemToggleButton2.baml
│   │   │   │   ├── PageTable_AreaToggleButton.baml
│   │   │   │   ├── PageTable_ListBoxStyle.baml
│   │   │   │   ├── PageTable_PartionBtnStyle.baml
│   │   │   │   ├── PageTable_TabControlStyle.baml
│   │   │   │   ├── PageTable_TextBoxStyle.baml
│   │   │   │   ├── StyleDatePicker.baml
│   │   │   │   ├── StyleFunctionButtonHighlighted.baml
│   │   │   │   ├── StyleGenericGrayButton.baml
│   │   │   │   ├── StyleGenericKeyBoard.baml
│   │   │   │   ├── StyleKBCancel.baml
│   │   │   │   ├── StyleKBOKHighlighted.baml
│   │   │   │   ├── StyleListView.baml
│   │   │   │   ├── StyleMetroComboBox2.baml
│   │   │   │   ├── StyleMetroComboBox3.baml
│   │   │   │   ├── StyleMetroComboBox.baml
│   │   │   │   ├── StylePageTable_SoldOutFuncBtn.baml
│   │   │   │   ├── WndDesk_CheckBoxStyle.baml
│   │   │   │   ├── WndOrder_Expander01.baml
│   │   │   │   ├── WndOrder_FunctionButton.baml
│   │   │   │   ├── WndOrder_MenuItemButton.baml
│   │   │   │   ├── WndOrder_MenuItemPagingButton.baml
│   │   │   │   ├── WndOrder_OrderItemStatusButton.baml
│   │   │   │   ├── WndOrder_OrderItemToggleButton.baml
│   │   │   │   └── WndOrder_OrderListBoxStyle.baml
│   │   │   ├── Styles&Templates
│   │   │   ├── TempPE
│   │   │   │   ├── DataAccessClass.designer.cs.dll
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Testing.g.i.cs
│   │   │   ├── UCtrl_InStore.baml
│   │   │   ├── UCtrl_InStore.g.cs
│   │   │   ├── UCtrl_InStore.g.i.cs
│   │   │   ├── Window1.baml
│   │   │   ├── Window1.g.cs
│   │   │   ├── Window1.g.i.cs
│   │   │   ├── WndBillQuery.baml
│   │   │   ├── WndBillQuery.g.cs
│   │   │   ├── WndBillQuery.g.i.cs
│   │   │   ├── WndCheckOut.baml
│   │   │   ├── WndCheckOut.g.cs
│   │   │   ├── WndCheckOut.g.i.cs
│   │   │   ├── WndDelReason.baml
│   │   │   ├── WndDelReason.g.cs
│   │   │   ├── WndDelReason.g.i.cs
│   │   │   ├── WndDesk.baml
│   │   │   ├── WndDesk.g.cs
│   │   │   ├── WndDesk.g.i.cs
│   │   │   ├── WndLogin.baml
│   │   │   ├── WndLogin.g.cs
│   │   │   ├── WndLogin.g.i.cs
│   │   │   ├── WndMain.baml
│   │   │   ├── WndMain.g.cs
│   │   │   ├── WndMain.g.i.cs
│   │   │   ├── WndMetroMessageBox.baml
│   │   │   ├── WndMetroMessageBox.g.cs
│   │   │   ├── WndMetroMessageBox.g.i.cs
│   │   │   ├── WndOrder.baml
│   │   │   ├── WndOrder.g.cs
│   │   │   ├── WndOrder.g.i.cs
│   │   │   ├── WndProcessing.baml
│   │   │   ├── WndProcessing.g.cs
│   │   │   ├── WndProcessing.g.i.cs
│   │   │   ├── WndSoldout.baml
│   │   │   ├── WndSoldout.g.cs
│   │   │   ├── WndSoldout.g.i.cs
│   │   │   ├── WndStockMgmt.baml
│   │   │   ├── WndStockMgmt.g.cs
│   │   │   ├── WndStockMgmt.g.i.cs
│   │   │   ├── WndTesting.baml
│   │   │   ├── WndTesting.g.cs
│   │   │   ├── WndTesting.g.i.cs
│   │   │   ├── WndVIP.baml
│   │   │   ├── WndVIP.g.cs
│   │   │   ├── WndVIP.g.i.cs
│   │   │   └── 副本 WndDesk.g.i.cs
│   │   └── Release
│   │   ├── App.baml
│   │   ├── App.g.cs
│   │   ├── App.g.i.cs
│   │   ├── BusySpinner.baml
│   │   ├── BusySpinner.g.cs
│   │   ├── BusySpinner.g.i.cs
│   │   ├── CatersysClient.csproj.FileListAbsolute.txt
│   │   ├── CatersysClient.csproj.GenerateResource.Cache
│   │   ├── CatersysClient.csprojResolveAssemblyReference.cache
│   │   ├── CatersysClient.exe
│   │   ├── CatersysClient.g.resources
│   │   ├── CatersysClient_MarkupCompile.cache
│   │   ├── CatersysClient_MarkupCompile.i.cache
│   │   ├── CatersysClient_MarkupCompile.i.lref
│   │   ├── CatersysClient_MarkupCompile.lref
│   │   ├── CatersysClient.pdb
│   │   ├── CatersysCommonClient.Properties.Resources.resources
│   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   ├── ListBoxTest.baml
│   │   ├── ListBoxTest.g.cs
│   │   ├── ListBoxTest.g.i.cs
│   │   ├── PageCheckOut.baml
│   │   ├── PageCheckOut.g.cs
│   │   ├── PageCheckOut.g.i.cs
│   │   ├── PageOrder.baml
│   │   ├── PageOrder.g.cs
│   │   ├── PageOrder.g.i.cs
│   │   ├── PageStartUp.baml
│   │   ├── PageStartUp.g.cs
│   │   ├── PageStartUp.g.i.cs
│   │   ├── PageTable.baml
│   │   ├── PageTable.g.cs
│   │   ├── PageTable.g.i.cs
│   │   ├── StylesAndTemplates
│   │   │   ├── KBOKWarning.baml
│   │   │   ├── MetroPasswordBox.baml
│   │   │   ├── OrderItemToggleButton2.baml
│   │   │   ├── PageTable_AreaToggleButton.baml
│   │   │   ├── PageTable_ListBoxStyle.baml
│   │   │   ├── PageTable_PartionBtnStyle.baml
│   │   │   ├── PageTable_TabControlStyle.baml
│   │   │   ├── PageTable_TextBoxStyle.baml
│   │   │   ├── StyleDatePicker.baml
│   │   │   ├── StyleFunctionButtonHighlighted.baml
│   │   │   ├── StyleGenericGrayButton.baml
│   │   │   ├── StyleGenericKeyBoard.baml
│   │   │   ├── StyleKBCancel.baml
│   │   │   ├── StyleKBOKHighlighted.baml
│   │   │   ├── StyleListView.baml
│   │   │   ├── StyleMetroComboBox2.baml
│   │   │   ├── StyleMetroComboBox3.baml
│   │   │   ├── StyleMetroComboBox.baml
│   │   │   ├── StylePageTable_SoldOutFuncBtn.baml
│   │   │   ├── WndDesk_CheckBoxStyle.baml
│   │   │   ├── WndOrder_Expander01.baml
│   │   │   ├── WndOrder_FunctionButton.baml
│   │   │   ├── WndOrder_MenuItemButton.baml
│   │   │   ├── WndOrder_MenuItemPagingButton.baml
│   │   │   ├── WndOrder_OrderItemStatusButton.baml
│   │   │   ├── WndOrder_OrderItemToggleButton.baml
│   │   │   └── WndOrder_OrderListBoxStyle.baml
│   │   ├── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── UCtrl_InStore.baml
│   │   ├── UCtrl_InStore.g.cs
│   │   ├── UCtrl_InStore.g.i.cs
│   │   ├── WndBillQuery.baml
│   │   ├── WndBillQuery.g.cs
│   │   ├── WndBillQuery.g.i.cs
│   │   ├── WndCheckOut.baml
│   │   ├── WndCheckOut.g.cs
│   │   ├── WndCheckOut.g.i.cs
│   │   ├── WndDelReason.baml
│   │   ├── WndDelReason.g.cs
│   │   ├── WndDelReason.g.i.cs
│   │   ├── WndDesk.baml
│   │   ├── WndDesk.g.cs
│   │   ├── WndDesk.g.i.cs
│   │   ├── WndLogin.baml
│   │   ├── WndLogin.g.cs
│   │   ├── WndLogin.g.i.cs
│   │   ├── WndMain.baml
│   │   ├── WndMain.g.cs
│   │   ├── WndMain.g.i.cs
│   │   ├── WndMetroMessageBox.baml
│   │   ├── WndMetroMessageBox.g.cs
│   │   ├── WndMetroMessageBox.g.i.cs
│   │   ├── WndOrder.baml
│   │   ├── WndOrder.g.cs
│   │   ├── WndOrder.g.i.cs
│   │   ├── WndProcessing.baml
│   │   ├── WndProcessing.g.cs
│   │   ├── WndProcessing.g.i.cs
│   │   ├── WndSoldout.baml
│   │   ├── WndSoldout.g.cs
│   │   ├── WndSoldout.g.i.cs
│   │   ├── WndStockMgmt.baml
│   │   ├── WndStockMgmt.g.cs
│   │   ├── WndStockMgmt.g.i.cs
│   │   ├── WndTesting.baml
│   │   ├── WndTesting.g.cs
│   │   ├── WndTesting.g.i.cs
│   │   ├── WndVIP.baml
│   │   ├── WndVIP.g.cs
│   │   └── WndVIP.g.i.cs
│   ├── packages.config
│   ├── PaddingConverter.cs
│   ├── PageCheckOut.xaml
│   ├── PageCheckOut.xaml.cs
│   ├── PageOrder.xaml
│   ├── PageOrder.xaml.cs
│   ├── PageStartUp.xaml
│   ├── PageStartUp.xaml.cs
│   ├── PageTable.xaml
│   ├── PageTable.xaml.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── RecognizationCore.cs
│   ├── String2ColorConverter.cs
│   ├── StyleConverter.cs
│   ├── StylesAndTemplates
│   │   ├── KBOKWarning.xaml
│   │   ├── MetroPasswordBox.xaml
│   │   ├── OrderItemToggleButton2.xaml
│   │   ├── PageTable_AreaToggleButton.xaml
│   │   ├── PageTable_ListBoxStyle.xaml
│   │   ├── PageTable_PartionBtnStyle.xaml
│   │   ├── PageTable_TabControlStyle.xaml
│   │   ├── PageTable_TextBoxStyle.xaml
│   │   ├── StyleDatePicker.xaml
│   │   ├── StyleFunctionButtonHighlighted.xaml
│   │   ├── StyleGenericGrayButton.xaml
│   │   ├── StyleGenericKeyBoard.xaml
│   │   ├── StyleKBCancel.xaml
│   │   ├── StyleKBOKHighlighted.xaml
│   │   ├── StyleListView.xaml
│   │   ├── StyleMetroComboBox2.xaml
│   │   ├── StyleMetroComboBox3.xaml
│   │   ├── StyleMetroComboBox.xaml
│   │   ├── StylePageTable_SoldOutFuncBtn.xaml
│   │   ├── WndDesk_CheckBoxStyle.xaml
│   │   ├── WndOrder_Expander01.xaml
│   │   ├── WndOrder_FunctionButton.xaml
│   │   ├── WndOrder_MenuItemButton.xaml
│   │   ├── WndOrder_MenuItemPagingButton.xaml
│   │   ├── WndOrder_OrderItemStatusButton.xaml
│   │   ├── WndOrder_OrderItemToggleButton.xaml
│   │   └── WndOrder_OrderListBoxStyle.xaml
│   ├── TableInfoVisibilityConverter.cs
│   ├── UCtrl_InStore.xaml
│   ├── UCtrl_InStore.xaml.cs
│   ├── UniversalValueConverter.cs
│   ├── WindowsManager.cs
│   ├── WndBillQuery.xaml
│   ├── WndBillQuery.xaml.cs
│   ├── WndCheckOut.xaml
│   ├── WndCheckOut.xaml.cs
│   ├── WndDelReason.xaml
│   ├── WndDelReason.xaml.cs
│   ├── WndDesk.xaml
│   ├── WndDesk.xaml.cs
│   ├── WndLogin.xaml
│   ├── WndLogin.xaml.cs
│   ├── WndMain.xaml
│   ├── WndMain.xaml.cs
│   ├── WndMetroMessageBox.xaml
│   ├── WndMetroMessageBox.xaml.cs
│   ├── WndOrder.xaml
│   ├── WndOrder.xaml.cs
│   ├── WndProcessing.xaml
│   ├── WndProcessing.xaml.cs
│   ├── WndSoldout.xaml
│   ├── WndSoldout.xaml.cs
│   ├── WndStockMgmt.xaml
│   ├── WndStockMgmt.xaml.cs
│   ├── WndTesting.xaml
│   ├── WndTesting.xaml.cs
│   ├── WndVIP.xaml
│   └── WndVIP.xaml.cs
├── CatersysCommonClient
│   ├── ApplicationData.cs
│   ├── bin
│   ├── CatersysCommonClient.csproj
│   ├── CatersysCommonClient.csproj.pdsync
│   ├── CatersysCommonClient.csproj.pdsyncu
│   ├── ClientOpsPromptEventArgs.cs
│   ├── ClientProcessingResultEventArgs.cs
│   ├── Enum
│   │   └── CommonFunction.cs
│   ├── GiveAwayOpsResult.cs
│   ├── GlobalCacheList.cs
│   ├── GlobalSystemData.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── CatersysCommonClient.csprojAssemblyReference.cache
│   │   │   ├── CatersysCommonClient.csproj.CoreCompileInputs.cache
│   │   │   ├── CatersysCommonClient.csproj.FileListAbsolute.txt
│   │   │   ├── CatersysCommonClient.csprojResolveAssemblyReference.cache
│   │   │   ├── CatersysCommonClient.dll
│   │   │   ├── CatersysCommonClient.pdb
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   └── TempPE
│   │   └── Release
│   │   ├── CatersysCommonClient.csproj.FileListAbsolute.txt
│   │   ├── CatersysCommonClient.csprojResolveAssemblyReference.cache
│   │   ├── CatersysCommonClient.dll
│   │   ├── CatersysCommonClient.pdb
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   └── TempPE
│   ├── OrderDetailViewModel.cs
│   ├── OrderViewModel.cs
│   ├── PriceTagStateChangeEventArgs.cs
│   ├── ProductListViewModel.cs
│   ├── ProductViewModel.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── RecommendItemViewModel.cs
│   ├── RecommendListViewModel.cs
│   ├── SingleTonTicker.cs
│   ├── SingleTonWrapper.cs
│   ├── SoldoutItemViewModel.cs
│   ├── SoldoutListViewModel.cs
│   ├── TableListViewModel.cs
│   ├── TableViewModel.cs
│   ├── TempDataCollection.cs
│   └── ViewModelContainer.cs
├── CatersysCoreLib
│   ├── bin
│   │   ├── Debug
│   │   │   ├── BouncyCastle.Crypto.dll
│   │   │   ├── CatersysCoreLib.dll
│   │   │   ├── CatersysCoreLib.pdb
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── System.Reactive.Core.dll
│   │   │   ├── System.Reactive.Core.xml
│   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   ├── System.Reactive.Interfaces.xml
│   │   │   ├── System.Reactive.Linq.dll
│   │   │   ├── System.Reactive.Linq.xml
│   │   │   ├── System.Reactive.PlatformServices.dll
│   │   │   └── System.Reactive.PlatformServices.xml
│   │   └── Release
│   │   ├── BouncyCastle.Crypto.dll
│   │   ├── CatersysCommonResourcesLib.dll
│   │   ├── CatersysCommonResourcesLib.pdb
│   │   ├── CatersysCoreLib.dll
│   │   ├── CatersysCoreLib.pdb
│   │   ├── Newtonsoft.Json.dll
│   │   ├── System.Reactive.Core.dll
│   │   ├── System.Reactive.Core.xml
│   │   ├── System.Reactive.Interfaces.dll
│   │   ├── System.Reactive.Interfaces.xml
│   │   ├── System.Reactive.Linq.dll
│   │   ├── System.Reactive.Linq.xml
│   │   ├── System.Reactive.PlatformServices.dll
│   │   └── System.Reactive.PlatformServices.xml
│   ├── CatersysCommonResourcesLib.csproj.pdsync
│   ├── CatersysCommonResourcesLib.csproj.pdsyncu
│   ├── CatersysCoreLib.csproj
│   ├── CatersysCoreLib.csproj.pdsync
│   ├── CatersysCoreLib.csproj.pdsyncu
│   ├── CatersysEntityObjects.cs
│   ├── CatersysGlobalLists.cs
│   ├── Codex.cs
│   ├── CommonStringEventArgs.cs
│   ├── Crypto.cs
│   ├── DataContextHelper.cs
│   ├── DataTypes.csproj.pdsync
│   ├── DataTypes.csproj.pdsyncu
│   ├── DebugWriter.cs
│   ├── Delegates.cs
│   ├── Enums
│   │   ├── AppDataType.cs
│   │   ├── CacheList.cs
│   │   ├── ClientOperation.cs
│   │   ├── CookingOperation.cs
│   │   ├── DiscountType.cs
│   │   ├── ItemStatus.cs
│   │   ├── OrderAction.cs
│   │   ├── OrderItemAction.cs
│   │   ├── OrderStatus.cs
│   │   ├── PrintDataType.cs
│   │   ├── PrinterResponseCode.cs
│   │   ├── PrinterState.cs
│   │   ├── PrinterType.cs
│   │   ├── PrinterWarningState.cs
│   │   ├── PrintInterfaceCardType.cs
│   │   ├── PrintServerOperation.cs
│   │   ├── SystemOperation.cs
│   │   ├── SystemType.cs
│   │   └── TableState.cs
│   ├── EventAggregator.cs
│   ├── HelperClasses.cs
│   ├── IEventPublisher.cs
│   ├── LogEvents.cs
│   ├── MessageArrivedEventArgs.cs
│   ├── MessageQueue.cs
│   ├── NetworkErrorEventArgs.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── CatersysCommonResourcesLib.csproj.FileListAbsolute.txt
│   │   │   ├── CatersysCoreLib.csprojAssemblyReference.cache
│   │   │   ├── CatersysCoreLib.csproj.CoreCompileInputs.cache
│   │   │   ├── CatersysCoreLib.csproj.FileListAbsolute.txt
│   │   │   ├── CatersysCoreLib.csprojResolveAssemblyReference.cache
│   │   │   ├── CatersysCoreLib.dll
│   │   │   ├── CatersysCoreLib.pdb
│   │   │   ├── CommonResourcesLib.csproj.FileListAbsolute.txt
│   │   │   ├── DataTypes.csproj.FileListAbsolute.txt
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   └── TempPE
│   │   └── Release
│   │   ├── CatersysCommonResourcesLib.csproj.FileListAbsolute.txt
│   │   ├── CatersysCommonResourcesLib.dll
│   │   ├── CatersysCommonResourcesLib.pdb
│   │   ├── CatersysCoreLib.csproj.FileListAbsolute.txt
│   │   ├── CatersysCoreLib.csprojResolveAssemblyReference.cache
│   │   ├── CatersysCoreLib.dll
│   │   ├── CatersysCoreLib.pdb
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   └── TempPE
│   ├── PrinterStatusChangeEventArgs.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── SynchronizedDictionary.cs
│   ├── SynchronizedList.cs
│   └── Utilities.cs
├── CatersysDAL
│   ├── App.config
│   ├── bin
│   │   ├── Debug
│   │   │   ├── BouncyCastle.Crypto.dll
│   │   │   ├── CatersysCoreLib.dll
│   │   │   ├── CatersysCoreLib.pdb
│   │   │   ├── CatersysDAL.dll
│   │   │   ├── CatersysDAL.dll.config
│   │   │   ├── CatersysDAL.pdb
│   │   │   ├── CatersysEntityObject.dll
│   │   │   ├── CatersysEntityObject.pdb
│   │   │   ├── CatersysServerCommon.dll
│   │   │   ├── CatersysServerCommon.pdb
│   │   │   ├── Dapper.dll
│   │   │   ├── Dapper.xml
│   │   │   ├── DataAccess.dll
│   │   │   ├── DataAccess.pdb
│   │   │   ├── MicroMvvm.dll
│   │   │   ├── MicroMvvm.pdb
│   │   │   ├── Microsoft.Practices.EnterpriseLibrary.Common.dll
│   │   │   ├── Microsoft.Practices.EnterpriseLibrary.Common.pdb
│   │   │   ├── Microsoft.Practices.EnterpriseLibrary.Common.xml
│   │   │   ├── Microsoft.Practices.EnterpriseLibrary.Data.dll
│   │   │   ├── Microsoft.Practices.EnterpriseLibrary.Data.pdb
│   │   │   ├── Microsoft.Practices.EnterpriseLibrary.Data.SqlCe.dll
│   │   │   ├── Microsoft.Practices.EnterpriseLibrary.Data.xml
│   │   │   ├── Microsoft.Practices.ServiceLocation.dll
│   │   │   ├── Microsoft.Practices.ServiceLocation.pdb
│   │   │   ├── Microsoft.Practices.Unity.dll
│   │   │   ├── Microsoft.Practices.Unity.Interception.dll
│   │   │   ├── Microsoft.Practices.Unity.Interception.pdb
│   │   │   ├── Microsoft.Practices.Unity.pdb
│   │   │   ├── NetCoreComm.dll
│   │   │   ├── NetCoreComm.pdb
│   │   │   ├── NetCoreComm.xml
│   │   │   ├── NetCoreLib.dll
│   │   │   ├── NetCoreLib.pdb
│   │   │   ├── NetCoreLib.xml
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── ReportEntityObject.dll
│   │   │   ├── ReportEntityObject.pdb
│   │   │   ├── Slapper.dll
│   │   │   ├── System.Reactive.Core.dll
│   │   │   ├── System.Reactive.Core.xml
│   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   ├── System.Reactive.Interfaces.xml
│   │   │   ├── System.Reactive.Linq.dll
│   │   │   └── System.Reactive.Linq.xml
│   │   └── Release
│   │   ├── BouncyCastle.Crypto.dll
│   │   ├── CatersysCoreLib.dll
│   │   ├── CatersysCoreLib.pdb
│   │   ├── CatersysDAL.dll
│   │   ├── CatersysDAL.dll.config
│   │   ├── CatersysDAL.pdb
│   │   ├── CatersysEntityObject.dll
│   │   ├── CatersysEntityObject.pdb
│   │   ├── CatersysServerCommon.dll
│   │   ├── CatersysServerCommon.pdb
│   │   ├── Dapper.dll
│   │   ├── Dapper.xml
│   │   ├── DataAccess.dll
│   │   ├── DataAccess.pdb
│   │   ├── MicroMvvm.dll
│   │   ├── MicroMvvm.pdb
│   │   ├── Microsoft.Practices.EnterpriseLibrary.Common.dll
│   │   ├── Microsoft.Practices.EnterpriseLibrary.Common.pdb
│   │   ├── Microsoft.Practices.EnterpriseLibrary.Common.xml
│   │   ├── Microsoft.Practices.EnterpriseLibrary.Data.dll
│   │   ├── Microsoft.Practices.EnterpriseLibrary.Data.pdb
│   │   ├── Microsoft.Practices.EnterpriseLibrary.Data.SqlCe.dll
│   │   ├── Microsoft.Practices.EnterpriseLibrary.Data.xml
│   │   ├── Microsoft.Practices.ServiceLocation.dll
│   │   ├── Microsoft.Practices.ServiceLocation.pdb
│   │   ├── Microsoft.Practices.Unity.dll
│   │   ├── Microsoft.Practices.Unity.Interception.dll
│   │   ├── Microsoft.Practices.Unity.Interception.pdb
│   │   ├── Microsoft.Practices.Unity.pdb
│   │   ├── NetCoreComm.dll
│   │   ├── NetCoreComm.pdb
│   │   ├── NetCoreComm.xml
│   │   ├── NetCoreLib.dll
│   │   ├── NetCoreLib.pdb
│   │   ├── NetCoreLib.xml
│   │   ├── Newtonsoft.Json.dll
│   │   ├── ReportEntityObject.dll
│   │   ├── ReportEntityObject.pdb
│   │   ├── Slapper.dll
│   │   ├── System.Reactive.Core.dll
│   │   ├── System.Reactive.Core.xml
│   │   ├── System.Reactive.Interfaces.dll
│   │   ├── System.Reactive.Interfaces.xml
│   │   ├── System.Reactive.Linq.dll
│   │   └── System.Reactive.Linq.xml
│   ├── CatersysDAL.csproj
│   ├── CatersysDAL.csproj.pdsync
│   ├── CatersysDAL.csproj.pdsyncu
│   ├── ClientSideDAO.cs
│   ├── DBHelper.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── CatersysDAL.csprojAssemblyReference.cache
│   │   │   ├── CatersysDAL.csproj.CoreCompileInputs.cache
│   │   │   ├── CatersysDAL.csproj.FileListAbsolute.txt
│   │   │   ├── CatersysDAL.csprojResolveAssemblyReference.cache
│   │   │   ├── CatersysDAL.dll
│   │   │   ├── CatersysDAL.pdb
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   └── TempPE
│   │   └── Release
│   │   ├── CatersysDAL.csproj.FileListAbsolute.txt
│   │   ├── CatersysDAL.csprojResolveAssemblyReference.cache
│   │   ├── CatersysDAL.dll
│   │   ├── CatersysDAL.pdb
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   └── TempPE
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── StockDAO.cs
│   └── TestingClass.cs
├── Catersys.docx
├── CatersysEntityObject
│   ├── Area.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── BouncyCastle.Crypto.dll
│   │   │   ├── CatersysCoreLib.dll
│   │   │   ├── CatersysCoreLib.pdb
│   │   │   ├── CatersysEntityObject.dll
│   │   │   ├── CatersysEntityObject.pdb
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── System.Reactive.Core.dll
│   │   │   ├── System.Reactive.Core.xml
│   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   ├── System.Reactive.Interfaces.xml
│   │   │   ├── System.Reactive.Linq.dll
│   │   │   └── System.Reactive.Linq.xml
│   │   └── Release
│   │   ├── BouncyCastle.Crypto.dll
│   │   ├── CatersysCoreLib.dll
│   │   ├── CatersysCoreLib.pdb
│   │   ├── CatersysEntityObject.dll
│   │   ├── CatersysEntityObject.pdb
│   │   ├── Newtonsoft.Json.dll
│   │   ├── System.Reactive.Core.dll
│   │   ├── System.Reactive.Core.xml
│   │   ├── System.Reactive.Interfaces.dll
│   │   ├── System.Reactive.Interfaces.xml
│   │   ├── System.Reactive.Linq.dll
│   │   └── System.Reactive.Linq.xml
│   ├── CatersysEntityObject.csproj
│   ├── CatersysEntityObject.csproj.pdsync
│   ├── CatersysEntityObject.csproj.pdsyncu
│   ├── ClassDiagram1.cd
│   ├── ClientConfiguration.cs
│   ├── CookingApproach.cs
│   ├── CookingApproachDetail.cs
│   ├── CookingCategory.cs
│   ├── CookingLog.cs
│   ├── Data2Print.cs
│   ├── DelReason.cs
│   ├── Department.cs
│   ├── Device.cs
│   ├── DeviceVM.cs
│   ├── DLDetail.cs
│   ├── EntityObjectWrapper.cs
│   ├── Function.cs
│   ├── ItemLog.cs
│   ├── LockOwner.cs
│   ├── MainCategory.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── CatersysEntityObject.csprojAssemblyReference.cache
│   │   │   ├── CatersysEntityObject.csproj.CoreCompileInputs.cache
│   │   │   ├── CatersysEntityObject.csproj.FileListAbsolute.txt
│   │   │   ├── CatersysEntityObject.csprojResolveAssemblyReference.cache
│   │   │   ├── CatersysEntityObject.dll
│   │   │   ├── CatersysEntityObject.pdb
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   └── TempPE
│   │   └── Release
│   │   ├── CatersysEntityObject.csproj.FileListAbsolute.txt
│   │   ├── CatersysEntityObject.csprojResolveAssemblyReference.cache
│   │   ├── CatersysEntityObject.dll
│   │   ├── CatersysEntityObject.pdb
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   └── TempPE
│   ├── OrderDetail.cs
│   ├── OrderDetailLog.cs
│   ├── OrderDetailTest.cs
│   ├── OrderHeader.cs
│   ├── OrderLog.cs
│   ├── Payment.cs
│   ├── PaymentMode.cs
│   ├── PaymentNote.cs
│   ├── PrintDetail.cs
│   ├── Printer4VM.cs
│   ├── Printer.cs
│   ├── PrintServer.cs
│   ├── Product.cs
│   ├── ProductParams.cs
│   ├── ProductPriceTag.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── RestoreReason.cs
│   ├── SetMealDetail.cs
│   ├── SetMealSubCategory.cs
│   ├── Shop.cs
│   ├── Signer.cs
│   ├── SubCategory.cs
│   ├── Table.cs
│   ├── TableLog.cs
│   ├── Tables.cs
│   ├── TableType.cs
│   ├── Ticket.cs
│   ├── TimePeriod.cs
│   ├── User.cs
│   ├── UserParams.cs
│   ├── VIP.cs
│   └── VIPType.cs
├── CatersysFrontProgramWPF
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── BouncyCastle.Crypto.dll
│   │   │   ├── CatersysCommonClient.dll
│   │   │   ├── CatersysCommonClient.pdb
│   │   │   ├── CatersysCoreLib.dll
│   │   │   ├── CatersysCoreLib.pdb
│   │   │   ├── CatersysEntityObject.dll
│   │   │   ├── CatersysEntityObject.pdb
│   │   │   ├── CatersysFrontProgramWPF.exe
│   │   │   ├── CatersysFrontProgramWPF.pdb
│   │   │   ├── CatersysFrontProgramWPF.vshost.exe
│   │   │   ├── CatersysFrontProgramWPF.vshost.exe.manifest
│   │   │   ├── CatersysMiddleware.dll
│   │   │   ├── CatersysMiddleware.pdb
│   │   │   ├── HardWareLib.dll
│   │   │   ├── HardWareLib.pdb
│   │   │   ├── Messages.dll
│   │   │   ├── Messages.pdb
│   │   │   ├── MicroMvvm.dll
│   │   │   ├── MicroMvvm.pdb
│   │   │   ├── NetCoreComm.dll
│   │   │   ├── NetCoreComm.pdb
│   │   │   ├── NetCoreComm.xml
│   │   │   ├── NetCoreLib.dll
│   │   │   ├── NetCoreLib.pdb
│   │   │   ├── NetCoreLib.xml
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── PrinterCoreLib.dll
│   │   │   ├── PrinterCoreLib.pdb
│   │   │   ├── System.Reactive.Core.dll
│   │   │   ├── System.Reactive.Core.xml
│   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   ├── System.Reactive.Interfaces.xml
│   │   │   ├── System.Reactive.Linq.dll
│   │   │   └── System.Reactive.Linq.xml
│   │   └── Release
│   │   ├── BouncyCastle.Crypto.dll
│   │   ├── CatersysCommonClient.dll
│   │   ├── CatersysCommonClient.pdb
│   │   ├── CatersysCoreLib.dll
│   │   ├── CatersysCoreLib.pdb
│   │   ├── CatersysEntityObject.dll
│   │   ├── CatersysEntityObject.pdb
│   │   ├── CatersysFrontProgramWPF.exe
│   │   ├── CatersysFrontProgramWPF.pdb
│   │   ├── CatersysMiddleware.dll
│   │   ├── CatersysMiddleware.pdb
│   │   ├── HardWareLib.dll
│   │   ├── HardWareLib.pdb
│   │   ├── Messages.dll
│   │   ├── Messages.pdb
│   │   ├── MicroMvvm.dll
│   │   ├── MicroMvvm.pdb
│   │   ├── NetCoreComm.dll
│   │   ├── NetCoreComm.pdb
│   │   ├── NetCoreComm.xml
│   │   ├── NetCoreLib.dll
│   │   ├── NetCoreLib.pdb
│   │   ├── NetCoreLib.xml
│   │   ├── Newtonsoft.Json.dll
│   │   ├── PrinterCoreLib.dll
│   │   ├── PrinterCoreLib.pdb
│   │   ├── System.Reactive.Core.dll
│   │   ├── System.Reactive.Core.xml
│   │   ├── System.Reactive.Interfaces.dll
│   │   ├── System.Reactive.Interfaces.xml
│   │   ├── System.Reactive.Linq.dll
│   │   └── System.Reactive.Linq.xml
│   ├── CatersysFrontProgramWPF.csproj
│   ├── CatersysFrontProgramWPF.csproj.pdsync
│   ├── CatersysFrontProgramWPF.csproj.pdsyncu
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── obj
│   │   └── x86
│   │   ├── Debug
│   │   │   ├── App.g.cs
│   │   │   ├── App.g.i.cs
│   │   │   ├── CatersysFrontProgramWPF.csprojAssemblyReference.cache
│   │   │   ├── CatersysFrontProgramWPF.csproj.CoreCompileInputs.cache
│   │   │   ├── CatersysFrontProgramWPF.csproj.FileListAbsolute.txt
│   │   │   ├── CatersysFrontProgramWPF.csproj.GenerateResource.Cache
│   │   │   ├── CatersysFrontProgramWPF.csprojResolveAssemblyReference.cache
│   │   │   ├── CatersysFrontProgramWPF.exe
│   │   │   ├── CatersysFrontProgramWPF.g.resources
│   │   │   ├── CatersysFrontProgramWPF_MarkupCompile.cache
│   │   │   ├── CatersysFrontProgramWPF_MarkupCompile.i.cache
│   │   │   ├── CatersysFrontProgramWPF.pdb
│   │   │   ├── CatersysFrontProgramWPF.Properties.Resources.resources
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── MainWindow.baml
│   │   │   ├── MainWindow.g.cs
│   │   │   ├── MainWindow.g.i.cs
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   └── Release
│   │   ├── App.g.cs
│   │   ├── App.g.i.cs
│   │   ├── CatersysFrontProgramWPF.csproj.FileListAbsolute.txt
│   │   ├── CatersysFrontProgramWPF.csproj.GenerateResource.Cache
│   │   ├── CatersysFrontProgramWPF.csprojResolveAssemblyReference.cache
│   │   ├── CatersysFrontProgramWPF.exe
│   │   ├── CatersysFrontProgramWPF.g.resources
│   │   ├── CatersysFrontProgramWPF_MarkupCompile.cache
│   │   ├── CatersysFrontProgramWPF_MarkupCompile.i.cache
│   │   ├── CatersysFrontProgramWPF.pdb
│   │   ├── CatersysFrontProgramWPF.Properties.Resources.resources
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── MainWindow.baml
│   │   ├── MainWindow.g.cs
│   │   ├── MainWindow.g.i.cs
│   │   └── TempPE
│   │   └── Properties.Resources.Designer.cs.dll
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── CatersysMainProgram
│   ├── app.config
│   ├── bin
│   │   ├── Debug
│   │   │   ├── BouncyCastle.Crypto.dll
│   │   │   ├── CatersysButton.dll
│   │   │   ├── CatersysButton.pdb
│   │   │   ├── CatersysCommonClient.dll
│   │   │   ├── CatersysCommonClient.pdb
│   │   │   ├── CatersysCoreLib.dll
│   │   │   ├── CatersysCoreLib.pdb
│   │   │   ├── CatersysEntityObject.dll
│   │   │   ├── CatersysEntityObject.pdb
│   │   │   ├── CatersysMainProgram.exe
│   │   │   ├── CatersysMainProgram.exe.config
│   │   │   ├── CatersysMainProgram.pdb
│   │   │   ├── CatersysMainProgram.vshost.exe
│   │   │   ├── CatersysMainProgram.vshost.exe.config
│   │   │   ├── CatersysMainProgram.vshost.exe.manifest
│   │   │   ├── CatersysMiddleware.dll
│   │   │   ├── CatersysMiddleware.pdb
│   │   │   ├── HardWareLib.dll
│   │   │   ├── HardWareLib.pdb
│   │   │   ├── Messages.dll
│   │   │   ├── Messages.pdb
│   │   │   ├── MicroMvvm.dll
│   │   │   ├── MicroMvvm.pdb
│   │   │   ├── NetCoreComm.dll
│   │   │   ├── NetCoreComm.pdb
│   │   │   ├── NetCoreComm.xml
│   │   │   ├── NetCoreLib.dll
│   │   │   ├── NetCoreLib.pdb
│   │   │   ├── NetCoreLib.xml
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── PrinterCoreLib.dll
│   │   │   ├── PrinterCoreLib.pdb
│   │   │   ├── System.Reactive.Core.dll
│   │   │   ├── System.Reactive.Core.xml
│   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   ├── System.Reactive.Interfaces.xml
│   │   │   ├── System.Reactive.Linq.dll
│   │   │   └── System.Reactive.Linq.xml
│   │   └── Release
│   │   ├── BouncyCastle.Crypto.dll
│   │   ├── CatersysButton.dll
│   │   ├── CatersysButton.pdb
│   │   ├── CatersysCommonClient.dll
│   │   ├── CatersysCommonClient.pdb
│   │   ├── CatersysCoreLib.dll
│   │   ├── CatersysCoreLib.pdb
│   │   ├── CatersysEntityObject.dll
│   │   ├── CatersysEntityObject.pdb
│   │   ├── CatersysMainProgram.exe
│   │   ├── CatersysMainProgram.exe.config
│   │   ├── CatersysMainProgram.pdb
│   │   ├── CatersysMiddleware.dll
│   │   ├── CatersysMiddleware.pdb
│   │   ├── HardWareLib.dll
│   │   ├── HardWareLib.pdb
│   │   ├── Messages.dll
│   │   ├── Messages.pdb
│   │   ├── MicroMvvm.dll
│   │   ├── MicroMvvm.pdb
│   │   ├── NetCoreComm.dll
│   │   ├── NetCoreComm.pdb
│   │   ├── NetCoreComm.xml
│   │   ├── NetCoreLib.dll
│   │   ├── NetCoreLib.pdb
│   │   ├── NetCoreLib.xml
│   │   ├── Newtonsoft.Json.dll
│   │   ├── PrinterCoreLib.dll
│   │   ├── PrinterCoreLib.pdb
│   │   ├── System.Reactive.Core.dll
│   │   ├── System.Reactive.Core.xml
│   │   ├── System.Reactive.Interfaces.dll
│   │   ├── System.Reactive.Interfaces.xml
│   │   ├── System.Reactive.Linq.dll
│   │   └── System.Reactive.Linq.xml
│   ├── CatersysMainProgram.csproj
│   ├── CatersysMainProgram.csproj.pdsync
│   ├── CatersysMainProgram.csproj.pdsyncu
│   ├── frmDesk.cs
│   ├── frmDesk.Designer.cs
│   ├── frmDesk.resx
│   ├── frmLogin.cs
│   ├── frmLogin.Designer.cs
│   ├── frmLogin.resx
│   ├── obj
│   │   └── x86
│   │   ├── Debug
│   │   │   ├── CatersysMainProgram.csprojAssemblyReference.cache
│   │   │   ├── CatersysMainProgram.csproj.CoreCompileInputs.cache
│   │   │   ├── CatersysMainProgram.csproj.FileListAbsolute.txt
│   │   │   ├── CatersysMainProgram.csproj.GenerateResource.Cache
│   │   │   ├── CatersysMainProgram.csprojResolveAssemblyReference.cache
│   │   │   ├── CatersysMainProgram.exe
│   │   │   ├── CatersysMainProgram.frmDesk.resources
│   │   │   ├── CatersysMainProgram.frmLogin.resources
│   │   │   ├── CatersysMainProgram.pdb
│   │   │   ├── CatersysMainProgram.Properties.Resources.resources
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   └── Release
│   │   ├── CatersysMainProgram.csproj.FileListAbsolute.txt
│   │   ├── CatersysMainProgram.csproj.GenerateResource.Cache
│   │   ├── CatersysMainProgram.csprojResolveAssemblyReference.cache
│   │   ├── CatersysMainProgram.exe
│   │   ├── CatersysMainProgram.frmDesk.resources
│   │   ├── CatersysMainProgram.frmLogin.resources
│   │   ├── CatersysMainProgram.pdb
│   │   ├── CatersysMainProgram.Properties.Resources.resources
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   └── TempPE
│   │   └── Properties.Resources.Designer.cs.dll
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── CatersysMiddleware
│   ├── bin
│   │   ├── Debug
│   │   │   ├── BouncyCastle.Crypto.dll
│   │   │   ├── CatersysCommonClient.dll
│   │   │   ├── CatersysCommonClient.pdb
│   │   │   ├── CatersysCoreLib.dll
│   │   │   ├── CatersysCoreLib.pdb
│   │   │   ├── CatersysEntityObject.dll
│   │   │   ├── CatersysEntityObject.pdb
│   │   │   ├── CatersysMiddleware.dll
│   │   │   ├── CatersysMiddleware.pdb
│   │   │   ├── HardWareLib.dll
│   │   │   ├── HardWareLib.pdb
│   │   │   ├── Messages.dll
│   │   │   ├── Messages.pdb
│   │   │   ├── MicroMvvm.dll
│   │   │   ├── MicroMvvm.pdb
│   │   │   ├── NetCoreComm.dll
│   │   │   ├── NetCoreComm.pdb
│   │   │   ├── NetCoreComm.xml
│   │   │   ├── NetCoreLib.dll
│   │   │   ├── NetCoreLib.pdb
│   │   │   ├── NetCoreLib.xml
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── PrinterCoreLib.dll
│   │   │   ├── PrinterCoreLib.pdb
│   │   │   ├── System.Reactive.Core.dll
│   │   │   ├── System.Reactive.Core.xml
│   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   ├── System.Reactive.Interfaces.xml
│   │   │   ├── System.Reactive.Linq.dll
│   │   │   └── System.Reactive.Linq.xml
│   │   └── Release
│   │   ├── BouncyCastle.Crypto.dll
│   │   ├── CatersysCommonClient.dll
│   │   ├── CatersysCommonClient.pdb
│   │   ├── CatersysCoreLib.dll
│   │   ├── CatersysCoreLib.pdb
│   │   ├── CatersysEntityObject.dll
│   │   ├── CatersysEntityObject.pdb
│   │   ├── CatersysMiddleware.dll
│   │   ├── CatersysMiddleware.pdb
│   │   ├── HardWareLib.dll
│   │   ├── HardWareLib.pdb
│   │   ├── Messages.dll
│   │   ├── Messages.pdb
│   │   ├── MicroMvvm.dll
│   │   ├── MicroMvvm.pdb
│   │   ├── NetCoreComm.dll
│   │   ├── NetCoreComm.pdb
│   │   ├── NetCoreComm.xml
│   │   ├── NetCoreLib.dll
│   │   ├── NetCoreLib.pdb
│   │   ├── NetCoreLib.xml
│   │   ├── Newtonsoft.Json.dll
│   │   ├── PrinterCoreLib.dll
│   │   ├── PrinterCoreLib.pdb
│   │   ├── System.Reactive.Core.dll
│   │   ├── System.Reactive.Core.xml
│   │   ├── System.Reactive.Interfaces.dll
│   │   ├── System.Reactive.Interfaces.xml
│   │   ├── System.Reactive.Linq.dll
│   │   └── System.Reactive.Linq.xml
│   ├── CacheUpdater.cs
│   ├── CatersysMiddleware.csproj
│   ├── CatersysMiddleware.csproj.pdsync
│   ├── CatersysMiddleware.csproj.pdsyncu
│   ├── Intermediate.cs
│   ├── NetClient.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── CatersysMiddleware.csprojAssemblyReference.cache
│   │   │   ├── CatersysMiddleware.csproj.CoreCompileInputs.cache
│   │   │   ├── CatersysMiddleware.csproj.FileListAbsolute.txt
│   │   │   ├── CatersysMiddleware.csprojResolveAssemblyReference.cache
│   │   │   ├── CatersysMiddleware.dll
│   │   │   ├── CatersysMiddleware.pdb
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── NetHelper.csproj.FileListAbsolute.txt
│   │   │   └── TempPE
│   │   └── Release
│   │   ├── CatersysMiddleware.csproj.FileListAbsolute.txt
│   │   ├── CatersysMiddleware.csprojResolveAssemblyReference.cache
│   │   ├── CatersysMiddleware.dll
│   │   ├── CatersysMiddleware.pdb
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   └── TempPE
│   └── Properties
│   └── AssemblyInfo.cs
├── CatersysServerCommon
│   ├── ApplicationData.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── BouncyCastle.Crypto.dll
│   │   │   ├── CatersysCoreLib.dll
│   │   │   ├── CatersysCoreLib.pdb
│   │   │   ├── CatersysEntityObject.dll
│   │   │   ├── CatersysEntityObject.pdb
│   │   │   ├── CatersysServerCommon.dll
│   │   │   ├── CatersysServerCommon.pdb
│   │   │   ├── MicroMvvm.dll
│   │   │   ├── MicroMvvm.pdb
│   │   │   ├── NetCoreComm.dll
│   │   │   ├── NetCoreComm.pdb
│   │   │   ├── NetCoreComm.xml
│   │   │   ├── NetCoreLib.dll
│   │   │   ├── NetCoreLib.pdb
│   │   │   ├── NetCoreLib.xml
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── System.Reactive.Core.dll
│   │   │   ├── System.Reactive.Core.xml
│   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   ├── System.Reactive.Interfaces.xml
│   │   │   ├── System.Reactive.Linq.dll
│   │   │   └── System.Reactive.Linq.xml
│   │   └── Release
│   │   ├── BouncyCastle.Crypto.dll
│   │   ├── CatersysCoreLib.dll
│   │   ├── CatersysCoreLib.pdb
│   │   ├── CatersysEntityObject.dll
│   │   ├── CatersysEntityObject.pdb
│   │   ├── CatersysServerCommon.dll
│   │   ├── CatersysServerCommon.pdb
│   │   ├── MicroMvvm.dll
│   │   ├── MicroMvvm.pdb
│   │   ├── NetCoreComm.dll
│   │   ├── NetCoreComm.pdb
│   │   ├── NetCoreComm.xml
│   │   ├── NetCoreLib.dll
│   │   ├── NetCoreLib.pdb
│   │   ├── NetCoreLib.xml
│   │   ├── Newtonsoft.Json.dll
│   │   ├── System.Reactive.Core.dll
│   │   ├── System.Reactive.Core.xml
│   │   ├── System.Reactive.Interfaces.dll
│   │   ├── System.Reactive.Interfaces.xml
│   │   ├── System.Reactive.Linq.dll
│   │   └── System.Reactive.Linq.xml
│   ├── CatersysServerCommon.csproj
│   ├── CatersysServerCommon.csproj.pdsync
│   ├── CatersysServerCommon.csproj.pdsyncu
│   ├── ClientPrinterStatusChangeEventArgs.cs
│   ├── DeviceListViewModel.cs
│   ├── DeviceViewModel.cs
│   ├── GlobalSystemData.cs
│   ├── MainWndListViewModel.cs
│   ├── MainWndViewModel.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── CatersysServerCommon.csproj.FileListAbsolute.txt
│   │   │   ├── CatersysServerCommon.csprojResolveAssemblyReference.cache
│   │   │   ├── CatersysServerCommon.dll
│   │   │   ├── CatersysServerCommon.pdb
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   └── TempPE
│   │   └── Release
│   │   ├── CatersysServerCommon.csproj.FileListAbsolute.txt
│   │   ├── CatersysServerCommon.csprojResolveAssemblyReference.cache
│   │   ├── CatersysServerCommon.dll
│   │   ├── CatersysServerCommon.pdb
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   └── TempPE
│   ├── PrintQueue.cs
│   ├── PrintResultEventArgs.cs
│   ├── PrintServerStatusChangeEventArgs.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── SystemInitialEventArgs.cs
│   ├── TimeUtility.cs
│   ├── UserLoginEventArgs.cs
│   └── ViewModelContainer.cs
├── CatersysServerMiddleTier
│   ├── App.config
│   ├── bin
│   │   ├── Debug
│   │   │   ├── BouncyCastle.Crypto.dll
│   │   │   ├── CatersysCoreLib.dll
│   │   │   ├── CatersysCoreLib.pdb
│   │   │   ├── CatersysDAL.dll
│   │   │   ├── CatersysDAL.pdb
│   │   │   ├── CatersysEntityObject.dll
│   │   │   ├── CatersysEntityObject.pdb
│   │   │   ├── CatersysServerCommon.dll
│   │   │   ├── CatersysServerCommon.pdb
│   │   │   ├── CatersysServerMiddleTier.dll
│   │   │   ├── CatersysServerMiddleTier.dll.config
│   │   │   ├── CatersysServerMiddleTier.pdb
│   │   │   ├── Dapper.dll
│   │   │   ├── Dapper.xml
│   │   │   ├── DataAccess.dll
│   │   │   ├── DataAccess.pdb
│   │   │   ├── Messages.dll
│   │   │   ├── Messages.pdb
│   │   │   ├── MicroMvvm.dll
│   │   │   ├── MicroMvvm.pdb
│   │   │   ├── Microsoft.Practices.EnterpriseLibrary.Common.dll
│   │   │   ├── Microsoft.Practices.EnterpriseLibrary.Common.pdb
│   │   │   ├── Microsoft.Practices.EnterpriseLibrary.Common.xml
│   │   │   ├── Microsoft.Practices.EnterpriseLibrary.Data.dll
│   │   │   ├── Microsoft.Practices.EnterpriseLibrary.Data.pdb
│   │   │   ├── Microsoft.Practices.EnterpriseLibrary.Data.xml
│   │   │   ├── Microsoft.Practices.ServiceLocation.dll
│   │   │   ├── Microsoft.Practices.ServiceLocation.pdb
│   │   │   ├── Microsoft.Practices.Unity.dll
│   │   │   ├── Microsoft.Practices.Unity.Interception.dll
│   │   │   ├── Microsoft.Practices.Unity.Interception.pdb
│   │   │   ├── Microsoft.Practices.Unity.pdb
│   │   │   ├── NetCoreComm.dll
│   │   │   ├── NetCoreComm.pdb
│   │   │   ├── NetCoreComm.xml
│   │   │   ├── NetCoreLib.dll
│   │   │   ├── NetCoreLib.pdb
│   │   │   ├── NetCoreLib.xml
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── ReportEntityObject.dll
│   │   │   ├── ReportEntityObject.pdb
│   │   │   ├── Slapper.dll
│   │   │   ├── System.Reactive.Core.dll
│   │   │   ├── System.Reactive.Core.xml
│   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   ├── System.Reactive.Interfaces.xml
│   │   │   ├── System.Reactive.Linq.dll
│   │   │   └── System.Reactive.Linq.xml
│   │   └── Release
│   │   ├── BouncyCastle.Crypto.dll
│   │   ├── CatersysCoreLib.dll
│   │   ├── CatersysCoreLib.pdb
│   │   ├── CatersysDAL.dll
│   │   ├── CatersysDAL.pdb
│   │   ├── CatersysEntityObject.dll
│   │   ├── CatersysEntityObject.pdb
│   │   ├── CatersysServerCommon.dll
│   │   ├── CatersysServerCommon.pdb
│   │   ├── CatersysServerMiddleTier.dll
│   │   ├── CatersysServerMiddleTier.dll.config
│   │   ├── CatersysServerMiddleTier.pdb
│   │   ├── Messages.dll
│   │   ├── Messages.pdb
│   │   ├── MicroMvvm.dll
│   │   ├── MicroMvvm.pdb
│   │   ├── Microsoft.Practices.EnterpriseLibrary.Common.dll
│   │   ├── Microsoft.Practices.EnterpriseLibrary.Common.pdb
│   │   ├── Microsoft.Practices.EnterpriseLibrary.Common.xml
│   │   ├── Microsoft.Practices.EnterpriseLibrary.Data.dll
│   │   ├── Microsoft.Practices.EnterpriseLibrary.Data.pdb
│   │   ├── Microsoft.Practices.EnterpriseLibrary.Data.xml
│   │   ├── Microsoft.Practices.ServiceLocation.dll
│   │   ├── Microsoft.Practices.ServiceLocation.pdb
│   │   ├── Microsoft.Practices.Unity.dll
│   │   ├── Microsoft.Practices.Unity.Interception.dll
│   │   ├── Microsoft.Practices.Unity.Interception.pdb
│   │   ├── Microsoft.Practices.Unity.pdb
│   │   ├── NetCoreComm.dll
│   │   ├── NetCoreComm.pdb
│   │   ├── NetCoreComm.xml
│   │   ├── NetCoreLib.dll
│   │   ├── NetCoreLib.pdb
│   │   ├── NetCoreLib.xml
│   │   ├── Newtonsoft.Json.dll
│   │   ├── ReportEntityObject.dll
│   │   ├── ReportEntityObject.pdb
│   │   ├── System.Reactive.Core.dll
│   │   ├── System.Reactive.Core.xml
│   │   ├── System.Reactive.Interfaces.dll
│   │   ├── System.Reactive.Interfaces.xml
│   │   ├── System.Reactive.Linq.dll
│   │   └── System.Reactive.Linq.xml
│   ├── CatersysServerMiddleTier.csproj
│   ├── CatersysServerMiddleTier.csproj.pdsync
│   ├── CatersysServerMiddleTier.csproj.pdsyncu
│   ├── ClientDataProcessor.cs
│   ├── ConnectionManager.cs
│   ├── DataDeliveryCourier.cs
│   ├── Intermediate.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── CatersysServerMiddleTier.csproj.FileListAbsolute.txt
│   │   │   ├── CatersysServerMiddleTier.csprojResolveAssemblyReference.cache
│   │   │   ├── CatersysServerMiddleTier.dll
│   │   │   ├── CatersysServerMiddleTier.pdb
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   └── TempPE
│   │   └── Release
│   │   ├── CatersysServerMiddleTier.csproj.FileListAbsolute.txt
│   │   ├── CatersysServerMiddleTier.csprojResolveAssemblyReference.cache
│   │   ├── CatersysServerMiddleTier.dll
│   │   ├── CatersysServerMiddleTier.pdb
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   └── TempPE
│   ├── PrinterDataProcessor.cs
│   ├── PrintServerDataProcessor.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   └── RegisteredClientArrivedEventArgs.cs
├── CatersysServerUI
│   ├── app.config
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── BouncyCastle.Crypto.dll
│   │   │   ├── CatersysCoreLib.dll
│   │   │   ├── CatersysCoreLib.pdb
│   │   │   ├── CatersysDAL.dll
│   │   │   ├── CatersysDAL.pdb
│   │   │   ├── CatersysEntityObject.dll
│   │   │   ├── CatersysEntityObject.pdb
│   │   │   ├── CatersysServerCommon.dll
│   │   │   ├── CatersysServerCommon.pdb
│   │   │   ├── CatersysServerMiddleTier.dll
│   │   │   ├── CatersysServerMiddleTier.pdb
│   │   │   ├── CatersysServerUI.exe
│   │   │   ├── CatersysServerUI.exe.config
│   │   │   ├── CatersysServerUI.pdb
│   │   │   ├── CatersysServerUI.vshost.exe
│   │   │   ├── CatersysServerUI.vshost.exe.config
│   │   │   ├── CatersysServerUI.vshost.exe.config.config
│   │   │   ├── CatersysServerUI.vshost.exe.manifest
│   │   │   ├── Dapper.dll
│   │   │   ├── Dapper.xml
│   │   │   ├── DataAccess.dll
│   │   │   ├── DataAccess.pdb
│   │   │   ├── DockPanelSplitter.dll
│   │   │   ├── DockPanelSplitter.pdb
│   │   │   ├── Messages.dll
│   │   │   ├── Messages.pdb
│   │   │   ├── MicroMvvm.dll
│   │   │   ├── MicroMvvm.pdb
│   │   │   ├── Microsoft.Practices.EnterpriseLibrary.Common.dll
│   │   │   ├── Microsoft.Practices.EnterpriseLibrary.Common.pdb
│   │   │   ├── Microsoft.Practices.EnterpriseLibrary.Common.xml
│   │   │   ├── Microsoft.Practices.EnterpriseLibrary.Data.dll
│   │   │   ├── Microsoft.Practices.EnterpriseLibrary.Data.pdb
│   │   │   ├── Microsoft.Practices.EnterpriseLibrary.Data.xml
│   │   │   ├── Microsoft.Practices.ServiceLocation.dll
│   │   │   ├── Microsoft.Practices.ServiceLocation.pdb
│   │   │   ├── Microsoft.Practices.Unity.dll
│   │   │   ├── Microsoft.Practices.Unity.Interception.dll
│   │   │   ├── Microsoft.Practices.Unity.Interception.pdb
│   │   │   ├── Microsoft.Practices.Unity.pdb
│   │   │   ├── NetCoreComm.dll
│   │   │   ├── NetCoreComm.pdb
│   │   │   ├── NetCoreComm.xml
│   │   │   ├── NetCoreLib.dll
│   │   │   ├── NetCoreLib.pdb
│   │   │   ├── NetCoreLib.xml
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── ReportEntityObject.dll
│   │   │   ├── ReportEntityObject.pdb
│   │   │   ├── Slapper.dll
│   │   │   ├── System.Reactive.Core.dll
│   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   ├── System.Reactive.Interfaces.xml
│   │   │   ├── System.Reactive.Linq.dll
│   │   │   └── System.Reactive.Linq.xml
│   │   └── Release
│   │   ├── BouncyCastle.Crypto.dll
│   │   ├── CatersysCoreLib.dll
│   │   ├── CatersysCoreLib.pdb
│   │   ├── CatersysDAL.dll
│   │   ├── CatersysDAL.pdb
│   │   ├── CatersysEntityObject.dll
│   │   ├── CatersysEntityObject.pdb
│   │   ├── CatersysServerCommon.dll
│   │   ├── CatersysServerCommon.pdb
│   │   ├── CatersysServerMiddleTier.dll
│   │   ├── CatersysServerMiddleTier.pdb
│   │   ├── CatersysServerUI.exe
│   │   ├── CatersysServerUI.exe.config
│   │   ├── CatersysServerUI.pdb
│   │   ├── CatersysServerUI.vshost.exe
│   │   ├── CatersysServerUI.vshost.exe.config
│   │   ├── CatersysServerUI.vshost.exe.manifest
│   │   ├── DockPanelSplitter.dll
│   │   ├── DockPanelSplitter.pdb
│   │   ├── Messages.dll
│   │   ├── Messages.pdb
│   │   ├── MicroMvvm.dll
│   │   ├── MicroMvvm.pdb
│   │   ├── Microsoft.Practices.EnterpriseLibrary.Common.dll
│   │   ├── Microsoft.Practices.EnterpriseLibrary.Common.pdb
│   │   ├── Microsoft.Practices.EnterpriseLibrary.Common.xml
│   │   ├── Microsoft.Practices.EnterpriseLibrary.Data.dll
│   │   ├── Microsoft.Practices.EnterpriseLibrary.Data.pdb
│   │   ├── Microsoft.Practices.EnterpriseLibrary.Data.xml
│   │   ├── Microsoft.Practices.ServiceLocation.dll
│   │   ├── Microsoft.Practices.ServiceLocation.pdb
│   │   ├── Microsoft.Practices.Unity.dll
│   │   ├── Microsoft.Practices.Unity.Interception.dll
│   │   ├── Microsoft.Practices.Unity.Interception.pdb
│   │   ├── Microsoft.Practices.Unity.pdb
│   │   ├── NetCoreComm.dll
│   │   ├── NetCoreComm.pdb
│   │   ├── NetCoreComm.xml
│   │   ├── NetCoreLib.dll
│   │   ├── NetCoreLib.pdb
│   │   ├── NetCoreLib.xml
│   │   ├── Newtonsoft.Json.dll
│   │   ├── ReportEntityObject.dll
│   │   ├── ReportEntityObject.pdb
│   │   ├── System.Reactive.Core.dll
│   │   ├── System.Reactive.Interfaces.dll
│   │   ├── System.Reactive.Interfaces.xml
│   │   ├── System.Reactive.Linq.dll
│   │   └── System.Reactive.Linq.xml
│   ├── CatersysServerUI.csproj
│   ├── CatersysServerUI.csproj.pdsync
│   ├── CatersysServerUI.csproj.pdsyncu
│   ├── CodeFile1.cs
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── obj
│   │   └── x86
│   │   ├── Debug
│   │   │   ├── App.baml
│   │   │   ├── App.g.cs
│   │   │   ├── App.g.i.cs
│   │   │   ├── CatersysServerUI.csproj.FileListAbsolute.txt
│   │   │   ├── CatersysServerUI.csproj.GenerateResource.Cache
│   │   │   ├── CatersysServerUI.csprojResolveAssemblyReference.cache
│   │   │   ├── CatersysServerUI.exe
│   │   │   ├── CatersysServerUI.g.resources
│   │   │   ├── CatersysServerUI_MarkupCompile.cache
│   │   │   ├── CatersysServerUI_MarkupCompile.i.cache
│   │   │   ├── CatersysServerUI.pdb
│   │   │   ├── CatersysServerUI.Properties.Resources.resources
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── MainWindow.baml
│   │   │   ├── MainWindow.g.cs
│   │   │   ├── MainWindow.g.i.cs
│   │   │   ├── StylesAndTemplates
│   │   │   │   ├── FunctionBtn.baml
│   │   │   │   └── MetroScrollBar.baml
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Window1.baml
│   │   │   ├── Window1.g.cs
│   │   │   └── Window1.g.i.cs
│   │   └── Release
│   │   ├── App.baml
│   │   ├── App.g.cs
│   │   ├── App.g.i.cs
│   │   ├── CatersysServerUI.csproj.FileListAbsolute.txt
│   │   ├── CatersysServerUI.csproj.GenerateResource.Cache
│   │   ├── CatersysServerUI.csprojResolveAssemblyReference.cache
│   │   ├── CatersysServerUI.exe
│   │   ├── CatersysServerUI.g.resources
│   │   ├── CatersysServerUI_MarkupCompile.cache
│   │   ├── CatersysServerUI_MarkupCompile.i.cache
│   │   ├── CatersysServerUI.pdb
│   │   ├── CatersysServerUI.Properties.Resources.resources
│   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── MainWindow.baml
│   │   ├── MainWindow.g.cs
│   │   ├── MainWindow.g.i.cs
│   │   ├── StylesAndTemplates
│   │   │   ├── FunctionBtn.baml
│   │   │   └── MetroScrollBar.baml
│   │   ├── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── Window1.baml
│   │   ├── Window1.g.cs
│   │   └── Window1.g.i.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── StylesAndTemplates
│   │   ├── FunctionBtn.xaml
│   │   └── MetroScrollBar.xaml
│   ├── Window1.xaml
│   └── Window1.xaml.cs
├── Client
│   ├── app.config
│   ├── bin
│   ├── Form2.cs
│   ├── Form2.Designer.cs
│   ├── Form2.resx
│   ├── FormClientMain.cs
│   ├── FormClientMain.Designer.cs
│   ├── FormClientMain.resx
│   ├── obj
│   │   ├── Debug
│   │   │   ├── Client.exe
│   │   │   ├── Client.Form2.resources
│   │   │   ├── Client.FormClientMain.resources
│   │   │   ├── Client.pdb
│   │   │   ├── Client.Properties.Resources.resources
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── SimpleClient.csprojAssemblyReference.cache
│   │   │   ├── SimpleClient.csproj.CoreCompileInputs.cache
│   │   │   ├── SimpleClient.csproj.FileListAbsolute.txt
│   │   │   ├── SimpleClient.csproj.GenerateResource.Cache
│   │   │   ├── SimpleClient.csprojResolveAssemblyReference.cache
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   └── Release
│   │   ├── Client.exe
│   │   ├── Client.Form2.resources
│   │   ├── Client.FormClientMain.resources
│   │   ├── Client.pdb
│   │   ├── Client.Properties.Resources.resources
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── SimpleClient.csproj.FileListAbsolute.txt
│   │   ├── SimpleClient.csproj.GenerateResource.Cache
│   │   ├── SimpleClient.csprojResolveAssemblyReference.cache
│   │   └── TempPE
│   │   └── Properties.Resources.Designer.cs.dll
│   ├── packages
│   │   ├── repositories.config
│   │   ├── Rx-Core.2.2.5
│   │   │   ├── lib
│   │   │   │   ├── net40
│   │   │   │   │   ├── System.Reactive.Core.dll
│   │   │   │   │   └── System.Reactive.Core.XML
│   │   │   │   ├── net45
│   │   │   │   │   ├── System.Reactive.Core.dll
│   │   │   │   │   └── System.Reactive.Core.XML
│   │   │   │   ├── portable-net40+sl5+win8+wp8
│   │   │   │   │   ├── System.Reactive.Core.dll
│   │   │   │   │   └── System.Reactive.Core.XML
│   │   │   │   ├── portable-net45+winrt45+wp8+wpa81
│   │   │   │   │   ├── System.Reactive.Core.dll
│   │   │   │   │   └── System.Reactive.Core.XML
│   │   │   │   ├── portable-win81+wpa81
│   │   │   │   │   ├── System.Reactive.Core.dll
│   │   │   │   │   └── System.Reactive.Core.XML
│   │   │   │   ├── portable-windows8+net45+wp8
│   │   │   │   │   ├── System.Reactive.Core.dll
│   │   │   │   │   └── System.Reactive.Core.XML
│   │   │   │   ├── sl5
│   │   │   │   │   ├── System.Reactive.Core.dll
│   │   │   │   │   └── System.Reactive.Core.XML
│   │   │   │   ├── windows8
│   │   │   │   │   ├── System.Reactive.Core.dll
│   │   │   │   │   └── System.Reactive.Core.XML
│   │   │   │   ├── windowsphone71
│   │   │   │   │   ├── System.Reactive.Core.dll
│   │   │   │   │   └── System.Reactive.Core.XML
│   │   │   │   └── windowsphone8
│   │   │   │   ├── System.Reactive.Core.dll
│   │   │   │   └── System.Reactive.Core.XML
│   │   │   └── Rx-Core.2.2.5.nupkg
│   │   ├── Rx-Interfaces.2.2.5
│   │   │   ├── lib
│   │   │   │   ├── net40
│   │   │   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   │   │   └── System.Reactive.Interfaces.XML
│   │   │   │   ├── net45
│   │   │   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   │   │   └── System.Reactive.Interfaces.XML
│   │   │   │   ├── portable-net40+sl5+win8+wp8
│   │   │   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   │   │   └── System.Reactive.Interfaces.XML
│   │   │   │   ├── portable-net45+winrt45+wp8+wpa81
│   │   │   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   │   │   └── System.Reactive.Interfaces.XML
│   │   │   │   ├── portable-win81+wpa81
│   │   │   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   │   │   └── System.Reactive.Interfaces.XML
│   │   │   │   ├── portable-windows8+net45+wp8
│   │   │   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   │   │   └── System.Reactive.Interfaces.XML
│   │   │   │   ├── sl5
│   │   │   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   │   │   └── System.Reactive.Interfaces.XML
│   │   │   │   ├── windows8
│   │   │   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   │   │   └── System.Reactive.Interfaces.XML
│   │   │   │   ├── windowsphone71
│   │   │   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   │   │   └── System.Reactive.Interfaces.XML
│   │   │   │   └── windowsphone8
│   │   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   │   └── System.Reactive.Interfaces.XML
│   │   │   └── Rx-Interfaces.2.2.5.nupkg
│   │   ├── Rx-Linq.2.2.5
│   │   │   ├── lib
│   │   │   │   ├── net40
│   │   │   │   │   ├── System.Reactive.Linq.dll
│   │   │   │   │   └── System.Reactive.Linq.XML
│   │   │   │   ├── net45
│   │   │   │   │   ├── System.Reactive.Linq.dll
│   │   │   │   │   └── System.Reactive.Linq.XML
│   │   │   │   ├── portable-net40+sl5+win8+wp8
│   │   │   │   │   ├── System.Reactive.Linq.dll
│   │   │   │   │   └── System.Reactive.Linq.XML
│   │   │   │   ├── portable-net45+winrt45+wp8+wpa81
│   │   │   │   │   ├── System.Reactive.Linq.dll
│   │   │   │   │   └── System.Reactive.Linq.XML
│   │   │   │   ├── portable-win81+wpa81
│   │   │   │   │   ├── System.Reactive.Linq.dll
│   │   │   │   │   └── System.Reactive.Linq.XML
│   │   │   │   ├── portable-windows8+net45+wp8
│   │   │   │   │   ├── System.Reactive.Linq.dll
│   │   │   │   │   └── System.Reactive.Linq.XML
│   │   │   │   ├── sl5
│   │   │   │   │   ├── System.Reactive.Linq.dll
│   │   │   │   │   └── System.Reactive.Linq.XML
│   │   │   │   ├── windows8
│   │   │   │   │   ├── System.Reactive.Linq.dll
│   │   │   │   │   └── System.Reactive.Linq.XML
│   │   │   │   ├── windowsphone71
│   │   │   │   │   ├── System.Reactive.Linq.dll
│   │   │   │   │   └── System.Reactive.Linq.XML
│   │   │   │   └── windowsphone8
│   │   │   │   ├── System.Reactive.Linq.dll
│   │   │   │   └── System.Reactive.Linq.XML
│   │   │   └── Rx-Linq.2.2.5.nupkg
│   │   ├── Rx-Main.2.2.5
│   │   │   └── Rx-Main.2.2.5.nupkg
│   │   ├── Rx-PlatformServices.2.2.5
│   │   │   ├── lib
│   │   │   │   ├── net40
│   │   │   │   │   ├── System.Reactive.PlatformServices.dll
│   │   │   │   │   └── System.Reactive.PlatformServices.XML
│   │   │   │   ├── net45
│   │   │   │   │   ├── System.Reactive.PlatformServices.dll
│   │   │   │   │   └── System.Reactive.PlatformServices.XML
│   │   │   │   ├── portable-net40+sl5+win8+wp8
│   │   │   │   │   ├── System.Reactive.PlatformServices.dll
│   │   │   │   │   └── System.Reactive.PlatformServices.XML
│   │   │   │   ├── portable-net45+winrt45+wp8+wpa81
│   │   │   │   │   ├── System.Reactive.PlatformServices.dll
│   │   │   │   │   └── System.Reactive.PlatformServices.XML
│   │   │   │   ├── portable-win81+wpa81
│   │   │   │   │   ├── System.Reactive.PlatformServices.dll
│   │   │   │   │   └── System.Reactive.PlatformServices.XML
│   │   │   │   ├── portable-windows8+net45+wp8
│   │   │   │   │   ├── System.Reactive.PlatformServices.dll
│   │   │   │   │   └── System.Reactive.PlatformServices.XML
│   │   │   │   ├── sl5
│   │   │   │   │   ├── System.Reactive.PlatformServices.dll
│   │   │   │   │   └── System.Reactive.PlatformServices.XML
│   │   │   │   ├── windows8
│   │   │   │   │   ├── System.Reactive.PlatformServices.dll
│   │   │   │   │   └── System.Reactive.PlatformServices.XML
│   │   │   │   ├── windowsphone71
│   │   │   │   │   ├── System.Reactive.PlatformServices.dll
│   │   │   │   │   └── System.Reactive.PlatformServices.XML
│   │   │   │   └── windowsphone8
│   │   │   │   ├── System.Reactive.PlatformServices.dll
│   │   │   │   └── System.Reactive.PlatformServices.XML
│   │   │   └── Rx-PlatformServices.2.2.5.nupkg
│   │   └── Slapper.AutoMapper.1.0.0.9
│   │   ├── lib
│   │   │   ├── Slapper.dll
│   │   │   ├── Slapper.pdb
│   │   │   └── Slapper.XML
│   │   ├── Slapper.AutoMapper.1.0.0.9.nupkg
│   │   └── tools
│   │   └── install.ps1
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── SimpleClient.csproj
│   ├── SimpleClient.csproj.pdsync
│   ├── SimpleClient.csproj.pdsyncu
│   ├── SimpleClient.sln
│   ├── SimpleClient.suo
│   ├── SimpleClient.sws
│   ├── SimpleClient.v11.suo
│   ├── UpgradeLog.XML
│   └── _UpgradeReport_Files
│   ├── UpgradeReport.css
│   ├── UpgradeReport_Minus.gif
│   ├── UpgradeReport_Plus.gif
│   └── UpgradeReport.xslt
├── CodeExecuteTimeMeasure.txt
├── Concurrent List.txt
├── ControlArranging.txt
├── Controls.txt
├── C# POS指令.txt
├── C# TextBox.txt
├── DataAccess
│   ├── app.config
│   ├── bin
│   │   ├── Debug
│   │   │   ├── DataAccess.dll
│   │   │   ├── DataAccess.dll.config
│   │   │   └── DataAccess.pdb
│   │   └── Release
│   │   ├── DataAccess.dll
│   │   ├── DataAccess.dll.config
│   │   └── DataAccess.pdb
│   ├── ClientSide.cs
│   ├── ClientSideDataContext.cs
│   ├── ClientSide.dbml
│   ├── ClientSide.dbml.layout
│   ├── ClientSide.designer.cs
│   ├── DataAccess.csproj
│   ├── DataAccess.csproj.pdsync
│   ├── DataAccess.csproj.pdsyncu
│   ├── DataClassesDataContext.cs
│   ├── DataClasses.dbml
│   ├── DataClasses.dbml.layout
│   ├── DataClasses.designer.cs
│   ├── DataClassesStockDataContext.cs
│   ├── DataClassesStock.dbml
│   ├── DataClassesStock.dbml.layout
│   ├── DataClassesStock.designer.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DataAccess.csprojAssemblyReference.cache
│   │   │   ├── DataAccess.csproj.CoreCompileInputs.cache
│   │   │   ├── DataAccess.csproj.FileListAbsolute.txt
│   │   │   ├── DataAccess.dll
│   │   │   ├── DataAccess.pdb
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   └── TempPE
│   │   │   ├── ClientSide.designer.cs.dll
│   │   │   ├── DataClasses.designer.cs.dll
│   │   │   └── DataClassesStock.designer.cs.dll
│   │   └── Release
│   │   ├── DataAccess.csproj.FileListAbsolute.txt
│   │   ├── DataAccess.dll
│   │   ├── DataAccess.pdb
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   └── TempPE
│   │   ├── ClientSide.designer.cs.dll
│   │   ├── DataClasses.designer.cs.dll
│   │   └── DataClassesStock.designer.cs.dll
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── Database
│   ├── ADO.NET.txt
│   ├── Catersys.cdb
│   ├── Catersys.cdm
│   ├── Catersys.pdb
│   ├── Catersys.pdm
│   ├── Catersys.sws
│   ├── CheckDatabaseFragmentation.sql
│   ├── Database-1.txt
│   ├── Database.txt
│   ├── DateTime.txt
│   ├── DBCC checkident.txt
│   ├── Delete & Freeing space.txt
│   ├── Enterprise Library.txt
│   ├── GUID PK.txt
│   ├── Indexes.txt
│   ├── Info
│   │   ├── Area.docx
│   │   ├── Catersys DB Data Type Definition.docx
│   │   ├── Common SQL Scripts.txt
│   │   ├── Database Design Info.txt
│   │   ├── Database Design Note.txt
│   │   ├── Database Design.txt
│   │   ├── Database Model.txt
│   │   ├── Join Tables.txt
│   │   ├── Money Decimal.txt
│   │   ├── OrderHeader.docx
│   │   ├── PercentageNotation.txt
│   │   ├── PowerDesigner教程.txt
│   │   ├── SQL Reference.txt
│   │   ├── SQL Server设置两个主键.txt
│   │   ├── SQL 删除数据.txt
│   │   ├── SQL数据库设计.txt
│   │   ├── SQL 数据类型.pdf
│   │   ├── Stored Procedure.txt
│   │   ├── Table.docx
│   │   ├── Tables.xlsx
│   │   ├── UpdateOrInsert.txt
│   │   ├── User Defined Types.txt
│   │   ├── User Role Relation.png
│   │   ├── 单位组.txt
│   │   ├── 实体类生成工具.exe
│   │   └── 计量单位组.xlsx
│   ├── InitialOrUpdateListData.vsd
│   ├── LINQ to Entities.txt
│   ├── LINQ to SQL.txt
│   ├── Merge Replication.txt
│   ├── OrderHeader.txt
│   ├── Pooling Mult.txt
│   ├── Primary Key.txt
│   ├── script.sql
│   ├── SQL Diagnostic.txt
│   ├── SQL Server Index Design Guide.pdf
│   ├── TableBuilder - BasicData.xlsx
│   ├── TableBuilder - Log.xlsx
│   ├── TableBuilder.rar
│   ├── TableBuilder - Sales.xlsm
│   ├── TableBuilder - Sales.xlsx
│   ├── TableBuilder - Stock.xlsm
│   ├── TableBuilder - SystemData.xlsx
│   ├── TableBuilder - Temp.xlsm
│   ├── TableBuilder - VIP.xlsx
│   ├── TableBuilder.xls
│   ├── TableBuilder.xlsx
│   ├── UserAuthorityDesign.txt
│   └── UserAuthorityModel.jpg
├── Data Exchange Protocol.xlsm
├── Data Exchange Protocol.xlsx
├── Data Loading & Caching.txt
├── DateTime.txt
├── DelegateMethodCall.txt
├── Dictionary.txt
├── DockPanelSplitter
│   ├── bin
│   │   ├── Debug
│   │   │   ├── DockPanelSplitter.dll
│   │   │   └── DockPanelSplitter.pdb
│   │   └── Release
│   │   ├── DockPanelSplitter.dll
│   │   └── DockPanelSplitter.pdb
│   ├── DockPanelSplitter.cs
│   ├── DockPanelSplitter.csproj
│   ├── DockPanelSplitter.csproj.pdsync
│   ├── DockPanelSplitter.csproj.pdsyncu
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── DockPanelSplitter.csprojAssemblyReference.cache
│   │   │   ├── DockPanelSplitter.csproj.CoreCompileInputs.cache
│   │   │   ├── DockPanelSplitter.csproj.FileListAbsolute.txt
│   │   │   ├── DockPanelSplitter.csproj.GenerateResource.Cache
│   │   │   ├── DockPanelSplitter.dll
│   │   │   ├── DockPanelSplitter.g.resources
│   │   │   ├── DockPanelSplitter_MarkupCompile.cache
│   │   │   ├── DockPanelSplitter_MarkupCompile.i.cache
│   │   │   ├── DockPanelSplitter_MarkupCompile.lref
│   │   │   ├── DockPanelSplitter.pdb
│   │   │   ├── DockPanelSplitter.Properties.Resources.resources
│   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   └── Themes
│   │   │   └── Generic.baml
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── DockPanelSplitter.csproj.FileListAbsolute.txt
│   │   ├── DockPanelSplitter.csproj.GenerateResource.Cache
│   │   ├── DockPanelSplitter.dll
│   │   ├── DockPanelSplitter.g.resources
│   │   ├── DockPanelSplitter_MarkupCompile.cache
│   │   ├── DockPanelSplitter_MarkupCompile.i.cache
│   │   ├── DockPanelSplitter_MarkupCompile.lref
│   │   ├── DockPanelSplitter.pdb
│   │   ├── DockPanelSplitter.Properties.Resources.resources
│   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   ├── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   └── Themes
│   │   └── Generic.baml
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   └── Themes
│   └── Generic.xaml
├── Encryption.txt
├── Enums.txt
├── EventAggregate & Observer Pattern.txt
├── EventAggregate & RX.txt
├── Event Subscription 2.txt
├── Event Subscription.txt
├── Flow Charts.pptx
├── FlowLayoutPanel.txt
├── Founding.vsd
├── Function List.docx
├── Function List.txt
├── Function List.xlsx
├── Function Tips.txt
├── GC & Memory Management.txt
├── GroupBox.txt
├── Hammer.SpinningWheel
│   ├── bin
│   │   ├── Debug
│   │   │   ├── Hammer.SpinningWheel.dll
│   │   │   └── Hammer.SpinningWheel.pdb
│   │   └── Release
│   │   ├── Hammer.SpinningWheel.dll
│   │   └── Hammer.SpinningWheel.pdb
│   ├── Enums
│   │   └── RotateDirection.cs
│   ├── Hammer.SpinningWheel.csproj
│   ├── Hammer.SpinningWheel.csproj.pdsync
│   ├── Hammer.SpinningWheel.csproj.pdsyncu
│   ├── Hammer.SpinningWheel.csproj.vspscc
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   ├── Hammer.SpinningWheel.csprojAssemblyReference.cache
│   │   │   ├── Hammer.SpinningWheel.csproj.CoreCompileInputs.cache
│   │   │   ├── Hammer.SpinningWheel.csproj.FileListAbsolute.txt
│   │   │   ├── Hammer.SpinningWheel.csproj.GenerateResource.Cache
│   │   │   ├── Hammer.SpinningWheel.dll
│   │   │   ├── Hammer.SpinningWheel.g.resources
│   │   │   ├── Hammer.SpinningWheel_MarkupCompile.cache
│   │   │   ├── Hammer.SpinningWheel_MarkupCompile.i.cache
│   │   │   ├── Hammer.SpinningWheel_MarkupCompile.lref
│   │   │   ├── Hammer.SpinningWheel.pdb
│   │   │   ├── Hammer.SpinningWheel.Properties.Resources.resources
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   └── Themes
│   │   │   └── Generic.baml
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   ├── Hammer.SpinningWheel.csproj.FileListAbsolute.txt
│   │   ├── Hammer.SpinningWheel.csproj.GenerateResource.Cache
│   │   ├── Hammer.SpinningWheel.dll
│   │   ├── Hammer.SpinningWheel.g.resources
│   │   ├── Hammer.SpinningWheel_MarkupCompile.cache
│   │   ├── Hammer.SpinningWheel_MarkupCompile.i.cache
│   │   ├── Hammer.SpinningWheel_MarkupCompile.lref
│   │   ├── Hammer.SpinningWheel.pdb
│   │   ├── Hammer.SpinningWheel.Properties.Resources.resources
│   │   ├── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   └── Themes
│   │   └── Generic.baml
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── SpinningWheel.cs
│   └── Themes
│   └── Generic.xaml
├── HardWareLib
│   ├── bin
│   │   ├── Debug
│   │   │   ├── HardWareLib.dll
│   │   │   └── HardWareLib.pdb
│   │   └── Release
│   │   ├── HardWareLib.dll
│   │   └── HardWareLib.pdb
│   ├── HardWareLib.cs
│   ├── HardWareLib.csproj
│   ├── HardWareLib.csproj.pdsync
│   ├── HardWareLib.csproj.pdsyncu
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── HardWareLib.csprojAssemblyReference.cache
│   │   │   ├── HardWareLib.csproj.CoreCompileInputs.cache
│   │   │   ├── HardWareLib.csproj.FileListAbsolute.txt
│   │   │   ├── HardWareLib.csprojResolveAssemblyReference.cache
│   │   │   ├── HardWareLib.dll
│   │   │   ├── HardWareLib.pdb
│   │   │   └── TempPE
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── HardWareLib.csproj.FileListAbsolute.txt
│   │   ├── HardWareLib.csprojResolveAssemblyReference.cache
│   │   ├── HardWareLib.dll
│   │   ├── HardWareLib.pdb
│   │   └── TempPE
│   └── Properties
│   └── AssemblyInfo.cs
├── Icon Resources.txt
├── ItemNesting.xlsx
├── IterateClassProperties.txt
├── JSON.txt
├── LINQ.txt
├── Lists.docx
├── List Sorting.txt
├── Logging.txt
├── Messages
│   ├── bin
│   │   ├── Debug
│   │   │   ├── Messages.dll
│   │   │   └── Messages.pdb
│   │   └── Release
│   │   ├── Messages.dll
│   │   └── Messages.pdb
│   ├── Messages.cs
│   ├── Messages.csproj
│   ├── Messages.csproj.pdsync
│   ├── Messages.csproj.pdsyncu
│   ├── Messages.sln
│   ├── Messages.suo
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Messages.csprojAssemblyReference.cache
│   │   │   ├── Messages.csproj.CoreCompileInputs.cache
│   │   │   ├── Messages.csproj.FileListAbsolute.txt
│   │   │   ├── Messages.csprojResolveAssemblyReference.cache
│   │   │   ├── Messages.dll
│   │   │   ├── Messages.pdb
│   │   │   └── TempPE
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── Messages.csproj.FileListAbsolute.txt
│   │   ├── Messages.csprojResolveAssemblyReference.cache
│   │   ├── Messages.dll
│   │   ├── Messages.pdb
│   │   └── TempPE
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── UpgradeLog.XML
│   └── _UpgradeReport_Files
│   ├── UpgradeReport.css
│   ├── UpgradeReport_Minus.gif
│   ├── UpgradeReport_Plus.gif
│   └── UpgradeReport.xslt
├── MicroMvvm
│   ├── AsyncObservableCollection.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── MicroMvvm.dll
│   │   │   └── MicroMvvm.pdb
│   │   └── Release
│   │   ├── MicroMvvm.dll
│   │   └── MicroMvvm.pdb
│   ├── MicroMvvm.csproj
│   ├── MicroMvvm.csproj.pdsync
│   ├── MicroMvvm.csproj.pdsyncu
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── MicroMvvm.csprojAssemblyReference.cache
│   │   │   ├── MicroMvvm.csproj.CoreCompileInputs.cache
│   │   │   ├── MicroMvvm.csproj.FileListAbsolute.txt
│   │   │   ├── MicroMvvm.csprojResolveAssemblyReference.cache
│   │   │   ├── MicroMvvm.dll
│   │   │   ├── MicroMvvm.pdb
│   │   │   └── TempPE
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── MicroMvvm.csproj.FileListAbsolute.txt
│   │   ├── MicroMvvm.csprojResolveAssemblyReference.cache
│   │   ├── MicroMvvm.dll
│   │   ├── MicroMvvm.pdb
│   │   └── TempPE
│   ├── ObservableObject.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── PropertySupport.cs
│   ├── RelayCommand.cs
│   └── SynchronizedObservableCollection.cs
├── Multiple consoles.txt
├── NetCoreComm
│   ├── bin
│   │   ├── Debug
│   │   │   ├── NetCoreComm.dll
│   │   │   ├── NetCoreComm.pdb
│   │   │   ├── NetCoreComm.xml
│   │   │   ├── NetCoreLib.dll
│   │   │   ├── NetCoreLib.pdb
│   │   │   └── NetCoreLib.xml
│   │   └── Release
│   │   ├── NetCoreComm.dll
│   │   ├── NetCoreComm.pdb
│   │   ├── NetCoreComm.xml
│   │   ├── NetCoreLib.dll
│   │   ├── NetCoreLib.pdb
│   │   └── NetCoreLib.xml
│   ├── NetCoreComm.csproj
│   ├── NetCoreComm.csproj.pdsync
│   ├── NetCoreComm.csproj.pdsyncu
│   ├── NetCoreComm.sln
│   ├── NetCoreComm.suo
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── NetCoreComm.csprojAssemblyReference.cache
│   │   │   ├── NetCoreComm.csproj.CoreCompileInputs.cache
│   │   │   ├── NetCoreComm.csproj.FileListAbsolute.txt
│   │   │   ├── NetCoreComm.csprojResolveAssemblyReference.cache
│   │   │   ├── NetCoreComm.dll
│   │   │   ├── NetCoreComm.pdb
│   │   │   └── TempPE
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── NetCoreComm.csproj.FileListAbsolute.txt
│   │   ├── NetCoreComm.csprojResolveAssemblyReference.cache
│   │   ├── NetCoreComm.dll
│   │   ├── NetCoreComm.pdb
│   │   └── TempPE
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── SimpleSockets.cs
│   ├── SocketPacketProtocol.cs
│   ├── TcpSockets.cs
│   ├── UpgradeLog.XML
│   └── _UpgradeReport_Files
│   ├── UpgradeReport.css
│   ├── UpgradeReport_Minus.gif
│   ├── UpgradeReport_Plus.gif
│   └── UpgradeReport.xslt
├── NetCoreLib
│   ├── ActionDispatcher.cs
│   ├── ActionDispatcherSynchronizationContext.cs
│   ├── ActionThread.cs
│   ├── AsyncTimeoutTimer.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── NetCoreLib.dll
│   │   │   ├── NetCoreLib.pdb
│   │   │   └── NetCoreLib.xml
│   │   └── Release
│   │   ├── NetCoreLib.dll
│   │   ├── NetCoreLib.pdb
│   │   └── NetCoreLib.xml
│   ├── CallbackContext.cs
│   ├── EventHandlers.AsyncResultEventArgs.cs
│   ├── EventHandlers.Sync.cs
│   ├── GenericSynchronizingObject.cs
│   ├── NetCoreLib.csproj
│   ├── NetCoreLib.csproj.pdsync
│   ├── NetCoreLib.csproj.pdsyncu
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── NetCoreLib.csprojAssemblyReference.cache
│   │   │   ├── NetCoreLib.csproj.CoreCompileInputs.cache
│   │   │   ├── NetCoreLib.csproj.FileListAbsolute.txt
│   │   │   ├── NetCoreLib.csprojResolveAssemblyReference.cache
│   │   │   ├── NetCoreLib.dll
│   │   │   ├── NetCoreLib.pdb
│   │   │   └── TempPE
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── NetCoreLib.csproj.FileListAbsolute.txt
│   │   ├── NetCoreLib.csprojResolveAssemblyReference.cache
│   │   ├── NetCoreLib.dll
│   │   ├── NetCoreLib.pdb
│   │   └── TempPE
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── ScopedSynchronizationContext.cs
│   ├── Sync.cs
│   ├── SynchronizationContextRegister.cs
│   └── Timer.cs
├── Network SocketAsyncEventArgs UserToken.txt
├── Network.txt
├── new 3.txt
├── Note.txt
├── NuGet.Tools.vsix
├── Operator.txt
├── OPOS
│   ├── C# Code.txt
│   ├── C# VS2010 调用ESC POS 指令.zip
│   ├── OPOS.txt
│   ├── POS Printing.txt
│   └── 北洋OPOS V1.48.rar
├── OrderDetailViewModel.txt
├── Order Procedure.vsd
├── OrderUI.mht
├── PrinterCoreLib
│   ├── bin
│   │   ├── Debug
│   │   │   ├── BouncyCastle.Crypto.dll
│   │   │   ├── CatersysCoreLib.dll
│   │   │   ├── CatersysCoreLib.pdb
│   │   │   ├── CatersysEntityObject.dll
│   │   │   ├── CatersysEntityObject.pdb
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── PrinterCoreLib.dll
│   │   │   ├── PrinterCoreLib.pdb
│   │   │   ├── System.Reactive.Core.dll
│   │   │   ├── System.Reactive.Core.xml
│   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   ├── System.Reactive.Interfaces.xml
│   │   │   ├── System.Reactive.Linq.dll
│   │   │   └── System.Reactive.Linq.xml
│   │   └── Release
│   │   ├── BouncyCastle.Crypto.dll
│   │   ├── CatersysCoreLib.dll
│   │   ├── CatersysCoreLib.pdb
│   │   ├── CatersysEntityObject.dll
│   │   ├── CatersysEntityObject.pdb
│   │   ├── Newtonsoft.Json.dll
│   │   ├── PrinterCoreLib.dll
│   │   ├── PrinterCoreLib.pdb
│   │   ├── System.Reactive.Core.dll
│   │   ├── System.Reactive.Core.xml
│   │   ├── System.Reactive.Interfaces.dll
│   │   ├── System.Reactive.Interfaces.xml
│   │   ├── System.Reactive.Linq.dll
│   │   └── System.Reactive.Linq.xml
│   ├── CommandFactory.cs
│   ├── EpsonTM220CMDSet.cs
│   ├── EpsonTM88CMDSet.cs
│   ├── ICard.cs
│   ├── ICommand.cs
│   ├── InterfaceCardParameter.cs
│   ├── IPrinter.cs
│   ├── ISpec.cs
│   ├── NetworkInterfaceCard.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── PrinterCoreLib.csprojAssemblyReference.cache
│   │   │   ├── PrinterCoreLib.csproj.CoreCompileInputs.cache
│   │   │   ├── PrinterCoreLib.csproj.FileListAbsolute.txt
│   │   │   ├── PrinterCoreLib.csprojResolveAssemblyReference.cache
│   │   │   ├── PrinterCoreLib.dll
│   │   │   ├── PrinterCoreLib.pdb
│   │   │   └── TempPE
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── PrinterCoreLib.csproj.FileListAbsolute.txt
│   │   ├── PrinterCoreLib.csprojResolveAssemblyReference.cache
│   │   ├── PrinterCoreLib.dll
│   │   ├── PrinterCoreLib.pdb
│   │   └── TempPE
│   ├── POSPrinter.cs
│   ├── PrinterCommandSet.cs
│   ├── PrinterController.cs
│   ├── PrinterCoreLib.csproj
│   ├── PrinterCoreLib.csproj.pdsync
│   ├── PrinterCoreLib.csproj.pdsyncu
│   ├── PrinterResponseEventArgs.cs
│   ├── PrintInterfaceCardFactory.cs
│   ├── PrintQueue.cs
│   ├── PrintResultEventArgs.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── SerialInterfaceCard.cs
│   ├── StateChangeEventArgs.cs
│   └── WriteResultEventArgs.cs
├── PrinterServer
│   ├── CommunicationLayer
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── CommunicationLayer.dll
│   │   │   ├── CommunicationLayer.pdb
│   │   │   ├── Messages.dll
│   │   │   ├── Messages.pdb
│   │   │   ├── NetCoreComm.dll
│   │   │   ├── NetCoreComm.pdb
│   │   │   ├── NetCoreComm.xml
│   │   │   ├── NetCoreLib.dll
│   │   │   ├── NetCoreLib.pdb
│   │   │   ├── NetCoreLib.xml
│   │   │   ├── PrintSrvCoreLib.dll
│   │   │   └── PrintSrvCoreLib.pdb
│   │   ├── CommunicationLayer.csproj
│   │   ├── Intermediate.cs
│   │   ├── NetClient.cs
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── CommunicationLayer.csproj.FileListAbsolute.txt
│   │   │   ├── CommunicationLayer.dll
│   │   │   ├── CommunicationLayer.pdb
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   └── TempPE
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   ├── OPOSLib.Old
│   │   ├── BeiYangOPOS.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── OPOSLib.dll
│   │   │   ├── OPOSLib.pdb
│   │   │   └── POSDLL.dll
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── OPOSLib.csproj.FileListAbsolute.txt
│   │   │   ├── OPOSLib.csprojResolveAssemblyReference.cache
│   │   │   ├── OPOSLib.dll
│   │   │   ├── OPOSLib.pdb
│   │   │   └── TempPE
│   │   ├── OPOSLib.csproj
│   │   ├── POSDLL.dll
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   ├── PrinterServer
│   │   ├── app.config
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Messages.dll
│   │   │   ├── Messages.pdb
│   │   │   ├── NetCoreComm.dll
│   │   │   ├── NetCoreComm.pdb
│   │   │   ├── NetCoreComm.xml
│   │   │   ├── NetCoreLib.dll
│   │   │   ├── NetCoreLib.pdb
│   │   │   ├── NetCoreLib.xml
│   │   │   ├── PrinterServer.exe
│   │   │   ├── PrinterServer.exe.config
│   │   │   ├── PrinterServer.pdb
│   │   │   ├── PrinterServer.vshost.exe
│   │   │   ├── PrinterServer.vshost.exe.config
│   │   │   ├── PrinterServer.vshost.exe.manifest
│   │   │   ├── PrintSrvCoreLib.dll
│   │   │   └── PrintSrvCoreLib.pdb
│   │   ├── MainWindow.xaml
│   │   ├── MainWindow.xaml.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── App.g.cs
│   │   │   ├── App.g.i.cs
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── MainWindow.baml
│   │   │   ├── MainWindow.g.cs
│   │   │   ├── MainWindow.g.i.cs
│   │   │   ├── PrinterServer.csproj.FileListAbsolute.txt
│   │   │   ├── PrinterServer.exe
│   │   │   ├── PrinterServer.g.resources
│   │   │   ├── PrinterServer_MarkupCompile.cache
│   │   │   ├── PrinterServer_MarkupCompile.i.cache
│   │   │   ├── PrinterServer.pdb
│   │   │   ├── PrinterServer.Properties.Resources.resources
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── PrinterContoller.cs
│   │   ├── PrinterServer.csproj
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── PrinterServer.Old
│   │   ├── app.config
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── OPOSLib.dll
│   │   │   ├── OPOSLib.pdb
│   │   │   ├── POSDLL.dll
│   │   │   ├── PrinterServer.exe
│   │   │   ├── PrinterServer.exe.config
│   │   │   ├── PrinterServer.pdb
│   │   │   ├── PrinterServer.vshost.exe
│   │   │   ├── PrinterServer.vshost.exe.config
│   │   │   └── PrinterServer.vshost.exe.manifest
│   │   ├── MainWindow.xaml
│   │   ├── MainWindow.xaml.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── App.g.cs
│   │   │   ├── App.g.i.cs
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── MainWindow.baml
│   │   │   ├── MainWindow.g.cs
│   │   │   ├── MainWindow.g.i.cs
│   │   │   ├── PrinterServer.csproj.FileListAbsolute.txt
│   │   │   ├── PrinterServer.exe
│   │   │   ├── PrinterServer.g.resources
│   │   │   ├── PrinterServer_MarkupCompile.cache
│   │   │   ├── PrinterServer_MarkupCompile.i.cache
│   │   │   ├── PrinterServer.pdb
│   │   │   ├── PrinterServer.Properties.Resources.resources
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── PinPrinter.cs
│   │   ├── POSPrinter.cs
│   │   ├── PrinterServer.csproj
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── PrinterServer.sln
│   ├── PrinterServer.suo
│   └── PrintSrvCoreLib
│   ├── bin
│   │   └── Debug
│   │   ├── PrintSrvCoreLib.dll
│   │   └── PrintSrvCoreLib.pdb
│   ├── CommonStringEventArgs.cs
│   ├── MessageQueue.cs
│   ├── NetworkErrorEventArgs.cs
│   ├── obj
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── PrintSrvCoreLib.csproj.FileListAbsolute.txt
│   │   ├── PrintSrvCoreLib.dll
│   │   ├── PrintSrvCoreLib.pdb
│   │   └── TempPE
│   ├── PrintSrvCoreLib.csproj
│   └── Properties
│   └── AssemblyInfo.cs
├── Printing
│   ├── ASB Status.txt
│   ├── COM and Encode.txt
│   ├── epsoncodes.pdf
│   ├── EPSON Senddata Tools
│   │   ├── license_e.txt
│   │   ├── license_j.txt
│   │   ├── readme_e.txt
│   │   ├── readme_j.txt
│   │   ├── sample.txt
│   │   ├── SendDataTool_UM_V1xxE.pdf
│   │   ├── SendDataTool_UM_V1xxJ.pdf
│   │   ├── senddat.exe
│   │   └── SenddatV120
│   ├── escpos_cm_en.pdf
│   ├── ESC-POS Command 1.pdf
│   ├── ESC-POS Command 2.txt
│   ├── ESC-POS Command.pdf
│   ├── ESC-POS.txt
│   ├── ESC-POS 指令.mht
│   ├── ESC-POS指令集說明.txt
│   ├── GitHub-PosPrinter
│   │   ├── Package.appxmanifest
│   │   ├── PosPrinter.csproj
│   │   ├── PosPrinter.sln
│   │   ├── project.json
│   │   ├── SampleConfiguration.cs
│   │   ├── Scenario1_ReceiptPrinter.xaml
│   │   ├── Scenario1_ReceiptPrinter.xaml.cs
│   │   ├── Scenario2_ErrorHandling.xaml
│   │   ├── Scenario2_ErrorHandling.xaml.cs
│   │   ├── Scenario3_MultipleReceipt.xaml
│   │   └── Scenario3_MultipleReceipt.xaml.cs
│   ├── LPT & USB.txt
│   ├── Network.txt
│   ├── OPOS.txt
│   ├── Other.txt
│   ├── QrCode.Net 0.4 Pre-Release.zip
│   ├── QRCode.txt
│   ├── Query Status.txt
│   ├── RTSerialComSample.rar
│   ├── SenddatV120.zip
│   ├── Serial Port Communication.txt
│   ├── SerialPort IOException Workaround.CS
│   ├── ThermalDotNet-master
│   │   ├── LPT
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── LPT.exe
│   │   │   │   ├── LPT.pdb
│   │   │   │   ├── LPT.vshost.exe
│   │   │   │   └── LPT.vshost.exe.manifest
│   │   │   ├── LPT.csproj
│   │   │   ├── MainWindow.xaml
│   │   │   ├── MainWindow.xaml.cs
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── App.g.cs
│   │   │   │   ├── App.g.i.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── LPT.csproj.FileListAbsolute.txt
│   │   │   │   ├── LPT.csproj.GenerateResource.Cache
│   │   │   │   ├── LPT.exe
│   │   │   │   ├── LPT.g.resources
│   │   │   │   ├── LPT_MarkupCompile.cache
│   │   │   │   ├── LPT_MarkupCompile.i.cache
│   │   │   │   ├── LPT.pdb
│   │   │   │   ├── LPT.Properties.Resources.resources
│   │   │   │   ├── MainWindow.baml
│   │   │   │   ├── MainWindow.g.cs
│   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── LPTTest2
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── LPTTest2.exe
│   │   │   │   ├── LPTTest2.pdb
│   │   │   │   ├── LPTTest2.vshost.exe
│   │   │   │   └── LPTTest2.vshost.exe.manifest
│   │   │   ├── LPTTest2.csproj
│   │   │   ├── MainWindow.xaml
│   │   │   ├── MainWindow.xaml.cs
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── App.g.cs
│   │   │   │   ├── App.g.i.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── LPTTest2.csproj.FileListAbsolute.txt
│   │   │   │   ├── LPTTest2.csproj.GenerateResource.Cache
│   │   │   │   ├── LPTTest2.exe
│   │   │   │   ├── LPTTest2.g.resources
│   │   │   │   ├── LPTTest2_MarkupCompile.cache
│   │   │   │   ├── LPTTest2_MarkupCompile.i.cache
│   │   │   │   ├── LPTTest2.pdb
│   │   │   │   ├── LPTTest2.Properties.Resources.resources
│   │   │   │   ├── MainWindow.baml
│   │   │   │   ├── MainWindow.g.cs
│   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── mono-logo.png
│   │   ├── PinPrinter
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── PinPrinter.dll
│   │   │   │   └── PinPrinter.pdb
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── PinPrinter.csproj.FileListAbsolute.txt
│   │   │   │   ├── PinPrinter.csprojResolveAssemblyReference.cache
│   │   │   │   ├── PinPrinter.dll
│   │   │   │   ├── PinPrinter.pdb
│   │   │   │   └── TempPE
│   │   │   ├── PinPrinter.cs
│   │   │   ├── PinPrinter.csproj
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── PrintUI
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── PinPrinter.dll
│   │   │   │   ├── PinPrinter.pdb
│   │   │   │   ├── PrintUI.exe
│   │   │   │   ├── PrintUI.pdb
│   │   │   │   ├── PrintUI.vshost.exe
│   │   │   │   ├── PrintUI.vshost.exe.manifest
│   │   │   │   ├── ThermalDotNet.dll
│   │   │   │   └── ThermalDotNet.pdb
│   │   │   ├── MainWindow.xaml
│   │   │   ├── MainWindow.xaml.cs
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── App.g.cs
│   │   │   │   ├── App.g.i.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── MainWindow.baml
│   │   │   │   ├── MainWindow.g.cs
│   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   ├── PrintUI.csproj.FileListAbsolute.txt
│   │   │   │   ├── PrintUI.csproj.GenerateResource.Cache
│   │   │   │   ├── PrintUI.csprojResolveAssemblyReference.cache
│   │   │   │   ├── PrintUI.exe
│   │   │   │   ├── PrintUI.g.resources
│   │   │   │   ├── PrintUI_MarkupCompile.cache
│   │   │   │   ├── PrintUI_MarkupCompile.i.cache
│   │   │   │   ├── PrintUI.pdb
│   │   │   │   ├── PrintUI.Properties.Resources.resources
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── PrintUI.csproj
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── README
│   │   ├── StatusTest
│   │   │   ├── app.config
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── StatusTest.exe
│   │   │   │   ├── StatusTest.exe.config
│   │   │   │   ├── StatusTest.pdb
│   │   │   │   ├── StatusTest.vshost.exe
│   │   │   │   ├── StatusTest.vshost.exe.config
│   │   │   │   └── StatusTest.vshost.exe.manifest
│   │   │   ├── MainWindow.xaml
│   │   │   ├── MainWindow.xaml.cs
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── App.g.cs
│   │   │   │   ├── App.g.i.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── MainWindow.baml
│   │   │   │   ├── MainWindow.g.cs
│   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   ├── StatusTest.csproj.FileListAbsolute.txt
│   │   │   │   ├── StatusTest.csproj.GenerateResource.Cache
│   │   │   │   ├── StatusTest.exe
│   │   │   │   ├── StatusTest.g.resources
│   │   │   │   ├── StatusTest_MarkupCompile.cache
│   │   │   │   ├── StatusTest_MarkupCompile.i.cache
│   │   │   │   ├── StatusTest.pdb
│   │   │   │   ├── StatusTest.Properties.Resources.resources
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── StatusTest.csproj
│   │   ├── ThermalDotNet
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── ThermalDotNet.dll
│   │   │   │   │   └── ThermalDotNet.pdb
│   │   │   │   └── Release
│   │   │   │   ├── ThermalDotNet.dll
│   │   │   │   └── ThermalDotNet.xml
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── TempPE
│   │   │   │   ├── ThermalDotNet.csproj.FileListAbsolute.txt
│   │   │   │   ├── ThermalDotNet.csprojResolveAssemblyReference.cache
│   │   │   │   ├── ThermalDotNet.dll
│   │   │   │   └── ThermalDotNet.pdb
│   │   │   ├── ThermalDotNet.csproj
│   │   │   └── ThermalPrinter.cs
│   │   ├── ThermalDotNet.sln
│   │   ├── ThermalDotNet.suo
│   │   ├── ThermalPrinterTestApp
│   │   │   ├── app.config
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── ThermalDotNet.dll
│   │   │   │   ├── ThermalDotNet.pdb
│   │   │   │   ├── ThermalPrinterTestApp.exe
│   │   │   │   ├── ThermalPrinterTestApp.exe.config
│   │   │   │   ├── ThermalPrinterTestApp.pdb
│   │   │   │   ├── ThermalPrinterTestApp.vshost.exe
│   │   │   │   ├── ThermalPrinterTestApp.vshost.exe.config
│   │   │   │   └── ThermalPrinterTestApp.vshost.exe.manifest
│   │   │   ├── Main.cs
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TempPE
│   │   │   │   ├── ThermalPrinterTestApp.csproj.FileListAbsolute.txt
│   │   │   │   ├── ThermalPrinterTestApp.csprojResolveAssemblyReference.cache
│   │   │   │   ├── ThermalPrinterTestApp.exe
│   │   │   │   └── ThermalPrinterTestApp.pdb
│   │   │   └── ThermalPrinterTestApp.csproj
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── ThermalDotNet-master.rar
│   ├── tmt85.pdf
│   ├── tm-u220_trg_en_std_reve.pdf
│   ├── 报表打印.txt
│   └── 新建文本文档.txt
├── Print References
│   ├── 20091124_ThomasClaudiusHuber_PrintRangeExample
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── FivePagesDocument.xps
│   │   │   ├── ThomasClaudiusHuber.PrintRangeExample.exe
│   │   │   ├── ThomasClaudiusHuber.PrintRangeExample.pdb
│   │   │   ├── ThomasClaudiusHuber.PrintRangeExample.vshost.exe
│   │   │   └── ThomasClaudiusHuber.PrintRangeExample.vshost.exe.manifest
│   │   ├── FivePagesDocument.xps
│   │   ├── MainWindow.xaml
│   │   ├── MainWindow.xaml.cs
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── App.baml
│   │   │   ├── App.g.cs
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── MainWindow.baml
│   │   │   ├── MainWindow.g.cs
│   │   │   ├── ResGen.read.1.tlog
│   │   │   ├── ResGen.write.1.tlog
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── ThomasClaudiusHuber.PrintRangeExample.csproj.FileListAbsolute.txt
│   │   │   ├── ThomasClaudiusHuber.PrintRangeExample.exe
│   │   │   ├── ThomasClaudiusHuber.PrintRangeExample.g.resources
│   │   │   ├── ThomasClaudiusHuber.PrintRangeExample_MarkupCompile.cache
│   │   │   ├── ThomasClaudiusHuber.PrintRangeExample.pdb
│   │   │   └── ThomasClaudiusHuber.PrintRangeExample.Properties.Resources.resources
│   │   ├── PageRangeDocumentPaginator.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── ThomasClaudiusHuber.PrintRangeExample.csproj
│   │   ├── ThomasClaudiusHuber.PrintRangeExample.sln
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── 20091124_ThomasClaudiusHuber_PrintRangeExample.zip
│   ├── 77667013_ICP.Controls.PrintableListView2.zip
│   ├── 77667013_ICP.Controls.Reporting.DataContextDemo.zip
│   ├── 77667013_ICP.Controls.Reporting.zip
│   ├── codereason_reports_v0.5_alpha
│   │   ├── CodeReason.Reports
│   │   │   ├── Barcode
│   │   │   │   ├── BarcodeBase.cs
│   │   │   │   ├── BarcodeC128.cs
│   │   │   │   └── BarcodeCharInfo.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── CodeReason.Reports.dll
│   │   │   │   └── CodeReason.Reports.pdb
│   │   │   ├── CodeReason.Reports.VS2008.csproj
│   │   │   ├── Controls
│   │   │   ├── DataRowBoundEventArgs.cs
│   │   │   ├── Document
│   │   │   │   ├── Barcode
│   │   │   │   │   ├── InlineBarcodeC128.cs
│   │   │   │   │   └── TableCellBarcodeC128.cs
│   │   │   │   ├── Chart
│   │   │   │   │   └── BarChart2D.cs
│   │   │   │   ├── InlineAggregateValue.cs
│   │   │   │   ├── InlineContextValue.cs
│   │   │   │   ├── InlineDocumentValue.cs
│   │   │   │   ├── InlineTableCellValue.cs
│   │   │   │   ├── ReportProperties.cs
│   │   │   │   ├── SectionDataGroup.cs
│   │   │   │   ├── SectionReportFooter.cs
│   │   │   │   ├── SectionReportHeader.cs
│   │   │   │   ├── TableRowForDataTable.cs
│   │   │   │   ├── TableRowForDynamicDataTable.cs
│   │   │   │   └── TableRowForDynamicHeader.cs
│   │   │   ├── DocumentWalker.cs
│   │   │   ├── ImageErrorEventArgs.cs
│   │   │   ├── ImageEventArgs.cs
│   │   │   ├── InlineHasValue.cs
│   │   │   ├── InlinePropertyValue.cs
│   │   │   ├── Interfaces
│   │   │   │   ├── IAggregateValue.cs
│   │   │   │   ├── IChart.cs
│   │   │   │   ├── IHasValue.cs
│   │   │   │   ├── IInlineContextValue.cs
│   │   │   │   ├── IInlineDocumentValue.cs
│   │   │   │   ├── IInlinePropertyValue.cs
│   │   │   │   ├── IPropertyValue.cs
│   │   │   │   ├── ITableCellValue.cs
│   │   │   │   ├── ITableRowForDataTable.cs
│   │   │   │   ├── ITableRowForDynamicDataTable.cs
│   │   │   │   └── ITableRowForDynamicHeader.cs
│   │   │   ├── KeyFile.snk
│   │   │   ├── MultipleReportPaginator.cs
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── CodeReason.Reports.dll
│   │   │   │   ├── CodeReason.Reports.pdb
│   │   │   │   ├── CodeReason.Reports.Properties.Resources.resources
│   │   │   │   ├── CodeReason.Reports.VS2008.csproj.FileListAbsolute.txt
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── ResGen.read.1.tlog
│   │   │   │   ├── ResGen.write.1.tlog
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── ReportContextValueType.cs
│   │   │   ├── ReportData.cs
│   │   │   ├── ReportDocument.cs
│   │   │   ├── ReportPaginator.cs
│   │   │   ├── ReportPaginatorDynamicCache.cs
│   │   │   ├── ReportPaginatorStaticCache.cs
│   │   │   └── XamlHelper.cs
│   │   ├── CodeReason.Reports.Charts.Visifire
│   │   │   ├── AreaChart.cs
│   │   │   ├── BarChart.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── CodeReason.Reports.Charts.Visifire.dll
│   │   │   │   ├── CodeReason.Reports.Charts.Visifire.pdb
│   │   │   │   ├── CodeReason.Reports.dll
│   │   │   │   ├── CodeReason.Reports.pdb
│   │   │   │   └── WPFVisifire.Charts.dll
│   │   │   ├── BubbleChart.cs
│   │   │   ├── CandleStickChart.cs
│   │   │   ├── ChartBase.cs
│   │   │   ├── CodeReason.Reports.Charts.Visifire.VS2008.csproj
│   │   │   ├── ColumnChart.cs
│   │   │   ├── DoughnutChart.cs
│   │   │   ├── IChartVisifire.cs
│   │   │   ├── lib
│   │   │   │   └── WPFVisifire.Charts.dll
│   │   │   ├── LineChart.cs
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── build.force
│   │   │   │   ├── CodeReason.Reports.Charts.Visifire.dll
│   │   │   │   ├── CodeReason.Reports.Charts.Visifire.pdb
│   │   │   │   ├── CodeReason.Reports.Charts.Visifire.VS2008.csproj.FileListAbsolute.txt
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   └── TempPE
│   │   │   ├── PieChart.cs
│   │   │   ├── PointChart.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── SectionFunnelChart.cs
│   │   │   ├── StackedArea100Chart.cs
│   │   │   ├── StackedAreaChart.cs
│   │   │   ├── StackedBar100Chart.cs
│   │   │   ├── StackedBarChart.cs
│   │   │   ├── StackedColumn100Chart.cs
│   │   │   ├── StackedColumnChart.cs
│   │   │   ├── StockChart.cs
│   │   │   └── StreamLineFunnelChart.cs
│   │   ├── CodeReason.Reports.VS2008.sln
│   │   ├── CodeReason.Reports.VS2008.suo
│   │   ├── Latest Changes.txt
│   │   ├── License.txt
│   │   ├── Samples
│   │   │   ├── BarcodeReport
│   │   │   │   ├── app.config
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── BarcodeReport.VS2008.csproj
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── BarcodeReport.exe
│   │   │   │   │   ├── BarcodeReport.exe.config
│   │   │   │   │   ├── BarcodeReport.pdb
│   │   │   │   │   ├── CodeReason.Reports.dll
│   │   │   │   │   ├── CodeReason.Reports.pdb
│   │   │   │   │   └── Templates
│   │   │   │   │   └── BarcodeReport.xaml
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── App.g.cs
│   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   ├── BarcodeReport_Content.g.cs
│   │   │   │   │   ├── BarcodeReport_Content.g.i.cs
│   │   │   │   │   ├── BarcodeReport.exe
│   │   │   │   │   ├── BarcodeReport.g.resources
│   │   │   │   │   ├── BarcodeReport_MarkupCompile.cache
│   │   │   │   │   ├── BarcodeReport_MarkupCompile.i.cache
│   │   │   │   │   ├── BarcodeReport.pdb
│   │   │   │   │   ├── BarcodeReport.Properties.Resources.resources
│   │   │   │   │   ├── BarcodeReport.VS2008.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── BarcodeReport.VS2008.csproj.GenerateResource.Cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   ├── ResGen.read.1.tlog
│   │   │   │   │   ├── ResGen.write.1.tlog
│   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   ├── TempPE
│   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   ├── WindowMain.baml
│   │   │   │   │   ├── WindowMain.g.cs
│   │   │   │   │   └── WindowMain.g.i.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── Templates
│   │   │   │   │   └── BarcodeReport.xaml
│   │   │   │   ├── WindowMain.xaml
│   │   │   │   └── WindowMain.xaml.cs
│   │   │   ├── ChartReport
│   │   │   │   ├── app.config
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── ChartReport.exe
│   │   │   │   │   ├── ChartReport.exe.config
│   │   │   │   │   ├── ChartReport.pdb
│   │   │   │   │   ├── CodeReason.Reports.dll
│   │   │   │   │   ├── CodeReason.Reports.pdb
│   │   │   │   │   └── Templates
│   │   │   │   │   └── ChartReport.xaml
│   │   │   │   ├── ChartReport.VS2008.csproj
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── App.g.cs
│   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   ├── ChartReport_Content.g.cs
│   │   │   │   │   ├── ChartReport_Content.g.i.cs
│   │   │   │   │   ├── ChartReport.exe
│   │   │   │   │   ├── ChartReport.g.resources
│   │   │   │   │   ├── ChartReport_MarkupCompile.cache
│   │   │   │   │   ├── ChartReport_MarkupCompile.i.cache
│   │   │   │   │   ├── ChartReport.pdb
│   │   │   │   │   ├── ChartReport.Properties.Resources.resources
│   │   │   │   │   ├── ChartReport.VS2008.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── ChartReport.VS2008.csproj.GenerateResource.Cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   ├── ResGen.read.1.tlog
│   │   │   │   │   ├── ResGen.write.1.tlog
│   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   ├── TempPE
│   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   ├── WindowMain.baml
│   │   │   │   │   ├── WindowMain.g.cs
│   │   │   │   │   └── WindowMain.g.i.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── Templates
│   │   │   │   │   └── ChartReport.xaml
│   │   │   │   ├── WindowMain.xaml
│   │   │   │   └── WindowMain.xaml.cs
│   │   │   ├── ComplexReport
│   │   │   │   ├── app.config
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── CodeReason.Reports.dll
│   │   │   │   │   ├── CodeReason.Reports.pdb
│   │   │   │   │   ├── ComplexReport.exe
│   │   │   │   │   ├── ComplexReport.exe.config
│   │   │   │   │   ├── ComplexReport.pdb
│   │   │   │   │   ├── ComplexReport.vshost.exe
│   │   │   │   │   ├── ComplexReport.vshost.exe.config
│   │   │   │   │   ├── ComplexReport.vshost.exe.manifest
│   │   │   │   │   └── Templates
│   │   │   │   │   ├── ComplexReport.xaml
│   │   │   │   │   └── dpd.jpg
│   │   │   │   ├── ComplexReport.VS2008.csproj
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── App.g.cs
│   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   ├── ComplexReport_Content.g.cs
│   │   │   │   │   ├── ComplexReport_Content.g.i.cs
│   │   │   │   │   ├── ComplexReport.exe
│   │   │   │   │   ├── ComplexReport.g.resources
│   │   │   │   │   ├── ComplexReport_MarkupCompile.cache
│   │   │   │   │   ├── ComplexReport_MarkupCompile.i.cache
│   │   │   │   │   ├── ComplexReport.pdb
│   │   │   │   │   ├── ComplexReport.Properties.Resources.resources
│   │   │   │   │   ├── ComplexReport.VS2008.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── ComplexReport.VS2008.csproj.GenerateResource.Cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   ├── ResGen.read.1.tlog
│   │   │   │   │   ├── ResGen.write.1.tlog
│   │   │   │   │   ├── TempPE
│   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   ├── WindowMain.baml
│   │   │   │   │   ├── WindowMain.g.cs
│   │   │   │   │   └── WindowMain.g.i.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── Templates
│   │   │   │   │   ├── ComplexReport.xaml
│   │   │   │   │   └── dpd.jpg
│   │   │   │   ├── WindowMain.xaml
│   │   │   │   └── WindowMain.xaml.cs
│   │   │   ├── DynamicReport
│   │   │   │   ├── app.config
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── CodeReason.Reports.dll
│   │   │   │   │   ├── CodeReason.Reports.pdb
│   │   │   │   │   ├── DynamicReport.exe
│   │   │   │   │   ├── DynamicReport.exe.config
│   │   │   │   │   ├── DynamicReport.pdb
│   │   │   │   │   ├── DynamicReport.vshost.exe
│   │   │   │   │   ├── DynamicReport.vshost.exe.manifest
│   │   │   │   │   └── Templates
│   │   │   │   │   └── DynamicReport.xaml
│   │   │   │   ├── DynamicReport.VS2008.csproj
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── App.g.cs
│   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── DynamicReport_Content.g.cs
│   │   │   │   │   ├── DynamicReport_Content.g.i.cs
│   │   │   │   │   ├── DynamicReport.exe
│   │   │   │   │   ├── DynamicReport.g.resources
│   │   │   │   │   ├── DynamicReport_MarkupCompile.cache
│   │   │   │   │   ├── DynamicReport_MarkupCompile.i.cache
│   │   │   │   │   ├── DynamicReport.pdb
│   │   │   │   │   ├── DynamicReport.Properties.Resources.resources
│   │   │   │   │   ├── DynamicReport.VS2008.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── DynamicReport.VS2008.csproj.GenerateResource.Cache
│   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   ├── ResGen.read.1.tlog
│   │   │   │   │   ├── ResGen.write.1.tlog
│   │   │   │   │   ├── TempPE
│   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   ├── WindowMain.baml
│   │   │   │   │   ├── WindowMain.g.cs
│   │   │   │   │   └── WindowMain.g.i.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── Templates
│   │   │   │   │   └── DynamicReport.xaml
│   │   │   │   ├── WindowMain.xaml
│   │   │   │   └── WindowMain.xaml.cs
│   │   │   ├── ImageReport
│   │   │   │   ├── app.config
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── CodeReason.Reports.dll
│   │   │   │   │   ├── CodeReason.Reports.pdb
│   │   │   │   │   ├── ImageReport.exe
│   │   │   │   │   ├── ImageReport.exe.config
│   │   │   │   │   ├── ImageReport.pdb
│   │   │   │   │   ├── ImageReport.vshost.exe
│   │   │   │   │   ├── ImageReport.vshost.exe.manifest
│   │   │   │   │   └── Templates
│   │   │   │   │   ├── dpd.jpg
│   │   │   │   │   └── ImageReport.xaml
│   │   │   │   ├── ImageReport.VS2008.csproj
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── App.g.cs
│   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   ├── ImageReport_Content.g.cs
│   │   │   │   │   ├── ImageReport_Content.g.i.cs
│   │   │   │   │   ├── ImageReport.exe
│   │   │   │   │   ├── ImageReport.g.resources
│   │   │   │   │   ├── ImageReport_MarkupCompile.cache
│   │   │   │   │   ├── ImageReport_MarkupCompile.i.cache
│   │   │   │   │   ├── ImageReport.pdb
│   │   │   │   │   ├── ImageReport.Properties.Resources.resources
│   │   │   │   │   ├── ImageReport.VS2008.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── ImageReport.VS2008.csproj.GenerateResource.Cache
│   │   │   │   │   ├── ImageReport.VS2008.csprojResolveAssemblyReference.cache
│   │   │   │   │   ├── ResGen.read.1.tlog
│   │   │   │   │   ├── ResGen.write.1.tlog
│   │   │   │   │   ├── TempPE
│   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   ├── WindowMain.baml
│   │   │   │   │   ├── WindowMain.g.cs
│   │   │   │   │   └── WindowMain.g.i.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── Templates
│   │   │   │   │   ├── dpd.jpg
│   │   │   │   │   └── ImageReport.xaml
│   │   │   │   ├── WindowMain.xaml
│   │   │   │   └── WindowMain.xaml.cs
│   │   │   └── SimpleReport
│   │   │   ├── app.config
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── CodeReason.Reports.dll
│   │   │   │   ├── CodeReason.Reports.pdb
│   │   │   │   ├── FastReport.Bars.dll
│   │   │   │   ├── FastReport.dll
│   │   │   │   ├── FastReport.Editor.dll
│   │   │   │   ├── SimpleReport.exe
│   │   │   │   ├── SimpleReport.exe.config
│   │   │   │   ├── SimpleReport.pdb
│   │   │   │   ├── SimpleReport.vshost.exe
│   │   │   │   ├── SimpleReport.vshost.exe.config
│   │   │   │   ├── SimpleReport.vshost.exe.manifest
│   │   │   │   └── Templates
│   │   │   │   ├── FlowDocument1.xaml
│   │   │   │   └── SimpleReport.xaml
│   │   │   ├── FastReport.dll
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── App.g.cs
│   │   │   │   ├── App.g.i.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── RdlCompile.cache
│   │   │   │   ├── RdlCompile.compiled
│   │   │   │   ├── ResGen.read.1.tlog
│   │   │   │   ├── ResGen.write.1.tlog
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── SimpleReport_Content.g.cs
│   │   │   │   ├── SimpleReport_Content.g.i.cs
│   │   │   │   ├── SimpleReport.exe
│   │   │   │   ├── SimpleReport.g.resources
│   │   │   │   ├── SimpleReport_MarkupCompile.cache
│   │   │   │   ├── SimpleReport_MarkupCompile.i.cache
│   │   │   │   ├── SimpleReport.pdb
│   │   │   │   ├── SimpleReport.Properties.Resources.resources
│   │   │   │   ├── SimpleReport.VS2008.csproj.FileListAbsolute.txt
│   │   │   │   ├── SimpleReport.VS2008.csproj.GenerateResource.Cache
│   │   │   │   ├── SimpleReport.VS2008.csprojResolveAssemblyReference.cache
│   │   │   │   ├── Templates
│   │   │   │   │   └── FlowDocument1.baml
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── WindowMain1.baml
│   │   │   │   ├── WindowMain1.g.cs
│   │   │   │   ├── WindowMain1.g.i.cs
│   │   │   │   ├── WindowMain2.baml
│   │   │   │   ├── WindowMain2.g.cs
│   │   │   │   ├── WindowMain2.g.i.cs
│   │   │   │   ├── WindowMain.baml
│   │   │   │   ├── WindowMain.g.cs
│   │   │   │   └── WindowMain.g.i.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Report1.rdlc
│   │   │   ├── report.frx
│   │   │   ├── reportList.frx
│   │   │   ├── SimpleReport.VS2008.csproj
│   │   │   ├── Templates
│   │   │   │   ├── FlowDocument1.xaml
│   │   │   │   └── SimpleReport.xaml
│   │   │   ├── WindowMain1.xaml
│   │   │   ├── WindowMain1.xaml.cs
│   │   │   ├── WindowMain2.xaml
│   │   │   ├── WindowMain2.xaml.cs
│   │   │   ├── WindowMain.xaml
│   │   │   └── WindowMain.xaml.cs
│   │   ├── Todo.txt
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── codereason_reports_v0.5_alpha.zip
│   ├── CustomDocumentPaginator
│   │   ├── CustomDocumentPaginator
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── BaseViewModel.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── CustomDocumentPaginator.exe
│   │   │   │   ├── CustomDocumentPaginator.pdb
│   │   │   │   ├── CustomDocumentPaginator.vshost.exe
│   │   │   │   └── CustomDocumentPaginator.vshost.exe.manifest
│   │   │   ├── CustomDataGridDocumentPaginator.cs
│   │   │   ├── CustomDocumentPaginator.csproj
│   │   │   ├── DelegateCommand.cs
│   │   │   ├── MainWindowViewModel.cs
│   │   │   ├── MainWindow.xaml
│   │   │   ├── MainWindow.xaml.cs
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── App.g.cs
│   │   │   │   ├── App.g.i.cs
│   │   │   │   ├── CustomDocumentPaginator.csproj.FileListAbsolute.txt
│   │   │   │   ├── CustomDocumentPaginator.csproj.GenerateResource.Cache
│   │   │   │   ├── CustomDocumentPaginator.exe
│   │   │   │   ├── CustomDocumentPaginator.g.resources
│   │   │   │   ├── CustomDocumentPaginator_MarkupCompile.cache
│   │   │   │   ├── CustomDocumentPaginator_MarkupCompile.i.cache
│   │   │   │   ├── CustomDocumentPaginator.pdb
│   │   │   │   ├── CustomDocumentPaginator.Properties.Resources.resources
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── MainWindow.baml
│   │   │   │   ├── MainWindow.g.cs
│   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── PersonViewModel.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── CustomDocumentPaginator.sln
│   │   ├── CustomDocumentPaginator.suo
│   │   ├── Extended for ListViews and variable height rows.zip
│   │   └── POS Printer Fix.txt
│   ├── FastReportTest_1
│   │   ├── FastReportTest_1
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── FastReport.Bars.dll
│   │   │   │   │   ├── FastReport.dll
│   │   │   │   │   ├── FastReport.Editor.dll
│   │   │   │   │   ├── FastReportTest_1.exe
│   │   │   │   │   ├── FastReportTest_1.pdb
│   │   │   │   │   ├── FastReportTest_1.vshost.exe
│   │   │   │   │   └── FastReportTest_1.vshost.exe.manifest
│   │   │   │   └── Release
│   │   │   │   ├── FastReport.dll
│   │   │   │   ├── FastReportTest_1.exe
│   │   │   │   ├── FastReportTest_1.pdb
│   │   │   │   ├── FastReportTest_1.vshost.exe
│   │   │   │   └── FastReportTest_1.vshost.exe.manifest
│   │   │   ├── FastReportTest_1.csproj
│   │   │   ├── MainWindow.xaml
│   │   │   ├── MainWindow.xaml.cs
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   ├── Debug
│   │   │   │   │   ├── App.g.cs
│   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── FastReportTest_1.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── FastReportTest_1.csproj.GenerateResource.Cache
│   │   │   │   │   ├── FastReportTest_1.csprojResolveAssemblyReference.cache
│   │   │   │   │   ├── FastReportTest_1.exe
│   │   │   │   │   ├── FastReportTest_1.g.resources
│   │   │   │   │   ├── FastReportTest_1_MarkupCompile.cache
│   │   │   │   │   ├── FastReportTest_1_MarkupCompile.i.cache
│   │   │   │   │   ├── FastReportTest_1.pdb
│   │   │   │   │   ├── FastReportTest_1.Properties.Resources.resources
│   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   ├── MainWindow.baml
│   │   │   │   │   ├── MainWindow.g.cs
│   │   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   └── Release
│   │   │   │   ├── App.g.cs
│   │   │   │   ├── App.g.i.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── FastReportTest_1.csproj.FileListAbsolute.txt
│   │   │   │   ├── FastReportTest_1.csproj.GenerateResource.Cache
│   │   │   │   ├── FastReportTest_1.exe
│   │   │   │   ├── FastReportTest_1.g.resources
│   │   │   │   ├── FastReportTest_1_MarkupCompile.cache
│   │   │   │   ├── FastReportTest_1_MarkupCompile.i.cache
│   │   │   │   ├── FastReportTest_1.pdb
│   │   │   │   ├── FastReportTest_1.Properties.Resources.resources
│   │   │   │   ├── MainWindow.baml
│   │   │   │   ├── MainWindow.g.cs
│   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── FastReportTest_1.sln
│   │   └── FastReportTest_1.suo
│   ├── FastReport.txt
│   ├── FlowDocument 2.txt
│   ├── FlowDocument.txt
│   ├── howto_listview_print_multipage_data
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── howto_listview_print_large_data.exe
│   │   │   ├── howto_listview_print_large_data.pdb
│   │   │   ├── howto_listview_print_large_data.vshost.exe
│   │   │   └── howto_listview_print_large_data.vshost.exe.manifest
│   │   ├── ExtensionProperties.cs
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── howto_listview_print_multipage_data.csproj
│   │   ├── howto_listview_print_multipage_data.png
│   │   ├── howto_listview_print_multipage_data.sln
│   │   ├── howto_listview_print_multipage_data.suo
│   │   ├── ListViewExtensions.cs
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── howto_listview_print_large_data.exe
│   │   │   ├── howto_listview_print_large_data.pdb
│   │   │   ├── howto_listview_print_multipage_data.csproj.FileListAbsolute.txt
│   │   │   ├── howto_listview_print_multipage_data.csproj.GenerateResource.Cache
│   │   │   ├── howto_listview_print_multipage_data.Form1.resources
│   │   │   ├── howto_listview_print_multipage_data.Properties.Resources.resources
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── howto_listview_print_multipage_data.zip
│   ├── ICP.Controls.Reporting
│   │   ├── Data
│   │   │   ├── AdventureScripts.sql
│   │   │   ├── AdventureWorksLT_log.ldf
│   │   │   └── AdventureWorksLT.mdf
│   │   ├── ICP.Controls.Reporting
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── ICP.Controls.Reporting.dll
│   │   │   │   └── ICP.Controls.Reporting.pdb
│   │   │   ├── ClassDiagram1.cd
│   │   │   ├── DelegateCommand.cs
│   │   │   ├── DocumentPaginatorExtention.cs
│   │   │   ├── ICP.Controls.Reporting.csproj
│   │   │   ├── ItemsControlSection.cs
│   │   │   ├── ListViewSection.cs
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── ICP.Controls.Reporting.csproj.FileListAbsolute.txt
│   │   │   │   ├── ICP.Controls.Reporting.dll
│   │   │   │   ├── ICP.Controls.Reporting.pdb
│   │   │   │   └── TempPE
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Report.cs
│   │   │   ├── ReportDataContext.cs
│   │   │   ├── ReportGroup.cs
│   │   │   ├── ReportSection.cs
│   │   │   ├── ReportViewer.cs
│   │   │   ├── Section.cs
│   │   │   └── Utility.cs
│   │   ├── ICP.Controls.Reporting.DataContextDemo
│   │   │   ├── AdventureWorksLT.dbml
│   │   │   ├── AdventureWorksLT.dbml.layout
│   │   │   ├── AdventureWorksLT.designer.cs
│   │   │   ├── app.config
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── ICP.Controls.Reporting.DataContextDemo.exe
│   │   │   │   ├── ICP.Controls.Reporting.DataContextDemo.exe.config
│   │   │   │   ├── ICP.Controls.Reporting.DataContextDemo.pdb
│   │   │   │   ├── ICP.Controls.Reporting.DataContextDemo.vshost.exe
│   │   │   │   ├── ICP.Controls.Reporting.DataContextDemo.vshost.exe.config
│   │   │   │   ├── ICP.Controls.Reporting.DataContextDemo.vshost.exe.manifest
│   │   │   │   ├── ICP.Controls.Reporting.dll
│   │   │   │   └── ICP.Controls.Reporting.pdb
│   │   │   ├── ICP.Controls.Reporting.DataContextDemo.csproj
│   │   │   ├── MainWindow.xaml
│   │   │   ├── MainWindow.xaml.cs
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── App.g.cs
│   │   │   │   ├── App.g.i.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── ICP.Controls.Reporting.DataContextDemo.csproj.FileListAbsolute.txt
│   │   │   │   ├── ICP.Controls.Reporting.DataContextDemo.csproj.GenerateResource.Cache
│   │   │   │   ├── ICP.Controls.Reporting.DataContextDemo.exe
│   │   │   │   ├── ICP.Controls.Reporting.DataContextDemo.g.resources
│   │   │   │   ├── ICP.Controls.Reporting.DataContextDemo_MarkupCompile.cache
│   │   │   │   ├── ICP.Controls.Reporting.DataContextDemo.pdb
│   │   │   │   ├── ICP.Controls.Reporting.DataContextDemo.Properties.Resources.resources
│   │   │   │   ├── MainWindow.baml
│   │   │   │   ├── MainWindow.g.cs
│   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   └── TempPE
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── ICP.Controls.Reporting.gpState
│   │   ├── ICP.Controls.Reporting.GroupDemo
│   │   │   ├── AdventureWorkLT.dbml
│   │   │   ├── AdventureWorkLT.dbml.layout
│   │   │   ├── AdventureWorkLT.designer.cs
│   │   │   ├── app.config
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── ICP.Controls.Reporting.dll
│   │   │   │   ├── ICP.Controls.Reporting.GroupDemo.exe
│   │   │   │   ├── ICP.Controls.Reporting.GroupDemo.exe.config
│   │   │   │   ├── ICP.Controls.Reporting.GroupDemo.pdb
│   │   │   │   └── ICP.Controls.Reporting.pdb
│   │   │   ├── Converters
│   │   │   │   └── Converters.cs
│   │   │   ├── ICP.Controls.Reporting.GroupDemo.csproj
│   │   │   ├── MainWindow.xaml
│   │   │   ├── MainWindow.xaml.cs
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── App.g.cs
│   │   │   │   ├── App.g.i.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   │   ├── ICP.Controls.Reporting.GroupDemo.csproj.FileListAbsolute.txt
│   │   │   │   ├── ICP.Controls.Reporting.GroupDemo.csproj.GenerateResource.Cache
│   │   │   │   ├── ICP.Controls.Reporting.GroupDemo.exe
│   │   │   │   ├── ICP.Controls.Reporting.GroupDemo.g.resources
│   │   │   │   ├── ICP.Controls.Reporting.GroupDemo_MarkupCompile.cache
│   │   │   │   ├── ICP.Controls.Reporting.GroupDemo_MarkupCompile.lref
│   │   │   │   ├── ICP.Controls.Reporting.GroupDemo.pdb
│   │   │   │   ├── ICP.Controls.Reporting.GroupDemo.Properties.Resources.resources
│   │   │   │   ├── MainWindow.baml
│   │   │   │   ├── MainWindow.g.cs
│   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   └── TempPE
│   │   │   ├── Product.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── ICP.Controls.Reporting.SimpleListDemo
│   │   │   ├── AdventureWorksLT.dbml
│   │   │   ├── AdventureWorksLT.dbml.layout
│   │   │   ├── AdventureWorksLT.designer.cs
│   │   │   ├── App.config
│   │   │   ├── App_Data
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── ICP.Controls.Reporting.dll
│   │   │   │   ├── ICP.Controls.Reporting.pdb
│   │   │   │   ├── ICP.Controls.Reporting.SimpleListDemo.exe
│   │   │   │   ├── ICP.Controls.Reporting.SimpleListDemo.exe.config
│   │   │   │   ├── ICP.Controls.Reporting.SimpleListDemo.pdb
│   │   │   │   ├── ICP.Controls.Reporting.SimpleListDemo.vshost.exe
│   │   │   │   ├── ICP.Controls.Reporting.SimpleListDemo.vshost.exe.config
│   │   │   │   └── ICP.Controls.Reporting.SimpleListDemo.vshost.exe.manifest
│   │   │   ├── ICP.Controls.Reporting.SimpleListDemo.csproj
│   │   │   ├── MainWindow.xaml
│   │   │   ├── MainWindow.xaml.cs
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── App.g.cs
│   │   │   │   ├── App.g.i.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── ICP.Controls.Reporting.SimpleListDemo.csproj.FileListAbsolute.txt
│   │   │   │   ├── ICP.Controls.Reporting.SimpleListDemo.csproj.GenerateResource.Cache
│   │   │   │   ├── ICP.Controls.Reporting.SimpleListDemo.csprojResolveAssemblyReference.cache
│   │   │   │   ├── ICP.Controls.Reporting.SimpleListDemo.exe
│   │   │   │   ├── ICP.Controls.Reporting.SimpleListDemo.g.resources
│   │   │   │   ├── ICP.Controls.Reporting.SimpleListDemo_MarkupCompile.cache
│   │   │   │   ├── ICP.Controls.Reporting.SimpleListDemo.pdb
│   │   │   │   ├── ICP.Controls.Reporting.SimpleListDemo.Properties.Resources.resources
│   │   │   │   ├── MainWindow.baml
│   │   │   │   ├── MainWindow.g.cs
│   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   └── TempPE
│   │   │   │   └── AdventureWorksLT.designer.cs.dll
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── ICP.Controls.Reporting.sln
│   │   ├── ICP.Controls.Reporting.suo
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── Links.txt
│   ├── MailMergePrintWPF
│   │   └── Printing
│   │   ├── Printing
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Data
│   │   │   │   │   └── Addresses.xml
│   │   │   │   ├── printing.application
│   │   │   │   ├── printing.exe
│   │   │   │   ├── printing.exe.manifest
│   │   │   │   ├── printing.pdb
│   │   │   │   ├── printing.vshost.application
│   │   │   │   ├── printing.vshost.exe
│   │   │   │   └── printing.vshost.exe.manifest
│   │   │   ├── Data
│   │   │   │   └── Addresses.xml
│   │   │   ├── Images
│   │   │   │   ├── Icon1.ico
│   │   │   │   └── red kite 1.jpg
│   │   │   ├── Model
│   │   │   │   ├── AddressLabel.cs
│   │   │   │   ├── DocumentBuilder.cs
│   │   │   │   ├── EnhancedDocumentViewer.cs
│   │   │   │   └── RangePaginator.cs
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── App.g.cs
│   │   │   │   ├── App.g.i.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── printing.application
│   │   │   │   ├── printing_Content.g.cs
│   │   │   │   ├── printing_Content.g.i.cs
│   │   │   │   ├── Printing.csproj.FileListAbsolute.txt
│   │   │   │   ├── printing.exe
│   │   │   │   ├── printing.exe.manifest
│   │   │   │   ├── printing.g.resources
│   │   │   │   ├── printing_MarkupCompile.cache
│   │   │   │   ├── printing_MarkupCompile.i.cache
│   │   │   │   ├── printing_MarkupCompile.i.lref
│   │   │   │   ├── printing_MarkupCompile.lref
│   │   │   │   ├── printing.pdb
│   │   │   │   ├── printing.Properties.Resources.resources
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   └── View
│   │   │   │   ├── MailMergeLetter.baml
│   │   │   │   ├── MailMergeLetter.g.cs
│   │   │   │   ├── MailMergeLetter.g.i.cs
│   │   │   │   ├── MainWindow.baml
│   │   │   │   ├── MainWindow.g.cs
│   │   │   │   └── MainWindow.g.i.cs
│   │   │   ├── Printing.csproj
│   │   │   ├── printing.csproj.user
│   │   │   ├── printing_TemporaryKey.pfx
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── View
│   │   │   │   ├── MailMergeLetter.xaml
│   │   │   │   ├── MailMergeLetter.xaml.cs
│   │   │   │   ├── MainWindow.xaml
│   │   │   │   └── MainWindow.xaml.cs
│   │   │   └── ViewModel
│   │   │   ├── MailMergeLetterVM.cs
│   │   │   ├── MainVM.cs
│   │   │   └── ViewModelBase.cs
│   │   └── printing.sln
│   ├── MailMergePrintWPF.zip
│   ├── PaginatorExample
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── PaginatorExample.exe
│   │   │   ├── PaginatorExample.pdb
│   │   │   ├── PaginatorExample.vshost.exe
│   │   │   └── PaginatorExample.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── App.g.cs
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── PaginatorExample.csproj.FileListAbsolute.txt
│   │   │   ├── PaginatorExample.exe
│   │   │   ├── PaginatorExample.g.resources
│   │   │   ├── PaginatorExample_MarkupCompile.cache
│   │   │   ├── PaginatorExample.pdb
│   │   │   ├── PaginatorExample.Properties.Resources.resources
│   │   │   ├── ResGen.read.1.tlog
│   │   │   ├── ResGen.write.1.tlog
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Window1.baml
│   │   │   └── Window1.g.cs
│   │   ├── PaginatorExample
│   │   ├── PaginatorExample.csproj
│   │   ├── PaginatorExample.sln
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── RandomTabularPaginator.cs
│   │   ├── UpgradeLog.XML
│   │   ├── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.cs
│   ├── PaginatorExample.zip
│   ├── pdfreport-44277
│   │   ├── Bin
│   │   │   ├── AxInterop.AcroPDFLib.dll
│   │   │   ├── Data
│   │   │   │   ├── AcroFormSample.odt
│   │   │   │   ├── AcroFormSample.pdf
│   │   │   │   ├── blogs.sqlite
│   │   │   │   ├── cert123.pfx
│   │   │   │   ├── PdfHeaderTemplate.odt
│   │   │   │   ├── PdfHeaderTemplate.pdf
│   │   │   │   ├── places.xml
│   │   │   │   ├── questionTemplate.odt
│   │   │   │   ├── questionTemplate.pdf
│   │   │   │   ├── sample.csv
│   │   │   │   ├── sample.xls
│   │   │   │   └── sample.xlsx
│   │   │   ├── DemosBrowser.exe
│   │   │   ├── DemosBrowser.exe.config
│   │   │   ├── DemosBrowser.vshost.exe
│   │   │   ├── DemosBrowser.vshost.exe.config
│   │   │   ├── DemosBrowser.vshost.exe.manifest
│   │   │   ├── EntityFramework.dll
│   │   │   ├── EPPlus.dll
│   │   │   ├── EPPlus.xml
│   │   │   ├── fonts
│   │   │   │   └── irsans.ttf
│   │   │   ├── Images
│   │   │   │   ├── 01.png
│   │   │   │   ├── 02.png
│   │   │   │   ├── 03.png
│   │   │   │   ├── 04.png
│   │   │   │   └── 05.png
│   │   │   ├── Interop.AcroPDFLib.dll
│   │   │   ├── itextsharp.dll
│   │   │   ├── itextsharp.pdfa.dll
│   │   │   ├── itextsharp.xmlworker.dll
│   │   │   ├── nuget.txt
│   │   │   ├── Pdf
│   │   │   ├── PdfReportSamples.dll
│   │   │   ├── PdfRpt.dll
│   │   │   ├── PdfRpt.dll.config
│   │   │   ├── PdfRpt.XML
│   │   │   ├── SQLite.Interop.dll
│   │   │   ├── SQLiteTestDb.exe
│   │   │   ├── SQLiteTestDb.vshost.exe
│   │   │   ├── SQLiteTestDb.vshost.exe.manifest
│   │   │   ├── System.Data.SQLite.dll
│   │   │   ├── System.Windows.Forms.DataVisualization.dll
│   │   │   ├── Thumbs
│   │   │   ├── WindowsFormsAppTests.exe
│   │   │   ├── WindowsFormsAppTests.exe.config
│   │   │   ├── WindowsFormsAppTests.vshost.exe
│   │   │   ├── WindowsFormsAppTests.vshost.exe.manifest
│   │   │   ├── WpfAppTests.exe
│   │   │   ├── WpfAppTests.exe.config
│   │   │   ├── WpfAppTests.vshost.exe
│   │   │   ├── WpfAppTests.vshost.exe.manifest
│   │   │   ├── WpfPdfViewer.exe.config
│   │   │   ├── WpfPdfViewer.vshost.exe.config
│   │   │   └── WpfPdfViewer.vshost.exe.manifest
│   │   ├── Lib
│   │   │   ├── AggregateProvider.cs
│   │   │   ├── Aggregates
│   │   │   │   ├── NamespaceDoc.cs
│   │   │   │   └── Numbers
│   │   │   │   ├── Average.cs
│   │   │   │   ├── Empty.cs
│   │   │   │   ├── Maximum.cs
│   │   │   │   ├── Minimum.cs
│   │   │   │   ├── NamespaceDoc.cs
│   │   │   │   ├── StdDev.cs
│   │   │   │   ├── Sum.cs
│   │   │   │   └── Variance.cs
│   │   │   ├── app.config
│   │   │   ├── BasicTemplateProvider.cs
│   │   │   ├── Calendar
│   │   │   │   ├── CalendarAttributes.cs
│   │   │   │   ├── CalendarData.cs
│   │   │   │   ├── CalendarNames.cs
│   │   │   │   ├── CalendarType.cs
│   │   │   │   ├── DayInfo.cs
│   │   │   │   ├── DaysInfoToCalendarData.cs
│   │   │   │   ├── GradientCellEvent.cs
│   │   │   │   ├── MonthCalendar.cs
│   │   │   │   └── MonthTableCell.cs
│   │   │   ├── ColumnsItemsTemplates
│   │   │   │   ├── AnnotationField.cs
│   │   │   │   ├── BarcodeField.cs
│   │   │   │   ├── ByteArrayImageField.cs
│   │   │   │   ├── CheckMarkField.cs
│   │   │   │   ├── HyperlinkField.cs
│   │   │   │   ├── ImageFilePathField.cs
│   │   │   │   ├── InlineField.cs
│   │   │   │   ├── MonthCalendarField.cs
│   │   │   │   ├── NamespaceDoc.cs
│   │   │   │   ├── PdfTemplateField.cs
│   │   │   │   ├── ProgressBarField.cs
│   │   │   │   ├── SymbolField.cs
│   │   │   │   ├── TextBlockField.cs
│   │   │   │   ├── WingdingsSymbolField.cs
│   │   │   │   └── XHtmlField.cs
│   │   │   ├── Core
│   │   │   │   ├── Contracts
│   │   │   │   │   ├── AdHocColumnsConventions.cs
│   │   │   │   │   ├── AdobeZapfDingbats.cs
│   │   │   │   │   ├── AggregateFunction.cs
│   │   │   │   │   ├── AggregateValuePosition.cs
│   │   │   │   │   ├── AnnotationFieldData.cs
│   │   │   │   │   ├── AnnotationIcon.cs
│   │   │   │   │   ├── AttachmentFile.cs
│   │   │   │   │   ├── BasicTemplate.cs
│   │   │   │   │   ├── CellAttributes.cs
│   │   │   │   │   ├── CellBasicProperties.cs
│   │   │   │   │   ├── CellData.cs
│   │   │   │   │   ├── CellRowData.cs
│   │   │   │   │   ├── CellSharedData.cs
│   │   │   │   │   ├── CellType.cs
│   │   │   │   │   ├── CertificateFile.cs
│   │   │   │   │   ├── ColumnAttributes.cs
│   │   │   │   │   ├── CompressionLevel.cs
│   │   │   │   │   ├── CompressionSettings.cs
│   │   │   │   │   ├── DiagonalWatermark.cs
│   │   │   │   │   ├── DocumentFontStyle.cs
│   │   │   │   │   ├── DocumentMargins.cs
│   │   │   │   │   ├── DocumentMetadata.cs
│   │   │   │   │   ├── DocumentPermissions.cs
│   │   │   │   │   ├── DocumentPreferences.cs
│   │   │   │   │   ├── DocumentSecurity.cs
│   │   │   │   │   ├── Encryption.cs
│   │   │   │   │   ├── EncryptionType.cs
│   │   │   │   │   ├── EventsArguments.cs
│   │   │   │   │   ├── Events.cs
│   │   │   │   │   ├── FileAttachment.cs
│   │   │   │   │   ├── FlushType.cs
│   │   │   │   │   ├── FooterBasicProperties.cs
│   │   │   │   │   ├── FooterData.cs
│   │   │   │   │   ├── GroupsPreferences.cs
│   │   │   │   │   ├── GroupType.cs
│   │   │   │   │   ├── HeaderBasicProperties.cs
│   │   │   │   │   ├── HeaderData.cs
│   │   │   │   │   ├── HeadingCell.cs
│   │   │   │   │   ├── HorizontalAlignment.cs
│   │   │   │   │   ├── HorizontalStackPanelPreferences.cs
│   │   │   │   │   ├── IAggregateFunc.cs
│   │   │   │   │   ├── IColumnItemsTemplate.cs
│   │   │   │   │   ├── IDataExporter.cs
│   │   │   │   │   ├── IDataSource.cs
│   │   │   │   │   ├── ImportedPageInfo.cs
│   │   │   │   │   ├── InlineFieldData.cs
│   │   │   │   │   ├── IPageFooter.cs
│   │   │   │   │   ├── IPageHeader.cs
│   │   │   │   │   ├── IPdfFont.cs
│   │   │   │   │   ├── IPdfReportData.cs
│   │   │   │   │   ├── ITableTemplate.cs
│   │   │   │   │   ├── LastRenderedRowData.cs
│   │   │   │   │   ├── MainTablePreferences.cs
│   │   │   │   │   ├── MultipleColumnsPerPage.cs
│   │   │   │   │   ├── NamespaceDoc.cs
│   │   │   │   │   ├── NonFullScreenPageMode.cs
│   │   │   │   │   ├── PageOrientation.cs
│   │   │   │   │   ├── PagePreferences.cs
│   │   │   │   │   ├── PagesDirection.cs
│   │   │   │   │   ├── PasswordEncryption.cs
│   │   │   │   │   ├── PdfGrid.cs
│   │   │   │   │   ├── PdfPageSize.cs
│   │   │   │   │   ├── PdfRunDirection.cs
│   │   │   │   │   ├── PdfVersion.cs
│   │   │   │   │   ├── PdfViewerPreferences.cs
│   │   │   │   │   ├── PdfXConformance.cs
│   │   │   │   │   ├── PrintingPreferences.cs
│   │   │   │   │   ├── PrintScaling.cs
│   │   │   │   │   ├── PrintSide.cs
│   │   │   │   │   ├── PublicKeyEncryption.cs
│   │   │   │   │   ├── RowType.cs
│   │   │   │   │   ├── SharedData.cs
│   │   │   │   │   ├── Signature.cs
│   │   │   │   │   ├── SigningInfo.cs
│   │   │   │   │   ├── SummaryCellAttributes.cs
│   │   │   │   │   ├── SummaryCellData.cs
│   │   │   │   │   ├── SummaryCellSettings.cs
│   │   │   │   │   ├── SummaryLocation.cs
│   │   │   │   │   ├── TableColumnWidthType.cs
│   │   │   │   │   ├── TableType.cs
│   │   │   │   │   ├── TsaClient.cs
│   │   │   │   │   ├── VerticalTextAlignment.cs
│   │   │   │   │   ├── ViewerPageLayout.cs
│   │   │   │   │   ├── ViewerPageMode.cs
│   │   │   │   │   ├── ViewerPreferences.cs
│   │   │   │   │   ├── VisibleSignature.cs
│   │   │   │   │   ├── Wingdings.cs
│   │   │   │   │   ├── XFooterBasicProperties.cs
│   │   │   │   │   └── XHeaderBasicProperties.cs
│   │   │   │   ├── Helper
│   │   │   │   │   ├── AggregateException.cs
│   │   │   │   │   ├── ApplyDataAnnotations.cs
│   │   │   │   │   ├── BackgroundImageTemplate.cs
│   │   │   │   │   ├── CellDataExt.cs
│   │   │   │   │   ├── ColorExtensions.cs
│   │   │   │   │   ├── CompileAsIPdfRptData.cs
│   │   │   │   │   ├── DiagonalWatermarkManager.cs
│   │   │   │   │   ├── DocumentSettings.cs
│   │   │   │   │   ├── DumpNestedProperties.cs
│   │   │   │   │   ├── ElementsWidth.cs
│   │   │   │   │   ├── ExcelHelper.cs
│   │   │   │   │   ├── ExporterManager.cs
│   │   │   │   │   ├── ExtractPdfFileAttachments.cs
│   │   │   │   │   ├── FastReflection.cs
│   │   │   │   │   ├── FuncHelper.cs
│   │   │   │   │   ├── GradientBackground.cs
│   │   │   │   │   ├── Guard.cs
│   │   │   │   │   ├── Hash.cs
│   │   │   │   │   ├── HeaderFooterManager.cs
│   │   │   │   │   ├── HtmlToPdf
│   │   │   │   │   │   ├── ImageProvider.cs
│   │   │   │   │   │   ├── RtlElementsCollector.cs
│   │   │   │   │   │   ├── SimpleElementsCollector.cs
│   │   │   │   │   │   ├── TotalPagesNumberXmlWorkerProcessor.cs
│   │   │   │   │   │   ├── UnicodeFontProvider.cs
│   │   │   │   │   │   ├── XmlWorkerHelper.cs
│   │   │   │   │   │   └── XmlWorkerUtils.cs
│   │   │   │   │   ├── HumanReadableInteger.cs
│   │   │   │   │   ├── MergePdfDocuments.cs
│   │   │   │   │   ├── NamespaceDoc.cs
│   │   │   │   │   ├── PdfConformance.cs
│   │   │   │   │   ├── PdfImageHelper.cs
│   │   │   │   │   ├── PdfPageSizeToRectangle.cs
│   │   │   │   │   ├── PersianDate.cs
│   │   │   │   │   ├── PersianNumber.cs
│   │   │   │   │   ├── PropertyDataAnnotations.cs
│   │   │   │   │   ├── PropertyHelper.cs
│   │   │   │   │   ├── RunDirectionHelper.cs
│   │   │   │   │   ├── SoftHttpContext.cs
│   │   │   │   │   ├── srgb.profile
│   │   │   │   │   ├── StreamHelper.cs
│   │   │   │   │   ├── TableCellDefinitionsExt.cs
│   │   │   │   │   ├── TableHelper.cs
│   │   │   │   │   └── VectorImages.cs
│   │   │   │   ├── PdfTable
│   │   │   │   │   ├── AdHocPdfColumnDefinitions.cs
│   │   │   │   │   ├── GroupsManager.cs
│   │   │   │   │   ├── InitTable.cs
│   │   │   │   │   ├── MainTableCellsEvent.cs
│   │   │   │   │   ├── NamespaceDoc.cs
│   │   │   │   │   ├── PageEvents.cs
│   │   │   │   │   ├── RenderMainTable.cs
│   │   │   │   │   ├── RowsManager.cs
│   │   │   │   │   ├── TableCellHelper.cs
│   │   │   │   │   └── TablesInColumns.cs
│   │   │   │   └── Security
│   │   │   │   ├── EncryptionWorker.cs
│   │   │   │   ├── NamespaceDoc.cs
│   │   │   │   ├── PfxData.cs
│   │   │   │   ├── PfxReader.cs
│   │   │   │   └── SignatureWriter.cs
│   │   │   ├── DataAnnotations
│   │   │   │   ├── AggregateFunctionAttribute.cs
│   │   │   │   ├── CalculatedFieldFormulaAttribute.cs
│   │   │   │   ├── CellsHorizontalAlignmentAttribute.cs
│   │   │   │   ├── ColumnItemsTemplateAttribute.cs
│   │   │   │   ├── CustomAggregateFunctionAttribute.cs
│   │   │   │   ├── FixedHeightAttribute.cs
│   │   │   │   ├── IncludedGroupFieldEqualityComparerAttribute.cs
│   │   │   │   ├── IncludeInGroupingAttribute.cs
│   │   │   │   ├── IsCalculatedFieldAttribute.cs
│   │   │   │   ├── IsVisibleAttribute.cs
│   │   │   │   ├── MinimumHeightAttribute.cs
│   │   │   │   ├── NamespaceDoc.cs
│   │   │   │   ├── OrderAttribute.cs
│   │   │   │   ├── PropertyNameAttribute.cs
│   │   │   │   └── WidthAttribute.cs
│   │   │   ├── DataSources
│   │   │   │   ├── AccessDataReaderDataSource.cs
│   │   │   │   ├── AnonymousTypeListDataSource.cs
│   │   │   │   ├── CrosstabDataSource.cs
│   │   │   │   ├── CrosstabExtension.cs
│   │   │   │   ├── DataTableDataSource.cs
│   │   │   │   ├── ExcelDataReaderDataSource.cs
│   │   │   │   ├── GenericDataReaderDataSource.cs
│   │   │   │   ├── NamespaceDoc.cs
│   │   │   │   ├── OdbcDataReaderDataSource.cs
│   │   │   │   ├── SqlDataReaderDataSource.cs
│   │   │   │   ├── SqlParametersParser.cs
│   │   │   │   ├── StronglyTypedListDataSource.cs
│   │   │   │   └── XmlDataSource.cs
│   │   │   ├── Export
│   │   │   │   ├── ExportToCsv.cs
│   │   │   │   ├── ExportToExcel.cs
│   │   │   │   ├── ExportToXml.cs
│   │   │   │   └── NamespaceDoc.cs
│   │   │   ├── FluentInterface
│   │   │   │   ├── AggregateFunctionBuilder.cs
│   │   │   │   ├── ColumnAttributesBuilder.cs
│   │   │   │   ├── ColumnItemsTemplateBuilder.cs
│   │   │   │   ├── CustomRowsBuilder.cs
│   │   │   │   ├── DataBuilder.cs
│   │   │   │   ├── DataTemplate.cs
│   │   │   │   ├── DefaultFontsBuilder.cs
│   │   │   │   ├── DefaultHeaderProviderBuilder.cs
│   │   │   │   ├── DocumentPreferencesBuilder.cs
│   │   │   │   ├── EncryptedFileBuilder.cs
│   │   │   │   ├── ExportToBuilder.cs
│   │   │   │   ├── FileBuilder.cs
│   │   │   │   ├── GenericFontProviderBuilder.cs
│   │   │   │   ├── HeaderCellsBuilder.cs
│   │   │   │   ├── InjectCustomRowsBuilder.cs
│   │   │   │   ├── InlineFieldBuilder.cs
│   │   │   │   ├── InlineFooterProviderBuilder.cs
│   │   │   │   ├── InlineHeaderProviderBuilder.cs
│   │   │   │   ├── MainTableAdHocColumnsConventionsBuilder.cs
│   │   │   │   ├── MainTableColumnsBuilder.cs
│   │   │   │   ├── MainTableDataSourceBuilder.cs
│   │   │   │   ├── MainTableEventsBuilder.cs
│   │   │   │   ├── MainTablePreferencesBuilder.cs
│   │   │   │   ├── MainTableSummarySettingsBuilder.cs
│   │   │   │   ├── MainTableTemplateBuilder.cs
│   │   │   │   ├── PagesFooterBuilder.cs
│   │   │   │   ├── PagesHeaderBuilder.cs
│   │   │   │   ├── PdfReport.cs
│   │   │   │   ├── SignedFileBuilder.cs
│   │   │   │   ├── XHtmlFooterProviderBuilder.cs
│   │   │   │   └── XHtmlHeaderProviderBuilder.cs
│   │   │   ├── FooterTemplates
│   │   │   │   ├── DefaultFooterProvider.cs
│   │   │   │   ├── InlineFooterProvider.cs
│   │   │   │   ├── NamespaceDoc.cs
│   │   │   │   └── XHtmlFooterProvider.cs
│   │   │   ├── GenericFontProvider.cs
│   │   │   ├── HeaderTemplates
│   │   │   │   ├── DefaultHeaderProvider.cs
│   │   │   │   ├── InlineHeaderProvider.cs
│   │   │   │   ├── NamespaceDoc.cs
│   │   │   │   └── XHtmlHeaderProvider.cs
│   │   │   ├── Key.snk
│   │   │   ├── NamespaceDoc.cs
│   │   │   ├── packages.config
│   │   │   ├── PdfReportDocument.cs
│   │   │   ├── PdfRpt.csproj
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   └── VectorCharts
│   │   │   ├── BarChartItem.cs
│   │   │   ├── HorizontalBarChart.cs
│   │   │   ├── IVectorChart.cs
│   │   │   ├── PieChart.cs
│   │   │   ├── PieChartSegment.cs
│   │   │   └── VerticalBarChart.cs
│   │   ├── PdfRpt.sln
│   │   ├── PdfRpt.sln.docstates.suo
│   │   ├── PdfRpt.sln.DotSettings.user
│   │   ├── PdfRpt.suo
│   │   ├── Prerequisites.txt
│   │   └── Samples
│   │   ├── DemosBrowser
│   │   │   ├── app.config
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── Behaviors
│   │   │   │   ├── AutoScrollListView.cs
│   │   │   │   └── WindowsFormsHostBehavior.cs
│   │   │   ├── Controls
│   │   │   │   ├── BusyIndicator.cs
│   │   │   │   ├── SourceCodeEditor
│   │   │   │   │   ├── ExtInline.cs
│   │   │   │   │   ├── ExtParagraph.cs
│   │   │   │   │   ├── IParagraphProcessor.cs
│   │   │   │   │   ├── ParagraphProcessor.cs
│   │   │   │   │   └── SourceCodeEditor.cs
│   │   │   │   └── VisualStates.BusyIndicator.cs
│   │   │   ├── Converters
│   │   │   │   ├── FileNameConverter.cs
│   │   │   │   ├── RunDirectionConverter.cs
│   │   │   │   ├── SamplesNameConverter.cs
│   │   │   │   ├── ShellThumbnailConverter.cs
│   │   │   │   └── WaterMarkConverter.cs
│   │   │   ├── Core
│   │   │   │   └── SamplesList.cs
│   │   │   ├── DemosBrowser.csproj
│   │   │   ├── Images
│   │   │   │   ├── run.png
│   │   │   │   └── toolbar_find.png
│   │   │   ├── MainWindow.xaml
│   │   │   ├── MainWindow.xaml.cs
│   │   │   ├── Models
│   │   │   │   ├── BrowserGui.cs
│   │   │   │   ├── CodeGenGui.cs
│   │   │   │   ├── TestResultItem.cs
│   │   │   │   └── TestResultItems.cs
│   │   │   ├── packages.config
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── readme.txt
│   │   │   ├── report.ico
│   │   │   ├── Themes
│   │   │   │   ├── ExpressionDark.xaml
│   │   │   │   └── Generic.xaml
│   │   │   ├── Toolkit
│   │   │   │   ├── AcrobatReader
│   │   │   │   │   ├── AcroPdf.cs
│   │   │   │   │   ├── AcroPdf.Designer.cs
│   │   │   │   │   ├── AcroPdf.resx
│   │   │   │   │   └── ShellThumbnail.cs
│   │   │   │   ├── Helper
│   │   │   │   │   ├── FilesInfo.cs
│   │   │   │   │   ├── Memory.cs
│   │   │   │   │   ├── MtObservableCollection.cs
│   │   │   │   │   ├── OpenStackTraceFile.cs
│   │   │   │   │   ├── Performance.cs
│   │   │   │   │   └── ResourceHelper.cs
│   │   │   │   ├── Mvvm
│   │   │   │   │   ├── DelegateCommand.cs
│   │   │   │   │   └── ViewModelBase.cs
│   │   │   │   └── Threading
│   │   │   │   ├── DispatcherHelper.cs
│   │   │   │   └── ParallelTasksQueue.cs
│   │   │   ├── ViewModels
│   │   │   │   └── BrowserViewModel.cs
│   │   │   └── Views
│   │   │   ├── Browser.xaml
│   │   │   ├── Browser.xaml.cs
│   │   │   ├── DemosList.xaml
│   │   │   ├── DemosList.xaml.cs
│   │   │   ├── IntegrationTests.xaml
│   │   │   ├── IntegrationTests.xaml.cs
│   │   │   ├── Output.xaml
│   │   │   ├── Output.xaml.cs
│   │   │   ├── SourceCode.xaml
│   │   │   └── SourceCode.xaml.cs
│   │   ├── EFCodeFirstMvc4Sample
│   │   │   ├── App_Data
│   │   │   │   ├── images
│   │   │   │   │   └── 01.png
│   │   │   │   └── Pdf
│   │   │   ├── App_Start
│   │   │   │   ├── FilterConfig.cs
│   │   │   │   └── RouteConfig.cs
│   │   │   ├── Controllers
│   │   │   │   └── HomeController.cs
│   │   │   ├── Core
│   │   │   ├── EFCodeFirstMvc4Sample.csproj
│   │   │   ├── Global.asax
│   │   │   ├── Global.asax.cs
│   │   │   ├── packages.config
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Views
│   │   │   │   └── Web.config
│   │   │   ├── Web.config
│   │   │   ├── Web.Debug.config
│   │   │   └── Web.Release.config
│   │   ├── EFCodeFirstSample
│   │   │   ├── app.config
│   │   │   ├── DocsPdfReport.cs
│   │   │   ├── EFCodeFirstSample.csproj
│   │   │   ├── EFDataSource.cs
│   │   │   ├── packages.config
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── jqGridToPdfReportMvcApp
│   │   │   ├── App_Data
│   │   │   ├── App_Start
│   │   │   │   └── RouteConfig.cs
│   │   │   ├── Content
│   │   │   │   ├── Images
│   │   │   │   │   └── 01.png
│   │   │   │   ├── jquery.jqGrid
│   │   │   │   │   └── ui.jqgrid.css
│   │   │   │   └── Site.css
│   │   │   ├── Controllers
│   │   │   │   └── HomeController.cs
│   │   │   ├── Extensions
│   │   │   │   ├── JqGridSearch.cs
│   │   │   │   ├── LinqExtensions.cs
│   │   │   │   └── ReflectionHelper.cs
│   │   │   ├── Global.asax
│   │   │   ├── Global.asax.cs
│   │   │   ├── jqGridToPdfReportMvcApp.csproj
│   │   │   ├── Models
│   │   │   │   ├── JqGridData.cs
│   │   │   │   ├── JqGridRequest.cs
│   │   │   │   ├── Product.cs
│   │   │   │   ├── ProductDataSource.cs
│   │   │   │   └── SearchFilter.cs
│   │   │   ├── packages.config
│   │   │   ├── PdfReports
│   │   │   │   ├── AppPath.cs
│   │   │   │   └── ProductsPdfReport.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Scripts
│   │   │   │   ├── i18n
│   │   │   │   │   ├── grid.locale-ar.js
│   │   │   │   │   ├── grid.locale-bg1251.js
│   │   │   │   │   ├── grid.locale-bg.js
│   │   │   │   │   ├── grid.locale-cat.js
│   │   │   │   │   ├── grid.locale-cn.js
│   │   │   │   │   ├── grid.locale-cs.js
│   │   │   │   │   ├── grid.locale-da.js
│   │   │   │   │   ├── grid.locale-de.js
│   │   │   │   │   ├── grid.locale-dk.js
│   │   │   │   │   ├── grid.locale-el.js
│   │   │   │   │   ├── grid.locale-en.js
│   │   │   │   │   ├── grid.locale-es.js
│   │   │   │   │   ├── grid.locale-fa.js
│   │   │   │   │   ├── grid.locale-fi.js
│   │   │   │   │   ├── grid.locale-fr.js
│   │   │   │   │   ├── grid.locale-gl.js
│   │   │   │   │   ├── grid.locale-he.js
│   │   │   │   │   ├── grid.locale-hr1250.js
│   │   │   │   │   ├── grid.locale-hr.js
│   │   │   │   │   ├── grid.locale-hu.js
│   │   │   │   │   ├── grid.locale-id.js
│   │   │   │   │   ├── grid.locale-is.js
│   │   │   │   │   ├── grid.locale-it.js
│   │   │   │   │   ├── grid.locale-ja.js
│   │   │   │   │   ├── grid.locale-kr.js
│   │   │   │   │   ├── grid.locale-lt.js
│   │   │   │   │   ├── grid.locale-mne.js
│   │   │   │   │   ├── grid.locale-nl.js
│   │   │   │   │   ├── grid.locale-no.js
│   │   │   │   │   ├── grid.locale-pl.js
│   │   │   │   │   ├── grid.locale-pt-br.js
│   │   │   │   │   ├── grid.locale-pt.js
│   │   │   │   │   ├── grid.locale-ro.js
│   │   │   │   │   ├── grid.locale-ru.js
│   │   │   │   │   ├── grid.locale-sk.js
│   │   │   │   │   ├── grid.locale-sr.js
│   │   │   │   │   ├── grid.locale-sr-latin.js
│   │   │   │   │   ├── grid.locale-sv.js
│   │   │   │   │   ├── grid.locale-th.js
│   │   │   │   │   ├── grid.locale-tr.js
│   │   │   │   │   ├── grid.locale-tw.js
│   │   │   │   │   ├── grid.locale-ua.js
│   │   │   │   │   └── grid.locale-vi.js
│   │   │   │   ├── jquery-2.1.4.intellisense.js
│   │   │   │   ├── jquery-2.1.4.js
│   │   │   │   ├── jquery-2.1.4.min.js
│   │   │   │   ├── jquery.jqGrid.min.js
│   │   │   │   ├── jquery.jqGrid.src.js
│   │   │   │   ├── jquery.price_format.2.0.js
│   │   │   │   ├── jquery-ui-1.11.4.js
│   │   │   │   └── jquery-ui-1.11.4.min.js
│   │   │   ├── Views
│   │   │   │   ├── Home
│   │   │   │   │   └── Index.cshtml
│   │   │   │   ├── Shared
│   │   │   │   │   └── _Layout.cshtml
│   │   │   │   ├── _ViewStart.cshtml
│   │   │   │   └── Web.config
│   │   │   ├── Web.config
│   │   │   ├── Web.Debug.config
│   │   │   └── Web.Release.config
│   │   ├── MvcApplication
│   │   │   ├── Content
│   │   │   │   ├── Site.css
│   │   │   │   └── themes
│   │   │   │   └── base
│   │   │   │   ├── images
│   │   │   │   └── jquery-ui.css
│   │   │   ├── Controllers
│   │   │   │   └── PdfRptController.cs
│   │   │   ├── fonts
│   │   │   │   └── irsans.ttf
│   │   │   ├── Global.asax
│   │   │   ├── Global.asax.cs
│   │   │   ├── Images
│   │   │   ├── Models
│   │   │   ├── MvcApplication.csproj
│   │   │   ├── MvcApplication.csproj.user
│   │   │   ├── packages.config
│   │   │   ├── Pdf
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Scripts
│   │   │   ├── Views
│   │   │   │   ├── PdfRpt
│   │   │   │   │   └── Index.cshtml
│   │   │   │   ├── Shared
│   │   │   │   │   ├── Error.cshtml
│   │   │   │   │   └── _Layout.cshtml
│   │   │   │   ├── _ViewStart.cshtml
│   │   │   │   └── Web.config
│   │   │   ├── Web.config
│   │   │   ├── Web.Debug.config
│   │   │   └── Web.Release.config
│   │   ├── PdfFilePrinter
│   │   │   ├── AcroPrint.cs
│   │   │   ├── app.config
│   │   │   ├── PdfFilePrinter.csproj
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── PdfReportSamples
│   │   │   ├── AccountingBalanceColumn
│   │   │   │   └── AccountingBalanceColumnPdfReport.cs
│   │   │   ├── AcroFormTemplate
│   │   │   │   └── AcroFormTemplatePdfReport.cs
│   │   │   ├── AdHocColumns
│   │   │   │   └── AdHocColumnsPdfReport.cs
│   │   │   ├── AnnotationField
│   │   │   │   └── AnnotationFieldPdfReport.cs
│   │   │   ├── app.config
│   │   │   ├── AppPath.cs
│   │   │   ├── Average
│   │   │   │   ├── AveragePdfReport.cs
│   │   │   │   └── RptItem.cs
│   │   │   ├── Barcodes
│   │   │   │   ├── BarcodesPdfReport.cs
│   │   │   │   └── QRCodeTemplate.cs
│   │   │   ├── CalculatedFields
│   │   │   │   └── CalculatedFieldsPdfReport.cs
│   │   │   ├── CharacterMap
│   │   │   │   ├── CellTemplate.cs
│   │   │   │   └── CharacterMapPdfReport.cs
│   │   │   ├── ChartImage
│   │   │   │   ├── ChartImagePdfReport.cs
│   │   │   │   └── MSChartHelper.cs
│   │   │   ├── CsvToPdf
│   │   │   │   └── CsvToPdfReport.cs
│   │   │   ├── CustomCellTemplate
│   │   │   │   ├── CustomCellTemplatePdfReport.cs
│   │   │   │   └── MyCustomCellTemplate.cs
│   │   │   ├── CustomHeaderFooter
│   │   │   │   ├── CustomFooter.cs
│   │   │   │   ├── CustomHeader.cs
│   │   │   │   └── CustomHeaderFooterPdfReport.cs
│   │   │   ├── CustomPriceNumber
│   │   │   │   ├── CustomPriceCell.cs
│   │   │   │   └── CustomPriceNumberPdfReport.cs
│   │   │   ├── CustomSummaryPerPage
│   │   │   │   └── CustomSummaryPerPagePdfReport.cs
│   │   │   ├── DataAnnotations
│   │   │   │   ├── DataAnnotationsPdfReport.cs
│   │   │   │   ├── Person.cs
│   │   │   │   └── PersonnelDataSource.cs
│   │   │   ├── DbImage
│   │   │   │   └── DbImagePdfReport.cs
│   │   │   ├── DigitalSignature
│   │   │   │   └── DigitalSignaturePdfReport.cs
│   │   │   ├── DuplicateColumns
│   │   │   │   └── DuplicateColumnsPdfReport.cs
│   │   │   ├── DynamicCompile
│   │   │   │   └── DynamicCompilePdfReport.cs
│   │   │   ├── DynamicCrosstab
│   │   │   │   └── DynamicCrosstabPdfReport.cs
│   │   │   ├── EmailInMemoryPdf
│   │   │   │   └── EmailInMemoryPdfReport.cs
│   │   │   ├── Events
│   │   │   │   └── EventsPdfReport.cs
│   │   │   ├── ExcelToPdf
│   │   │   │   └── ExcelToPdfReport.cs
│   │   │   ├── ExpensesCrosstab
│   │   │   │   ├── ExpenseDataSource.cs
│   │   │   │   └── ExpensesCrosstabPdfReport.cs
│   │   │   ├── ExtraHeadingCells
│   │   │   │   ├── DataGenerator.cs
│   │   │   │   └── ExtraHeadingCellsPdfReport.cs
│   │   │   ├── Grouping
│   │   │   │   ├── GroupingHeaders.cs
│   │   │   │   └── GroupingPdfReport.cs
│   │   │   ├── GroupingDocs
│   │   │   │   ├── GroupingDocsPdfReport.cs
│   │   │   │   └── VoucherRowPrintViewModel.cs
│   │   │   ├── HexDump
│   │   │   │   ├── GrayTemplate.cs
│   │   │   │   ├── HexDumpPdfReport.cs
│   │   │   │   └── PrintHex.cs
│   │   │   ├── HtmlCellTemplate
│   │   │   │   └── HtmlCellTemplatePdfReport.cs
│   │   │   ├── HtmlHeader
│   │   │   │   └── HtmlHeaderPdfReport.cs
│   │   │   ├── HtmlHeaderRtl
│   │   │   │   └── HtmlHeaderRtlPdfReport.cs
│   │   │   ├── IList
│   │   │   │   └── IListPdfReport.cs
│   │   │   ├── ImageFilePath
│   │   │   │   └── ImageFilePathPdfReport.cs
│   │   │   ├── InjectCustomRows
│   │   │   │   ├── InjectCustomRowsDataSource.cs
│   │   │   │   └── InjectCustomRowsPdfReport.cs
│   │   │   ├── InlineProviders
│   │   │   │   └── InlineProvidersPdfReport.cs
│   │   │   ├── InMemory
│   │   │   │   └── InMemoryPdfReport.cs
│   │   │   ├── LongTextInCell
│   │   │   │   ├── ApprovalReport.cs
│   │   │   │   └── LongTextInCellPdfReport.cs
│   │   │   ├── MailingLabel
│   │   │   │   ├── MailingLabelCellTemplate.cs
│   │   │   │   └── MailingLabelPdfReport.cs
│   │   │   ├── MasterDetails
│   │   │   │   ├── MasterDetailsHeaders.cs
│   │   │   │   └── MasterDetailsPdfReport.cs
│   │   │   ├── MergePdfFiles
│   │   │   │   └── MergePdfFilesPdfReport.cs
│   │   │   ├── MergePdfFilesInMemory
│   │   │   │   ├── MergeInMemoryPdfFilesPdfReport.cs
│   │   │   │   └── PdfReportToArray.cs
│   │   │   ├── Models
│   │   │   │   ├── AcroFormModel.cs
│   │   │   │   ├── CharacterInfo.cs
│   │   │   │   ├── ClassSession.cs
│   │   │   │   ├── CustomerType.cs
│   │   │   │   ├── Employee.cs
│   │   │   │   ├── Expense.cs
│   │   │   │   ├── FlatContact.cs
│   │   │   │   ├── FontSample.cs
│   │   │   │   ├── ImageRecord.cs
│   │   │   │   ├── JobTitle.cs
│   │   │   │   ├── MailInfo.cs
│   │   │   │   ├── Order.cs
│   │   │   │   ├── Orders.cs
│   │   │   │   ├── OrderType.cs
│   │   │   │   ├── Payment.cs
│   │   │   │   ├── Person.cs
│   │   │   │   ├── Phone.cs
│   │   │   │   ├── PhoneType.cs
│   │   │   │   ├── PunchOutTimeRecord.cs
│   │   │   │   ├── Question.cs
│   │   │   │   ├── Shipping.cs
│   │   │   │   ├── StudentGrade.cs
│   │   │   │   ├── StudentStat.cs
│   │   │   │   ├── Task.cs
│   │   │   │   ├── Transaction.cs
│   │   │   │   ├── TransactionType.cs
│   │   │   │   ├── User.cs
│   │   │   │   ├── UserMonthCalendar.cs
│   │   │   │   └── UserWorkedHours.cs
│   │   │   ├── MonthCalendar
│   │   │   │   ├── MonthCalendarDataSource.cs
│   │   │   │   └── MonthCalendarPdfReport.cs
│   │   │   ├── NestedProperties
│   │   │   │   ├── NestedPropertiesPdfReport.cs
│   │   │   │   └── SessionsDataSource.cs
│   │   │   ├── packages.config
│   │   │   ├── PdfA
│   │   │   │   ├── PdfAPdfReport.cs
│   │   │   │   └── TransactionsDataSource.cs
│   │   │   ├── PdfReportSamples.csproj
│   │   │   ├── PersianFontsListToPdf
│   │   │   │   ├── FontsListCellTemplate.cs
│   │   │   │   └── PersianFontsListToPdfReport.cs
│   │   │   ├── PersianMonthCalendar
│   │   │   │   ├── PersianMonthCalendarDataSource.cs
│   │   │   │   └── PersianMonthCalendarPdfReport.cs
│   │   │   ├── PersianRtl
│   │   │   │   └── PersianRtlPdfReport.cs
│   │   │   ├── ProgressReport
│   │   │   │   └── ProgressReportPdfReport.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── QuestionsAcroForm
│   │   │   │   └── QuestionsAcroFormPdfReport.cs
│   │   │   ├── QuestionsForm
│   │   │   │   ├── EntryTemplate.cs
│   │   │   │   └── QuestionsFormPdfReport.cs
│   │   │   ├── SingleEntity
│   │   │   │   ├── Document.cs
│   │   │   │   ├── Rpt.cs
│   │   │   │   └── SingleEntityPdfReport.cs
│   │   │   ├── SQLiteDataReader
│   │   │   │   └── SQLiteDataReaderPdfReport.cs
│   │   │   ├── StackedProperties
│   │   │   │   └── StackedPropertiesPdfReport.cs
│   │   │   ├── Tax
│   │   │   │   └── TaxPdfReport.cs
│   │   │   ├── Templates
│   │   │   │   ├── GradientTestTemplate.cs
│   │   │   │   └── TransparentTemplate.cs
│   │   │   ├── VectorBarChart
│   │   │   │   └── VectorBarChartPdfReport.cs
│   │   │   ├── VectorPieChart
│   │   │   │   └── VectorPieChartPdfReport.cs
│   │   │   ├── WingdingsSymbols
│   │   │   │   └── WingdingsSymbolsPdfReport.cs
│   │   │   ├── WorkedHours
│   │   │   │   ├── PunchOutTimePivot.cs
│   │   │   │   ├── PunchOutTimeSampleDataSource.cs
│   │   │   │   ├── WorkedHoursPdfReport.cs
│   │   │   │   └── WorkedHoursSum.cs
│   │   │   ├── WrapGroupsInColumns
│   │   │   │   ├── WGHeaders.cs
│   │   │   │   └── WrapGroupsInColumnsPdfReport.cs
│   │   │   ├── XmlToPdf
│   │   │   │   └── XmlToPdfReport.cs
│   │   │   └── ZapfDingbatsSymbols
│   │   │   └── ZapfDingbatsSymbols.cs
│   │   ├── PdfThumbnailComparer
│   │   │   ├── PdfThumbnailComparer
│   │   │   │   ├── app.config
│   │   │   │   ├── PdfThumbnailComparer.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── PdfThumbnailComparer.Lib
│   │   │   │   ├── ImageExt.cs
│   │   │   │   ├── PdfThumbnailComparer.Lib.csproj
│   │   │   │   ├── PdfToImage.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   └── ThumbData.cs
│   │   │   └── Prerequisites.txt
│   │   ├── SlPdf
│   │   │   ├── SlPdf
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── MainPage.xaml
│   │   │   │   ├── MainPage.xaml.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AppManifest.xml
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── readme.txt
│   │   │   │   ├── Service References
│   │   │   │   │   └── PdfServiceReference
│   │   │   │   │   ├── configuration91.svcinfo
│   │   │   │   │   ├── configuration.svcinfo
│   │   │   │   │   ├── PdfService1.wsdl
│   │   │   │   │   ├── PdfService1.xsd
│   │   │   │   │   ├── PdfService.disco
│   │   │   │   │   ├── PdfService.wsdl
│   │   │   │   │   ├── PdfService.xsd
│   │   │   │   │   ├── Reference.cs
│   │   │   │   │   └── Reference.svcmap
│   │   │   │   ├── ServiceReferences.ClientConfig
│   │   │   │   ├── SlPdf.csproj
│   │   │   │   └── SlPdf.csproj.user
│   │   │   ├── SlPdf.sln
│   │   │   └── SlPdf.Web
│   │   │   ├── ClientBin
│   │   │   │   └── SlPdf.xap
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   ├── Default.aspx.designer.cs
│   │   │   ├── fonts
│   │   │   │   └── irsans.ttf
│   │   │   ├── Global.asax
│   │   │   ├── Global.asax.cs
│   │   │   ├── Images
│   │   │   ├── packages.config
│   │   │   ├── Pdf
│   │   │   ├── PdfService.svc
│   │   │   ├── PdfService.svc.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── ShowPdf.aspx
│   │   │   ├── ShowPdf.aspx.cs
│   │   │   ├── ShowPdf.aspx.designer.cs
│   │   │   ├── SilverlightFaultBehavior.cs
│   │   │   ├── Silverlight.js
│   │   │   ├── SlPdfTestPage.aspx
│   │   │   ├── SlPdfTestPage.html
│   │   │   ├── SlPdf.Web.csproj
│   │   │   ├── Web.config
│   │   │   ├── Web.Debug.config
│   │   │   └── Web.Release.config
│   │   ├── SQLiteTestDb
│   │   │   ├── app.config
│   │   │   ├── CreateEmptyDb.cs
│   │   │   ├── FillDb.cs
│   │   │   ├── packages.config
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── readme.txt
│   │   │   ├── SQLiteDbHelper.cs
│   │   │   └── SQLiteTestDb.csproj
│   │   ├── WebAppTests
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   ├── Default.aspx.designer.cs
│   │   │   ├── fonts
│   │   │   │   └── irsans.ttf
│   │   │   ├── Global.asax
│   │   │   ├── Global.asax.cs
│   │   │   ├── Images
│   │   │   ├── packages.config
│   │   │   ├── Pdf
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── UpdatePanelTest.aspx
│   │   │   ├── UpdatePanelTest.aspx.cs
│   │   │   ├── UpdatePanelTest.aspx.designer.cs
│   │   │   ├── WebAppTests.csproj
│   │   │   ├── Web.config
│   │   │   ├── Web.Debug.config
│   │   │   └── Web.Release.config
│   │   ├── Win81PdfToImage
│   │   │   ├── App.config
│   │   │   ├── MicrosoftStreamExtensions.cs
│   │   │   ├── packages.config
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   └── Win81PdfToImage.csproj
│   │   ├── Win81PDFViewer
│   │   │   ├── App.config
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── MainWindow.xaml
│   │   │   ├── MainWindow.xaml.cs
│   │   │   ├── MicrosoftStreamExtensions.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── Win81PDFViewer.csproj
│   │   ├── WindowsFormsAppTests
│   │   │   ├── app.config
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── packages.config
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── WindowsFormsAppTests.csproj
│   │   ├── WpfAppAcroReader
│   │   │   ├── app.config
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── Controls
│   │   │   │   ├── AcroReader.cs
│   │   │   │   ├── AcroReader.Designer.cs
│   │   │   │   └── AcroReader.resx
│   │   │   ├── MainWindow.xaml
│   │   │   ├── MainWindow.xaml.cs
│   │   │   ├── packages.config
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── readme.txt
│   │   │   └── WpfPdfViewer.csproj
│   │   └── WpfAppTests
│   │   ├── app.config
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   ├── MainWindow.xaml
│   │   ├── MainWindow.xaml.cs
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   └── TempPE
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   └── TempPE
│   │   ├── packages.config
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── readme.txt
│   │   └── WpfAppTests.csproj
│   ├── pdfreport-44277.zip
│   ├── PdfRpt-2.8.zip
│   ├── PrintDialog Settings.txt
│   ├── printengine-master
│   │   ├── appveyor.yml
│   │   ├── DotNetProjects.PrintEngine
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   ├── Controls
│   │   │   │   ├── LoadScreen
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   ├── LoadScreen.cs
│   │   │   │   │   ├── LoadScreen.Designer.cs
│   │   │   │   │   └── LoadScreen.resx
│   │   │   │   ├── ProgressDialog
│   │   │   │   │   ├── IProgressContext.cs
│   │   │   │   │   ├── IProgressDialogView.cs
│   │   │   │   │   ├── IProgressDialogViewModel.cs
│   │   │   │   │   ├── ProgressDialogViewModel.cs
│   │   │   │   │   ├── ProgressDialogView.xaml
│   │   │   │   │   └── ProgressDialogView.xaml.cs
│   │   │   │   └── WaitScreen
│   │   │   │   ├── IWaitScreenView.cs
│   │   │   │   ├── IWaitScreenViewModel.cs
│   │   │   │   ├── SmallWaitScreenView.xaml
│   │   │   │   ├── SmallWaitScreenView.xaml.cs
│   │   │   │   ├── WaitScreenViewModel.cs
│   │   │   │   ├── WaitScreenView.xaml
│   │   │   │   └── WaitScreenView.xaml.cs
│   │   │   ├── DotNetProjects.PrintEngine.csproj
│   │   │   ├── DotNetProjects.PrintEngine.suo
│   │   │   ├── Extensions
│   │   │   │   └── ApplicationExtention.cs
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── Controls
│   │   │   │   │   ├── ProgressDialog
│   │   │   │   │   │   ├── ProgressDialogView.baml
│   │   │   │   │   │   ├── ProgressDialogView.g.cs
│   │   │   │   │   │   └── ProgressDialogView.g.i.cs
│   │   │   │   │   └── WaitScreen
│   │   │   │   │   ├── SmallWaitScreenView.baml
│   │   │   │   │   ├── SmallWaitScreenView.g.cs
│   │   │   │   │   ├── SmallWaitScreenView.g.i.cs
│   │   │   │   │   ├── WaitScreenView.baml
│   │   │   │   │   ├── WaitScreenView.g.cs
│   │   │   │   │   └── WaitScreenView.g.i.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── DotNetProjects.PrintEngine.csproj.FileListAbsolute.txt
│   │   │   │   ├── DotNetProjects.PrintEngine.g.resources
│   │   │   │   ├── DotNetProjects.PrintEngine_MarkupCompile.cache
│   │   │   │   ├── DotNetProjects.PrintEngine_MarkupCompile.i.cache
│   │   │   │   ├── DotNetProjects.PrintEngine.Properties.Resources.resources
│   │   │   │   ├── DotNetProjects.PrintEngine.Resources.StringTable.resources
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── Resources
│   │   │   │   │   └── Themes
│   │   │   │   │   └── Generic
│   │   │   │   │   ├── Theme.baml
│   │   │   │   │   ├── Theme.g.cs
│   │   │   │   │   └── Theme.g.i.cs
│   │   │   │   ├── SUT.PrintEngine.Controls.LoadScreen.LoadScreen.resources
│   │   │   │   ├── TempPE
│   │   │   │   │   ├── Properties.Resources.Designer.cs.dll
│   │   │   │   │   ├── Resources.StringTable1.Designer.cs.dll
│   │   │   │   │   └── Resources.StringTable.Designer.cs.dll
│   │   │   │   └── Views
│   │   │   │   ├── PrintControlView.baml
│   │   │   │   ├── PrintControlView.g.cs
│   │   │   │   └── PrintControlView.g.i.cs
│   │   │   ├── Paginators
│   │   │   │   ├── DataGridPaginator.cs
│   │   │   │   ├── DataTablePaginator.cs
│   │   │   │   ├── ItemsPaginator.cs
│   │   │   │   └── VisualPaginator.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyFileVersionInfo.cs
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── DesignTimeResources.xaml
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   └── Resources.resx
│   │   │   ├── Resources
│   │   │   │   ├── Images
│   │   │   │   ├── StringTable1.Designer.cs
│   │   │   │   ├── StringTable.Designer.cs
│   │   │   │   ├── StringTable.resx
│   │   │   │   └── Themes
│   │   │   │   └── Generic
│   │   │   │   └── Theme.xaml
│   │   │   ├── Utils
│   │   │   │   ├── CacheHelper.cs
│   │   │   │   ├── Constants.cs
│   │   │   │   ├── DataTableUtil.cs
│   │   │   │   ├── DelegateCommand.cs
│   │   │   │   ├── PrintControlFactory.cs
│   │   │   │   ├── PrinterPreferences.cs
│   │   │   │   ├── PrintingOptions.cs
│   │   │   │   ├── PrintQueryObject.cs
│   │   │   │   ├── PrintTableDefination.cs
│   │   │   │   ├── PrintUtility.cs
│   │   │   │   ├── UIUtil.cs
│   │   │   │   └── XpsPrinterUtils.cs
│   │   │   ├── ViewModels
│   │   │   │   ├── APrintControlViewModel.cs
│   │   │   │   ├── AViewModel.cs
│   │   │   │   ├── DataTablePrintControlViewModel.cs
│   │   │   │   ├── FlowDocumentPrintControlViewModel.cs
│   │   │   │   ├── GridPrintControlViewModel.cs
│   │   │   │   ├── IDataTablePrintControlViewModel.cs
│   │   │   │   ├── IFixedDocumentPrintControlViewModel.cs
│   │   │   │   ├── IFlowDocumentPrintControlViewModel.cs
│   │   │   │   ├── IGridPrintControlViewModel.cs
│   │   │   │   ├── IItemsPrintControlViewModel.cs
│   │   │   │   ├── IPrintControlViewModel.cs
│   │   │   │   ├── ItemsPrintControlViewModel.cs
│   │   │   │   ├── IViewModel.cs
│   │   │   │   └── PrintControlViewModel.cs
│   │   │   └── Views
│   │   │   ├── IPrintControlView.xaml.cs
│   │   │   ├── IView.cs
│   │   │   ├── PrintControlView.xaml
│   │   │   └── PrintControlView.xaml.cs
│   │   ├── nuget
│   │   │   ├── nuget.exe
│   │   │   ├── Package.nuspec
│   │   │   └── pack.ps1
│   │   └── README.md
│   ├── printengine-master.zip
│   ├── Printing
│   │   ├── EnumerateSubsetOfPrintQueues
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── EnumerateSubsetOfPrintQueues.exe
│   │   │   │   ├── EnumerateSubsetOfPrintQueues.pdb
│   │   │   │   ├── EnumerateSubsetOfPrintQueues.vshost.exe
│   │   │   │   └── EnumerateSubsetOfPrintQueues.vshost.exe.manifest
│   │   │   ├── EnumerateSubsetOfPrintQueues.csproj
│   │   │   ├── EnumerateSubsetOfPrintQueues.sln
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── EnumerateSubsetOfPrintQueues.csproj.FileListAbsolute.txt
│   │   │   │   ├── EnumerateSubsetOfPrintQueues.csproj.GenerateResource.Cache
│   │   │   │   ├── EnumerateSubsetOfPrintQueues.exe
│   │   │   │   ├── EnumerateSubsetOfPrintQueues.pdb
│   │   │   │   ├── EnumerateSubsetOfPrintQueues.Properties.Resources.resources
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── PrintDialog
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── PrintDialogSample.exe
│   │   │   ├── PrintDialogSample.pdb
│   │   │   ├── PrintDialogSample.vshost.exe
│   │   │   └── PrintDialogSample.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── App.g.cs
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── PrintDialogSample.csproj.FileListAbsolute.txt
│   │   │   ├── PrintDialogSample.csproj.GenerateResource.Cache
│   │   │   ├── PrintDialogSample.exe
│   │   │   ├── PrintDialogSample.g.resources
│   │   │   ├── PrintDialogSample_MarkupCompile.cache
│   │   │   ├── PrintDialogSample.pdb
│   │   │   ├── PrintDialogSample.Properties.Resources.resources
│   │   │   ├── ResGen.read.1.tlog
│   │   │   ├── ResGen.write.1.tlog
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Window1.baml
│   │   │   └── Window1.g.cs
│   │   ├── PrintDialogSample.csproj
│   │   ├── PrintDialogSample.sln
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── UpgradeLog.XML
│   │   ├── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.cs
│   ├── Printing.rar
│   ├── RDLC 2.txt
│   ├── RDLC.txt
│   ├── WpfFlowDocument
│   │   ├── 09.jpg
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── Backup
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Window2.xaml
│   │   │   ├── Window2.xaml.cs
│   │   │   ├── WpfFlowDocuments.csproj
│   │   │   └── WpfFlowDocuments.sln
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── WpfFlowDocuments.exe
│   │   │   ├── WpfFlowDocuments.pdb
│   │   │   ├── WpfFlowDocuments.vshost.exe
│   │   │   └── WpfFlowDocuments.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── App.g.cs
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Mains.FlowDocuments.Properties.Resources.resources
│   │   │   ├── Page1.baml
│   │   │   ├── Page1.g.cs
│   │   │   ├── ResGen.read.1.tlog
│   │   │   ├── ResGen.write.1.tlog
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Window1.baml
│   │   │   ├── Window1.g.cs
│   │   │   ├── Window2.baml
│   │   │   ├── Window2.g.cs
│   │   │   ├── WpfFlowDocuments.csproj.FileListAbsolute.txt
│   │   │   ├── WpfFlowDocuments.csproj.GenerateResource.Cache
│   │   │   ├── WpfFlowDocuments.exe
│   │   │   ├── WpfFlowDocuments.g.resources
│   │   │   ├── WpfFlowDocuments_MarkupCompile.cache
│   │   │   ├── WpfFlowDocuments_MarkupCompile.i.cache
│   │   │   └── WpfFlowDocuments.pdb
│   │   ├── Page1.xaml
│   │   ├── Page1.xaml.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── UpgradeLog.htm
│   │   ├── UpgradeLog.XML
│   │   ├── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Error.png
│   │   │   ├── UpgradeReport_Information.png
│   │   │   ├── UpgradeReport_Success.png
│   │   │   ├── UpgradeReport_Warning.png
│   │   │   └── UpgradeReport.xslt
│   │   ├── Window2.xaml
│   │   ├── Window2.xaml.cs
│   │   ├── WpfFlowDocuments.csproj
│   │   ├── WpfFlowDocuments.csproj.user
│   │   ├── WpfFlowDocumentsDXCore.Solution
│   │   │   └── AssemblyCache
│   │   │   ├── 24eaded71534d5bacfcb6c0e4a399c0.cache
│   │   │   ├── 2dc229e862531a74d6c0613cdf8ecf7.cache
│   │   │   ├── 59f4b4d6f26c45a48b549edf7a322.cache
│   │   │   ├── 6e4eeb558eef8d81c6866fad411899ea.cache
│   │   │   ├── b445db7b343939c6c41eb984ca4128f2.cache
│   │   │   ├── c2b38c8f40c7b339f3913e7368a941ba.cache
│   │   │   └── df39d9ae8af205f3fe14a9ede4d6cd4.cache
│   │   └── WpfFlowDocuments.sln
│   ├── WpfFlowDocument.rar
│   ├── WpfLVExtensionPrint
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── WpfLVExtensionPrint.exe
│   │   │   ├── WpfLVExtensionPrint.pdb
│   │   │   ├── WpfLVExtensionPrint.vshost.exe
│   │   │   └── WpfLVExtensionPrint.vshost.exe.manifest
│   │   ├── MainWindow.xaml
│   │   ├── MainWindow.xaml.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── App.g.cs
│   │   │   ├── App.g.i.cs
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── MainWindow.baml
│   │   │   ├── MainWindow.g.cs
│   │   │   ├── MainWindow.g.i.cs
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── WpfLVExtensionPrint.csproj.FileListAbsolute.txt
│   │   │   ├── WpfLVExtensionPrint.exe
│   │   │   ├── WpfLVExtensionPrint.g.resources
│   │   │   ├── WpfLVExtensionPrint_MarkupCompile.cache
│   │   │   ├── WpfLVExtensionPrint_MarkupCompile.i.cache
│   │   │   ├── WpfLVExtensionPrint.pdb
│   │   │   └── WpfLVExtensionPrint.Properties.Resources.resources
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── WpfLVExtensionPrint.csproj
│   ├── WpfPrintDemo
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── WpfPrintDemo.exe
│   │   │   ├── WpfPrintDemo.pdb
│   │   │   ├── WpfPrintDemo.vshost.exe
│   │   │   └── WpfPrintDemo.vshost.exe.manifest
│   │   ├── GlobalData.cs
│   │   ├── IDocumentRenderer.cs
│   │   ├── MainWindow.xaml
│   │   ├── MainWindow.xaml.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── App.g.cs
│   │   │   ├── App.g.i.cs
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── MainWindow.baml
│   │   │   ├── MainWindow.g.cs
│   │   │   ├── MainWindow.g.i.cs
│   │   │   ├── OrderDocument.baml
│   │   │   ├── PrintPreviewWindow.baml
│   │   │   ├── PrintPreviewWindow.g.cs
│   │   │   ├── PrintPreviewWindow.g.i.cs
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── WpfPrintDemo.csproj.FileListAbsolute.txt
│   │   │   ├── WpfPrintDemo.csproj.GenerateResource.Cache
│   │   │   ├── WpfPrintDemo.exe
│   │   │   ├── WpfPrintDemo.g.resources
│   │   │   ├── WpfPrintDemo_MarkupCompile.cache
│   │   │   ├── WpfPrintDemo_MarkupCompile.i.cache
│   │   │   ├── WpfPrintDemo.pdb
│   │   │   └── WpfPrintDemo.Properties.Resources.resources
│   │   ├── OrderData.cs
│   │   ├── OrderDocumentRenderer.cs
│   │   ├── OrderDocument.xaml
│   │   ├── PrintPreviewWindow.xaml
│   │   ├── PrintPreviewWindow.xaml.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── WpfPrintDemo.csproj
│   │   ├── WpfPrintDemo.sln
│   │   └── WpfPrintDemo.suo
│   ├── WpfPrintDemo.7z
│   ├── WpfPrintDemo_HeaderFooter
│   │   ├── app.config
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── WpfPrintDemo.exe
│   │   │   ├── WpfPrintDemo.exe.config
│   │   │   ├── WpfPrintDemo.pdb
│   │   │   ├── WpfPrintDemo.vshost.exe
│   │   │   ├── WpfPrintDemo.vshost.exe.config
│   │   │   └── WpfPrintDemo.vshost.exe.manifest
│   │   ├── GlobalData.cs
│   │   ├── IDocumentRenderer.cs
│   │   ├── MainWindow.xaml
│   │   ├── MainWindow.xaml.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── App.g.cs
│   │   │   ├── App.g.i.cs
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── MainWindow.baml
│   │   │   ├── MainWindow.g.cs
│   │   │   ├── MainWindow.g.i.cs
│   │   │   ├── OrderDocument.baml
│   │   │   ├── PrintPreviewWindow.baml
│   │   │   ├── PrintPreviewWindow.g.cs
│   │   │   ├── PrintPreviewWindow.g.i.cs
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── WpfPrintDemo.csproj.FileListAbsolute.txt
│   │   │   ├── WpfPrintDemo.exe
│   │   │   ├── WpfPrintDemo.g.resources
│   │   │   ├── WpfPrintDemo_MarkupCompile.cache
│   │   │   ├── WpfPrintDemo_MarkupCompile.i.cache
│   │   │   ├── WpfPrintDemo.pdb
│   │   │   └── WpfPrintDemo.Properties.Resources.resources
│   │   ├── OrderData.cs
│   │   ├── OrderDocumentRenderer.cs
│   │   ├── OrderDocument.xaml
│   │   ├── PaginatorHeaderFooter.cs
│   │   ├── PrintPreviewWindow.xaml
│   │   ├── PrintPreviewWindow.xaml.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── WpfPrintDemo.csproj
│   │   ├── WpfPrintDemo.sln
│   │   └── WpfPrintDemo.sln.DotSettings.user
│   ├── WpfPrintDemo_HeaderFooter.7z
│   └── 新建文本文档 (3).txt
├── PrintServer
│   ├── PrintServer.sln
│   ├── PrintServer.suo
│   ├── PrintServer.sws
│   ├── PrintServerUI
│   │   ├── app.config
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── BouncyCastle.Crypto.dll
│   │   │   │   ├── CatersysClient.vshost.exe.config
│   │   │   │   ├── CatersysClient.vshost.exe.manifest
│   │   │   │   ├── CatersysCoreLib.dll
│   │   │   │   ├── CatersysCoreLib.pdb
│   │   │   │   ├── CatersysEntityObject.dll
│   │   │   │   ├── CatersysEntityObject.pdb
│   │   │   │   ├── DockPanelSplitterDemo.pdb
│   │   │   │   ├── DockPanelSplitterDemo.vshost.exe.manifest
│   │   │   │   ├── DockPanelSplitter.dll
│   │   │   │   ├── DockPanelSplitter.pdb
│   │   │   │   ├── HardWareLib.dll
│   │   │   │   ├── HardWareLib.pdb
│   │   │   │   ├── IACore.dll
│   │   │   │   ├── IALoader.dll
│   │   │   │   ├── IAWinFX.dll
│   │   │   │   ├── Messages.dll
│   │   │   │   ├── Messages.pdb
│   │   │   │   ├── MicroMvvm.dll
│   │   │   │   ├── MicroMvvm.pdb
│   │   │   │   ├── Microsoft.Ink.Analysis.dll
│   │   │   │   ├── NetCoreComm.dll
│   │   │   │   ├── NetCoreComm.pdb
│   │   │   │   ├── NetCoreComm.xml
│   │   │   │   ├── NetCoreLib.dll
│   │   │   │   ├── NetCoreLib.pdb
│   │   │   │   ├── NetCoreLib.xml
│   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   ├── PrinterCoreLib.dll
│   │   │   │   ├── PrinterCoreLib.pdb
│   │   │   │   ├── PrintServerUI.exe
│   │   │   │   ├── PrintServerUI.exe.config
│   │   │   │   ├── PrintServerUI.pdb
│   │   │   │   ├── PrintServerUI.vshost.exe
│   │   │   │   ├── PrintServerUI.vshost.exe.config
│   │   │   │   ├── PrintServerUI.vshost.exe.manifest
│   │   │   │   ├── PrintSrvCommonClient.dll
│   │   │   │   ├── PrintSrvCommonClient.pdb
│   │   │   │   ├── PrintSrvProcessLayer.dll
│   │   │   │   ├── PrintSrvProcessLayer.pdb
│   │   │   │   ├── System.Reactive.Core.dll
│   │   │   │   ├── System.Reactive.Core.xml
│   │   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   │   ├── System.Reactive.Interfaces.xml
│   │   │   │   ├── System.Reactive.Linq.dll
│   │   │   │   ├── System.Reactive.Linq.xml
│   │   │   │   ├── WpfAppBar.dll
│   │   │   │   ├── WpfAppBar.pdb
│   │   │   │   └── WpfSendKeys.dll
│   │   │   └── Release
│   │   │   ├── BouncyCastle.Crypto.dll
│   │   │   ├── CatersysClient.pdb
│   │   │   ├── CatersysClient.vshost.exe
│   │   │   ├── CatersysClient.vshost.exe.manifest
│   │   │   ├── CatersysCommonClient.dll
│   │   │   ├── CatersysCommonClient.pdb
│   │   │   ├── CatersysCoreLib.dll
│   │   │   ├── CatersysCoreLib.pdb
│   │   │   ├── CatersysEntityObject.dll
│   │   │   ├── CatersysEntityObject.pdb
│   │   │   ├── CatersysMiddleware.dll
│   │   │   ├── CatersysMiddleware.pdb
│   │   │   ├── DockPanelSplitter.dll
│   │   │   ├── DockPanelSplitter.pdb
│   │   │   ├── HardWareLib.dll
│   │   │   ├── HardWareLib.pdb
│   │   │   ├── IACore.dll
│   │   │   ├── IALoader.dll
│   │   │   ├── IAWinFX.dll
│   │   │   ├── Messages.dll
│   │   │   ├── Messages.pdb
│   │   │   ├── MicroMvvm.dll
│   │   │   ├── MicroMvvm.pdb
│   │   │   ├── Microsoft.Ink.Analysis.dll
│   │   │   ├── NetCoreComm.dll
│   │   │   ├── NetCoreComm.pdb
│   │   │   ├── NetCoreComm.xml
│   │   │   ├── NetCoreLib.dll
│   │   │   ├── NetCoreLib.pdb
│   │   │   ├── NetCoreLib.xml
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── PrinterCoreLib.dll
│   │   │   ├── PrinterCoreLib.pdb
│   │   │   ├── PrintServerUI.exe
│   │   │   ├── PrintServerUI.exe.config
│   │   │   ├── PrintServerUI.pdb
│   │   │   ├── PrintServerUI.vshost.exe
│   │   │   ├── PrintServerUI.vshost.exe.config
│   │   │   ├── PrintServerUI.vshost.exe.manifest
│   │   │   ├── PrintSrvCommonClient.dll
│   │   │   ├── PrintSrvCommonClient.pdb
│   │   │   ├── System.Reactive.Core.dll
│   │   │   ├── System.Reactive.Core.xml
│   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   ├── System.Reactive.Interfaces.xml
│   │   │   ├── System.Reactive.Linq.dll
│   │   │   ├── System.Reactive.Linq.xml
│   │   │   └── WpfSendKeys.dll
│   │   ├── BoolToVisibleOrHidden.cs
│   │   ├── BusySpinner.xaml
│   │   ├── BusySpinner.xaml.cs
│   │   ├── CatersysClient.csproj.pdsync
│   │   ├── CatersysClient.csproj.pdsyncu
│   │   ├── Images
│   │   │   ├── DownArrow.png
│   │   │   ├── FoodItemStatus_Submitted.png
│   │   │   ├── OrderListBG.jpg
│   │   │   ├── OrderListBG.png
│   │   │   └── UpArrow.png
│   │   ├── MetroMessageBox.cs
│   │   ├── MultiBooleanToVisibilityConverter.cs
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── App.baml
│   │   │   │   ├── App.g.cs
│   │   │   │   ├── App.g.i.cs
│   │   │   │   ├── BusySpinner.baml
│   │   │   │   ├── BusySpinner.g.cs
│   │   │   │   ├── BusySpinner.g.i.cs
│   │   │   │   ├── CatersysClient_Content.g.i.cs
│   │   │   │   ├── CatersysClient.csproj.FileListAbsolute.txt
│   │   │   │   ├── CatersysClient.csproj.GenerateResource.Cache
│   │   │   │   ├── CatersysClient.csprojResolveAssemblyReference.cache
│   │   │   │   ├── CatersysClient_MarkupCompile.i.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── DockPanelSplitterDemo.csproj.FileListAbsolute.txt
│   │   │   │   ├── DockPanelSplitterDemo.csproj.GenerateResource.Cache
│   │   │   │   ├── DockPanelSplitterDemo.csprojResolveAssemblyReference.cache
│   │   │   │   ├── DockPanelSplitterDemo.exe
│   │   │   │   ├── DockPanelSplitterDemo.g.resources
│   │   │   │   ├── DockPanelSplitterDemo_MarkupCompile.cache
│   │   │   │   ├── DockPanelSplitterDemo_MarkupCompile.i.cache
│   │   │   │   ├── DockPanelSplitterDemo.pdb
│   │   │   │   ├── DockPanelSplitterDemo.Properties.Resources.resources
│   │   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   │   ├── ListBoxTest.baml
│   │   │   │   ├── ListBoxTest.g.cs
│   │   │   │   ├── ListBoxTest.g.i.cs
│   │   │   │   ├── PageDesk.g.i.cs
│   │   │   │   ├── PageOrder.baml
│   │   │   │   ├── PageOrder.g.cs
│   │   │   │   ├── PageOrder.g.i.cs
│   │   │   │   ├── PageStartUp.baml
│   │   │   │   ├── PageStartUp.g.cs
│   │   │   │   ├── PageStartUp.g.i.cs
│   │   │   │   ├── PageTable.baml
│   │   │   │   ├── PageTable.g.cs
│   │   │   │   ├── PageTable.g.i.cs
│   │   │   │   ├── PrinterServer.csproj.FileListAbsolute.txt
│   │   │   │   ├── PrinterServer.csproj.GenerateResource.Cache
│   │   │   │   ├── PrinterServer.csprojResolveAssemblyReference.cache
│   │   │   │   ├── PrinterServerUI.csproj.FileListAbsolute.txt
│   │   │   │   ├── PrinterServerUI.csproj.GenerateResource.Cache
│   │   │   │   ├── PrinterServerUI.csprojResolveAssemblyReference.cache
│   │   │   │   ├── PrintServerUI.csproj.FileListAbsolute.txt
│   │   │   │   ├── PrintServerUI.csproj.GenerateResource.Cache
│   │   │   │   ├── PrintServerUI.csprojResolveAssemblyReference.cache
│   │   │   │   ├── PrintServerUI.exe
│   │   │   │   ├── PrintServerUI.g.resources
│   │   │   │   ├── PrintServerUI_MarkupCompile.cache
│   │   │   │   ├── PrintServerUI_MarkupCompile.i.cache
│   │   │   │   ├── PrintServerUI_MarkupCompile.i.lref
│   │   │   │   ├── PrintServerUI_MarkupCompile.lref
│   │   │   │   ├── PrintServerUI.pdb
│   │   │   │   ├── PrintServerUI.Properties.Resources.resources
│   │   │   │   ├── PrintSrvUI.baml
│   │   │   │   ├── PrintSrvUI.g.cs
│   │   │   │   ├── PrintSrvUI.g.i.cs
│   │   │   │   ├── StylesAndTemplates
│   │   │   │   │   ├── MetroPasswordBox.baml
│   │   │   │   │   ├── PageTable_AreaToggleButton.baml
│   │   │   │   │   ├── PageTable_ListBoxStyle.baml
│   │   │   │   │   ├── PageTable_PartionBtnStyle.baml
│   │   │   │   │   ├── PageTable_TabControlStyle.baml
│   │   │   │   │   ├── PageTable_TextBoxStyle.baml
│   │   │   │   │   ├── RestoreBtn.baml
│   │   │   │   │   ├── StyleDatePicker.baml
│   │   │   │   │   ├── StyleFunctionButtonHighlighted.baml
│   │   │   │   │   ├── StyleGenericGrayButton.baml
│   │   │   │   │   ├── StyleKBCancel.baml
│   │   │   │   │   ├── StyleKBOKHighlighted.baml
│   │   │   │   │   ├── StyleListView.baml
│   │   │   │   │   ├── StyleMetroComboBox2.baml
│   │   │   │   │   ├── StyleMetroComboBox3.baml
│   │   │   │   │   ├── StyleMetroComboBox.baml
│   │   │   │   │   ├── StylePageTable_SoldOutFuncBtn.baml
│   │   │   │   │   ├── WndDesk_CheckBoxStyle.baml
│   │   │   │   │   ├── WndOrder_Expander01.baml
│   │   │   │   │   ├── WndOrder_FunctionButton.baml
│   │   │   │   │   ├── WndOrder_MenuItemButton.baml
│   │   │   │   │   ├── WndOrder_MenuItemPagingButton.baml
│   │   │   │   │   ├── WndOrder_OrderItemStatusButton.baml
│   │   │   │   │   ├── WndOrder_OrderItemToggleButton.baml
│   │   │   │   │   └── WndOrder_OrderListBoxStyle.baml
│   │   │   │   ├── Styles&Templates
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Testing.g.i.cs
│   │   │   │   ├── Window1.baml
│   │   │   │   ├── Window1.g.cs
│   │   │   │   ├── Window1.g.i.cs
│   │   │   │   ├── WndCheckOut.baml
│   │   │   │   ├── WndCheckOut.g.cs
│   │   │   │   ├── WndCheckOut.g.i.cs
│   │   │   │   ├── WndDesk.baml
│   │   │   │   ├── WndDesk.g.cs
│   │   │   │   ├── WndDesk.g.i.cs
│   │   │   │   ├── WndLogin.baml
│   │   │   │   ├── WndLogin.g.cs
│   │   │   │   ├── WndLogin.g.i.cs
│   │   │   │   ├── WndMain.baml
│   │   │   │   ├── WndMain.g.cs
│   │   │   │   ├── WndMain.g.i.cs
│   │   │   │   ├── WndMetroMessageBox.baml
│   │   │   │   ├── WndMetroMessageBox.g.cs
│   │   │   │   ├── WndMetroMessageBox.g.i.cs
│   │   │   │   ├── WndOrder.baml
│   │   │   │   ├── WndOrder.g.cs
│   │   │   │   ├── WndOrder.g.i.cs
│   │   │   │   ├── WndProcessing.baml
│   │   │   │   ├── WndProcessing.g.cs
│   │   │   │   ├── WndProcessing.g.i.cs
│   │   │   │   ├── WndTesting.baml
│   │   │   │   ├── WndTesting.g.cs
│   │   │   │   ├── WndTesting.g.i.cs
│   │   │   │   └── 副本 WndDesk.g.i.cs
│   │   │   └── Release
│   │   │   ├── App.baml
│   │   │   ├── App.g.cs
│   │   │   ├── App.g.i.cs
│   │   │   ├── BusySpinner.baml
│   │   │   ├── BusySpinner.g.cs
│   │   │   ├── BusySpinner.g.i.cs
│   │   │   ├── CatersysClient.csproj.FileListAbsolute.txt
│   │   │   ├── CatersysClient.csproj.GenerateResource.Cache
│   │   │   ├── CatersysClient.csprojResolveAssemblyReference.cache
│   │   │   ├── CatersysClient.exe
│   │   │   ├── CatersysClient.g.resources
│   │   │   ├── CatersysClient_MarkupCompile.cache
│   │   │   ├── CatersysClient_MarkupCompile.i.cache
│   │   │   ├── CatersysClient_MarkupCompile.i.lref
│   │   │   ├── CatersysClient_MarkupCompile.lref
│   │   │   ├── CatersysClient.pdb
│   │   │   ├── CatersysCommonClient.Properties.Resources.resources
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   ├── ListBoxTest.baml
│   │   │   ├── ListBoxTest.g.cs
│   │   │   ├── ListBoxTest.g.i.cs
│   │   │   ├── PageOrder.baml
│   │   │   ├── PageOrder.g.cs
│   │   │   ├── PageOrder.g.i.cs
│   │   │   ├── PageStartUp.baml
│   │   │   ├── PageStartUp.g.cs
│   │   │   ├── PageStartUp.g.i.cs
│   │   │   ├── PageTable.baml
│   │   │   ├── PageTable.g.cs
│   │   │   ├── PageTable.g.i.cs
│   │   │   ├── PrintServerUI.csproj.FileListAbsolute.txt
│   │   │   ├── PrintServerUI.csproj.GenerateResource.Cache
│   │   │   ├── PrintServerUI.csprojResolveAssemblyReference.cache
│   │   │   ├── PrintServerUI.exe
│   │   │   ├── PrintServerUI.g.resources
│   │   │   ├── PrintServerUI_MarkupCompile.cache
│   │   │   ├── PrintServerUI_MarkupCompile.i.cache
│   │   │   ├── PrintServerUI_MarkupCompile.lref
│   │   │   ├── PrintServerUI.pdb
│   │   │   ├── PrintServerUI.Properties.Resources.resources
│   │   │   ├── StylesAndTemplates
│   │   │   │   ├── MetroPasswordBox.baml
│   │   │   │   ├── PageTable_AreaToggleButton.baml
│   │   │   │   ├── PageTable_ListBoxStyle.baml
│   │   │   │   ├── PageTable_PartionBtnStyle.baml
│   │   │   │   ├── PageTable_TabControlStyle.baml
│   │   │   │   ├── PageTable_TextBoxStyle.baml
│   │   │   │   ├── StyleDatePicker.baml
│   │   │   │   ├── StyleFunctionButtonHighlighted.baml
│   │   │   │   ├── StyleGenericGrayButton.baml
│   │   │   │   ├── StyleGenericKeyBoard.baml
│   │   │   │   ├── StyleKBCancel.baml
│   │   │   │   ├── StyleKBOKHighlighted.baml
│   │   │   │   ├── StyleListView.baml
│   │   │   │   ├── StyleMetroComboBox2.baml
│   │   │   │   ├── StyleMetroComboBox3.baml
│   │   │   │   ├── StyleMetroComboBox.baml
│   │   │   │   ├── StylePageTable_SoldOutFuncBtn.baml
│   │   │   │   ├── WndDesk_CheckBoxStyle.baml
│   │   │   │   ├── WndOrder_Expander01.baml
│   │   │   │   ├── WndOrder_FunctionButton.baml
│   │   │   │   ├── WndOrder_MenuItemButton.baml
│   │   │   │   ├── WndOrder_MenuItemPagingButton.baml
│   │   │   │   ├── WndOrder_OrderItemStatusButton.baml
│   │   │   │   ├── WndOrder_OrderItemToggleButton.baml
│   │   │   │   └── WndOrder_OrderListBoxStyle.baml
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── WndCheckOut.baml
│   │   │   ├── WndCheckOut.g.cs
│   │   │   ├── WndCheckOut.g.i.cs
│   │   │   ├── WndDesk.baml
│   │   │   ├── WndDesk.g.cs
│   │   │   ├── WndDesk.g.i.cs
│   │   │   ├── WndLogin.baml
│   │   │   ├── WndLogin.g.cs
│   │   │   ├── WndLogin.g.i.cs
│   │   │   ├── WndMain.baml
│   │   │   ├── WndMain.g.cs
│   │   │   ├── WndMain.g.i.cs
│   │   │   ├── WndMetroMessageBox.baml
│   │   │   ├── WndMetroMessageBox.g.cs
│   │   │   ├── WndMetroMessageBox.g.i.cs
│   │   │   ├── WndOrder.baml
│   │   │   ├── WndOrder.g.cs
│   │   │   ├── WndOrder.g.i.cs
│   │   │   ├── WndProcessing.baml
│   │   │   ├── WndProcessing.g.cs
│   │   │   ├── WndProcessing.g.i.cs
│   │   │   ├── WndTesting.baml
│   │   │   ├── WndTesting.g.cs
│   │   │   └── WndTesting.g.i.cs
│   │   ├── PaddingConverter.cs
│   │   ├── PageStartUp.xaml
│   │   ├── PageStartUp.xaml.cs
│   │   ├── PrintServerUI.csproj
│   │   ├── PrintServerUI.csproj.pdsync
│   │   ├── PrintServerUI.csproj.pdsyncu
│   │   ├── PrintServerUI.csproj.user
│   │   ├── PrintSrvUI.xaml
│   │   ├── PrintSrvUI.xaml.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── StyleConverter.cs
│   │   ├── StylesAndTemplates
│   │   │   ├── MetroPasswordBox.xaml
│   │   │   ├── PageTable_AreaToggleButton.xaml
│   │   │   ├── PageTable_ListBoxStyle.xaml
│   │   │   ├── PageTable_PartionBtnStyle.xaml
│   │   │   ├── PageTable_TabControlStyle.xaml
│   │   │   ├── PageTable_TextBoxStyle.xaml
│   │   │   ├── RestoreBtn.xaml
│   │   │   ├── StyleDatePicker.xaml
│   │   │   ├── StyleFunctionButtonHighlighted.xaml
│   │   │   ├── StyleGenericGrayButton.xaml
│   │   │   ├── StyleKBCancel.xaml
│   │   │   ├── StyleKBOKHighlighted.xaml
│   │   │   ├── StyleListView.xaml
│   │   │   ├── StyleMetroComboBox2.xaml
│   │   │   ├── StyleMetroComboBox3.xaml
│   │   │   ├── StyleMetroComboBox.xaml
│   │   │   ├── StylePageTable_SoldOutFuncBtn.xaml
│   │   │   ├── WndDesk_CheckBoxStyle.xaml
│   │   │   ├── WndOrder_Expander01.xaml
│   │   │   ├── WndOrder_FunctionButton.xaml
│   │   │   ├── WndOrder_MenuItemButton.xaml
│   │   │   ├── WndOrder_MenuItemPagingButton.xaml
│   │   │   ├── WndOrder_OrderItemStatusButton.xaml
│   │   │   ├── WndOrder_OrderItemToggleButton.xaml
│   │   │   └── WndOrder_OrderListBoxStyle.xaml
│   │   ├── UniversalValueConverter.cs
│   │   ├── WndMain.xaml
│   │   ├── WndMain.xaml.cs
│   │   ├── WndMetroMessageBox.xaml
│   │   └── WndMetroMessageBox.xaml.cs
│   ├── PrintSrvCommonClient
│   │   ├── ApplicationData.cs
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── BouncyCastle.Crypto.dll
│   │   │   │   ├── CatersysCoreLib.dll
│   │   │   │   ├── CatersysCoreLib.pdb
│   │   │   │   ├── CatersysEntityObject.dll
│   │   │   │   ├── CatersysEntityObject.pdb
│   │   │   │   ├── MicroMvvm.dll
│   │   │   │   ├── MicroMvvm.pdb
│   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   ├── PrintSrvCommonClient.dll
│   │   │   │   ├── PrintSrvCommonClient.pdb
│   │   │   │   ├── System.Reactive.Core.dll
│   │   │   │   ├── System.Reactive.Core.xml
│   │   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   │   ├── System.Reactive.Interfaces.xml
│   │   │   │   ├── System.Reactive.Linq.dll
│   │   │   │   └── System.Reactive.Linq.xml
│   │   │   └── Release
│   │   │   ├── BouncyCastle.Crypto.dll
│   │   │   ├── CatersysCommonClient.dll
│   │   │   ├── CatersysCommonClient.pdb
│   │   │   ├── CatersysCoreLib.dll
│   │   │   ├── CatersysCoreLib.pdb
│   │   │   ├── CatersysEntityObject.dll
│   │   │   ├── CatersysEntityObject.pdb
│   │   │   ├── MicroMvvm.dll
│   │   │   ├── MicroMvvm.pdb
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── PrintSrvCommonClient.dll
│   │   │   ├── PrintSrvCommonClient.pdb
│   │   │   ├── System.Reactive.Core.dll
│   │   │   ├── System.Reactive.Core.xml
│   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   ├── System.Reactive.Interfaces.xml
│   │   │   ├── System.Reactive.Linq.dll
│   │   │   └── System.Reactive.Linq.xml
│   │   ├── CatersysCommonClient.csproj.pdsync
│   │   ├── CatersysCommonClient.csproj.pdsyncu
│   │   ├── Enum
│   │   ├── GlobalCacheList.cs
│   │   ├── GlobalSystemData.cs
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── CatersysCommonClient.csproj.FileListAbsolute.txt
│   │   │   │   ├── CatersysCommonClient.csprojResolveAssemblyReference.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── PrintSrvCommonClient.csproj.FileListAbsolute.txt
│   │   │   │   ├── PrintSrvCommonClient.csprojResolveAssemblyReference.cache
│   │   │   │   ├── PrintSrvCommonClient.dll
│   │   │   │   ├── PrintSrvCommonClient.pdb
│   │   │   │   └── TempPE
│   │   │   └── Release
│   │   │   ├── CatersysCommonClient.csproj.FileListAbsolute.txt
│   │   │   ├── CatersysCommonClient.csprojResolveAssemblyReference.cache
│   │   │   ├── CatersysCommonClient.dll
│   │   │   ├── CatersysCommonClient.pdb
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── PrintSrvCommonClient.csproj.FileListAbsolute.txt
│   │   │   ├── PrintSrvCommonClient.csprojResolveAssemblyReference.cache
│   │   │   ├── PrintSrvCommonClient.dll
│   │   │   ├── PrintSrvCommonClient.pdb
│   │   │   └── TempPE
│   │   ├── PrinterListViewModel.cs
│   │   ├── PrinterViewModel.cs
│   │   ├── PrintSrvCommonClient.csproj
│   │   ├── PrintSrvCommonClient.csproj.pdsync
│   │   ├── PrintSrvCommonClient.csproj.pdsyncu
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── SingleTonTicker.cs
│   │   ├── SingleTonWrapper.cs
│   │   └── ViewModelContainer.cs
│   ├── PrintSrvCommunicationLayer
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── BouncyCastle.Crypto.dll
│   │   │   │   ├── CatersysCoreLib.dll
│   │   │   │   ├── CatersysCoreLib.pdb
│   │   │   │   ├── CatersysEntityObject.dll
│   │   │   │   ├── CatersysEntityObject.pdb
│   │   │   │   ├── CatersysMiddleware.dll
│   │   │   │   ├── CatersysMiddleware.pdb
│   │   │   │   ├── HardWareLib.dll
│   │   │   │   ├── HardWareLib.pdb
│   │   │   │   ├── Messages.dll
│   │   │   │   ├── Messages.pdb
│   │   │   │   ├── MicroMvvm.dll
│   │   │   │   ├── MicroMvvm.pdb
│   │   │   │   ├── NetCoreComm.dll
│   │   │   │   ├── NetCoreComm.pdb
│   │   │   │   ├── NetCoreComm.xml
│   │   │   │   ├── NetCoreLib.dll
│   │   │   │   ├── NetCoreLib.pdb
│   │   │   │   ├── NetCoreLib.xml
│   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   ├── PrinterCoreLib.dll
│   │   │   │   ├── PrinterCoreLib.pdb
│   │   │   │   ├── PrintSrvCommonClient.dll
│   │   │   │   ├── PrintSrvCommonClient.pdb
│   │   │   │   ├── PrintSrvProcessLayer.dll
│   │   │   │   ├── PrintSrvProcessLayer.pdb
│   │   │   │   ├── System.Reactive.Core.dll
│   │   │   │   ├── System.Reactive.Core.xml
│   │   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   │   ├── System.Reactive.Interfaces.xml
│   │   │   │   ├── System.Reactive.Linq.dll
│   │   │   │   └── System.Reactive.Linq.xml
│   │   │   └── Release
│   │   │   ├── BouncyCastle.Crypto.dll
│   │   │   ├── CatersysCommonClient.dll
│   │   │   ├── CatersysCommonClient.pdb
│   │   │   ├── CatersysCoreLib.dll
│   │   │   ├── CatersysCoreLib.pdb
│   │   │   ├── CatersysEntityObject.dll
│   │   │   ├── CatersysEntityObject.pdb
│   │   │   ├── CatersysMiddleware.dll
│   │   │   ├── CatersysMiddleware.pdb
│   │   │   ├── HardWareLib.dll
│   │   │   ├── HardWareLib.pdb
│   │   │   ├── Messages.dll
│   │   │   ├── Messages.pdb
│   │   │   ├── MicroMvvm.dll
│   │   │   ├── MicroMvvm.pdb
│   │   │   ├── NetCoreComm.dll
│   │   │   ├── NetCoreComm.pdb
│   │   │   ├── NetCoreComm.xml
│   │   │   ├── NetCoreLib.dll
│   │   │   ├── NetCoreLib.pdb
│   │   │   ├── NetCoreLib.xml
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── PrinterCoreLib.dll
│   │   │   ├── PrinterCoreLib.pdb
│   │   │   ├── PrintSrvCommonClient.dll
│   │   │   ├── PrintSrvCommonClient.pdb
│   │   │   ├── System.Reactive.Core.dll
│   │   │   ├── System.Reactive.Core.xml
│   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   ├── System.Reactive.Interfaces.xml
│   │   │   ├── System.Reactive.Linq.dll
│   │   │   └── System.Reactive.Linq.xml
│   │   ├── CatersysMiddleware.csproj.pdsync
│   │   ├── CatersysMiddleware.csproj.pdsyncu
│   │   ├── Intermediate.cs
│   │   ├── NetClient.cs
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── CatersysMiddleware.csproj.FileListAbsolute.txt
│   │   │   │   ├── CatersysMiddleware.csprojResolveAssemblyReference.cache
│   │   │   │   ├── CatersysMiddleware.dll
│   │   │   │   ├── CatersysMiddleware.pdb
│   │   │   │   ├── CommunicationLayer.csproj.FileListAbsolute.txt
│   │   │   │   ├── CommunicationLayer.csprojResolveAssemblyReference.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── NetHelper.csproj.FileListAbsolute.txt
│   │   │   │   ├── PrintSrvCommunicationLayer.csproj.FileListAbsolute.txt
│   │   │   │   ├── PrintSrvCommunicationLayer.csprojResolveAssemblyReference.cache
│   │   │   │   ├── PrintSrvProcessLayer.csproj.FileListAbsolute.txt
│   │   │   │   ├── PrintSrvProcessLayer.csprojResolveAssemblyReference.cache
│   │   │   │   ├── PrintSrvProcessLayer.dll
│   │   │   │   ├── PrintSrvProcessLayer.pdb
│   │   │   │   └── TempPE
│   │   │   └── Release
│   │   │   ├── CatersysMiddleware.csproj.FileListAbsolute.txt
│   │   │   ├── CatersysMiddleware.csprojResolveAssemblyReference.cache
│   │   │   ├── CatersysMiddleware.dll
│   │   │   ├── CatersysMiddleware.pdb
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── PrintSrvCommunicationLayer.csproj.FileListAbsolute.txt
│   │   │   ├── PrintSrvCommunicationLayer.csprojResolveAssemblyReference.cache
│   │   │   └── TempPE
│   │   ├── PrintSrvCommunicationLayer.csproj.pdsync
│   │   ├── PrintSrvCommunicationLayer.csproj.pdsyncu
│   │   ├── PrintSrvProcessLayer.csproj
│   │   ├── PrintSrvProcessLayer.csproj.pdsync
│   │   ├── PrintSrvProcessLayer.csproj.pdsyncu
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   └── PrintSrvDAL
│   ├── bin
│   │   ├── Debug
│   │   │   ├── BouncyCastle.Crypto.dll
│   │   │   ├── CatersysCoreLib.dll
│   │   │   ├── CatersysCoreLib.pdb
│   │   │   ├── CatersysEntityObject.dll
│   │   │   ├── CatersysEntityObject.pdb
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── PrintSrvDAL.dll
│   │   │   ├── PrintSrvDAL.pdb
│   │   │   ├── System.Reactive.Core.dll
│   │   │   ├── System.Reactive.Core.xml
│   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   ├── System.Reactive.Interfaces.xml
│   │   │   ├── System.Reactive.Linq.dll
│   │   │   └── System.Reactive.Linq.xml
│   │   └── Release
│   │   ├── BouncyCastle.Crypto.dll
│   │   ├── CatersysCoreLib.dll
│   │   ├── CatersysCoreLib.pdb
│   │   ├── CatersysEntityObject.dll
│   │   ├── CatersysEntityObject.pdb
│   │   ├── Newtonsoft.Json.dll
│   │   ├── PrintSrvDAL.dll
│   │   ├── PrintSrvDAL.pdb
│   │   ├── System.Reactive.Core.dll
│   │   ├── System.Reactive.Core.xml
│   │   ├── System.Reactive.Interfaces.dll
│   │   ├── System.Reactive.Interfaces.xml
│   │   ├── System.Reactive.Linq.dll
│   │   └── System.Reactive.Linq.xml
│   ├── DBHelper.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── PrintSrvDAL.csproj.FileListAbsolute.txt
│   │   │   ├── PrintSrvDAL.csprojResolveAssemblyReference.cache
│   │   │   ├── PrintSrvDAL.dll
│   │   │   ├── PrintSrvDAL.pdb
│   │   │   └── TempPE
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── PrintSrvDAL.csproj.FileListAbsolute.txt
│   │   ├── PrintSrvDAL.csprojResolveAssemblyReference.cache
│   │   ├── PrintSrvDAL.dll
│   │   ├── PrintSrvDAL.pdb
│   │   └── TempPE
│   ├── PrintSrvDAL.csproj
│   ├── PrintSrvDAL.csproj.pdsync
│   ├── PrintSrvDAL.csproj.pdsyncu
│   └── Properties
│   └── AssemblyInfo.cs
├── Reference Tests
│   ├── Application Auto-update via Online Files in C#
│   │   ├── demo_project.zip
│   │   ├── source.zip
│   │   └── version_update_files.zip
│   ├── Button
│   │   ├── GlassButton
│   │   │   ├── Backup
│   │   │   │   ├── GlassButton
│   │   │   │   │   ├── GlassButton.bmp
│   │   │   │   │   ├── GlassButton.cs
│   │   │   │   │   ├── GlassButton.csproj
│   │   │   │   │   ├── GlassButton.Designer.cs
│   │   │   │   │   └── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── GlassButton.sln
│   │   │   │   ├── GlassButton.suo
│   │   │   │   └── GlassButtonTest
│   │   │   │   ├── app.ico
│   │   │   │   ├── GlassButtonTest.csproj
│   │   │   │   ├── MainForm.cs
│   │   │   │   ├── MainForm.Designer.cs
│   │   │   │   ├── MainForm.resx
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   └── Resources.resx
│   │   │   ├── GlassButton
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── GlassButton.dll
│   │   │   │   │   └── GlassButton.pdb
│   │   │   │   ├── GlassButton.bmp
│   │   │   │   ├── GlassButton.cs
│   │   │   │   ├── GlassButton.csproj
│   │   │   │   ├── GlassButton.Designer.cs
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GlassButton.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── GlassButton.dll
│   │   │   │   │   ├── GlassButton.pdb
│   │   │   │   │   └── TempPE
│   │   │   │   └── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── GlassButton.sln
│   │   │   ├── GlassButton.suo
│   │   │   ├── GlassButtonTest
│   │   │   │   ├── app.ico
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── GlassButton.dll
│   │   │   │   │   ├── GlassButton.pdb
│   │   │   │   │   ├── GlassButtonTest.exe
│   │   │   │   │   ├── GlassButtonTest.pdb
│   │   │   │   │   ├── GlassButtonTest.vshost.exe
│   │   │   │   │   └── GlassButtonTest.vshost.exe.manifest
│   │   │   │   ├── GlassButtonTest.csproj
│   │   │   │   ├── MainForm.cs
│   │   │   │   ├── MainForm.Designer.cs
│   │   │   │   ├── MainForm.resx
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GlassButtonTest.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── GlassButtonTest.exe
│   │   │   │   │   ├── GlassButtonTest.pdb
│   │   │   │   │   ├── GlassButtonTest.Properties.Resources.resources
│   │   │   │   │   ├── Glass.MainForm.resources
│   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   └── Resources.resx
│   │   │   ├── UpgradeLog.XML
│   │   │   └── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   └── Rounded Corners 1
│   │   ├── Button_New.sln
│   │   ├── Button_New.suo
│   │   ├── ButtonUser
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── ButtonUser.dll
│   │   │   │   │   └── ButtonUser.pdb
│   │   │   │   └── Release
│   │   │   ├── ButtonTable.cs
│   │   │   ├── ButtonTable.csproj
│   │   │   ├── ButtonTable.Designer.cs
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── ButtonTable.csproj.FileListAbsolute.txt
│   │   │   │   ├── ButtonUser.csproj.FileListAbsolute.txt
│   │   │   │   ├── ButtonUser.dll
│   │   │   │   ├── ButtonUser.pdb
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   └── TempPE
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Green.bmp
│   │   ├── Thumbs.db
│   │   ├── WindowsFormsApplication1
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── ButtonUser.dll
│   │   │   │   │   ├── ButtonUser.pdb
│   │   │   │   │   ├── WindowsFormsApplication1.exe
│   │   │   │   │   ├── WindowsFormsApplication1.pdb
│   │   │   │   │   ├── WindowsFormsApplication1.vshost.exe
│   │   │   │   │   └── WindowsFormsApplication1.vshost.exe.manifest
│   │   │   │   └── Release
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Form2.cs
│   │   │   ├── Form2.Designer.cs
│   │   │   ├── Form2.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── WindowsFormsApplication1.csproj.FileListAbsolute.txt
│   │   │   │   ├── WindowsFormsApplication1.exe
│   │   │   │   ├── WindowsFormsApplication1.Form1.resources
│   │   │   │   ├── WindowsFormsApplication1.Form2.resources
│   │   │   │   ├── WindowsFormsApplication1.pdb
│   │   │   │   └── WindowsFormsApplication1.Properties.Resources.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Resources
│   │   │   │   └── Green.bmp
│   │   │   └── WindowsFormsApplication1.csproj
│   │   └── 未标题-2.psd
│   ├── CodeExecuteTimeMeasure
│   │   ├── CodeExecuteTimeMeasure
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── CodeExecuteTimeMeasure.exe
│   │   │   │   ├── CodeExecuteTimeMeasure.pdb
│   │   │   │   ├── CodeExecuteTimeMeasure.vshost.exe
│   │   │   │   └── CodeExecuteTimeMeasure.vshost.exe.manifest
│   │   │   ├── CodeExecuteTimeMeasure.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── CodeExecuteTimeMeasure.csproj.FileListAbsolute.txt
│   │   │   │   ├── CodeExecuteTimeMeasure.csproj.GenerateResource.Cache
│   │   │   │   ├── CodeExecuteTimeMeasure.exe
│   │   │   │   ├── CodeExecuteTimeMeasure.Form1.resources
│   │   │   │   ├── CodeExecuteTimeMeasure.pdb
│   │   │   │   ├── CodeExecuteTimeMeasure.Properties.Resources.resources
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── CodeExecuteTimeMeasure.sln
│   ├── CS
│   │   ├── CS
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── CS.exe
│   │   │   │   │   ├── CS.pdb
│   │   │   │   │   ├── CS.vshost.exe
│   │   │   │   │   └── CS.vshost.exe.manifest
│   │   │   │   └── Release
│   │   │   │   ├── 1.exe
│   │   │   │   ├── 2.exe
│   │   │   │   ├── CS.exe
│   │   │   │   ├── CS.exe.config
│   │   │   │   ├── CS.pdb
│   │   │   │   ├── CS.vshost.exe
│   │   │   │   ├── CS.vshost.exe.config
│   │   │   │   └── CS.vshost.exe.manifest
│   │   │   ├── CS.csproj
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   ├── Debug
│   │   │   │   │   ├── CS.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── CS.exe
│   │   │   │   │   ├── CS.pdb
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   └── TempPE
│   │   │   │   └── Release
│   │   │   │   ├── build.force
│   │   │   │   ├── CS.csproj.FileListAbsolute.txt
│   │   │   │   ├── CS.csprojResolveAssemblyReference.cache
│   │   │   │   ├── CS.exe
│   │   │   │   ├── CS.pdb
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   └── TempPE
│   │   │   ├── packages.config
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── CS.sln
│   │   ├── CS.suo
│   │   └── packages
│   │   ├── Dapper.1.50.2
│   │   │   ├── Dapper.1.50.2.nupkg
│   │   │   └── lib
│   │   │   ├── net40
│   │   │   │   ├── Dapper.dll
│   │   │   │   └── Dapper.xml
│   │   │   ├── net45
│   │   │   │   ├── Dapper.dll
│   │   │   │   └── Dapper.xml
│   │   │   ├── net451
│   │   │   │   ├── Dapper.dll
│   │   │   │   └── Dapper.xml
│   │   │   └── netstandard1.3
│   │   │   ├── Dapper.dll
│   │   │   └── Dapper.xml
│   │   └── repositories.config
│   ├── Database
│   │   ├── DapperTesting
│   │   │   ├── DapperTesting
│   │   │   │   ├── app.config
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── Dapper.dll
│   │   │   │   │   ├── DapperTesting.exe
│   │   │   │   │   ├── DapperTesting.exe.config
│   │   │   │   │   ├── DapperTesting.pdb
│   │   │   │   │   ├── DapperTesting.vshost.exe
│   │   │   │   │   ├── DapperTesting.vshost.exe.config
│   │   │   │   │   ├── DapperTesting.vshost.exe.manifest
│   │   │   │   │   └── Slapper.dll
│   │   │   │   ├── Dapper.dll
│   │   │   │   ├── DapperTesting.csproj
│   │   │   │   ├── DapperTesting.csproj.pdsync
│   │   │   │   ├── DapperTesting.csproj.pdsyncu
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DapperTesting.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── DapperTesting.csprojResolveAssemblyReference.cache
│   │   │   │   │   ├── DapperTesting.exe
│   │   │   │   │   ├── DapperTesting.pdb
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   └── TempPE
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   └── Slapper.dll
│   │   │   ├── DapperTesting.sln
│   │   │   ├── DapperTesting.suo
│   │   │   └── DapperTesting.sws
│   │   ├── dapper-tutorial-1.0.6
│   │   │   ├── docs
│   │   │   │   ├── CNAME
│   │   │   │   ├── _config.yml
│   │   │   │   ├── css
│   │   │   │   │   └── main_css_file.scss
│   │   │   │   ├── _data
│   │   │   │   │   └── pages.csv
│   │   │   │   ├── images
│   │   │   │   │   ├── 3-anonynous-entity.png
│   │   │   │   │   ├── 3-invoices-included-invoicedetail.png
│   │   │   │   │   ├── 3-invoices-included-invoiceitem.png
│   │   │   │   │   ├── 3-invoices.png
│   │   │   │   │   ├── 3-invoices-with-storeinvoice-webinvoice.png
│   │   │   │   │   ├── api
│   │   │   │   │   │   ├── dapper
│   │   │   │   │   │   │   └── empty.txt
│   │   │   │   │   │   ├── dapper-contrib
│   │   │   │   │   │   │   └── empty.txt
│   │   │   │   │   │   └── dapper-plus
│   │   │   │   │   │   └── empty.txt
│   │   │   │   │   ├── dapper-extensions-728x90.jpg
│   │   │   │   │   ├── entity-framework-extensions.jpg
│   │   │   │   │   ├── entity-framework-extensions-right.jpg
│   │   │   │   │   ├── entity-framework-extensions-side.jpg
│   │   │   │   │   ├── entity-framework-extensions-top.jpg
│   │   │   │   │   ├── eval-expression-160x600.jpg
│   │   │   │   │   ├── eval-expression-300x250.jpg
│   │   │   │   │   ├── examples
│   │   │   │   │   │   └── empty.txt
│   │   │   │   │   ├── faq
│   │   │   │   │   │   └── empty.txt
│   │   │   │   │   ├── limitations
│   │   │   │   │   │   └── empty.txt
│   │   │   │   │   └── troubleshooting
│   │   │   │   │   └── empty.txt
│   │   │   │   ├── _includes
│   │   │   │   │   ├── aside.html
│   │   │   │   │   ├── template-example.html
│   │   │   │   │   ├── template-exception-cause.html
│   │   │   │   │   ├── template-exception.html
│   │   │   │   │   ├── template-execute-thrown.html
│   │   │   │   │   ├── template-h1.html
│   │   │   │   │   └── template-related.html
│   │   │   │   ├── index.md
│   │   │   │   ├── _layouts
│   │   │   │   │   └── default.html
│   │   │   │   ├── pages
│   │   │   │   │   ├── api
│   │   │   │   │   │   ├── api.md
│   │   │   │   │   │   ├── dapper
│   │   │   │   │   │   │   ├── async.md
│   │   │   │   │   │   │   ├── buffered.md
│   │   │   │   │   │   │   ├── dapper.md
│   │   │   │   │   │   │   ├── execute.md
│   │   │   │   │   │   │   ├── parameter-anonymous.md
│   │   │   │   │   │   │   ├── parameter-dynamic.md
│   │   │   │   │   │   │   ├── parameter-list.md
│   │   │   │   │   │   │   ├── parameter-string.md
│   │   │   │   │   │   │   ├── queryfirst.md
│   │   │   │   │   │   │   ├── queryfirstordefault.md
│   │   │   │   │   │   │   ├── query.md
│   │   │   │   │   │   │   ├── querymultiple.md
│   │   │   │   │   │   │   ├── querysingle.md
│   │   │   │   │   │   │   ├── querysingleordefault.md
│   │   │   │   │   │   │   ├── result-anonymous.md
│   │   │   │   │   │   │   ├── result-multi-mapping.md
│   │   │   │   │   │   │   ├── result-multi-result.md
│   │   │   │   │   │   │   ├── result-multi-type.md
│   │   │   │   │   │   │   ├── result-strongly-typed.md
│   │   │   │   │   │   │   ├── stored-procedure.md
│   │   │   │   │   │   │   └── transaction.md
│   │   │   │   │   │   ├── dapper-contrib
│   │   │   │   │   │   │   ├── dapper-contrib.md
│   │   │   │   │   │   │   ├── data-annotation-computed.md
│   │   │   │   │   │   │   ├── data-annotation-explicitkey.md
│   │   │   │   │   │   │   ├── data-annotation-key.md
│   │   │   │   │   │   │   ├── data-annotation-table.md
│   │   │   │   │   │   │   ├── data-annotation-write.md
│   │   │   │   │   │   │   ├── deleteall.md
│   │   │   │   │   │   │   ├── delete.md
│   │   │   │   │   │   │   ├── getall.md
│   │   │   │   │   │   │   ├── get.md
│   │   │   │   │   │   │   ├── insert.md
│   │   │   │   │   │   │   └── update.md
│   │   │   │   │   │   └── dapper-plus
│   │   │   │   │   │   ├── bulk-delete.md
│   │   │   │   │   │   ├── bulk-insert.md
│   │   │   │   │   │   ├── bulk-merge.md
│   │   │   │   │   │   ├── bulk-update.md
│   │   │   │   │   │   └── dapper-plus.md
│   │   │   │   │   ├── examples
│   │   │   │   │   │   └── examples.md
│   │   │   │   │   ├── limitations
│   │   │   │   │   │   └── limitations.md
│   │   │   │   │   ├── thirdpartylibraries
│   │   │   │   │   │   ├── dapper-async.md
│   │   │   │   │   │   ├── dapper-contrib-third-party-library.md
│   │   │   │   │   │   ├── dapper-extensions.md
│   │   │   │   │   │   ├── dapper-fastcrud.md
│   │   │   │   │   │   ├── dapper-fluentmap.md
│   │   │   │   │   │   ├── dapper-mapper.md
│   │   │   │   │   │   ├── dapper-plus-third-party-library.md
│   │   │   │   │   │   ├── dapper-rainbow.md
│   │   │   │   │   │   ├── dapper-simplecrud.md
│   │   │   │   │   │   ├── dapper-simplesave.md
│   │   │   │   │   │   └── third-party-library.md
│   │   │   │   │   └── troubleshooting
│   │   │   │   │   ├── troubleshooting1.md
│   │   │   │   │   └── troubleshooting.md
│   │   │   │   ├── robots.txt
│   │   │   │   └── _sass
│   │   │   │   └── highlight.scss
│   │   │   ├── README.md
│   │   │   └── src
│   │   │   ├── Z.Dapper.Examples
│   │   │   │   ├── API
│   │   │   │   │   ├── Dapper
│   │   │   │   │   │   ├── Methods
│   │   │   │   │   │   │   ├── Execute.cs
│   │   │   │   │   │   │   ├── Execute.Designer.cs
│   │   │   │   │   │   │   ├── Execute.resx
│   │   │   │   │   │   │   ├── Query.cs
│   │   │   │   │   │   │   ├── Query.Designer.cs
│   │   │   │   │   │   │   ├── QueryFirst.cs
│   │   │   │   │   │   │   ├── QueryFirst.Designer.cs
│   │   │   │   │   │   │   ├── QueryFirstOrDefault.cs
│   │   │   │   │   │   │   ├── QueryFirstOrDefault.Designer.cs
│   │   │   │   │   │   │   ├── QueryFirstOrDefault.resx
│   │   │   │   │   │   │   ├── QueryFirst.resx
│   │   │   │   │   │   │   ├── QueryMultiple.cs
│   │   │   │   │   │   │   ├── QueryMultiple.Designer.cs
│   │   │   │   │   │   │   ├── QueryMultiple.resx
│   │   │   │   │   │   │   ├── Query.resx
│   │   │   │   │   │   │   ├── QuerySingle.cs
│   │   │   │   │   │   │   ├── QuerySingle.Designer.cs
│   │   │   │   │   │   │   ├── QuerySingleOrDefault.cs
│   │   │   │   │   │   │   ├── QuerySingleOrDefault.Designer.cs
│   │   │   │   │   │   │   ├── QuerySingleOrDefault.resx
│   │   │   │   │   │   │   └── QuerySingle.resx
│   │   │   │   │   │   ├── Parameter
│   │   │   │   │   │   │   ├── Anonymous.cs
│   │   │   │   │   │   │   ├── Anonymous.Designer.cs
│   │   │   │   │   │   │   ├── Anonymous.resx
│   │   │   │   │   │   │   ├── Dynamic.cs
│   │   │   │   │   │   │   ├── Dynamic.Designer.cs
│   │   │   │   │   │   │   ├── Dynamic.resx
│   │   │   │   │   │   │   ├── List.cs
│   │   │   │   │   │   │   ├── List.Designer.cs
│   │   │   │   │   │   │   ├── List.resx
│   │   │   │   │   │   │   ├── String.cs
│   │   │   │   │   │   │   ├── String.Designer.cs
│   │   │   │   │   │   │   └── String.resx
│   │   │   │   │   │   ├── Result
│   │   │   │   │   │   │   ├── Anonymous.cs
│   │   │   │   │   │   │   ├── Anonymous.Designer.cs
│   │   │   │   │   │   │   ├── Anonymous.resx
│   │   │   │   │   │   │   ├── Multi_Mapping.cs
│   │   │   │   │   │   │   ├── Multi_Mapping.Designer.cs
│   │   │   │   │   │   │   ├── Multi_Mapping.resx
│   │   │   │   │   │   │   ├── Multi_Result.cs
│   │   │   │   │   │   │   ├── Multi_Result.Designer.cs
│   │   │   │   │   │   │   ├── Multi_Result.resx
│   │   │   │   │   │   │   ├── Multi_Type.cs
│   │   │   │   │   │   │   ├── Multi_Type.Designer.cs
│   │   │   │   │   │   │   ├── Multi_Type.resx
│   │   │   │   │   │   │   ├── Strongly_Typed.cs
│   │   │   │   │   │   │   ├── Strongly_Typed.Designer.cs
│   │   │   │   │   │   │   └── Strongly_Typed.resx
│   │   │   │   │   │   └── Utilities
│   │   │   │   │   │   ├── Async.cs
│   │   │   │   │   │   ├── Async.Designer.cs
│   │   │   │   │   │   ├── Async.resx
│   │   │   │   │   │   ├── Buffered.cs
│   │   │   │   │   │   ├── Buffered.Designer.cs
│   │   │   │   │   │   ├── Buffered.resx
│   │   │   │   │   │   ├── Stored_Procedure.cs
│   │   │   │   │   │   ├── Stored_Procedure.Designer.cs
│   │   │   │   │   │   ├── Stored_Procedure.resx
│   │   │   │   │   │   ├── Transaction.cs
│   │   │   │   │   │   ├── Transaction.Designer.cs
│   │   │   │   │   │   └── Transaction.resx
│   │   │   │   │   ├── DapperContrib
│   │   │   │   │   │   ├── DataAnnotations
│   │   │   │   │   │   │   ├── Computed.cs
│   │   │   │   │   │   │   ├── Computed.Designer.cs
│   │   │   │   │   │   │   ├── Computed.resx
│   │   │   │   │   │   │   ├── Delete.resx
│   │   │   │   │   │   │   ├── ExplicitKey.cs
│   │   │   │   │   │   │   ├── ExplicitKey.Designer.cs
│   │   │   │   │   │   │   ├── ExplicitKey.resx
│   │   │   │   │   │   │   ├── Insert.resx
│   │   │   │   │   │   │   ├── Key.cs
│   │   │   │   │   │   │   ├── Key.Designer.cs
│   │   │   │   │   │   │   ├── Key.resx
│   │   │   │   │   │   │   ├── Table.cs
│   │   │   │   │   │   │   ├── Table.Designer.cs
│   │   │   │   │   │   │   ├── Table.resx
│   │   │   │   │   │   │   ├── Write.cs
│   │   │   │   │   │   │   ├── Write.Designer.cs
│   │   │   │   │   │   │   └── Write.resx
│   │   │   │   │   │   └── Methods
│   │   │   │   │   │   ├── DeleteAll.cs
│   │   │   │   │   │   ├── DeleteAll.Designer.cs
│   │   │   │   │   │   ├── DeleteAll.resx
│   │   │   │   │   │   ├── Delete.cs
│   │   │   │   │   │   ├── Delete.Designer.cs
│   │   │   │   │   │   ├── Delete.resx
│   │   │   │   │   │   ├── GetAll.cs
│   │   │   │   │   │   ├── GetAll.Designer.cs
│   │   │   │   │   │   ├── GetAll.resx
│   │   │   │   │   │   ├── Get.cs
│   │   │   │   │   │   ├── Get.Designer.cs
│   │   │   │   │   │   ├── Get.resx
│   │   │   │   │   │   ├── Insert.cs
│   │   │   │   │   │   ├── Insert.Designer.cs
│   │   │   │   │   │   ├── Insert.resx
│   │   │   │   │   │   ├── Update.cs
│   │   │   │   │   │   ├── Update.Designer.cs
│   │   │   │   │   │   └── Update.resx
│   │   │   │   │   └── DapperPlus
│   │   │   │   │   └── Methods
│   │   │   │   │   ├── Bulk_Delete.cs
│   │   │   │   │   ├── Bulk_Delete.Designer.cs
│   │   │   │   │   ├── Bulk_Delete.resx
│   │   │   │   │   ├── Bulk_Insert.cs
│   │   │   │   │   ├── Bulk_Insert.Designer.cs
│   │   │   │   │   ├── Bulk_Insert.resx
│   │   │   │   │   ├── Bulk_Merge.cs
│   │   │   │   │   ├── Bulk_Merge.Designer.cs
│   │   │   │   │   ├── Bulk_Merge.resx
│   │   │   │   │   ├── Bulk_Update.cs
│   │   │   │   │   ├── Bulk_Update.Designer.cs
│   │   │   │   │   └── Bulk_Update.resx
│   │   │   │   ├── App.config
│   │   │   │   ├── _draft
│   │   │   │   │   └── Dapper_vs_EF6
│   │   │   │   │   ├── Delete.cs
│   │   │   │   │   ├── Delete.Designer.cs
│   │   │   │   │   ├── Delete.resx
│   │   │   │   │   ├── Insert.cs
│   │   │   │   │   ├── Insert.Designer.cs
│   │   │   │   │   ├── Insert.resx
│   │   │   │   │   ├── Query.cs
│   │   │   │   │   ├── Query.Designer.cs
│   │   │   │   │   ├── Query.resx
│   │   │   │   │   ├── Update.cs
│   │   │   │   │   ├── Update.Designer.cs
│   │   │   │   │   └── Update.resx
│   │   │   │   ├── _Entity
│   │   │   │   │   ├── EntitiesContextEF6.cs
│   │   │   │   │   ├── EntitiesContextEFCore.cs
│   │   │   │   │   ├── InvoiceContrib.cs
│   │   │   │   │   ├── Invoice.cs
│   │   │   │   │   ├── InvoiceDetailContrib.cs
│   │   │   │   │   ├── InvoiceDetail.cs
│   │   │   │   │   ├── InvoiceItem.cs
│   │   │   │   │   ├── InvoiceKind.cs
│   │   │   │   │   ├── StoreInvoice.cs
│   │   │   │   │   └── WebInvoice.cs
│   │   │   │   ├── ExceptionMessage.cs
│   │   │   │   ├── My.cs
│   │   │   │   ├── packages.config
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── StartupForm.cs
│   │   │   │   ├── StartupForm.Designer.cs
│   │   │   │   ├── StartupForm.resx
│   │   │   │   ├── table-create.sql
│   │   │   │   └── Z.Dapper.Examples.csproj
│   │   │   └── Z.Dapper.Examples.sln
│   │   ├── dapper-tutorial-1.0.6.zip
│   │   ├── DataAccessApplicationBlock
│   │   │   ├── DataAccessApplicationBlock
│   │   │   │   ├── App.config
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DataAccessApplicationBlock.exe
│   │   │   │   │   ├── DataAccessApplicationBlock.exe.config
│   │   │   │   │   ├── DataAccessApplicationBlock.pdb
│   │   │   │   │   ├── DataAccessApplicationBlock.vshost.exe
│   │   │   │   │   ├── DataAccessApplicationBlock.vshost.exe.config
│   │   │   │   │   ├── DataAccessApplicationBlock.vshost.exe.manifest
│   │   │   │   │   ├── Microsoft.Practices.EnterpriseLibrary.Common.dll
│   │   │   │   │   ├── Microsoft.Practices.EnterpriseLibrary.Common.pdb
│   │   │   │   │   ├── Microsoft.Practices.EnterpriseLibrary.Common.xml
│   │   │   │   │   ├── Microsoft.Practices.ServiceLocation.dll
│   │   │   │   │   ├── Microsoft.Practices.ServiceLocation.pdb
│   │   │   │   │   ├── Microsoft.Practices.Unity.dll
│   │   │   │   │   ├── Microsoft.Practices.Unity.Interception.dll
│   │   │   │   │   ├── Microsoft.Practices.Unity.Interception.pdb
│   │   │   │   │   └── Microsoft.Practices.Unity.pdb
│   │   │   │   ├── DataAccessApplicationBlock.csproj
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DataAccessApplicationBlock.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── DataAccessApplicationBlock.csproj.GenerateResource.Cache
│   │   │   │   │   ├── DataAccessApplicationBlock.csprojResolveAssemblyReference.cache
│   │   │   │   │   ├── DataAccessApplicationBlock.exe
│   │   │   │   │   ├── DataAccessApplicationBlock.pdb
│   │   │   │   │   ├── DataAccess.Form1.resources
│   │   │   │   │   ├── DataAccess.Properties.Resources.resources
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── DataAccessApplicationBlock.sln
│   │   │   └── DataAccessApplicationBlock.suo
│   │   ├── DataAccessApplicationBlock_Ori
│   │   │   ├── SQLQuery.sql
│   │   │   └── WindowsFormsApplication1
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── WindowsFormsApplication1
│   │   │   │   ├── app.config
│   │   │   │   ├── bin
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── Microsoft.Practices.EnterpriseLibrary.Common.dll
│   │   │   │   │   │   ├── Microsoft.Practices.EnterpriseLibrary.Common.pdb
│   │   │   │   │   │   ├── Microsoft.Practices.EnterpriseLibrary.Common.xml
│   │   │   │   │   │   ├── Microsoft.Practices.EnterpriseLibrary.Data.dll
│   │   │   │   │   │   ├── Microsoft.Practices.EnterpriseLibrary.Data.pdb
│   │   │   │   │   │   ├── Microsoft.Practices.EnterpriseLibrary.Data.SqlCe.dll
│   │   │   │   │   │   ├── Microsoft.Practices.EnterpriseLibrary.Data.SqlCe.pdb
│   │   │   │   │   │   ├── Microsoft.Practices.EnterpriseLibrary.Data.SqlCe.xml
│   │   │   │   │   │   ├── Microsoft.Practices.EnterpriseLibrary.Data.xml
│   │   │   │   │   │   ├── Microsoft.Practices.ServiceLocation.dll
│   │   │   │   │   │   ├── Microsoft.Practices.ServiceLocation.pdb
│   │   │   │   │   │   ├── Microsoft.Practices.Unity.dll
│   │   │   │   │   │   ├── Microsoft.Practices.Unity.Interception.dll
│   │   │   │   │   │   ├── Microsoft.Practices.Unity.Interception.pdb
│   │   │   │   │   │   ├── Microsoft.Practices.Unity.pdb
│   │   │   │   │   │   ├── WindowsFormsApplication1.exe
│   │   │   │   │   │   ├── WindowsFormsApplication1.exe.config
│   │   │   │   │   │   ├── WindowsFormsApplication1.pdb
│   │   │   │   │   │   ├── WindowsFormsApplication1.vshost.exe
│   │   │   │   │   │   ├── WindowsFormsApplication1.vshost.exe.config
│   │   │   │   │   │   └── WindowsFormsApplication1.vshost.exe.manifest
│   │   │   │   │   └── Release
│   │   │   │   │   ├── WindowsFormsApplication1.exe.config
│   │   │   │   │   ├── WindowsFormsApplication1.vshost.exe
│   │   │   │   │   ├── WindowsFormsApplication1.vshost.exe.config
│   │   │   │   │   └── WindowsFormsApplication1.vshost.exe.manifest
│   │   │   │   ├── College.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Form2.cs
│   │   │   │   ├── Form2.Designer.cs
│   │   │   │   ├── Form2.resx
│   │   │   │   ├── obj
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   │   ├── Refactor
│   │   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   │   ├── TempPE
│   │   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   │   ├── WindowsFormsApplication1.csproj.FileListAbsolute.txt
│   │   │   │   │   │   ├── WindowsFormsApplication1.csproj.GenerateResource.Cache
│   │   │   │   │   │   ├── WindowsFormsApplication1.csprojResolveAssemblyReference.cache
│   │   │   │   │   │   ├── WindowsFormsApplication1.exe
│   │   │   │   │   │   ├── WindowsFormsApplication1.Form1.resources
│   │   │   │   │   │   ├── WindowsFormsApplication1.Form2.resources
│   │   │   │   │   │   ├── WindowsFormsApplication1.pdb
│   │   │   │   │   │   └── WindowsFormsApplication1.Properties.Resources.resources
│   │   │   │   │   └── Release
│   │   │   │   │   ├── build.force
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   ├── TempPE
│   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   ├── WindowsFormsApplication1.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── WindowsFormsApplication1.Form1.resources
│   │   │   │   │   ├── WindowsFormsApplication1.Form2.resources
│   │   │   │   │   └── WindowsFormsApplication1.Properties.Resources.resources
│   │   │   │   ├── Product.cs
│   │   │   │   ├── ProductItem.cs
│   │   │   │   ├── ProductPriceTag.cs
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── WindowsFormsApplication1.csproj
│   │   │   │   └── WindowsFormsApplication1.csproj.user
│   │   │   ├── WindowsFormsApplication1.sln
│   │   │   └── WindowsFormsApplication1.suo
│   │   └── DataAccessApplicationBlock.rar
│   ├── Dictionary
│   │   ├── DictionaryAndLocksSample.2014_05_30
│   │   │   ├── AllSamples.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── DictionaryAndLocksSample.exe
│   │   │   │   ├── DictionaryAndLocksSample.pdb
│   │   │   │   ├── DictionaryAndLocksSample.vshost.exe
│   │   │   │   └── DictionaryAndLocksSample.vshost.exe.manifest
│   │   │   ├── ConcurrentDictionarySample.cs
│   │   │   ├── DictionaryAndLocksSample.csproj
│   │   │   ├── DictionaryAndLocksSample.csproj.user
│   │   │   ├── DictionaryAndLocksSample.sln
│   │   │   ├── DictionaryAndLocksSample.suo
│   │   │   ├── DictionaryPlusFullLockSampleAllowingDuplicates.cs
│   │   │   ├── DictionaryPlusFullLockSample.cs
│   │   │   ├── DictionaryPlusReaderWriterLockSlimSampleAllowingDuplicates.cs
│   │   │   ├── DictionaryPlusReaderWriterLockSlimSample.cs
│   │   │   ├── DictionaryPlusSpinReaderWriterLockSlimAllowingDuplicatesSample.cs
│   │   │   ├── DictionaryPlusSpinReaderWriterLockSlimSample.cs
│   │   │   ├── IGetOrCreateValueSample.cs
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── DictionaryAndLocksSample.csproj.FileListAbsolute.txt
│   │   │   │   ├── DictionaryAndLocksSample.exe
│   │   │   │   ├── DictionaryAndLocksSample.pdb
│   │   │   │   └── TempPE
│   │   │   ├── Pfz
│   │   │   │   ├── Collections
│   │   │   │   │   ├── _DictionaryHelper.cs
│   │   │   │   │   ├── DiscardUnusedValueDelegate.cs
│   │   │   │   │   ├── EmptyArray.cs
│   │   │   │   │   ├── ForEachDictionaryDelegate.cs
│   │   │   │   │   ├── IDisposableDictionary.cs
│   │   │   │   │   ├── IPfzDictionary.cs
│   │   │   │   │   ├── IThreadSafeAndDisposableDictionary.cs
│   │   │   │   │   ├── IThreadSafeDictionary.cs
│   │   │   │   │   ├── LockedThreadSafeDictionary.cs
│   │   │   │   │   ├── RemoveManyDictionaryDelegate.cs
│   │   │   │   │   ├── ThreadSafeDictionary.cs
│   │   │   │   │   ├── _ThreadSafeDictionaryNode.cs
│   │   │   │   │   └── ValueConstructorDelegate.cs
│   │   │   │   ├── IAdvancedDisposable.cs
│   │   │   │   └── Threading
│   │   │   │   ├── Disposers
│   │   │   │   │   ├── IUpgradeableLock.cs
│   │   │   │   │   ├── OptimisticReadLock.cs
│   │   │   │   │   ├── OptimisticUpgradeableLock.cs
│   │   │   │   │   └── OptimisticWriteLock.cs
│   │   │   │   ├── IReaderWriterLock.cs
│   │   │   │   ├── IReaderWriterLockSlim.cs
│   │   │   │   ├── OptimisticReaderWriterLock.cs
│   │   │   │   └── SpinReaderWriterLockSlim.cs
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── ThreadSafeDictionarySampleAllowingDuplicates.cs
│   │   │   └── ThreadSafeDictionarySample.cs
│   │   ├── DictionaryAndLocksSample.2014_05_30.zip
│   │   ├── Dictionary_OrderValue
│   │   │   ├── Dictionary_OrderValue
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── Dictionary_OrderValue.exe
│   │   │   │   │   ├── Dictionary_OrderValue.pdb
│   │   │   │   │   ├── Dictionary_OrderValue.vshost.exe
│   │   │   │   │   └── Dictionary_OrderValue.vshost.exe.manifest
│   │   │   │   ├── Class1.cs
│   │   │   │   ├── Dictionary_OrderValue.csproj
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── Dictionary_OrderValue.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── Dictionary_OrderValue.exe
│   │   │   │   │   ├── Dictionary_OrderValue.pdb
│   │   │   │   │   └── TempPE
│   │   │   │   └── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Dictionary_OrderValue.sln
│   │   │   └── Dictionary_OrderValue.suo
│   │   ├── MultiThread Dictionary
│   │   │   ├── LibrarySupport
│   │   │   │   ├── mscorlib
│   │   │   │   │   └── default.txaPackage
│   │   │   │   ├── System
│   │   │   │   │   └── default.txaPackage
│   │   │   │   ├── System.Data
│   │   │   │   │   └── default.txaPackage
│   │   │   │   ├── System.Deployment
│   │   │   │   │   └── default.txaPackage
│   │   │   │   ├── System.Drawing
│   │   │   │   │   └── default.txaPackage
│   │   │   │   ├── System.Windows.Forms
│   │   │   │   │   └── default.txaPackage
│   │   │   │   └── System.Xml
│   │   │   │   └── default.txaPackage
│   │   │   ├── MultiThread
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── MultiThread.exe
│   │   │   │   │   ├── MultiThread.pdb
│   │   │   │   │   ├── MultiThread.vshost.exe
│   │   │   │   │   └── MultiThread.vshost.exe.manifest
│   │   │   │   ├── ClassDiagram1.cd
│   │   │   │   ├── DealingData.cs
│   │   │   │   ├── Helper.cs
│   │   │   │   ├── MainForm.cs
│   │   │   │   ├── MainForm.Designer.cs
│   │   │   │   ├── MainForm.resx
│   │   │   │   ├── ModelSupport
│   │   │   │   │   └── default.txaPackage
│   │   │   │   ├── MultiThread.csproj
│   │   │   │   ├── MultiThread_project.tvsconfig
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── MultiThread.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── MultiThread.csproj.GenerateResource.Cache
│   │   │   │   │   ├── MultiThread.exe
│   │   │   │   │   ├── MultiThread.MainForm.resources
│   │   │   │   │   ├── MultiThread.pdb
│   │   │   │   │   ├── MultiThread.Properties.Resources.resources
│   │   │   │   │   ├── Refactor
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── ObjectPool.cs
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── SafeDictionary.cs
│   │   │   ├── MultiThread_Model.tgs
│   │   │   ├── MultiThread_Model.tgw
│   │   │   ├── MultiThread.sln
│   │   │   ├── MultiThread_solution.tvsconfig
│   │   │   ├── MultiThread.suo
│   │   │   ├── UpgradeLog.XML
│   │   │   └── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   └── MultiThread Dictionary.rar
│   ├── Encryption
│   │   └── Encrypt_an_string_src
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Encrypt a string.exe
│   │   │   ├── Encrypt a string.pdb
│   │   │   ├── Encrypt a string.vshost.exe
│   │   │   └── Encrypt a string.vshost.exe.manifest
│   │   ├── ClassDiagram1.cd
│   │   ├── clsDecrypt.cs
│   │   ├── clsEncryptBussiness.cs
│   │   ├── clsEncryptEngine.cs
│   │   ├── Encrypt a string.csproj
│   │   ├── Encrypt a string.sln
│   │   ├── Encrypt a string.suo
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Encrypt a string.csproj.FileListAbsolute.txt
│   │   │   ├── Encrypt a string.exe
│   │   │   ├── Encrypt_a_string.Form1.resources
│   │   │   ├── Encrypt a string.pdb
│   │   │   ├── Encrypt_a_string.Properties.Resources.resources
│   │   │   ├── ResGen.read.1.tlog
│   │   │   ├── ResGen.write.1.tlog
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── Enums
│   │   └── EnumsTest_1
│   │   ├── EnumsTest_1
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── EnumsTest_1.exe
│   │   │   │   ├── EnumsTest_1.pdb
│   │   │   │   ├── EnumsTest_1.vshost.exe
│   │   │   │   └── EnumsTest_1.vshost.exe.manifest
│   │   │   ├── EnumsTest_1.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── EnumsTest_1.csproj.FileListAbsolute.txt
│   │   │   │   ├── EnumsTest_1.csproj.GenerateResource.Cache
│   │   │   │   ├── EnumsTest_1.exe
│   │   │   │   ├── EnumsTest_1.Form1.resources
│   │   │   │   ├── EnumsTest_1.pdb
│   │   │   │   ├── EnumsTest_1.Properties.Resources.resources
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── EnumsTest_1.sln
│   ├── EventAggregatorRX
│   │   ├── EventAggregatorRX
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── EventAggregatorRX.exe
│   │   │   │   ├── EventAggregatorRX.pdb
│   │   │   │   ├── EventAggregatorRX.vshost.exe
│   │   │   │   ├── EventAggregatorRX.vshost.exe.manifest
│   │   │   │   ├── System.Reactive.Core.dll
│   │   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   │   ├── System.Reactive.Linq.dll
│   │   │   │   └── System.Reactive.PlatformServices.dll
│   │   │   ├── CodeFile1.cs
│   │   │   ├── EventAggregator.cs
│   │   │   ├── EventAggregatorRX.csproj
│   │   │   ├── IEventPublisher.cs
│   │   │   ├── MainWindow.xaml
│   │   │   ├── MainWindow.xaml.cs
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── App.g.cs
│   │   │   │   ├── App.g.i.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── EventAggregatorRX.csproj.FileListAbsolute.txt
│   │   │   │   ├── EventAggregatorRX.csproj.GenerateResource.Cache
│   │   │   │   ├── EventAggregatorRX.csprojResolveAssemblyReference.cache
│   │   │   │   ├── EventAggregatorRX.exe
│   │   │   │   ├── EventAggregatorRX.g.resources
│   │   │   │   ├── EventAggregatorRX_MarkupCompile.cache
│   │   │   │   ├── EventAggregatorRX_MarkupCompile.i.cache
│   │   │   │   ├── EventAggregatorRX.pdb
│   │   │   │   ├── EventAggregatorRX.Properties.Resources.resources
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── MainWindow.baml
│   │   │   │   ├── MainWindow.g.cs
│   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Window1.baml
│   │   │   │   ├── Window1.g.cs
│   │   │   │   └── Window1.g.i.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── EventAggregatorRX.sln
│   │   └── EventAggregatorRX.suo
│   ├── EventBubblingTest
│   │   ├── EventBubblingTest
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── EventBubblingTest.exe
│   │   │   │   ├── EventBubblingTest.pdb
│   │   │   │   ├── EventBubblingTest.vshost.exe
│   │   │   │   └── EventBubblingTest.vshost.exe.manifest
│   │   │   ├── EventBubblingTest.csproj
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── EventBubblingTest.csproj.FileListAbsolute.txt
│   │   │   │   ├── EventBubblingTest.exe
│   │   │   │   ├── EventBubblingTest.pdb
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── EventBubblingTest.sln
│   │   └── EventBubblingTest.suo
│   ├── Events
│   │   ├── Nutshell_P127
│   │   │   ├── Nutshell_P127
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── Nutshell_P127.exe
│   │   │   │   │   ├── Nutshell_P127.pdb
│   │   │   │   │   ├── Nutshell_P127.vshost.exe
│   │   │   │   │   └── Nutshell_P127.vshost.exe.manifest
│   │   │   │   ├── Nutshell_P127.csproj
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── Nutshell_P127.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── Nutshell_P127.exe
│   │   │   │   │   ├── Nutshell_P127.pdb
│   │   │   │   │   └── TempPE
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Nutshell_P127.sln
│   │   │   └── Nutshell_P127.suo
│   │   ├── Nutshell_P128
│   │   │   ├── Nutshell_P128
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── Nutshell_P128.exe
│   │   │   │   │   ├── Nutshell_P128.pdb
│   │   │   │   │   ├── Nutshell_P128.vshost.exe
│   │   │   │   │   └── Nutshell_P128.vshost.exe.manifest
│   │   │   │   ├── Nutshell_P128.csproj
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── Nutshell_P128.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── Nutshell_P128.exe
│   │   │   │   │   ├── Nutshell_P128.pdb
│   │   │   │   │   └── TempPE
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Nutshell_P128.sln
│   │   │   └── Nutshell_P128.suo
│   │   ├── WeakEvents
│   │   │   ├── SmartWeakEventBenchmark
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── SmartWeakEventBenchmark.exe
│   │   │   │   │   ├── SmartWeakEventBenchmark.pdb
│   │   │   │   │   ├── SmartWeakEventBenchmark.vshost.exe
│   │   │   │   │   ├── SmartWeakEventBenchmark.vshost.exe.manifest
│   │   │   │   │   ├── WeakEvents.dll
│   │   │   │   │   └── WeakEvents.pdb
│   │   │   │   ├── EventSource.cs
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── SmartWeakEventBenchmark.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── SmartWeakEventBenchmark.csprojResolveAssemblyReference.cache
│   │   │   │   │   ├── SmartWeakEventBenchmark.exe
│   │   │   │   │   ├── SmartWeakEventBenchmark.pdb
│   │   │   │   │   └── TempPE
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   └── SmartWeakEventBenchmark.csproj
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── WeakEvents
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── WeakEvents.dll
│   │   │   │   │   └── WeakEvents.pdb
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── TempPE
│   │   │   │   │   ├── WeakEvents.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── WeakEvents.dll
│   │   │   │   │   └── WeakEvents.pdb
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── SmartWeakEvent
│   │   │   │   │   ├── FastSmartWeakEvent.cs
│   │   │   │   │   └── SmartWeakEvent.cs
│   │   │   │   ├── WeakEventHandler.cs
│   │   │   │   ├── WeakEventManagerBase.cs
│   │   │   │   ├── WeakEvents.csproj
│   │   │   │   └── WeakReferenceToDelegate.cs
│   │   │   ├── WeakEvents.sln
│   │   │   └── WeakEvents.suo
│   │   └── WeakEvents.zip
│   ├── GetHardwareInfo_Code
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── GetHardwareInfo.exe
│   │   │   ├── GetHardwareInfo.pdb
│   │   │   ├── GetHardwareInfo.vshost.exe
│   │   │   └── GetHardwareInfo.vshost.exe.manifest
│   │   ├── frmMain.cs
│   │   ├── frmMain.Designer.cs
│   │   ├── frmMain.resx
│   │   ├── GetHardwareInfo.csproj
│   │   ├── GetHardwareInfo.sln
│   │   ├── GetHardwareInfo.suo
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GetHardwareInfo.csproj.FileListAbsolute.txt
│   │   │   ├── GetHardwareInfo.exe
│   │   │   ├── GetHardwareInfo.frmMain.resources
│   │   │   ├── GetHardwareInfo.pdb
│   │   │   ├── GetHardwareInfo.Properties.Resources.resources
│   │   │   ├── ResGen.read.1.tlog
│   │   │   ├── ResGen.write.1.tlog
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── GetHardwareInfo_Code.zip
│   ├── JSONTest_1
│   │   ├── JSONTest_1
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── JSONTest_1.exe
│   │   │   │   ├── JSONTest_1.pdb
│   │   │   │   ├── JSONTest_1.vshost.exe
│   │   │   │   ├── JSONTest_1.vshost.exe.manifest
│   │   │   │   └── Newtonsoft.Json.dll
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Form2.cs
│   │   │   ├── Form2.Designer.cs
│   │   │   ├── Form2.resx
│   │   │   ├── JSONTest_1.csproj
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── JSONTest_1.csproj.FileListAbsolute.txt
│   │   │   │   ├── JSONTest_1.exe
│   │   │   │   ├── JSONTest_1.Form1.resources
│   │   │   │   ├── JSONTest_1.Form2.resources
│   │   │   │   ├── JSONTest_1.pdb
│   │   │   │   ├── JSONTest_1.Properties.Resources.resources
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   └── TempPE
│   │   │   ├── Product.cs
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── SynchronizedList.cs
│   │   ├── JSONTest_1.sln
│   │   └── JSONTest_1.suo
│   ├── Network
│   │   └── DNSResolve_1
│   │   ├── DNSResolve_1
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── DNSResolve_1.exe
│   │   │   │   ├── DNSResolve_1.pdb
│   │   │   │   ├── DNSResolve_1.vshost.exe
│   │   │   │   └── DNSResolve_1.vshost.exe.manifest
│   │   │   ├── DNSResolve_1.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── DNSResolve_1.csproj.FileListAbsolute.txt
│   │   │   │   ├── DNSResolve_1.exe
│   │   │   │   ├── DNSResolve_1.Form1.resources
│   │   │   │   ├── DNSResolve_1.pdb
│   │   │   │   ├── DNSResolve_1.Properties.Resources.resources
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── DNSResolve_1.sln
│   │   └── DNSResolve_1.suo
│   ├── Queue
│   │   └── ConcurrentQueue
│   │   ├── ConcurrentQueue
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── ConcurrentQueue.exe
│   │   │   │   ├── ConcurrentQueue.pdb
│   │   │   │   ├── ConcurrentQueue.vshost.exe
│   │   │   │   └── ConcurrentQueue.vshost.exe.manifest
│   │   │   ├── ConcurrentQueue.csproj
│   │   │   ├── NewFolder1
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── ConcurrentQueue.csproj.FileListAbsolute.txt
│   │   │   │   ├── ConcurrentQueue.exe
│   │   │   │   ├── ConcurrentQueue.pdb
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── ConcurrentQueue.sln
│   │   └── ConcurrentQueue.suo
│   ├── radsplashscreencs-zip.zip
│   ├── Scroll_Source
│   │   ├── Backup
│   │   │   ├── ScollTestBed
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── ScollTestBed.csproj
│   │   │   ├── ScrollAblePanel
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── ScrollAblePanel.csproj
│   │   │   │   ├── UserControl1.cs
│   │   │   │   ├── UserControl1.Designer.cs
│   │   │   │   └── UserControl1.resx
│   │   │   └── ScrollAblePanel.sln
│   │   ├── ScollTestBed
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── ScollTestBed.exe
│   │   │   │   ├── ScollTestBed.pdb
│   │   │   │   ├── ScollTestBed.vshost.exe
│   │   │   │   ├── ScollTestBed.vshost.exe.manifest
│   │   │   │   ├── ScrollAblePanel.dll
│   │   │   │   └── ScrollAblePanel.pdb
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── ScollTestBed.csproj.FileListAbsolute.txt
│   │   │   │   ├── ScollTestBed.csproj.GenerateResource.Cache
│   │   │   │   ├── ScollTestBed.csprojResolveAssemblyReference.cache
│   │   │   │   ├── ScollTestBed.exe
│   │   │   │   ├── ScollTestBed.Form1.resources
│   │   │   │   ├── ScollTestBed.pdb
│   │   │   │   ├── ScollTestBed.Properties.Resources.resources
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── ScollTestBed.csproj
│   │   ├── ScrollAblePanel
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── ScrollAblePanel.dll
│   │   │   │   └── ScrollAblePanel.pdb
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Refactor
│   │   │   │   ├── ScrollAblePanel.csproj.FileListAbsolute.txt
│   │   │   │   ├── ScrollAblePanel.csproj.GenerateResource.Cache
│   │   │   │   ├── ScrollAblePanel.dll
│   │   │   │   ├── ScrollAblePanel.pdb
│   │   │   │   ├── ScrollAblePanel.ScrollAblePanelControl.resources
│   │   │   │   └── TempPE
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── ScrollAblePanel.csproj
│   │   │   ├── UserControl1.cs
│   │   │   ├── UserControl1.Designer.cs
│   │   │   └── UserControl1.resx
│   │   ├── ScrollAblePanel.sln
│   │   ├── ScrollAblePanel.suo
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── Threading
│   │   ├── AsyncOperationTest
│   │   │   ├── AsyncOperationTest
│   │   │   │   ├── AsyncOperationTest.csproj
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── AsyncOperationTest.exe
│   │   │   │   │   ├── AsyncOperationTest.pdb
│   │   │   │   │   ├── AsyncOperationTest.vshost.exe
│   │   │   │   │   └── AsyncOperationTest.vshost.exe.manifest
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── AsyncOperationTest.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── AsyncOperationTest.exe
│   │   │   │   │   ├── AsyncOperationTest.Form1.resources
│   │   │   │   │   ├── AsyncOperationTest.pdb
│   │   │   │   │   ├── AsyncOperationTest.Properties.Resources.resources
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   └── TempPE
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── AsyncOperationTest.sln
│   │   │   └── AsyncOperationTest.suo
│   │   ├── AsyncOperationTest1
│   │   │   ├── AsyncOperationTest1
│   │   │   │   ├── AsyncOperationTest1.csproj
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── AsyncOperationTest1.exe
│   │   │   │   │   ├── AsyncOperationTest1.pdb
│   │   │   │   │   ├── AsyncOperationTest1.vshost.exe
│   │   │   │   │   └── AsyncOperationTest1.vshost.exe.manifest
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── AsyncOperationTest1.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── AsyncOperationTest1.exe
│   │   │   │   │   ├── AsyncOperationTest1.Form1.resources
│   │   │   │   │   ├── AsyncOperationTest1.pdb
│   │   │   │   │   ├── AsyncOperationTest1.Properties.Resources.resources
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   └── TempPE
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── AsyncOperationTest1.sln
│   │   │   └── AsyncOperationTest1.suo
│   │   ├── AsyncOperationTest2
│   │   │   ├── AsyncOperationTest2
│   │   │   │   ├── AsyncOperationTest2.csproj
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── AsyncOperationTest2.exe
│   │   │   │   │   ├── AsyncOperationTest2.pdb
│   │   │   │   │   ├── AsyncOperationTest2.vshost.exe
│   │   │   │   │   └── AsyncOperationTest2.vshost.exe.manifest
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── AsyncOperationTest2.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── AsyncOperationTest2.exe
│   │   │   │   │   ├── AsyncOperationTest2.Form1.resources
│   │   │   │   │   ├── AsyncOperationTest2.pdb
│   │   │   │   │   ├── AsyncOperationTest2.Properties.Resources.resources
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   └── TempPE
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── AsyncOperationTest2.sln
│   │   │   └── AsyncOperationTest2.suo
│   │   ├── AsyncOperationTest3
│   │   │   ├── AsyncOperationTest3
│   │   │   │   ├── AsyncOperationTest3.csproj
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── AsyncOperationTest3.exe
│   │   │   │   │   ├── AsyncOperationTest3.pdb
│   │   │   │   │   ├── AsyncOperationTest3.vshost.exe
│   │   │   │   │   └── AsyncOperationTest3.vshost.exe.manifest
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── AsyncOperationTest3.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── AsyncOperationTest3.exe
│   │   │   │   │   ├── AsyncOperationTest3.Form1.resources
│   │   │   │   │   ├── AsyncOperationTest3.pdb
│   │   │   │   │   ├── AsyncOperationTest3.Properties.Resources.resources
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   └── TempPE
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── AsyncOperationTest3.sln
│   │   │   └── AsyncOperationTest3.suo
│   │   ├── BlockingQueue-1
│   │   │   ├── BlockingQueue-1
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── BlockingQueue-1.exe
│   │   │   │   │   ├── BlockingQueue-1.pdb
│   │   │   │   │   ├── BlockingQueue-1.vshost.exe
│   │   │   │   │   └── BlockingQueue-1.vshost.exe.manifest
│   │   │   │   ├── BlockingQueue-1.csproj
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── BlockingQueue-1.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── BlockingQueue-1.csproj.GenerateResource.Cache
│   │   │   │   │   ├── BlockingQueue-1.exe
│   │   │   │   │   ├── BlockingQueue_1.Form1.resources
│   │   │   │   │   ├── BlockingQueue-1.pdb
│   │   │   │   │   ├── BlockingQueue_1.Properties.Resources.resources
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   └── TempPE
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── BlockingQueue-1.sln
│   │   │   └── BlockingQueue-1.suo
│   │   ├── BlockingQueue_2
│   │   │   ├── BlockingQueue_2
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── BlockingQueue_2.exe
│   │   │   │   │   ├── BlockingQueue_2.pdb
│   │   │   │   │   ├── BlockingQueue_2.vshost.exe
│   │   │   │   │   └── BlockingQueue_2.vshost.exe.manifest
│   │   │   │   ├── BlockingQueue_2.csproj
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── BlockingQueue_2.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── BlockingQueue_2.exe
│   │   │   │   │   ├── BlockingQueue_2.pdb
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   └── TempPE
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── BlockingQueue_2.sln
│   │   │   └── BlockingQueue_2.suo
│   │   ├── BlockingQueue_3
│   │   │   ├── BlockingQueue_3
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── BlockingQueue_3.exe
│   │   │   │   │   ├── BlockingQueue_3.pdb
│   │   │   │   │   ├── BlockingQueue_3.vshost.exe
│   │   │   │   │   └── BlockingQueue_3.vshost.exe.manifest
│   │   │   │   ├── BlockingQueue_3.csproj
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── BlockingQueue_3.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── BlockingQueue_3.exe
│   │   │   │   │   ├── BlockingQueue_3.pdb
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   └── TempPE
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── BlockingQueue_3.sln
│   │   │   └── BlockingQueue_3.suo
│   │   ├── BlockingQueue_4Monitor
│   │   │   ├── BlockingQueue_4Monitor
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── BlockingQueue_4Monitor.exe
│   │   │   │   │   ├── BlockingQueue_4Monitor.pdb
│   │   │   │   │   ├── BlockingQueue_4Monitor.vshost.exe
│   │   │   │   │   └── BlockingQueue_4Monitor.vshost.exe.manifest
│   │   │   │   ├── BlockingQueue_4Monitor.csproj
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── BlockingQueue_4Monitor.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── BlockingQueue_4Monitor.exe
│   │   │   │   │   ├── BlockingQueue_4Monitor.pdb
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   └── TempPE
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── BlockingQueue_4Monitor.sln
│   │   │   └── BlockingQueue_4Monitor.suo
│   │   ├── CollectionThreadSafe_1
│   │   │   ├── CollectionThreadSafe_1
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── CollectionThreadSafe_1.exe
│   │   │   │   │   ├── CollectionThreadSafe_1.pdb
│   │   │   │   │   ├── CollectionThreadSafe_1.vshost.exe
│   │   │   │   │   └── CollectionThreadSafe_1.vshost.exe.manifest
│   │   │   │   ├── CollectionThreadSafe_1.csproj
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── CollectionThreadSafe_1.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── CollectionThreadSafe_1.exe
│   │   │   │   │   ├── CollectionThreadSafe_1.pdb
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   └── TempPE
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── CollectionThreadSafe_1.sln
│   │   │   └── CollectionThreadSafe_1.suo
│   │   ├── DoEventTest_1
│   │   │   ├── DoEventTest_1
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DoEventTest_1.exe
│   │   │   │   │   ├── DoEventTest_1.pdb
│   │   │   │   │   ├── DoEventTest_1.vshost.exe
│   │   │   │   │   └── DoEventTest_1.vshost.exe.manifest
│   │   │   │   ├── DoEventTest_1.csproj
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Form2.cs
│   │   │   │   ├── Form2.Designer.cs
│   │   │   │   ├── Form2.resx
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── DoEventTest_1.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── DoEventTest_1.csproj.GenerateResource.Cache
│   │   │   │   │   ├── DoEventTest_1.exe
│   │   │   │   │   ├── DoEventTest_1.Form1.resources
│   │   │   │   │   ├── DoEventTest_1.Form2.resources
│   │   │   │   │   ├── DoEventTest_1.pdb
│   │   │   │   │   ├── DoEventTest_1.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── DoEventTest_1.sln
│   │   │   └── DoEventTest_1.suo
│   │   ├── ListLockTest
│   │   │   ├── ListLockTest
│   │   │   │   ├── bin
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── ListLockTest.exe
│   │   │   │   │   │   ├── ListLockTest.pdb
│   │   │   │   │   │   ├── ListLockTest.vshost.exe
│   │   │   │   │   │   ├── ListLockTest.vshost.exe.manifest
│   │   │   │   │   │   └── Newtonsoft.Json.dll
│   │   │   │   │   └── Release
│   │   │   │   │   ├── ListLockTest.exe
│   │   │   │   │   ├── ListLockTest.pdb
│   │   │   │   │   ├── ListLockTest.vshost.exe
│   │   │   │   │   ├── ListLockTest.vshost.exe.manifest
│   │   │   │   │   └── Newtonsoft.Json.dll
│   │   │   │   ├── FoodList.cs
│   │   │   │   ├── ListLockTest.csproj
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   │   ├── ListLockTest.csproj.FileListAbsolute.txt
│   │   │   │   │   │   ├── ListLockTest.exe
│   │   │   │   │   │   ├── ListLockTest.pdb
│   │   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   │   └── TempPE
│   │   │   │   │   └── Release
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── ListLockTest.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── ListLockTest.exe
│   │   │   │   │   ├── ListLockTest.pdb
│   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   └── TempPE
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── SynchronizedList.cs
│   │   │   │   └── ThreadSafeList.cs
│   │   │   ├── ListLockTest.sln
│   │   │   └── ListLockTest.suo
│   │   ├── ManualResetEvent
│   │   │   ├── ManualResetEvent
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── ManualResetEvent.exe
│   │   │   │   │   ├── ManualResetEvent.pdb
│   │   │   │   │   ├── ManualResetEvent.vshost.exe
│   │   │   │   │   └── ManualResetEvent.vshost.exe.manifest
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── ManualResetEvent.csproj
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   ├── ManualResetEvent.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── ManualResetEvent.exe
│   │   │   │   │   ├── ManualResetEvent.pdb
│   │   │   │   │   ├── ManualResetEventTest.Form1.resources
│   │   │   │   │   ├── ManualResetEventTest.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── ManualResetEvent.sln
│   │   │   └── ManualResetEvent.suo
│   │   ├── MessageQueueTest
│   │   │   ├── MessageQueueTest
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── MessageQueueTest.exe
│   │   │   │   │   ├── MessageQueueTest.pdb
│   │   │   │   │   ├── MessageQueueTest.vshost.exe
│   │   │   │   │   └── MessageQueueTest.vshost.exe.manifest
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Form2.cs
│   │   │   │   ├── Form2.Designer.cs
│   │   │   │   ├── Form2.resx
│   │   │   │   ├── MessageQueue.cs
│   │   │   │   ├── MessageQueueTest.csproj
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   ├── MessageQueueTest.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── MessageQueueTest.csproj.GenerateResource.Cache
│   │   │   │   │   ├── MessageQueueTest.csprojResolveAssemblyReference.cache
│   │   │   │   │   ├── MessageQueueTest.exe
│   │   │   │   │   ├── MessageQueueTest.Form1.resources
│   │   │   │   │   ├── MessageQueueTest.Form2.resources
│   │   │   │   │   ├── MessageQueueTest.pdb
│   │   │   │   │   ├── MessageQueueTest.Properties.Resources.resources
│   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   └── TempPE
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── MessageQueueTest.sln
│   │   │   └── MessageQueueTest.suo
│   │   ├── PauseResume_1
│   │   │   ├── PauseResume_1
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── PauseResume_1.exe
│   │   │   │   │   ├── PauseResume_1.pdb
│   │   │   │   │   ├── PauseResume_1.vshost.exe
│   │   │   │   │   └── PauseResume_1.vshost.exe.manifest
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   ├── PauseResume_1.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── PauseResume_1.csproj.GenerateResource.Cache
│   │   │   │   │   ├── PauseResume_1.csprojResolveAssemblyReference.cache
│   │   │   │   │   ├── PauseResume_1.exe
│   │   │   │   │   ├── PauseResume_1.Form1.resources
│   │   │   │   │   ├── PauseResume_1.pdb
│   │   │   │   │   ├── PauseResume_1.Properties.Resources.resources
│   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   └── TempPE
│   │   │   │   ├── PauseResume_1.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── PauseResume_1.sln
│   │   │   └── PauseResume_1.suo
│   │   ├── PauseResume_2
│   │   │   ├── PauseResume_2
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── PauseResume_2.exe
│   │   │   │   │   ├── PauseResume_2.pdb
│   │   │   │   │   ├── PauseResume_2.vshost.exe
│   │   │   │   │   └── PauseResume_2.vshost.exe.manifest
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── PauseResume_2.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── PauseResume_2.csprojResolveAssemblyReference.cache
│   │   │   │   │   ├── PauseResume_2.exe
│   │   │   │   │   ├── PauseResume_2.pdb
│   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   └── TempPE
│   │   │   │   ├── PauseResume_2.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── PauseResume_2.sln
│   │   │   └── PauseResume_2.suo
│   │   ├── ProducerConsumer
│   │   │   ├── ProducerConsumer
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── ProducerConsumer.exe
│   │   │   │   │   ├── ProducerConsumer.pdb
│   │   │   │   │   ├── ProducerConsumer.vshost.exe
│   │   │   │   │   └── ProducerConsumer.vshost.exe.manifest
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   ├── ProducerConsumer.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── ProducerConsumer.csproj.GenerateResource.Cache
│   │   │   │   │   ├── ProducerConsumer.csprojResolveAssemblyReference.cache
│   │   │   │   │   ├── ProducerConsumer.exe
│   │   │   │   │   ├── ProducerConsumer.Form1.resources
│   │   │   │   │   ├── ProducerConsumer.pdb
│   │   │   │   │   ├── ProducerConsumer.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   ├── ProducerConsumer.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── ProducerConsumer.sln
│   │   │   └── ProducerConsumer.suo
│   │   ├── SynchronizationContextTest
│   │   │   ├── SynchronizationContextTest
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── SynchronizationContextTest.exe
│   │   │   │   │   ├── SynchronizationContextTest.pdb
│   │   │   │   │   ├── SynchronizationContextTest.vshost.exe
│   │   │   │   │   └── SynchronizationContextTest.vshost.exe.manifest
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   ├── SynchronizationContextTest.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── SynchronizationContextTest.csproj.GenerateResource.Cache
│   │   │   │   │   ├── SynchronizationContextTest.exe
│   │   │   │   │   ├── SynchronizationContextTest.Form1.resources
│   │   │   │   │   ├── SynchronizationContextTest.pdb
│   │   │   │   │   ├── SynchronizationContextTest.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── SynchronizationContextTest.csproj
│   │   │   ├── SynchronizationContextTest.sln
│   │   │   └── SynchronizationContextTest.suo
│   │   ├── SynchronizationContextTest2
│   │   │   ├── SynchronizationContextTest2
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── SynchronizationContextTest2.exe
│   │   │   │   │   ├── SynchronizationContextTest2.pdb
│   │   │   │   │   ├── SynchronizationContextTest2.vshost.exe
│   │   │   │   │   └── SynchronizationContextTest2.vshost.exe.manifest
│   │   │   │   ├── BlockingQueue.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── SynchronizationContextTest2.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── SynchronizationContextTest2.csproj.GenerateResource.Cache
│   │   │   │   │   ├── SynchronizationContextTest2.exe
│   │   │   │   │   ├── SynchronizationContextTest2.Form1.resources
│   │   │   │   │   ├── SynchronizationContextTest2.pdb
│   │   │   │   │   ├── SynchronizationContextTest2.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── SendOrPostCallbackItem.cs
│   │   │   │   ├── StaThread.cs
│   │   │   │   └── SynchronizationContextTest2.csproj
│   │   │   ├── SynchronizationContextTest2.sln
│   │   │   └── SynchronizationContextTest2.suo
│   │   ├── Threads_Waithandle_2
│   │   │   ├── Threads_Waithandle_2
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── Threads_Waithandle_2.exe
│   │   │   │   │   ├── Threads_Waithandle_2.pdb
│   │   │   │   │   ├── Threads_Waithandle_2.vshost.exe
│   │   │   │   │   └── Threads_Waithandle_2.vshost.exe.manifest
│   │   │   │   ├── EventSetter.cs
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   ├── TempPE
│   │   │   │   │   ├── Threads_Waithandle_2.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── Threads_Waithandle_2.exe
│   │   │   │   │   └── Threads_Waithandle_2.pdb
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   └── Threads_Waithandle_2.csproj
│   │   │   ├── Threads_Waithandle_2.sln
│   │   │   └── Threads_Waithandle_2.suo
│   │   └── Threads_Waithandle_5
│   │   ├── Threads_Waithandle_5
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Threads_Waithandle_5.exe
│   │   │   │   ├── Threads_Waithandle_5.pdb
│   │   │   │   ├── Threads_Waithandle_5.vshost.exe
│   │   │   │   └── Threads_Waithandle_5.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── TempPE
│   │   │   │   ├── Threads_Waithandle_5.csproj.FileListAbsolute.txt
│   │   │   │   ├── Threads_Waithandle_5.exe
│   │   │   │   └── Threads_Waithandle_5.pdb
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   └── Threads_Waithandle_5.csproj
│   │   ├── Threads_Waithandle_5.sln
│   │   └── Threads_Waithandle_5.suo
│   ├── UI
│   │   ├── CSOutlookBar_src
│   │   │   └── projects.net
│   │   │   └── OutlookBar
│   │   │   ├── App.ico
│   │   │   ├── article.htm
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── img1.ico
│   │   │   │   ├── img2.ico
│   │   │   │   ├── img3.ico
│   │   │   │   ├── img4.ico
│   │   │   │   ├── OutlookBar.exe
│   │   │   │   ├── OutlookBar.pdb
│   │   │   │   ├── OutlookBar.vshost.exe
│   │   │   │   └── OutlookBar.vshost.exe.manifest
│   │   │   ├── CSOutlookBar
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── img2.ico
│   │   │   ├── img4.ico
│   │   │   ├── img.ico
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── OutlookBar.csproj.FileListAbsolute.txt
│   │   │   │   ├── OutlookBar.Form1.resources
│   │   │   │   ├── OutlookBar.pdb
│   │   │   │   ├── OutlookBar.projdata
│   │   │   │   ├── ResGen.read.1.tlog
│   │   │   │   ├── ResGen.write.1.tlog
│   │   │   │   ├── temp
│   │   │   │   └── TempPE
│   │   │   ├── OutlookBar.cs
│   │   │   ├── OutlookBar.csproj
│   │   │   ├── OutlookBar.csproj.user
│   │   │   ├── OutlookBar.sln
│   │   │   ├── OutlookBar.suo
│   │   │   ├── UpgradeLog.XML
│   │   │   └── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── NaviBarSource0.1
│   │   │   ├── Build
│   │   │   │   └── Guifreaks.NavigationBar.XmlSerializers.dll
│   │   │   ├── Guifreaks.Common
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── Guifreaks.Common.dll
│   │   │   │   │   └── Guifreaks.Common.pdb
│   │   │   │   ├── CancelControlEventArgs.cs
│   │   │   │   ├── ChildCollectionEventArgs.cs
│   │   │   │   ├── ChildControlCollection.cs
│   │   │   │   ├── DefaultClass1.cs
│   │   │   │   ├── ExtDrawing.cs
│   │   │   │   ├── Guifreaks.Common.csproj
│   │   │   │   ├── Guifreaks.Common.csproj.user
│   │   │   │   ├── IObservable.cs
│   │   │   │   ├── IObserver.cs
│   │   │   │   ├── Key.snk
│   │   │   │   ├── NativeMethods.cs
│   │   │   │   ├── obj
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   │   ├── Guifreaks.Common.csproj.FileListAbsolute.txt
│   │   │   │   │   │   ├── Guifreaks.Common.dll
│   │   │   │   │   │   ├── Guifreaks.Common.pdb
│   │   │   │   │   │   └── TempPE
│   │   │   │   │   └── Release
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── Guifreaks.Common.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── Guifreaks.Common.dll
│   │   │   │   │   └── TempPE
│   │   │   │   ├── PopupCancelEventArgs.cs
│   │   │   │   ├── PopupClosedEventArgs.cs
│   │   │   │   ├── PopupWindowHelper.cs
│   │   │   │   ├── PopupWindowHelperMessageFilter.cs
│   │   │   │   └── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Guifreaks.NavigationBar
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── Guifreaks.Common.dll
│   │   │   │   │   ├── Guifreaks.Common.pdb
│   │   │   │   │   ├── Guifreaks.NavigationBar.dll
│   │   │   │   │   ├── Guifreaks.NavigationBar.pdb
│   │   │   │   │   └── NaviSuiteToolboxItems.xml
│   │   │   │   ├── ControlState.cs
│   │   │   │   ├── Design
│   │   │   │   │   ├── ClassDiagram02.cd
│   │   │   │   │   ├── GradientSplitterDesigner.cs
│   │   │   │   │   ├── GroupViewDesigner.cs
│   │   │   │   │   ├── NaviBandDesigner.cs
│   │   │   │   │   ├── NaviBarDesigner.cs
│   │   │   │   │   ├── NavigationBarBandDesigner.cs
│   │   │   │   │   ├── NavigationBarButtonDesigner.cs
│   │   │   │   │   ├── NavigationBarDesigner.cs
│   │   │   │   │   └── NaviGroupDesigner.cs
│   │   │   │   ├── GradientSplitter.cs
│   │   │   │   ├── GradientSplitter.Designer.cs
│   │   │   │   ├── Guifreaks.NavigationBar.csproj
│   │   │   │   ├── Guifreaks.NavigationBar.csproj.user
│   │   │   │   ├── img
│   │   │   │   │   ├── Down.png
│   │   │   │   │   └── Up.png
│   │   │   │   ├── InputState.cs
│   │   │   │   ├── Key.snk
│   │   │   │   ├── License.txt
│   │   │   │   ├── NaviBandClientArea.cs
│   │   │   │   ├── NaviBandClientArea.Designer.cs
│   │   │   │   ├── NaviBandCollapsed.cs
│   │   │   │   ├── NaviBandCollection.cs
│   │   │   │   ├── NaviBand.cs
│   │   │   │   ├── NaviBand.Designer.cs
│   │   │   │   ├── NaviBandEventArgs.cs
│   │   │   │   ├── NaviBandOrderComparer.cs
│   │   │   │   ├── NaviBandOrgOrderComparer.cs
│   │   │   │   ├── NaviBandPopup.cs
│   │   │   │   ├── NaviBandPopup.Designer.cs
│   │   │   │   ├── NaviBandPopup.resx
│   │   │   │   ├── NaviBandRenderer.cs
│   │   │   │   ├── NaviBandRendererOff7.cs
│   │   │   │   ├── NaviBandSetting.cs
│   │   │   │   ├── NaviBar.bmp
│   │   │   │   ├── NaviBar.cs
│   │   │   │   ├── NaviBar.Designer.cs
│   │   │   │   ├── NaviBarRenderer.cs
│   │   │   │   ├── NaviBarRendererOff3.cs
│   │   │   │   ├── NaviBarRendererOff7.cs
│   │   │   │   ├── NaviBarSettings.cs
│   │   │   │   ├── NaviButtonCollapse.cs
│   │   │   │   ├── NaviButtonCollapse.Designer.cs
│   │   │   │   ├── NaviButtonCollection.cs
│   │   │   │   ├── NaviButton.cs
│   │   │   │   ├── NaviButton.Designer.cs
│   │   │   │   ├── NaviButtonOptions.cs
│   │   │   │   ├── NaviButtonOptions.Designer.cs
│   │   │   │   ├── NaviButtonRenderer.cs
│   │   │   │   ├── NaviButtonRendererOff10.cs
│   │   │   │   ├── NaviButtonRendererOff3.cs
│   │   │   │   ├── NaviButtonRendererOff7.cs
│   │   │   │   ├── NaviColorTable.cs
│   │   │   │   ├── NaviColorTableOff10.cs
│   │   │   │   ├── NaviColorTableOff3.cs
│   │   │   │   ├── NaviColorTableOff3Green.cs
│   │   │   │   ├── NaviColorTableOff3Silver.cs
│   │   │   │   ├── NaviColorTableOff7Black.cs
│   │   │   │   ├── NaviColorTableOff7.cs
│   │   │   │   ├── NaviColorTableOff7Silver.cs
│   │   │   │   ├── NaviContextMenu.cs
│   │   │   │   ├── NaviControl.cs
│   │   │   │   ├── NaviControl.Designer.cs
│   │   │   │   ├── NaviForm.cs
│   │   │   │   ├── NaviForm.Designer.cs
│   │   │   │   ├── NaviGroup.bmp
│   │   │   │   ├── NaviGroup.cs
│   │   │   │   ├── NaviGroup.Designer.cs
│   │   │   │   ├── NaviGroupRenderer.cs
│   │   │   │   ├── NaviGroupRendererOff3.cs
│   │   │   │   ├── NaviGroupRendererOff7.cs
│   │   │   │   ├── NaviLayout.cs
│   │   │   │   ├── NaviLayoutOff.cs
│   │   │   │   ├── NaviLayoutStyle.cs
│   │   │   │   ├── NaviOptionsForm.cs
│   │   │   │   ├── NaviOptionsForm.Designer.cs
│   │   │   │   ├── NaviOptionsForm.resx
│   │   │   │   ├── NaviRenderer.cs
│   │   │   │   ├── NaviSplitterRenderer.cs
│   │   │   │   ├── NaviSplitterRendererOff3.cs
│   │   │   │   ├── NaviSplitterRendererOff7.cs
│   │   │   │   ├── NaviSuiteToolboxItems.xml
│   │   │   │   ├── NaviToolstripOffice07ColorTable.cs
│   │   │   │   ├── NaviToolstripOffice07Renderer.cs
│   │   │   │   ├── obj
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   │   ├── Guifreaks.NavigationBar.csproj.FileListAbsolute.txt
│   │   │   │   │   │   ├── Guifreaks.NavigationBar.dll
│   │   │   │   │   │   ├── Guifreaks.NavigationBar.NaviBandPopup.resources
│   │   │   │   │   │   ├── Guifreaks.NavigationBar.NaviOptionsForm.resources
│   │   │   │   │   │   ├── Guifreaks.NavigationBar.pdb
│   │   │   │   │   │   ├── Guifreaks.NavigationBar.Properties.Resources.resources
│   │   │   │   │   │   ├── Guifreaks.NavigationBar.Resources.DesignTimeText.resources
│   │   │   │   │   │   ├── ResGen.read.1.tlog
│   │   │   │   │   │   ├── ResGen.write.1.tlog
│   │   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   │   └── TempPE
│   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   └── Release
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── Guifreaks.NavigationBar.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── Guifreaks.NavigationBar.dll
│   │   │   │   │   ├── Guifreaks.NavigationBar.NaviBandPopup.resources
│   │   │   │   │   ├── Guifreaks.NavigationBar.NaviOptionsForm.resources
│   │   │   │   │   ├── Guifreaks.NavigationBar.Properties.Resources.resources
│   │   │   │   │   ├── Guifreaks.NavigationBar.Resources.DesignTimeText.resources
│   │   │   │   │   ├── ResGen.read.1.tlog
│   │   │   │   │   ├── ResGen.write.1.tlog
│   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── OfficeLayoutEngine.txt
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   └── Resources.resx
│   │   │   │   ├── Resources
│   │   │   │   │   ├── DesignTimeText.Designer.cs
│   │   │   │   │   ├── DesignTimeText.resx
│   │   │   │   │   └── DesignTimeText.xls
│   │   │   │   ├── SharedObjects.txt
│   │   │   │   └── TODO.txt
│   │   │   ├── NavigationBarDemo
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── Guifreaks.Common.dll
│   │   │   │   │   ├── Guifreaks.Common.pdb
│   │   │   │   │   ├── Guifreaks.NavigationBar.dll
│   │   │   │   │   ├── Guifreaks.NavigationBar.pdb
│   │   │   │   │   ├── Guifreaks.NavigationBar.XmlSerializers.dll
│   │   │   │   │   ├── NavigationBarDemo.exe
│   │   │   │   │   ├── NavigationBarDemo.pdb
│   │   │   │   │   ├── NavigationBarDemo.vshost.exe
│   │   │   │   │   ├── NavigationBarDemo.vshost.exe.manifest
│   │   │   │   │   └── NaviSuiteToolboxItems.xml
│   │   │   │   ├── img
│   │   │   │   │   ├── bookmark.png
│   │   │   │   │   ├── colorize.png
│   │   │   │   │   ├── contents.png
│   │   │   │   │   ├── history.png
│   │   │   │   │   ├── klipper.png
│   │   │   │   │   ├── Thumbs.db
│   │   │   │   │   └── wizard.png
│   │   │   │   ├── imgSmall
│   │   │   │   │   ├── bookmark.png
│   │   │   │   │   ├── colorize.png
│   │   │   │   │   ├── history.png
│   │   │   │   │   ├── klipper_dock.png
│   │   │   │   │   └── wizard.png
│   │   │   │   ├── MainView.cs
│   │   │   │   ├── MainView.Designer.cs
│   │   │   │   ├── MainView.resx
│   │   │   │   ├── NavigationBarDemo.csproj
│   │   │   │   ├── NavigationBarDemo.csproj.user
│   │   │   │   ├── obj
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   │   ├── NavigationBarDemo.csproj.FileListAbsolute.txt
│   │   │   │   │   │   ├── NavigationBarDemo.exe
│   │   │   │   │   │   ├── NavigationBarDemo.MainView.resources
│   │   │   │   │   │   ├── NavigationBarDemo.pdb
│   │   │   │   │   │   ├── NavigationBarDemo.Properties.Resources.resources
│   │   │   │   │   │   ├── ResGen.read.1.tlog
│   │   │   │   │   │   ├── ResGen.write.1.tlog
│   │   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   │   └── TempPE
│   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   └── Release
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── NavigationBarDemo.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── NavigationBarDemo.exe
│   │   │   │   │   ├── NavigationBarDemo.MainView.resources
│   │   │   │   │   ├── NavigationBarDemo.Properties.Resources.resources
│   │   │   │   │   ├── ResGen.read.1.tlog
│   │   │   │   │   ├── ResGen.write.1.tlog
│   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── Resources
│   │   │   │   │   ├── Down.png
│   │   │   │   │   └── Up.png
│   │   │   │   └── Screenie.jpg
│   │   │   ├── Setup
│   │   │   │   └── 0.1
│   │   │   │   └── Bin
│   │   │   │   ├── Guifreaks.Common.dll
│   │   │   │   ├── Guifreaks.NavigationBar.dll
│   │   │   │   ├── Guifreaks.NavigationBar.XmlSerializers.dll
│   │   │   │   ├── NavigationBarDemo.exe
│   │   │   │   ├── NavigationBarDemo.vshost.exe
│   │   │   │   ├── NavigationBarDemo.vshost.exe.manifest
│   │   │   │   └── NaviSuiteToolboxItems.xml
│   │   │   ├── System.Windows.Forms.NavigationBar2.sln
│   │   │   ├── System.Windows.Forms.NavigationBar2.suo
│   │   │   ├── UpgradeLog.XML
│   │   │   └── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── OutlookStyleNavigationPane
│   │   │   ├── NavigationPane
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── MT.WindowsUI.dll
│   │   │   │   │   └── MT.WindowsUI.pdb
│   │   │   │   ├── History.txt
│   │   │   │   ├── MTSplitter.cs
│   │   │   │   ├── Navigation Pane
│   │   │   │   │   ├── Design
│   │   │   │   │   │   ├── NavigateBarActionList.cs
│   │   │   │   │   │   └── NavigateBarDesigner.cs
│   │   │   │   │   ├── NavigateBarButtonCancelEventArgs.cs
│   │   │   │   │   ├── NavigateBarButtonCollection.cs
│   │   │   │   │   ├── NavigateBarButton.cs
│   │   │   │   │   ├── NavigateBarButtonEventArgs.cs
│   │   │   │   │   ├── NavigateBarCaption.cs
│   │   │   │   │   ├── NavigateBarCaptionDescription.cs
│   │   │   │   │   ├── NavigateBarCollapseButton.cs
│   │   │   │   │   ├── NavigateBarCollapsibleScreen.cs
│   │   │   │   │   ├── NavigateBarCollapsibleText.cs
│   │   │   │   │   ├── NavigateBarColorTable.cs
│   │   │   │   │   ├── NavigateBar.cs
│   │   │   │   │   ├── NavigateBarHelper.cs
│   │   │   │   │   ├── NavigateBarOptions.cs
│   │   │   │   │   ├── NavigateBarOptions.Designer.cs
│   │   │   │   │   ├── NavigateBarOptions.resx
│   │   │   │   │   ├── NavigateBarOverFlowPanelButton.cs
│   │   │   │   │   ├── NavigateBarOverFlowPanel.cs
│   │   │   │   │   ├── NavigateBarOverFlowPanelMenuItem.cs
│   │   │   │   │   ├── NavigateBarRelatedControlPanel.cs
│   │   │   │   │   ├── NavigateBarRenderer.cs
│   │   │   │   │   ├── NavigateBarSettings.cs
│   │   │   │   │   └── NavigateBarSplitter.cs
│   │   │   │   ├── NavigationPane.csproj
│   │   │   │   ├── navpane.snk
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── MT.WindowsUI.dll
│   │   │   │   │   ├── MT.WindowsUI.NavigationPane.NavigateBarOptions.resources
│   │   │   │   │   ├── MT.WindowsUI.NavigationPane.Properties.Resources.resources
│   │   │   │   │   ├── MT.WindowsUI.pdb
│   │   │   │   │   ├── NavigationPane.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── ResGen.read.1.tlog
│   │   │   │   │   ├── ResGen.write.1.tlog
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── Readme First.txt
│   │   │   │   ├── Resources
│   │   │   │   │   ├── ArrowDown.PNG
│   │   │   │   │   ├── ArrowUp.PNG
│   │   │   │   │   ├── NavigateBar.bmp
│   │   │   │   │   └── NoImage.png
│   │   │   │   └── Settings.cs
│   │   │   ├── NavigationPaneDemo
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── MT.WindowsUI.dll
│   │   │   │   │   ├── MT.WindowsUI.pdb
│   │   │   │   │   ├── NavigateBarSettings.xml
│   │   │   │   │   ├── NavigationPaneDemo.exe
│   │   │   │   │   ├── NavigationPaneDemo.pdb
│   │   │   │   │   ├── NavigationPaneDemo.vshost.exe
│   │   │   │   │   └── NavigationPaneDemo.vshost.exe.manifest
│   │   │   │   ├── Calendar.cs
│   │   │   │   ├── Calendar.Designer.cs
│   │   │   │   ├── Calendar.resx
│   │   │   │   ├── MailTree.cs
│   │   │   │   ├── MailTree.Designer.cs
│   │   │   │   ├── MailTree.resx
│   │   │   │   ├── NavigateBarRemoteControl.cs
│   │   │   │   ├── NavigateBarRemoteControl.Designer.cs
│   │   │   │   ├── NavigateBarRemoteControl.resx
│   │   │   │   ├── NavigationPaneDemo.csproj
│   │   │   │   ├── NavigationPaneDemo.csproj.user
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── NavigationPaneDemo.Calendar.resources
│   │   │   │   │   ├── NavigationPaneDemo.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── NavigationPaneDemo.exe
│   │   │   │   │   ├── NavigationPaneDemo.MailTree.resources
│   │   │   │   │   ├── NavigationPaneDemo.NavigateBarRemoteControl.resources
│   │   │   │   │   ├── NavigationPaneDemo.pdb
│   │   │   │   │   ├── NavigationPaneDemo.Properties.Resources.resources
│   │   │   │   │   ├── NavigationPaneDemo.TestMainForm.resources
│   │   │   │   │   ├── NavigationPaneDemo.TestMDIChildForm.resources
│   │   │   │   │   ├── ResGen.read.1.tlog
│   │   │   │   │   ├── ResGen.write.1.tlog
│   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Outlook2003.ico
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   └── Resources.resx
│   │   │   │   ├── Resources
│   │   │   │   │   ├── Calendar24.png
│   │   │   │   │   ├── Contacts24.png
│   │   │   │   │   ├── Diary24.png
│   │   │   │   │   ├── FolderList24.png
│   │   │   │   │   ├── Mail24.png
│   │   │   │   │   ├── New.png
│   │   │   │   │   ├── Notes24.png
│   │   │   │   │   ├── Post1.png
│   │   │   │   │   ├── Post.png
│   │   │   │   │   ├── Shortcut24.png
│   │   │   │   │   └── Tasks24.png
│   │   │   │   ├── TestMainForm.cs
│   │   │   │   ├── TestMainForm.Designer.cs
│   │   │   │   ├── TestMainForm.resx
│   │   │   │   ├── TestMDIChildForm.cs
│   │   │   │   ├── TestMDIChildForm.Designer.cs
│   │   │   │   └── TestMDIChildForm.resx
│   │   │   ├── NavigationPane.sln
│   │   │   ├── NavigationPane.suo
│   │   │   ├── UpgradeLog.XML
│   │   │   └── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   └── Ribbon
│   │   └── SourceCode
│   │   ├── RibbonDemo
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── RibbonDemo.exe
│   │   │   │   ├── RibbonDemo.pdb
│   │   │   │   ├── RibbonDemo.vshost.exe
│   │   │   │   ├── RibbonDemo.vshost.exe.manifest
│   │   │   │   ├── System.Windows.Forms.Ribbon35.dll
│   │   │   │   └── System.Windows.Forms.Ribbon35.pdb
│   │   │   ├── BlackForm.cs
│   │   │   ├── BlackForm.Designer.cs
│   │   │   ├── BlackForm.resx
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── FormClassResult.cs
│   │   │   ├── FormClassResult.designer.cs
│   │   │   ├── FormClassResult.resx
│   │   │   ├── HostForm.cs
│   │   │   ├── HostForm.Designer.cs
│   │   │   ├── HostForm.resx
│   │   │   ├── MainForm.cs
│   │   │   ├── MainForm.Designer.cs
│   │   │   ├── MainForm.resx
│   │   │   ├── MDIChild1.cs
│   │   │   ├── MDIChild1.Designer.cs
│   │   │   ├── MDIChild1.resx
│   │   │   ├── MDIChild2.cs
│   │   │   ├── MDIChild2.Designer.cs
│   │   │   ├── MDIChild2.resx
│   │   │   ├── MDIForm.cs
│   │   │   ├── MDIForm.Designer.cs
│   │   │   ├── MDIForm.resx
│   │   │   ├── NaviMain.cs
│   │   │   ├── NaviMain.Designer.cs
│   │   │   ├── NaviMain.resx
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── RibbonDemo.BlackForm.resources
│   │   │   │   ├── RibbonDemo.csproj.FileListAbsolute.txt
│   │   │   │   ├── RibbonDemo.csproj.GenerateResource.Cache
│   │   │   │   ├── RibbonDemo.csprojResolveAssemblyReference.cache
│   │   │   │   ├── RibbonDemo.exe
│   │   │   │   ├── RibbonDemo.Form1.resources
│   │   │   │   ├── RibbonDemo.FormClassResult.resources
│   │   │   │   ├── RibbonDemo.HostForm.resources
│   │   │   │   ├── RibbonDemo.MainForm.resources
│   │   │   │   ├── RibbonDemo.MDIChild1.resources
│   │   │   │   ├── RibbonDemo.MDIChild2.resources
│   │   │   │   ├── RibbonDemo.MDIForm.resources
│   │   │   │   ├── RibbonDemo.NaviMain.resources
│   │   │   │   ├── RibbonDemo.pdb
│   │   │   │   ├── RibbonDemo.Properties.Resources.resources
│   │   │   │   ├── RibbonDemo.RightToLeftForm.resources
│   │   │   │   ├── RibbonDemo.TestForm.resources
│   │   │   │   ├── RibbonDemo.ThemeBuilderForm.resources
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── QiosCaptionTest.cs
│   │   │   ├── QiosCaptionTest.Designer.cs
│   │   │   ├── QiosCaptionTest.resx
│   │   │   ├── Resources
│   │   │   │   ├── addons32.png
│   │   │   │   ├── bold16.png
│   │   │   │   ├── borderbottom16.png
│   │   │   │   ├── casing16.png
│   │   │   │   ├── close32.png
│   │   │   │   ├── copy16.png
│   │   │   │   ├── copyformat16.png
│   │   │   │   ├── cut16.png
│   │   │   │   ├── eraseformat16.png
│   │   │   │   ├── exit16.png
│   │   │   │   ├── fill16.png
│   │   │   │   ├── find32.png
│   │   │   │   ├── fontcolor16.png
│   │   │   │   ├── fontsizedecrease16.png
│   │   │   │   ├── fontsizeincrease16.png
│   │   │   │   ├── goto16.png
│   │   │   │   ├── hilight16.png
│   │   │   │   ├── indentdecrease161.png
│   │   │   │   ├── indentdecrease16.png
│   │   │   │   ├── indentincrease16.png
│   │   │   │   ├── invisiblechars16.png
│   │   │   │   ├── italic16.png
│   │   │   │   ├── multilevellist16.png
│   │   │   │   ├── newdocument32.png
│   │   │   │   ├── open16.png
│   │   │   │   ├── open32.png
│   │   │   │   ├── options16.png
│   │   │   │   ├── orderedlist16.png
│   │   │   │   ├── pageblank16.png
│   │   │   │   ├── paragraphspacing16.png
│   │   │   │   ├── paste16.png
│   │   │   │   ├── paste321.png
│   │   │   │   ├── paste32.png
│   │   │   │   ├── pastelink16.png
│   │   │   │   ├── pastespecial16.png
│   │   │   │   ├── prepare32.png
│   │   │   │   ├── print321.png
│   │   │   │   ├── print32.png
│   │   │   │   ├── printpreview32.png
│   │   │   │   ├── printquick16.png
│   │   │   │   ├── printquick32.png
│   │   │   │   ├── publish32.png
│   │   │   │   ├── replace16.png
│   │   │   │   ├── save16.png
│   │   │   │   ├── save32.png
│   │   │   │   ├── saveas321.png
│   │   │   │   ├── saveas32.png
│   │   │   │   ├── select16.png
│   │   │   │   ├── send32.png
│   │   │   │   ├── sort16.png
│   │   │   │   ├── strikethru16.png
│   │   │   │   ├── style16.png
│   │   │   │   ├── stylechange32.png
│   │   │   │   ├── styleset16.png
│   │   │   │   ├── subindex16.png
│   │   │   │   ├── superindex16.png
│   │   │   │   ├── textaligncenter16.png
│   │   │   │   ├── textalignjustify16.png
│   │   │   │   ├── textalignleft16.png
│   │   │   │   ├── textalignright16.png
│   │   │   │   ├── themefont.png
│   │   │   │   ├── underline16.png
│   │   │   │   ├── undo16.png
│   │   │   │   ├── unorderedlist16.png
│   │   │   │   ├── word2003doc32.png
│   │   │   │   ├── worddocument32.png
│   │   │   │   └── wordtemplate32.png
│   │   │   ├── RibbonDemo.csproj
│   │   │   ├── RightToLeftForm.cs
│   │   │   ├── RightToLeftForm.Designer.cs
│   │   │   ├── RightToLeftForm.resx
│   │   │   ├── TestForm.cs
│   │   │   ├── TestForm.Designer.cs
│   │   │   ├── TestForm.resx
│   │   │   ├── ThemeBuilderForm.cs
│   │   │   ├── ThemeBuilderForm.Designer.cs
│   │   │   └── ThemeBuilderForm.resx
│   │   ├── System.Windows.Forms.Ribbon
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── System.Windows.Forms.Ribbon35.dll
│   │   │   │   └── System.Windows.Forms.Ribbon35.pdb
│   │   │   ├── Classes
│   │   │   │   ├── Collections
│   │   │   │   │   ├── RibbonButtonCollection.cs
│   │   │   │   │   ├── RibbonContextCollection.cs
│   │   │   │   │   ├── RibbonItemCollection.cs
│   │   │   │   │   ├── RibbonItemGroupItemCollection.cs
│   │   │   │   │   ├── RibbonPanelCollection.cs
│   │   │   │   │   ├── RibbonQuickAccessToolbarItemCollection.cs
│   │   │   │   │   └── RibbonTabCollection.cs
│   │   │   │   ├── Designers
│   │   │   │   │   ├── RibbonButtonDesigner.cs
│   │   │   │   │   ├── RibbonButtonListDesigner.cs
│   │   │   │   │   ├── RibbonComboBoxDesigner.cs
│   │   │   │   │   ├── RibbonDesigner.cs
│   │   │   │   │   ├── RibbonElementWithItemCollectionDesigner.cs
│   │   │   │   │   ├── RibbonItemGroupDesigner.cs
│   │   │   │   │   ├── RibbonOrbMenuItemDesigner.cs
│   │   │   │   │   ├── RibbonPanelDesigner.cs
│   │   │   │   │   └── RibbonTabDesigner.cs
│   │   │   │   ├── Enums
│   │   │   │   │   └── Enums.cs
│   │   │   │   ├── EventArgs
│   │   │   │   │   ├── RibbonButtonRenderEventArgs.cs
│   │   │   │   │   ├── RibbonCanvasEventArgs.cs
│   │   │   │   │   ├── RibbonDropDownRenderEventArgs.cs
│   │   │   │   │   ├── RibbonElementMeasureSizeEventArgs.cs
│   │   │   │   │   ├── RibbonElementPaintEventArgs.cs
│   │   │   │   │   ├── RibbonElementPopUpEventArgs.cs
│   │   │   │   │   ├── RibbonHostSizeModeHandledEventArgs.cs
│   │   │   │   │   ├── RibbonItemBoundsEventArgs.cs
│   │   │   │   │   ├── RibbonItemEventArgs.cs
│   │   │   │   │   ├── RibbonItemRenderEventArgs.cs
│   │   │   │   │   ├── RibbonOrbDropDownEventArgs.cs
│   │   │   │   │   ├── RibbonPanelRenderEventArgs.cs
│   │   │   │   │   ├── RibbonRenderEventArgs.cs
│   │   │   │   │   ├── RibbonTabRenderEventArgs.cs
│   │   │   │   │   ├── RibbonTextEventArgs.cs
│   │   │   │   │   └── RibbonToolTipRenderEventArgs.cs
│   │   │   │   ├── GlobalHook.cs
│   │   │   │   ├── Glyphs
│   │   │   │   │   ├── RibbonOrbAdornerGlyph.cs
│   │   │   │   │   ├── RibbonPanelGlyph.cs
│   │   │   │   │   ├── RibbonQuickAccessToolbarGlyph.cs
│   │   │   │   │   └── RibbonTabGlyph.cs
│   │   │   │   ├── Interfaces
│   │   │   │   │   ├── IContainsRibbonComponents.cs
│   │   │   │   │   ├── IContainsSelectableRibbonItems.cs
│   │   │   │   │   ├── IDropDownRibbonItem.cs
│   │   │   │   │   ├── IRibbonElement.cs
│   │   │   │   │   ├── IRibbonForm.cs
│   │   │   │   │   ├── IRibbonToolTip.cs
│   │   │   │   │   └── IScrollableRibbonItem.cs
│   │   │   │   ├── Renderers
│   │   │   │   │   ├── Color Tables
│   │   │   │   │   │   ├── RibbonProfesionalRendererColorTableBlack.cs
│   │   │   │   │   │   ├── RibbonProfesionalRendererColorTableBlue.cs
│   │   │   │   │   │   ├── RibbonProfesionalRendererColorTable.cs
│   │   │   │   │   │   ├── RibbonProfesionalRendererColorTableGreen.cs
│   │   │   │   │   │   ├── RibbonProfesionalRendererColorTableHalloween.cs
│   │   │   │   │   │   ├── RibbonProfesionalRendererColorTableJellyBelly.cs
│   │   │   │   │   │   ├── RibbonProfesionalRendererColorTablePurple.cs
│   │   │   │   │   │   └── ToolStripColors.cs
│   │   │   │   │   ├── RibbonColorPart.cs
│   │   │   │   │   ├── RibbonProfessionalRenderer.cs
│   │   │   │   │   ├── RibbonRenderer.cs
│   │   │   │   │   └── ToolStripRenderer.cs
│   │   │   │   ├── RibbonFormHelper.cs
│   │   │   │   ├── RibbonItemCollectionEditor.cs
│   │   │   │   ├── RibbonMouseSensor.cs
│   │   │   │   ├── RibbonPopupManager.cs
│   │   │   │   ├── Set.cs
│   │   │   │   ├── Theme.cs
│   │   │   │   └── WinApi.cs
│   │   │   ├── Component Classes
│   │   │   │   ├── RibbonButton.cs
│   │   │   │   ├── RibbonButtonList.cs
│   │   │   │   ├── RibbonCaptionButton.cs
│   │   │   │   ├── RibbonCheckBox.cs
│   │   │   │   ├── RibbonColorChooser.cs
│   │   │   │   ├── RibbonComboBox.cs
│   │   │   │   ├── RibbonContext.cs
│   │   │   │   ├── Ribbon.cs
│   │   │   │   ├── RibbonDescriptionMenuItem.cs
│   │   │   │   ├── RibbonDropDown.cs
│   │   │   │   ├── RibbonHost.cs
│   │   │   │   ├── RibbonItem.cs
│   │   │   │   ├── RibbonItemGroup.cs
│   │   │   │   ├── RibbonLabel.cs
│   │   │   │   ├── RibbonOrbDropDown.cs
│   │   │   │   ├── RibbonOrbMenuItem.cs
│   │   │   │   ├── RibbonOrbOptionButton.cs
│   │   │   │   ├── RibbonOrbRecentItem.cs
│   │   │   │   ├── RibbonPanel.cs
│   │   │   │   ├── RibbonPanelPopup.cs
│   │   │   │   ├── RibbonPopup.cs
│   │   │   │   ├── RibbonQuickAccessToolbar.cs
│   │   │   │   ├── RibbonSeparator.cs
│   │   │   │   ├── RibbonTab.cs
│   │   │   │   ├── RibbonTextBox.cs
│   │   │   │   ├── RibbonToolTip.cs
│   │   │   │   ├── RibbonUpDown.cs
│   │   │   │   └── RibbonWrappedDropDown.cs
│   │   │   ├── NativeMethods.cs
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── System.Windows.Forms.Ribbon35.csproj.FileListAbsolute.txt
│   │   │   │   ├── System.Windows.Forms.Ribbon35.csprojResolveAssemblyReference.cache
│   │   │   │   ├── System.Windows.Forms.Ribbon35.dll
│   │   │   │   ├── System.Windows.Forms.Ribbon35.pdb
│   │   │   │   └── TempPE
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── RibbonDropDownRenderEventArgs.cs
│   │   │   ├── RibbonForm.cs
│   │   │   ├── System.Windows.Forms.Ribbon35.csproj
│   │   │   └── Updates.txt
│   │   └── System.Windows.Forms.Ribbon35.sln
│   ├── Winforms
│   │   ├── Add Button At Runtime
│   │   │   ├── Add Button At Runtime
│   │   │   │   ├── Add Button At Runtime.csproj
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── Add Button At Runtime.exe
│   │   │   │   │   ├── Add Button At Runtime.pdb
│   │   │   │   │   ├── Add Button At Runtime.vshost.exe
│   │   │   │   │   └── Add Button At Runtime.vshost.exe.manifest
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── Add Button At Runtime.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── Add Button At Runtime.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Add Button At Runtime.exe
│   │   │   │   │   ├── Add_Button_At_Runtime.Form1.resources
│   │   │   │   │   ├── Add Button At Runtime.pdb
│   │   │   │   │   ├── Add_Button_At_Runtime.Properties.Resources.resources
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   └── TempPE
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Add Button At Runtime.sln
│   │   │   └── Add Button At Runtime.suo
│   │   ├── ApplicationContext_SplashScreen
│   │   │   ├── ApplicationContext_SplashScreen
│   │   │   │   ├── ApplicationContext_SplashScreen.csproj
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── ApplicationContext_SplashScreen.exe
│   │   │   │   │   ├── ApplicationContext_SplashScreen.pdb
│   │   │   │   │   ├── ApplicationContext_SplashScreen.vshost.exe
│   │   │   │   │   └── ApplicationContext_SplashScreen.vshost.exe.manifest
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── FrmSplash.cs
│   │   │   │   ├── FrmSplash.Designer.cs
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── ApplicationContext_SplashScreen.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── ApplicationContext_SplashScreen.exe
│   │   │   │   │   ├── ApplicationContext_SplashScreen.FrmLogin.resources
│   │   │   │   │   ├── ApplicationContext_SplashScreen.pdb
│   │   │   │   │   ├── ApplicationContext_SplashScreen.Properties.Resources.resources
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   └── TempPE
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── SplashAppContext.cs
│   │   │   │   └── SplashFadeAppContext.cs
│   │   │   ├── ApplicationContext_SplashScreen.sln
│   │   │   └── ApplicationContext_SplashScreen.suo
│   │   ├── Application_Run
│   │   │   ├── Application_Run
│   │   │   │   ├── Application_Run.csproj
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── Application_Run.exe
│   │   │   │   │   ├── Application_Run.pdb
│   │   │   │   │   ├── Application_Run.vshost.exe
│   │   │   │   │   └── Application_Run.vshost.exe.manifest
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Form2.cs
│   │   │   │   ├── Form2.Designer.cs
│   │   │   │   ├── Form2.resx
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── Application_Run.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── Application_Run.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Application_Run.exe
│   │   │   │   │   ├── Application_Run.Form1.resources
│   │   │   │   │   ├── Application_Run.Form2.resources
│   │   │   │   │   ├── Application_Run.pdb
│   │   │   │   │   ├── Application_Run.Properties.Resources.resources
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   └── TempPE
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Application_Run.sln
│   │   │   └── Application_Run.suo
│   │   ├── POS_Test
│   │   │   ├── POS_Test
│   │   │   │   ├── App.config
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DevComponents.DotNetBar2.dll
│   │   │   │   │   ├── Maticsoft.DBUtility.dll
│   │   │   │   │   ├── MySql.Data.dll
│   │   │   │   │   ├── POS_Test.exe
│   │   │   │   │   ├── POS_Test.exe.config
│   │   │   │   │   ├── POS_Test.pdb
│   │   │   │   │   ├── POS_Test.vshost.exe
│   │   │   │   │   ├── POS_Test.vshost.exe.config
│   │   │   │   │   └── POS_Test.vshost.exe.manifest
│   │   │   │   ├── BLL
│   │   │   │   │   ├── TableAreaManager.cs
│   │   │   │   │   ├── TableManager.cs
│   │   │   │   │   └── TableTypeManager.cs
│   │   │   │   ├── DAL
│   │   │   │   │   ├── TableAreaService.cs
│   │   │   │   │   ├── TableService.cs
│   │   │   │   │   └── TableTypeService.cs
│   │   │   │   ├── Form_Open.cs
│   │   │   │   ├── Form_Open.Designer.cs
│   │   │   │   ├── Form_Open.resx
│   │   │   │   ├── Form_Test.cs
│   │   │   │   ├── Form_Test.Designer.cs
│   │   │   │   ├── Form_Test.resx
│   │   │   │   ├── Model
│   │   │   │   │   ├── TableArea.cs
│   │   │   │   │   ├── Table.cs
│   │   │   │   │   └── TableType.cs
│   │   │   │   ├── MyControls.cs
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── POS_Test.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── POS_Test.csproj.GenerateResource.Cache
│   │   │   │   │   ├── POS_Test.csprojResolveAssemblyReference.cache
│   │   │   │   │   ├── POS_Test.exe
│   │   │   │   │   ├── POS_Test.Form_Open.resources
│   │   │   │   │   ├── POS_Test.Form_Test.resources
│   │   │   │   │   ├── POS_Test.pdb
│   │   │   │   │   ├── POS_Test.Properties.Resources.resources
│   │   │   │   │   ├── Refactor
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── POS_Test.csproj
│   │   │   │   ├── POS_Test.csproj.user
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── POS_Test.sln
│   │   │   ├── UpgradeLog.XML
│   │   │   └── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── POS_Test.rar
│   │   ├── WindowsFormsSwitching
│   │   │   ├── WindowsFormsSwitching
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── WindowsFormsSwitching.exe
│   │   │   │   │   ├── WindowsFormsSwitching.pdb
│   │   │   │   │   ├── WindowsFormsSwitching.vshost.exe
│   │   │   │   │   └── WindowsFormsSwitching.vshost.exe.manifest
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Form2.cs
│   │   │   │   ├── Form2.Designer.cs
│   │   │   │   ├── Form2.resx
│   │   │   │   ├── MainForm.cs
│   │   │   │   ├── MainForm.Designer.cs
│   │   │   │   ├── MainForm.resx
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   ├── TempPE
│   │   │   │   │   ├── WindowsFormsSwitching.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── WindowsFormsSwitching.csproj.GenerateResource.Cache
│   │   │   │   │   ├── WindowsFormsSwitching.exe
│   │   │   │   │   ├── WindowsFormsSwitching.Form1.resources
│   │   │   │   │   ├── WindowsFormsSwitching.Form2.resources
│   │   │   │   │   ├── WindowsFormsSwitching.MainForm.resources
│   │   │   │   │   ├── WindowsFormsSwitching.pdb
│   │   │   │   │   └── WindowsFormsSwitching.Properties.Resources.resources
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── WindowsFormsSwitching.csproj
│   │   │   ├── WindowsFormsSwitching.sln
│   │   │   └── WindowsFormsSwitching.suo
│   │   └── WindowsFormsTesting
│   │   ├── WindowsFormsTesting
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── WindowsFormsTesting.exe
│   │   │   │   ├── WindowsFormsTesting.pdb
│   │   │   │   ├── WindowsFormsTesting.vshost.exe
│   │   │   │   └── WindowsFormsTesting.vshost.exe.manifest
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Form2.cs
│   │   │   ├── Form2.Designer.cs
│   │   │   ├── Form2.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TempPE
│   │   │   │   ├── WindowsFormsTesting.csproj.FileListAbsolute.txt
│   │   │   │   ├── WindowsFormsTesting.csproj.GenerateResource.Cache
│   │   │   │   ├── WindowsFormsTesting.csprojResolveAssemblyReference.cache
│   │   │   │   ├── WindowsFormsTesting.exe
│   │   │   │   ├── WindowsFormsTesting.Form1.resources
│   │   │   │   ├── WindowsFormsTesting.Form2.resources
│   │   │   │   ├── WindowsFormsTesting.pdb
│   │   │   │   └── WindowsFormsTesting.Properties.Resources.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── WindowsFormsTesting.csproj
│   │   ├── WindowsFormsTesting.sln
│   │   └── WindowsFormsTesting.suo
│   ├── WPF
│   │   ├── AddBtnDynamically
│   │   │   ├── AddBtnDynamically
│   │   │   │   ├── AddBtnDynamically.csproj
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── AddBtnDynamically.exe
│   │   │   │   │   ├── AddBtnDynamically.pdb
│   │   │   │   │   ├── AddBtnDynamically.vshost.exe
│   │   │   │   │   └── AddBtnDynamically.vshost.exe.manifest
│   │   │   │   ├── Dictionary1.xaml
│   │   │   │   ├── MainWindow.xaml
│   │   │   │   ├── MainWindow.xaml.cs
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── AddBtnDynamically.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── AddBtnDynamically.csproj.GenerateResource.Cache
│   │   │   │   │   ├── AddBtnDynamically.exe
│   │   │   │   │   ├── AddBtnDynamically.g.resources
│   │   │   │   │   ├── AddBtnDynamically_MarkupCompile.cache
│   │   │   │   │   ├── AddBtnDynamically_MarkupCompile.i.cache
│   │   │   │   │   ├── AddBtnDynamically_MarkupCompile.lref
│   │   │   │   │   ├── AddBtnDynamically.pdb
│   │   │   │   │   ├── App.baml
│   │   │   │   │   ├── App.g.cs
│   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── Dictionary1.baml
│   │   │   │   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   │   │   ├── MainWindow.baml
│   │   │   │   │   ├── MainWindow.g.cs
│   │   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   │   ├── MetroWindows.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── Ticker.cs
│   │   │   │   └── Utilities.cs
│   │   │   ├── AddBtnDynamically.sln
│   │   │   └── AddBtnDynamically.suo
│   │   ├── Add Control Dynamicly.txt
│   │   ├── Adorner.txt
│   │   ├── AsyncObservableCollection.cs
│   │   ├── AutoFontSize.txt
│   │   ├── Binding (2).txt
│   │   ├── Binding change ImageSource.txt
│   │   ├── Binding Singleton Static.txt
│   │   ├── Binding.txt
│   │   ├── Bind To System Clock.txt
│   │   ├── BizzySpinnerExample-2
│   │   │   ├── BizzySpinnerDS
│   │   │   │   ├── app.config
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── BizzySpinnerDS.exe.config
│   │   │   │   │   ├── BizzySpinnerDS.vshost.exe
│   │   │   │   │   └── BizzySpinnerDS.vshost.exe.config
│   │   │   │   ├── BindingValueConverters.cs
│   │   │   │   ├── BizzySpinnerDS.csproj
│   │   │   │   ├── BizzySpinner.xaml
│   │   │   │   ├── BizzySpinner.xaml.cs
│   │   │   │   ├── Circles.design
│   │   │   │   ├── MainWindow.xaml
│   │   │   │   ├── MainWindow.xaml.cs
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── App.baml
│   │   │   │   │   ├── App.g.cs
│   │   │   │   │   ├── BizzySpinnerDS.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   └── TempPE
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── Rectangles.design
│   │   │   ├── BizzySpinnerExample-2.sln
│   │   │   ├── BizzySpinnerExample-2.suo
│   │   │   ├── Deploy.log
│   │   │   ├── Fenestra
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   ├── BizzySpinner.cs
│   │   │   │   ├── BizzySpinnerDirection.cs
│   │   │   │   ├── BizzySpinner.xaml
│   │   │   │   ├── BizzySpinner.xaml -3Ways.cs
│   │   │   │   ├── BizzySpinner.xaml.cs
│   │   │   │   ├── Fenestra.csproj
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── Fenestra.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── Fenestra_MarkupCompile.cache
│   │   │   │   │   ├── Fenestra_MarkupCompile.lref
│   │   │   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   │   │   ├── TempPE
│   │   │   │   │   └── Themes
│   │   │   │   │   └── Generic.baml
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── Themes
│   │   │   │   └── Generic.xaml
│   │   │   ├── License.rtf
│   │   │   ├── OpenThis.cmd
│   │   │   └── Readme.html
│   │   ├── Borderless Windows.txt
│   │   ├── Busy Indicator.txt
│   │   ├── Button Style.txt
│   │   ├── Button.txt
│   │   ├── CheckedListViewSample
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── CheckedListViewSample.exe
│   │   │   │   ├── CheckedListViewSample.pdb
│   │   │   │   ├── CheckedListViewSample.vshost.exe
│   │   │   │   └── CheckedListViewSample.vshost.exe.manifest
│   │   │   ├── CheckedListViewSample.csproj
│   │   │   ├── CheckedListViewSample.sln
│   │   │   ├── CheckedListViewSample.suo
│   │   │   ├── CheckedListViewWindow.xaml
│   │   │   ├── CheckedListViewWindow.xaml.cs
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── App.g.cs
│   │   │   │   ├── CheckedListViewSample.csproj.FileListAbsolute.txt
│   │   │   │   ├── CheckedListViewSample.exe
│   │   │   │   ├── CheckedListViewSample.g.resources
│   │   │   │   ├── CheckedListViewSample_MarkupCompile.cache
│   │   │   │   ├── CheckedListViewSample.pdb
│   │   │   │   ├── CheckedListViewWindow.baml
│   │   │   │   ├── CheckedListViewWindow.g.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   └── TempPE
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── UpgradeLog.XML
│   │   │   └── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── CheckedListViewSample.zip
│   │   ├── CMessageBox
│   │   │   ├── CMessageBox
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── bin
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── CMessageBox.exe
│   │   │   │   │   │   ├── CMessageBox.pdb
│   │   │   │   │   │   └── CMessageBox.vshost.exe
│   │   │   │   │   └── Release
│   │   │   │   │   ├── CMessageBox.exe
│   │   │   │   │   ├── CMessageBox.pdb
│   │   │   │   │   ├── CMessageBox.vshost.exe
│   │   │   │   │   └── CMessageBox.vshost.exe.manifest
│   │   │   │   ├── CMessageBox.csproj
│   │   │   │   ├── MetroMessageBox.cs
│   │   │   │   ├── obj
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── App.g.cs
│   │   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   │   ├── CMessageBox.csproj.FileListAbsolute.txt
│   │   │   │   │   │   ├── CMessageBox.csproj.GenerateResource.Cache
│   │   │   │   │   │   ├── CMessageBox.csprojResolveAssemblyReference.cache
│   │   │   │   │   │   ├── CMessageBox.exe
│   │   │   │   │   │   ├── CMessageBox.g.resources
│   │   │   │   │   │   ├── CMessageBox_MarkupCompile.cache
│   │   │   │   │   │   ├── CMessageBox_MarkupCompile.i.cache
│   │   │   │   │   │   ├── CMessageBox.pdb
│   │   │   │   │   │   ├── CMessageBox.Properties.Resources.resources
│   │   │   │   │   │   ├── CMessageBoxWindow.g.i.cs
│   │   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   │   │   ├── MetroMessageBoxWindow.g.i.cs
│   │   │   │   │   │   ├── TempPE
│   │   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   │   ├── TestWindow.baml
│   │   │   │   │   │   ├── TestWindow.g.cs
│   │   │   │   │   │   ├── TestWindow.g.i.cs
│   │   │   │   │   │   ├── WndMetroMessageBox.baml
│   │   │   │   │   │   ├── WndMetroMessageBox.g.cs
│   │   │   │   │   │   └── WndMetroMessageBox.g.i.cs
│   │   │   │   │   └── Release
│   │   │   │   │   ├── App.g.cs
│   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   ├── CMessageBox.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── CMessageBox.exe
│   │   │   │   │   ├── CMessageBox.g.resources
│   │   │   │   │   ├── CMessageBox_MarkupCompile.cache
│   │   │   │   │   ├── CMessageBox_MarkupCompile.i.cache
│   │   │   │   │   ├── CMessageBox.pdb
│   │   │   │   │   ├── CMessageBox.Properties.Resources.resources
│   │   │   │   │   ├── CMessageBoxWindow.baml
│   │   │   │   │   ├── CMessageBoxWindow.g.cs
│   │   │   │   │   ├── CMessageBoxWindow.g.i.cs
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   ├── TempPE
│   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   ├── TestWindow.baml
│   │   │   │   │   ├── TestWindow.g.cs
│   │   │   │   │   └── TestWindow.g.i.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── TestWindow.xaml
│   │   │   │   ├── TestWindow.xaml.cs
│   │   │   │   ├── WndMetroMessageBox.xaml
│   │   │   │   └── WndMetroMessageBox.xaml.cs
│   │   │   ├── CMessageBox.sln
│   │   │   ├── CMessageBox.suo
│   │   │   └── CMessageBox - 副本.sln
│   │   ├── CMessageBox.zip
│   │   ├── CMessageBox - 副本
│   │   │   ├── CMessageBox
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── bin
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── CMessageBox.exe
│   │   │   │   │   │   ├── CMessageBox.pdb
│   │   │   │   │   │   ├── CMessageBox.vshost.exe
│   │   │   │   │   │   └── CMessageBox.vshost.exe.manifest
│   │   │   │   │   └── Release
│   │   │   │   │   ├── CMessageBox.exe
│   │   │   │   │   ├── CMessageBox.pdb
│   │   │   │   │   ├── CMessageBox.vshost.exe
│   │   │   │   │   └── CMessageBox.vshost.exe.manifest
│   │   │   │   ├── CMessageBox.cs
│   │   │   │   ├── CMessageBox.csproj
│   │   │   │   ├── CMessageBoxWindow.xaml
│   │   │   │   ├── CMessageBoxWindow.xaml.cs
│   │   │   │   ├── obj
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── App.g.cs
│   │   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   │   ├── CMessageBox.csproj.FileListAbsolute.txt
│   │   │   │   │   │   ├── CMessageBox.csproj.GenerateResource.Cache
│   │   │   │   │   │   ├── CMessageBox.csprojResolveAssemblyReference.cache
│   │   │   │   │   │   ├── CMessageBox.exe
│   │   │   │   │   │   ├── CMessageBox.g.resources
│   │   │   │   │   │   ├── CMessageBox_MarkupCompile.cache
│   │   │   │   │   │   ├── CMessageBox_MarkupCompile.i.cache
│   │   │   │   │   │   ├── CMessageBox.pdb
│   │   │   │   │   │   ├── CMessageBox.Properties.Resources.resources
│   │   │   │   │   │   ├── CMessageBoxWindow.baml
│   │   │   │   │   │   ├── CMessageBoxWindow.g.cs
│   │   │   │   │   │   ├── CMessageBoxWindow.g.i.cs
│   │   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   │   │   ├── TempPE
│   │   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   │   ├── TestWindow.baml
│   │   │   │   │   │   ├── TestWindow.g.cs
│   │   │   │   │   │   └── TestWindow.g.i.cs
│   │   │   │   │   └── Release
│   │   │   │   │   ├── App.g.cs
│   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   ├── CMessageBox.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── CMessageBox.exe
│   │   │   │   │   ├── CMessageBox.g.resources
│   │   │   │   │   ├── CMessageBox_MarkupCompile.cache
│   │   │   │   │   ├── CMessageBox_MarkupCompile.i.cache
│   │   │   │   │   ├── CMessageBox.pdb
│   │   │   │   │   ├── CMessageBox.Properties.Resources.resources
│   │   │   │   │   ├── CMessageBoxWindow.baml
│   │   │   │   │   ├── CMessageBoxWindow.g.cs
│   │   │   │   │   ├── CMessageBoxWindow.g.i.cs
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   ├── TempPE
│   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   ├── TestWindow.baml
│   │   │   │   │   ├── TestWindow.g.cs
│   │   │   │   │   └── TestWindow.g.i.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── TestWindow.xaml
│   │   │   │   └── TestWindow.xaml.cs
│   │   │   ├── CMessageBox.sln
│   │   │   └── CMessageBox - 副本.sln
│   │   ├── CollectionViewSource.txt
│   │   ├── Controls.txt
│   │   ├── Customize.txt
│   │   ├── DataBinding_1
│   │   │   ├── DataBinding_1
│   │   │   │   ├── AddBtn_1.xaml
│   │   │   │   ├── AddBtn_1.xaml.cs
│   │   │   │   ├── AddButtonDynamic1.xaml
│   │   │   │   ├── AddButtonDynamic1.xaml.cs
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DataBinding_1.exe
│   │   │   │   │   ├── DataBinding_1.pdb
│   │   │   │   │   ├── DataBinding_1.vshost.exe
│   │   │   │   │   └── DataBinding_1.vshost.exe.manifest
│   │   │   │   ├── DataBinding_1.csproj
│   │   │   │   ├── ListBinding-1.xaml
│   │   │   │   ├── ListBinding-1.xaml.cs
│   │   │   │   ├── MainWindow.xaml
│   │   │   │   ├── MainWindow.xaml.cs
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── AddBtn_1.baml
│   │   │   │   │   ├── AddBtn_1.g.cs
│   │   │   │   │   ├── AddBtn_1.g.i.cs
│   │   │   │   │   ├── AddButtonDynamic1.baml
│   │   │   │   │   ├── AddButtonDynamic1.g.cs
│   │   │   │   │   ├── AddButtonDynamic1.g.i.cs
│   │   │   │   │   ├── App.g.cs
│   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   ├── DataBinding_1.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── DataBinding_1.csproj.GenerateResource.Cache
│   │   │   │   │   ├── DataBinding_1.exe
│   │   │   │   │   ├── DataBinding_1.g.resources
│   │   │   │   │   ├── DataBinding_1_MarkupCompile.cache
│   │   │   │   │   ├── DataBinding_1_MarkupCompile.i.cache
│   │   │   │   │   ├── DataBinding_1.pdb
│   │   │   │   │   ├── DataBinding_1.Properties.Resources.resources
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── ListBinding-1.baml
│   │   │   │   │   ├── ListBinding-1.g.cs
│   │   │   │   │   ├── ListBinding-1.g.i.cs
│   │   │   │   │   ├── MainWindow.baml
│   │   │   │   │   ├── MainWindow.g.cs
│   │   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   │   ├── ObservableCollection-2.baml
│   │   │   │   │   ├── ObservableCollection-2.g.cs
│   │   │   │   │   ├── ObservableCollection-2.g.i.cs
│   │   │   │   │   ├── TempPE
│   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   ├── ToggleButtonStyle-1.baml
│   │   │   │   │   ├── ToggleButtonStyle-1.g.cs
│   │   │   │   │   └── ToggleButtonStyle-1.g.i.cs
│   │   │   │   ├── ObservableCollection-2.xaml
│   │   │   │   ├── ObservableCollection-2.xaml.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── ToggleButtonStyle-1.xaml
│   │   │   │   └── ToggleButtonStyle-1.xaml.cs
│   │   │   ├── DataBinding_1.sln
│   │   │   └── DataBinding_1.suo
│   │   ├── DataBinding Events.txt
│   │   ├── DataBinding.txt
│   │   ├── Data Sharing.txt
│   │   ├── DataSharing.txt
│   │   ├── Dependency Properites.txt
│   │   ├── Dialogs MessageBox.txt
│   │   ├── Dispatcher.Invoke.txt
│   │   ├── DockPanelLayout
│   │   │   ├── DockPanelSplitter
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DockPanelSplitter.dll
│   │   │   │   │   └── DockPanelSplitter.pdb
│   │   │   │   ├── DockPanelSplitter.cs
│   │   │   │   ├── DockPanelSplitter.csproj
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── DockPanelSplitter.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── DockPanelSplitter.csproj.GenerateResource.Cache
│   │   │   │   │   ├── DockPanelSplitter.dll
│   │   │   │   │   ├── DockPanelSplitter.g.resources
│   │   │   │   │   ├── DockPanelSplitter_MarkupCompile.cache
│   │   │   │   │   ├── DockPanelSplitter_MarkupCompile.i.cache
│   │   │   │   │   ├── DockPanelSplitter_MarkupCompile.lref
│   │   │   │   │   ├── DockPanelSplitter.pdb
│   │   │   │   │   ├── DockPanelSplitter.Properties.Resources.resources
│   │   │   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   │   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   │   │   ├── TempPE
│   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   └── Themes
│   │   │   │   │   └── Generic.baml
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── Themes
│   │   │   │   └── Generic.xaml
│   │   │   ├── DockPanelSplitterDemo
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DockPanelSplitterDemo.exe
│   │   │   │   │   ├── DockPanelSplitterDemo.pdb
│   │   │   │   │   ├── DockPanelSplitterDemo.vshost.exe
│   │   │   │   │   ├── DockPanelSplitterDemo.vshost.exe.manifest
│   │   │   │   │   ├── DockPanelSplitter.dll
│   │   │   │   │   └── DockPanelSplitter.pdb
│   │   │   │   ├── DockPanelSplitterDemo.csproj
│   │   │   │   ├── DockPanelSplitterDemo.csproj.user
│   │   │   │   ├── Images
│   │   │   │   │   ├── DownArrow.png
│   │   │   │   │   └── UpArrow.png
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── App.g.cs
│   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── DockPanelSplitterDemo.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── DockPanelSplitterDemo.csproj.GenerateResource.Cache
│   │   │   │   │   ├── DockPanelSplitterDemo.csprojResolveAssemblyReference.cache
│   │   │   │   │   ├── DockPanelSplitterDemo.exe
│   │   │   │   │   ├── DockPanelSplitterDemo.g.resources
│   │   │   │   │   ├── DockPanelSplitterDemo_MarkupCompile.cache
│   │   │   │   │   ├── DockPanelSplitterDemo_MarkupCompile.i.cache
│   │   │   │   │   ├── DockPanelSplitterDemo.pdb
│   │   │   │   │   ├── DockPanelSplitterDemo.Properties.Resources.resources
│   │   │   │   │   ├── StylesAndTemplates
│   │   │   │   │   │   └── Expander01.baml
│   │   │   │   │   ├── Styles&Templates
│   │   │   │   │   ├── TempPE
│   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   ├── Window1.baml
│   │   │   │   │   ├── Window1.g.cs
│   │   │   │   │   └── Window1.g.i.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── StylesAndTemplates
│   │   │   │   │   └── Expander01.xaml
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── DockPanelSplitterDemo.sln
│   │   │   ├── DockPanelSplitterDemo.suo
│   │   │   ├── TemplateDemo
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DockPanelSplitter.dll
│   │   │   │   │   ├── DockPanelSplitter.pdb
│   │   │   │   │   ├── TemplateDemo.exe
│   │   │   │   │   ├── TemplateDemo.pdb
│   │   │   │   │   ├── TemplateDemo.vshost.exe
│   │   │   │   │   └── TemplateDemo.vshost.exe.manifest
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── App.g.cs
│   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── TemplateDemo.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── TemplateDemo.csproj.GenerateResource.Cache
│   │   │   │   │   ├── TemplateDemo.csprojResolveAssemblyReference.cache
│   │   │   │   │   ├── TemplateDemo.exe
│   │   │   │   │   ├── TemplateDemo.g.resources
│   │   │   │   │   ├── TemplateDemo_MarkupCompile.cache
│   │   │   │   │   ├── TemplateDemo_MarkupCompile.i.cache
│   │   │   │   │   ├── TemplateDemo.pdb
│   │   │   │   │   ├── TemplateDemo.Properties.Resources.resources
│   │   │   │   │   ├── TempPE
│   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   ├── Window1.baml
│   │   │   │   │   ├── Window1.g.cs
│   │   │   │   │   └── Window1.g.i.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── TemplateDemo.csproj
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── UpgradeLog.XML
│   │   │   └── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── Dynamically Generating Controls in WPF.txt
│   │   ├── Expander01
│   │   │   ├── Expander01
│   │   │   │   ├── AnimatedExpanderStyles.xaml
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── Expander01.exe
│   │   │   │   │   ├── Expander01.pdb
│   │   │   │   │   ├── Expander01.vshost.exe
│   │   │   │   │   └── Expander01.vshost.exe.manifest
│   │   │   │   ├── Expander01.csproj
│   │   │   │   ├── Expander01.xaml
│   │   │   │   ├── MainWindow.xaml
│   │   │   │   ├── MainWindow.xaml.cs
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── AnimatedExpanderStyles.baml
│   │   │   │   │   ├── App.g.cs
│   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── Expander01.baml
│   │   │   │   │   ├── Expander01.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── Expander01.exe
│   │   │   │   │   ├── Expander01.g.resources
│   │   │   │   │   ├── Expander01_MarkupCompile.cache
│   │   │   │   │   ├── Expander01_MarkupCompile.i.cache
│   │   │   │   │   ├── Expander01.pdb
│   │   │   │   │   ├── Expander01.Properties.Resources.resources
│   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   ├── MainWindow.baml
│   │   │   │   │   ├── MainWindow.g.cs
│   │   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   └── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Expander01.sln
│   │   │   └── Expander01.suo
│   │   ├── Expander.txt
│   │   ├── FirstWindowsApplication
│   │   │   ├── Backup
│   │   │   │   ├── FirstWindowsApplication
│   │   │   │   │   ├── App.xaml
│   │   │   │   │   ├── App.xaml.cs
│   │   │   │   │   ├── FirstWindowsApplication.csproj
│   │   │   │   │   ├── Properties
│   │   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   │   ├── Resources.resx
│   │   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   │   └── Settings.settings
│   │   │   │   │   ├── Window1.xaml
│   │   │   │   │   └── Window1.xaml.cs
│   │   │   │   ├── FirstWindowsApplication.sln
│   │   │   │   └── FirstWindowsApplication.suo
│   │   │   ├── FirstWindowsApplication
│   │   │   │   ├── app.config
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── FirstWindowsApplication.exe
│   │   │   │   │   ├── FirstWindowsApplication.exe.config
│   │   │   │   │   ├── FirstWindowsApplication.pdb
│   │   │   │   │   ├── FirstWindowsApplication.vshost.exe
│   │   │   │   │   ├── FirstWindowsApplication.vshost.exe.config
│   │   │   │   │   └── FirstWindowsApplication.vshost.exe.manifest
│   │   │   │   ├── FirstWindowsApplication.csproj
│   │   │   │   ├── FirstWindowsApplication.csproj.user
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── App.g.cs
│   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── FirstWindowsApplication.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── FirstWindowsApplication.csproj.GenerateResource.Cache
│   │   │   │   │   ├── FirstWindowsApplication.exe
│   │   │   │   │   ├── FirstWindowsApplication.g.resources
│   │   │   │   │   ├── FirstWindowsApplication_MarkupCompile.cache
│   │   │   │   │   ├── FirstWindowsApplication_MarkupCompile.i.cache
│   │   │   │   │   ├── FirstWindowsApplication.pdb
│   │   │   │   │   ├── FirstWindowsApplication.Properties.Resources.resources
│   │   │   │   │   ├── ResGen.read.1.tlog
│   │   │   │   │   ├── ResGen.write.1.tlog
│   │   │   │   │   ├── TempPE
│   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   ├── Window1.baml
│   │   │   │   │   ├── Window1.g.cs
│   │   │   │   │   ├── Window1.g.i.cs
│   │   │   │   │   ├── Window2.baml
│   │   │   │   │   ├── Window2.g.cs
│   │   │   │   │   ├── Window2.g.i.cs
│   │   │   │   │   ├── Window3.baml
│   │   │   │   │   ├── Window3.g.cs
│   │   │   │   │   └── Window3.g.i.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── Window1.xaml
│   │   │   │   ├── Window1.xaml.cs
│   │   │   │   ├── Window2.xaml
│   │   │   │   ├── Window2.xaml.cs
│   │   │   │   ├── Window3.xaml
│   │   │   │   └── Window3.xaml.cs
│   │   │   ├── FirstWindowsApplication.sln
│   │   │   ├── FirstWindowsApplication.suo
│   │   │   ├── ShareData
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   ├── GlobalLists.cs
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   └── TempPE
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   └── ShareData.csproj
│   │   │   ├── UpgradeLog.XML
│   │   │   └── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── Function Keys.txt
│   │   ├── Hotkeys Keyboard .txt
│   │   ├── IEnumerabe Extension.txt
│   │   ├── IoC DIP.txt
│   │   ├── ItemsControl
│   │   │   ├── ItemsControl
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── ItemsControl.exe
│   │   │   │   │   ├── ItemsControl.pdb
│   │   │   │   │   ├── ItemsControl.vshost.exe
│   │   │   │   │   └── ItemsControl.vshost.exe.manifest
│   │   │   │   ├── ItemsControl.csproj
│   │   │   │   ├── MainWindow.xaml
│   │   │   │   ├── MainWindow.xaml.cs
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── App.g.cs
│   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   ├── ItemsControl.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── ItemsControl.exe
│   │   │   │   │   ├── ItemsControl.g.resources
│   │   │   │   │   ├── ItemsControl_MarkupCompile.cache
│   │   │   │   │   ├── ItemsControl_MarkupCompile.i.cache
│   │   │   │   │   ├── ItemsControl.pdb
│   │   │   │   │   ├── ItemsControl.Properties.Resources.resources
│   │   │   │   │   ├── MainWindow.baml
│   │   │   │   │   ├── MainWindow.g.cs
│   │   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   └── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── ItemsControl.sln
│   │   │   └── ItemsControl.suo
│   │   ├── Iterating Children Controls.txt
│   │   ├── KeyPad
│   │   │   ├── KeyPad
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── KeyPad.exe
│   │   │   │   │   ├── KeyPad.pdb
│   │   │   │   │   ├── KeyPad.vshost.exe
│   │   │   │   │   └── KeyPad.vshost.exe.manifest
│   │   │   │   ├── KeyPad.csproj
│   │   │   │   ├── MainWindow.xaml
│   │   │   │   ├── MainWindow.xaml.cs
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── App.g.cs
│   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   ├── KeyPad.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── KeyPad.exe
│   │   │   │   │   ├── KeyPad.g.resources
│   │   │   │   │   ├── KeyPad_MarkupCompile.cache
│   │   │   │   │   ├── KeyPad_MarkupCompile.i.cache
│   │   │   │   │   ├── KeyPad.pdb
│   │   │   │   │   ├── KeyPad.Properties.Resources.resources
│   │   │   │   │   ├── MainWindow.baml
│   │   │   │   │   ├── MainWindow.g.cs
│   │   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   └── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── KeyPad.sln
│   │   │   └── KeyPad.suo
│   │   ├── LayoutDemo
│   │   │   ├── LayoutDemo
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── LayoutDemo.exe
│   │   │   │   │   ├── LayoutDemo.pdb
│   │   │   │   │   ├── LayoutDemo.vshost.exe
│   │   │   │   │   └── LayoutDemo.vshost.exe.manifest
│   │   │   │   ├── LayoutDemo.csproj
│   │   │   │   ├── LayoutDemo.csproj.user
│   │   │   │   ├── Layout.xaml
│   │   │   │   ├── Layout.xaml.cs
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── App.g.cs
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── Layout.baml
│   │   │   │   │   ├── LayoutDemo.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── LayoutDemo.exe
│   │   │   │   │   ├── LayoutDemo.g.resources
│   │   │   │   │   ├── LayoutDemo_MarkupCompile.cache
│   │   │   │   │   ├── LayoutDemo.pdb
│   │   │   │   │   ├── LayoutDemo.Properties.Resources.resources
│   │   │   │   │   ├── Layout.g.cs
│   │   │   │   │   ├── Pages
│   │   │   │   │   │   ├── Page1.baml
│   │   │   │   │   │   ├── Page1.g.cs
│   │   │   │   │   │   ├── Page2.baml
│   │   │   │   │   │   └── Page2.g.cs
│   │   │   │   │   ├── ResGen.read.1.tlog
│   │   │   │   │   ├── ResGen.write.1.tlog
│   │   │   │   │   ├── TempPE
│   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   ├── wndCanvas.baml
│   │   │   │   │   ├── wndCanvas.g.cs
│   │   │   │   │   ├── wndDockPanel.baml
│   │   │   │   │   ├── wndDockPanel.g.cs
│   │   │   │   │   ├── wndExpander.baml
│   │   │   │   │   ├── wndExpander.g.cs
│   │   │   │   │   ├── wndGrid.baml
│   │   │   │   │   ├── wndGrid.g.cs
│   │   │   │   │   ├── wndGroupBox.baml
│   │   │   │   │   ├── wndGroupBox.g.cs
│   │   │   │   │   ├── wndInkCanvas.baml
│   │   │   │   │   ├── wndInkCanvas.g.cs
│   │   │   │   │   ├── wndPopup.baml
│   │   │   │   │   ├── wndPopup.g.cs
│   │   │   │   │   ├── wndScrollViewer.baml
│   │   │   │   │   ├── wndScrollViewer.g.cs
│   │   │   │   │   ├── wndStackPanel.baml
│   │   │   │   │   ├── wndStackPanel.g.cs
│   │   │   │   │   ├── wndTransform.baml
│   │   │   │   │   ├── wndTransform.g.cs
│   │   │   │   │   ├── wndUniformGrid.baml
│   │   │   │   │   ├── wndUniformGrid.g.cs
│   │   │   │   │   ├── wndViewBox.baml
│   │   │   │   │   ├── wndViewBox.g.cs
│   │   │   │   │   ├── wndVirtualize.baml
│   │   │   │   │   ├── wndVirtualize.g.cs
│   │   │   │   │   ├── wndWrapPanel.baml
│   │   │   │   │   └── wndWrapPanel.g.cs
│   │   │   │   ├── Pages
│   │   │   │   │   ├── Page1.xaml
│   │   │   │   │   ├── Page1.xaml.cs
│   │   │   │   │   ├── Page2.xaml
│   │   │   │   │   └── Page2.xaml.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── Widnows
│   │   │   │   │   ├── NormalWindow.xaml
│   │   │   │   │   ├── NormalWindow.xaml.cs
│   │   │   │   │   ├── WizardWindow.xaml
│   │   │   │   │   └── WizardWindow.xaml.cs
│   │   │   │   ├── wndCanvas.xaml
│   │   │   │   ├── wndCanvas.xaml.cs
│   │   │   │   ├── wndDockPanel.xaml
│   │   │   │   ├── wndDockPanel.xaml.cs
│   │   │   │   ├── wndExpander.xaml
│   │   │   │   ├── wndExpander.xaml.cs
│   │   │   │   ├── wndGrid.xaml
│   │   │   │   ├── wndGrid.xaml.cs
│   │   │   │   ├── wndGroupBox.xaml
│   │   │   │   ├── wndGroupBox.xaml.cs
│   │   │   │   ├── wndInkCanvas.xaml
│   │   │   │   ├── wndInkCanvas.xaml.cs
│   │   │   │   ├── wndPopup.xaml
│   │   │   │   ├── wndPopup.xaml.cs
│   │   │   │   ├── wndScrollViewer.xaml
│   │   │   │   ├── wndScrollViewer.xaml.cs
│   │   │   │   ├── wndStackPanel.xaml
│   │   │   │   ├── wndStackPanel.xaml.cs
│   │   │   │   ├── wndTransform.xaml
│   │   │   │   ├── wndTransform.xaml.cs
│   │   │   │   ├── wndUniformGrid.xaml
│   │   │   │   ├── wndUniformGrid.xaml.cs
│   │   │   │   ├── wndViewBox.xaml
│   │   │   │   ├── wndViewBox.xaml.cs
│   │   │   │   ├── wndVirtualize.xaml
│   │   │   │   ├── wndVirtualize.xaml.cs
│   │   │   │   ├── wndWrapPanel.xaml
│   │   │   │   └── wndWrapPanel.xaml.cs
│   │   │   ├── LayoutDemo.sln
│   │   │   ├── LayoutDemo.suo
│   │   │   ├── UpgradeLog.XML
│   │   │   └── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── LayoutDemo.zip
│   │   ├── LayoutTest
│   │   │   ├── LayoutTest
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── LayoutTest.exe
│   │   │   │   │   ├── LayoutTest.pdb
│   │   │   │   │   ├── LayoutTest.vshost.exe
│   │   │   │   │   └── LayoutTest.vshost.exe.manifest
│   │   │   │   ├── LayoutTest.csproj
│   │   │   │   ├── MainWindow.xaml
│   │   │   │   ├── MainWindow.xaml.cs
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── -1.g.i.cs
│   │   │   │   │   ├── App.g.cs
│   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   │   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   ├── LayoutTest.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── LayoutTest.csproj.GenerateResource.Cache
│   │   │   │   │   ├── LayoutTest.exe
│   │   │   │   │   ├── LayoutTest.g.resources
│   │   │   │   │   ├── LayoutTest_MarkupCompile.cache
│   │   │   │   │   ├── LayoutTest_MarkupCompile.i.cache
│   │   │   │   │   ├── LayoutTest_MarkupCompile.lref
│   │   │   │   │   ├── LayoutTest.pdb
│   │   │   │   │   ├── LayoutTest.Properties.Resources.resources
│   │   │   │   │   ├── MainWindow.baml
│   │   │   │   │   ├── MainWindow.g.cs
│   │   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   │   ├── StackPanel1.g.cs
│   │   │   │   │   ├── StackPanel1.g.i.cs
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── StackPanel1.xaml
│   │   │   │   └── StackPanel1.xaml.cs
│   │   │   ├── LayoutTest.sln
│   │   │   └── LayoutTest.suo
│   │   ├── LINQ Paging.txt
│   │   ├── ListBox (2).txt
│   │   ├── ListBox SelectedItem.txt
│   │   ├── ListBoxStyles
│   │   │   ├── Demo.suo
│   │   │   ├── ListBoxStyles
│   │   │   │   ├── app.config
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── bin
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── ListBoxStyles.exe.config
│   │   │   │   │   │   ├── ListBoxStyles.pdb
│   │   │   │   │   │   ├── ListBoxStyles.vshost.exe
│   │   │   │   │   │   ├── ListBoxStyles.vshost.exe.config
│   │   │   │   │   │   └── ListBoxStyles.vshost.exe.manifest
│   │   │   │   │   └── Release
│   │   │   │   ├── GlassButton.xaml
│   │   │   │   ├── GlassListBox.xaml
│   │   │   │   ├── grass.jpg
│   │   │   │   ├── ListBoxStyles.csproj
│   │   │   │   ├── ListBoxStyles.csproj.user
│   │   │   │   ├── obj
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── App.baml
│   │   │   │   │   │   ├── App.g.cs
│   │   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   │   ├── Demo.csproj.FileListAbsolute.txt
│   │   │   │   │   │   ├── Demo.csproj.GenerateResource.Cache
│   │   │   │   │   │   ├── Demo.exe
│   │   │   │   │   │   ├── Demo.g.resources
│   │   │   │   │   │   ├── Demo_MarkupCompile.cache
│   │   │   │   │   │   ├── Demo.pdb
│   │   │   │   │   │   ├── Demo.Properties.Resources.resources
│   │   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   │   ├── GlassButton.baml
│   │   │   │   │   │   ├── GlassListBox.baml
│   │   │   │   │   │   ├── ListBoxStyles.csproj.FileListAbsolute.txt
│   │   │   │   │   │   ├── ListBoxStyles.csproj.GenerateResource.Cache
│   │   │   │   │   │   ├── ListBoxStyles.g.resources
│   │   │   │   │   │   ├── ListBoxStyles_MarkupCompile.cache
│   │   │   │   │   │   ├── ListBoxStyles_MarkupCompile.i.cache
│   │   │   │   │   │   ├── ListBoxStyles.pdb
│   │   │   │   │   │   ├── TempPE
│   │   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   │   ├── Window1.baml
│   │   │   │   │   │   ├── Window1.g.cs
│   │   │   │   │   │   └── Window1.g.i.cs
│   │   │   │   │   └── Release
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── ListBoxStyles.sln
│   │   │   ├── ListBoxStyles.suo
│   │   │   ├── UpgradeLog.XML
│   │   │   └── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── ListBox.txt
│   │   ├── ListView.txt
│   │   ├── LoadingPanelSample
│   │   │   ├── LoadingPanelSample
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── bin
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── LoadingPanelSample.exe
│   │   │   │   │   │   ├── LoadingPanelSample.pdb
│   │   │   │   │   │   ├── LoadingPanelSample.vshost.exe
│   │   │   │   │   │   └── LoadingPanelSample.vshost.exe.manifest
│   │   │   │   │   └── Release
│   │   │   │   ├── Controls
│   │   │   │   │   ├── CircularProgressBar.xaml
│   │   │   │   │   ├── CircularProgressBar.xaml.cs
│   │   │   │   │   ├── LoadingPanel.xaml
│   │   │   │   │   └── LoadingPanel.xaml.cs
│   │   │   │   ├── HelperClasses
│   │   │   │   │   ├── CommandManagerHelper.cs
│   │   │   │   │   └── DelegateCommand.cs
│   │   │   │   ├── LoadingPanelSample.csproj
│   │   │   │   ├── LoadingSpinner.xaml
│   │   │   │   ├── LoadingSpinner.xaml.cs
│   │   │   │   ├── MainWindow.xaml
│   │   │   │   ├── MainWindow.xaml.cs
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── App.g.cs
│   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   ├── CircularProgressBar.g.i.cs
│   │   │   │   │   ├── Controls
│   │   │   │   │   │   ├── CircularProgressBar.baml
│   │   │   │   │   │   ├── CircularProgressBar.g.cs
│   │   │   │   │   │   ├── CircularProgressBar.g.i.cs
│   │   │   │   │   │   ├── LoadingPanel.baml
│   │   │   │   │   │   ├── LoadingPanel.g.cs
│   │   │   │   │   │   └── LoadingPanel.g.i.cs
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   │   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   ├── LoadingPanelSample.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── LoadingPanelSample.exe
│   │   │   │   │   ├── LoadingPanelSample.g.resources
│   │   │   │   │   ├── LoadingPanelSample_MarkupCompile.cache
│   │   │   │   │   ├── LoadingPanelSample_MarkupCompile.i.cache
│   │   │   │   │   ├── LoadingPanelSample_MarkupCompile.i.lref
│   │   │   │   │   ├── LoadingPanelSample_MarkupCompile.lref
│   │   │   │   │   ├── LoadingPanelSample.pdb
│   │   │   │   │   ├── LoadingPanelSample.Properties.Resources.resources
│   │   │   │   │   ├── LoadingSpinner.baml
│   │   │   │   │   ├── LoadingSpinner.g.cs
│   │   │   │   │   ├── LoadingSpinner.g.i.cs
│   │   │   │   │   ├── MainWindow.baml
│   │   │   │   │   ├── MainWindow.g.cs
│   │   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   │   ├── Spinner1.baml
│   │   │   │   │   ├── Spinner1.g.cs
│   │   │   │   │   ├── Spinner1.g.i.cs
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── Spinner1.xaml
│   │   │   │   └── Spinner1.xaml.cs
│   │   │   ├── LoadingPanelSample.sln
│   │   │   └── LoadingPanelSample.suo
│   │   ├── LoadingPanelSample.zip
│   │   ├── MahApps.Metro-1.1.2.zip
│   │   ├── MarkSix.xap
│   │   ├── MessageBox
│   │   │   ├── MessageBoxDemo
│   │   │   │   ├── MessageBoxDemo
│   │   │   │   │   ├── App.config
│   │   │   │   │   ├── bin
│   │   │   │   │   │   ├── Debug
│   │   │   │   │   │   │   ├── MessageBoxDemo.exe
│   │   │   │   │   │   │   ├── MessageBoxDemo.exe.config
│   │   │   │   │   │   │   ├── MessageBoxDemo.pdb
│   │   │   │   │   │   │   ├── MessageBoxDemo.vshost.exe
│   │   │   │   │   │   │   ├── MessageBoxDemo.vshost.exe.config
│   │   │   │   │   │   │   └── MessageBoxDemo.vshost.exe.manifest
│   │   │   │   │   │   └── Release
│   │   │   │   │   ├── Form1.cs
│   │   │   │   │   ├── Form1.Designer.cs
│   │   │   │   │   ├── Form1.resx
│   │   │   │   │   ├── MessageBoxDemo.csproj
│   │   │   │   │   ├── obj
│   │   │   │   │   │   └── Debug
│   │   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   │   ├── MessageBoxDemo.csproj.FileListAbsolute.txt
│   │   │   │   │   │   ├── MessageBoxDemo.csproj.GenerateResource.Cache
│   │   │   │   │   │   ├── MessageBoxDemo.csprojResolveAssemblyReference.cache
│   │   │   │   │   │   ├── MessageBoxDemo.exe
│   │   │   │   │   │   ├── MessageBoxDemo.frmDemo.resources
│   │   │   │   │   │   ├── MessageBoxDemo.pdb
│   │   │   │   │   │   ├── MessageBoxDemo.Properties.Resources.resources
│   │   │   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   │   │   ├── TempPE
│   │   │   │   │   │   └── xDialog.MsgBox.resources
│   │   │   │   │   ├── Program.cs
│   │   │   │   │   ├── Properties
│   │   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   │   ├── Resources.resx
│   │   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   │   └── Settings.settings
│   │   │   │   │   └── xDialog
│   │   │   │   │   ├── MsgBox.cs
│   │   │   │   │   └── MsgBox.resx
│   │   │   │   ├── MessageBoxDemo.sln
│   │   │   │   └── MessageBoxDemo.v11.suo
│   │   │   ├── metro-messagebox-wpf-master
│   │   │   │   ├── MessageBoxDemo
│   │   │   │   │   ├── MessageBoxDemo
│   │   │   │   │   │   ├── AppBootstrapper.cs
│   │   │   │   │   │   ├── App.config
│   │   │   │   │   │   ├── App.xaml
│   │   │   │   │   │   ├── App.xaml.cs
│   │   │   │   │   │   ├── Common.xaml
│   │   │   │   │   │   ├── IMetroMessageBox.cs
│   │   │   │   │   │   ├── IShell.cs
│   │   │   │   │   │   ├── MessageBoxDemo.csproj
│   │   │   │   │   │   ├── MetroMessageBoxViewModel.cs
│   │   │   │   │   │   ├── MetroMessageBoxView.xaml
│   │   │   │   │   │   ├── MetroMessageBoxView.xaml.cs
│   │   │   │   │   │   ├── packages.config
│   │   │   │   │   │   ├── Properties
│   │   │   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   │   │   ├── Resources.resx
│   │   │   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   │   │   └── Settings.settings
│   │   │   │   │   │   ├── ShellViewModel.cs
│   │   │   │   │   │   ├── ShellView.xaml
│   │   │   │   │   │   ├── ShellView.xaml.cs
│   │   │   │   │   │   ├── VisibilityConverter.cs
│   │   │   │   │   │   └── WindowManagerExtensions.cs
│   │   │   │   │   ├── MessageBoxDemo.sln
│   │   │   │   │   └── MessageBoxDemo.sln.DotSettings
│   │   │   │   └── README.md
│   │   │   ├── metro-messagebox-wpf-master.zip
│   │   │   └── WindowsMessageBoxDemo.zip
│   │   ├── MessageBox.txt
│   │   ├── MessageBox_v1.0.0.6修正版.zip
│   │   ├── Metro Layout Design.txt
│   │   ├── MetroListBox.zip
│   │   ├── MetroStyle.txt
│   │   ├── MetroWindows
│   │   │   ├── MetroWindows
│   │   │   │   ├── App.config
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── MetroWindows.exe
│   │   │   │   │   ├── MetroWindows.exe.config
│   │   │   │   │   ├── MetroWindows.pdb
│   │   │   │   │   ├── MetroWindows.vshost.exe
│   │   │   │   │   ├── MetroWindows.vshost.exe.config
│   │   │   │   │   └── MetroWindows.vshost.exe.manifest
│   │   │   │   ├── MainWindow.xaml
│   │   │   │   ├── MainWindow.xaml.cs
│   │   │   │   ├── MetroWindows.csproj
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── App.g.cs
│   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── MainWindow.baml
│   │   │   │   │   ├── MainWindow.g.cs
│   │   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   │   ├── MetroWindows.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── MetroWindows.csproj.GenerateResource.Cache
│   │   │   │   │   ├── MetroWindows.csprojResolveAssemblyReference.cache
│   │   │   │   │   ├── MetroWindows.exe
│   │   │   │   │   ├── MetroWindows.g.resources
│   │   │   │   │   ├── MetroWindows_MarkupCompile.cache
│   │   │   │   │   ├── MetroWindows_MarkupCompile.i.cache
│   │   │   │   │   ├── MetroWindows.pdb
│   │   │   │   │   ├── MetroWindows.Properties.Resources.resources
│   │   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   │   └── TempPE
│   │   │   │   └── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── MetroWindows.sln
│   │   ├── MetroWindows.zip
│   │   ├── MIV.Bus.WPF.UIShell.Controls.MessageBox_v1.0.0.6修正版
│   │   │   ├── demo
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── demo.exe
│   │   │   │   │   ├── demo.pdb
│   │   │   │   │   ├── demo.vshost.exe
│   │   │   │   │   └── demo.vshost.exe.manifest
│   │   │   │   ├── demo.csproj
│   │   │   │   ├── GrayTheme.xaml
│   │   │   │   ├── MainWindow.xaml
│   │   │   │   ├── MainWindow.xaml.cs
│   │   │   │   ├── MessageBox.cs
│   │   │   │   ├── MessageBoxStyle.xaml
│   │   │   │   ├── MLWindowCtrlButtonStyles.xaml
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── App.baml
│   │   │   │   │   ├── App.g.cs
│   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   ├── demo.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── demo.exe
│   │   │   │   │   ├── demo.g.resources
│   │   │   │   │   ├── demo_MarkupCompile.cache
│   │   │   │   │   ├── demo_MarkupCompile.i.cache
│   │   │   │   │   ├── demo_MarkupCompile.i.lref
│   │   │   │   │   ├── demo_MarkupCompile.lref
│   │   │   │   │   ├── demo.pdb
│   │   │   │   │   ├── demo.Properties.Resources.resources
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   │   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   ├── GrayTheme.baml
│   │   │   │   │   ├── MainWindow.baml
│   │   │   │   │   ├── MainWindow.g.cs
│   │   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   │   ├── MessageBoxStyle.baml
│   │   │   │   │   ├── MLWindowCtrlButtonStyles.baml
│   │   │   │   │   └── TempPE
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── RelayCommand.cs
│   │   │   │   ├── WeakAction.cs
│   │   │   │   └── WeakFunc`1.cs
│   │   │   ├── MIV.Bus.WPF.UIShell.Controls.MessageBox_v1.0.0.6修正版.sln
│   │   │   └── MIV.Bus.WPF.UIShell.Controls.MessageBox_v1.0.0.6修正版 - 副本.sln
│   │   ├── MVVM-1
│   │   │   ├── MVVM-1
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── MVVM-1.exe
│   │   │   │   │   ├── MVVM-1.pdb
│   │   │   │   │   ├── MVVM-1.vshost.exe
│   │   │   │   │   └── MVVM-1.vshost.exe.manifest
│   │   │   │   ├── MainWindow.xaml
│   │   │   │   ├── MainWindow.xaml.cs
│   │   │   │   ├── ModelSong.cs
│   │   │   │   ├── MVVM-1.csproj
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── App.g.cs
│   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   │   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   │   │   ├── MainWindow.baml
│   │   │   │   │   ├── MainWindow.g.cs
│   │   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   │   ├── MVVM-1.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── MVVM-1.csproj.GenerateResource.Cache
│   │   │   │   │   ├── MVVM-1.exe
│   │   │   │   │   ├── MVVM-1.g.resources
│   │   │   │   │   ├── MVVM-1_MarkupCompile.cache
│   │   │   │   │   ├── MVVM-1_MarkupCompile.i.cache
│   │   │   │   │   ├── MVVM-1_MarkupCompile.i.lref
│   │   │   │   │   ├── MVVM-1_MarkupCompile.lref
│   │   │   │   │   ├── MVVM-1.pdb
│   │   │   │   │   ├── MVVM_1.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── ViewModelSong.cs
│   │   │   ├── MVVM-1.sln
│   │   │   └── MVVM-1.suo
│   │   ├── MVVM (2).txt
│   │   ├── MVVM (3).txt
│   │   ├── MvvmExample
│   │   │   ├── Example6
│   │   │   │   ├── AlbumViewModel.cs
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── Before CheckBox Testing
│   │   │   │   │   ├── MainWindow.xaml
│   │   │   │   │   ├── OrderListBoxStyle.xaml
│   │   │   │   │   └── StylesAndTemplates
│   │   │   │   │   ├── WndOrder_OrderItemStatusButton.xaml
│   │   │   │   │   └── WndOrder_OrderItemToggleButton.xaml
│   │   │   │   ├── bin
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── Example6.exe
│   │   │   │   │   │   ├── Example6.pdb
│   │   │   │   │   │   ├── Example6.vshost.exe
│   │   │   │   │   │   ├── Example6.vshost.exe.manifest
│   │   │   │   │   │   ├── MicroMvvm.dll
│   │   │   │   │   │   └── MicroMvvm.pdb
│   │   │   │   │   └── Release
│   │   │   │   │   ├── Example6.exe
│   │   │   │   │   ├── Example6.pdb
│   │   │   │   │   ├── Example6.vshost.exe
│   │   │   │   │   ├── Example6.vshost.exe.manifest
│   │   │   │   │   ├── MicroMvvm.dll
│   │   │   │   │   └── MicroMvvm.pdb
│   │   │   │   ├── Example6.csproj
│   │   │   │   ├── Images
│   │   │   │   │   ├── FoodItemStatus_Canceled.png
│   │   │   │   │   ├── FoodItemStatus_Submitted.png
│   │   │   │   │   └── OrderListBG.png
│   │   │   │   ├── MainWindow.xaml
│   │   │   │   ├── MainWindow.xaml.cs
│   │   │   │   ├── MetroMessageBox.cs
│   │   │   │   ├── MetroMessageBoxWindow.xaml
│   │   │   │   ├── MetroMessageBoxWindow.xaml.cs
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── App.g.cs
│   │   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   │   ├── Example6_Content.g.i.cs
│   │   │   │   │   │   ├── Example6.csproj.FileListAbsolute.txt
│   │   │   │   │   │   ├── Example6.csproj.GenerateResource.Cache
│   │   │   │   │   │   ├── Example6.csprojResolveAssemblyReference.cache
│   │   │   │   │   │   ├── Example6.exe
│   │   │   │   │   │   ├── Example6.g.resources
│   │   │   │   │   │   ├── Example6_MarkupCompile.cache
│   │   │   │   │   │   ├── Example6_MarkupCompile.i.cache
│   │   │   │   │   │   ├── Example6_MarkupCompile.lref
│   │   │   │   │   │   ├── Example6.pdb
│   │   │   │   │   │   ├── Example6.Properties.Resources.resources
│   │   │   │   │   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   │   ├── MainWindow.baml
│   │   │   │   │   │   ├── MainWindow.g.cs
│   │   │   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   │   │   ├── MetroMessageBoxWindow.baml
│   │   │   │   │   │   ├── MetroMessageBoxWindow.g.cs
│   │   │   │   │   │   ├── MetroMessageBoxWindow.g.i.cs
│   │   │   │   │   │   ├── OrderListBoxStyle.baml
│   │   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   │   ├── StylesAndTemplates
│   │   │   │   │   │   │   ├── WndOrder_OrderItemStatusButton.baml
│   │   │   │   │   │   │   └── WndOrder_OrderItemToggleButton.baml
│   │   │   │   │   │   ├── TempPE
│   │   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   │   ├── Window2.baml
│   │   │   │   │   │   ├── Window2.g.cs
│   │   │   │   │   │   └── Window2.g.i.cs
│   │   │   │   │   └── Release
│   │   │   │   │   ├── App.g.cs
│   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── Example6.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── Example6.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Example6.csprojResolveAssemblyReference.cache
│   │   │   │   │   ├── Example6.exe
│   │   │   │   │   ├── Example6.g.resources
│   │   │   │   │   ├── Example6_MarkupCompile.cache
│   │   │   │   │   ├── Example6_MarkupCompile.i.cache
│   │   │   │   │   ├── Example6_MarkupCompile.lref
│   │   │   │   │   ├── Example6.pdb
│   │   │   │   │   ├── Example6.Properties.Resources.resources
│   │   │   │   │   ├── MainWindow.baml
│   │   │   │   │   ├── MainWindow.g.cs
│   │   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   │   ├── MetroMessageBoxWindow.baml
│   │   │   │   │   ├── MetroMessageBoxWindow.g.cs
│   │   │   │   │   ├── MetroMessageBoxWindow.g.i.cs
│   │   │   │   │   ├── OrderListBoxStyle.baml
│   │   │   │   │   ├── StylesAndTemplates
│   │   │   │   │   │   ├── WndOrder_OrderItemStatusButton.baml
│   │   │   │   │   │   └── WndOrder_OrderItemToggleButton.baml
│   │   │   │   │   ├── TempPE
│   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   ├── Window2.baml
│   │   │   │   │   ├── Window2.g.cs
│   │   │   │   │   └── Window2.g.i.cs
│   │   │   │   ├── OrderListBoxStyle.xaml
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── Song.cs
│   │   │   │   ├── SongDatabase.cs
│   │   │   │   ├── SongViewModel.cs
│   │   │   │   ├── StylesAndTemplates
│   │   │   │   │   ├── WndOrder_OrderItemStatusButton.xaml
│   │   │   │   │   └── WndOrder_OrderItemToggleButton.xaml
│   │   │   │   ├── Table.cs
│   │   │   │   ├── TablesViewModel.cs
│   │   │   │   ├── TableViewModel.cs
│   │   │   │   ├── Utilities.cs
│   │   │   │   ├── Window2.xaml
│   │   │   │   └── Window2.xaml.cs
│   │   │   ├── MicroMvvm
│   │   │   │   ├── bin
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── MicroMvvm.dll
│   │   │   │   │   │   └── MicroMvvm.pdb
│   │   │   │   │   └── Release
│   │   │   │   │   ├── MicroMvvm.dll
│   │   │   │   │   └── MicroMvvm.pdb
│   │   │   │   ├── MicroMvvm.csproj
│   │   │   │   ├── obj
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   │   ├── MicroMvvm.csproj.FileListAbsolute.txt
│   │   │   │   │   │   ├── MicroMvvm.csprojResolveAssemblyReference.cache
│   │   │   │   │   │   ├── MicroMvvm.dll
│   │   │   │   │   │   ├── MicroMvvm.pdb
│   │   │   │   │   │   └── TempPE
│   │   │   │   │   └── Release
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── MicroMvvm.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── MicroMvvm.dll
│   │   │   │   │   ├── MicroMvvm.pdb
│   │   │   │   │   └── TempPE
│   │   │   │   ├── ObservableObject.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── PropertySupport.cs
│   │   │   │   ├── RelayCommand.cs
│   │   │   │   └── SynchronizedObservableCollectionList.cs
│   │   │   ├── MvvmExample.sln
│   │   │   └── MvvmExample.suo
│   │   ├── MvvmExample.zip
│   │   ├── MvvmExample - 副本
│   │   │   ├── Example6
│   │   │   │   ├── AlbumViewModel.cs
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── Example6.exe
│   │   │   │   │   ├── Example6.pdb
│   │   │   │   │   ├── Example6.vshost.exe
│   │   │   │   │   ├── Example6.vshost.exe.manifest
│   │   │   │   │   ├── MicroMvvm.dll
│   │   │   │   │   └── MicroMvvm.pdb
│   │   │   │   ├── Example6.csproj
│   │   │   │   ├── Images
│   │   │   │   │   ├── FoodItemStatus_Canceled.png
│   │   │   │   │   ├── FoodItemStatus_Submitted.png
│   │   │   │   │   └── OrderListBG.png
│   │   │   │   ├── MainWindow.xaml
│   │   │   │   ├── MainWindow.xaml.cs
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── App.g.cs
│   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── Example6_Content.g.i.cs
│   │   │   │   │   ├── Example6.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── Example6.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Example6.csprojResolveAssemblyReference.cache
│   │   │   │   │   ├── Example6.exe
│   │   │   │   │   ├── Example6.g.resources
│   │   │   │   │   ├── Example6_MarkupCompile.cache
│   │   │   │   │   ├── Example6_MarkupCompile.i.cache
│   │   │   │   │   ├── Example6_MarkupCompile.i.lref
│   │   │   │   │   ├── Example6_MarkupCompile.lref
│   │   │   │   │   ├── Example6.pdb
│   │   │   │   │   ├── Example6.Properties.Resources.resources
│   │   │   │   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   ├── MainWindow.baml
│   │   │   │   │   ├── MainWindow.g.cs
│   │   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   │   ├── OrderListBoxStyle.baml
│   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   ├── StylesAndTemplates
│   │   │   │   │   │   ├── WndOrder_OrderItemStatusButton.baml
│   │   │   │   │   │   └── WndOrder_OrderItemToggleButton.baml
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── OrderListBoxStyle.xaml
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── Song.cs
│   │   │   │   ├── SongDatabase.cs
│   │   │   │   ├── SongViewModel.cs
│   │   │   │   └── StylesAndTemplates
│   │   │   │   ├── WndOrder_OrderItemStatusButton.xaml
│   │   │   │   └── WndOrder_OrderItemToggleButton.xaml
│   │   │   ├── MicroMvvm
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── MicroMvvm.dll
│   │   │   │   │   └── MicroMvvm.pdb
│   │   │   │   ├── MicroMvvm.csproj
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── MicroMvvm.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── MicroMvvm.csprojResolveAssemblyReference.cache
│   │   │   │   │   ├── MicroMvvm.dll
│   │   │   │   │   ├── MicroMvvm.pdb
│   │   │   │   │   └── TempPE
│   │   │   │   ├── ObservableObject.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── PropertySupport.cs
│   │   │   │   └── RelayCommand.cs
│   │   │   └── MvvmExample.sln
│   │   ├── MVVM.txt
│   │   ├── MVVM - UI Dispatcher.txt
│   │   ├── MVVM WeakReference.txt
│   │   ├── MyTabControlAnimation
│   │   │   ├── MyTabControl
│   │   │   │   ├── App.config
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── MyTabControl.exe
│   │   │   │   │   ├── MyTabControl.exe.config
│   │   │   │   │   ├── MyTabControl.pdb
│   │   │   │   │   ├── MyTabControl.vshost.exe
│   │   │   │   │   ├── MyTabControl.vshost.exe.config
│   │   │   │   │   └── MyTabControl.vshost.exe.manifest
│   │   │   │   ├── MainWindow.xaml
│   │   │   │   ├── MainWindow.xaml.cs
│   │   │   │   ├── MyTabControl.csproj
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── App.baml
│   │   │   │   │   ├── App.g.cs
│   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   ├── MainWindow.baml
│   │   │   │   │   ├── MainWindow.g.cs
│   │   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   │   ├── MyTabControl.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── MyTabControl.csproj.GenerateResource.Cache
│   │   │   │   │   ├── MyTabControl.exe
│   │   │   │   │   ├── MyTabControl.g.resources
│   │   │   │   │   ├── MyTabControl_MarkupCompile.cache
│   │   │   │   │   ├── MyTabControl_MarkupCompile.i.cache
│   │   │   │   │   ├── MyTabControl.pdb
│   │   │   │   │   ├── MyTabControl.Properties.Resources.resources
│   │   │   │   │   ├── TabControlStyle.baml
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── TabControlStyle.xaml
│   │   │   ├── MyTabControl.sln
│   │   │   └── MyTabControl.suo
│   │   ├── MyTabControlAnimation.zip
│   │   ├── Numeric Keypad.txt
│   │   ├── ObservableCollection AddRange Sort.txt
│   │   ├── ObservableCollection MultiThread.txt
│   │   ├── ObservableCollection - Optimization.txt
│   │   ├── ObservableCollection跨线程访问.txt
│   │   ├── Overlay & Adorner
│   │   │   ├── LoadingAdorner
│   │   │   │   ├── LoadingAdorner
│   │   │   │   │   ├── bin
│   │   │   │   │   │   └── Debug
│   │   │   │   │   │   ├── LoadingAdorner.exe
│   │   │   │   │   │   ├── LoadingAdorner.pdb
│   │   │   │   │   │   ├── LoadingAdorner.vshost.exe
│   │   │   │   │   │   └── LoadingAdorner.vshost.exe.manifest
│   │   │   │   │   ├── DemoModel.cs
│   │   │   │   │   ├── DemoPageController.cs
│   │   │   │   │   ├── DemoPage.xaml
│   │   │   │   │   ├── DemoPage.xaml.cs
│   │   │   │   │   ├── LoadingAdorner.cs
│   │   │   │   │   ├── LoadingAdorner.csproj
│   │   │   │   │   ├── LoadingAdorner.csproj.user
│   │   │   │   │   ├── obj
│   │   │   │   │   │   └── Debug
│   │   │   │   │   │   ├── DemoPage.baml
│   │   │   │   │   │   ├── DemoPage.g.cs
│   │   │   │   │   │   ├── DemoPage.g.i.cs
│   │   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   │   ├── LoadingAdorner.csproj.FileListAbsolute.txt
│   │   │   │   │   │   ├── LoadingAdorner.csproj.GenerateResource.Cache
│   │   │   │   │   │   ├── LoadingAdorner.exe
│   │   │   │   │   │   ├── LoadingAdorner.g.resources
│   │   │   │   │   │   ├── LoadingAdorner_MarkupCompile.cache
│   │   │   │   │   │   ├── LoadingAdorner_MarkupCompile.i.cache
│   │   │   │   │   │   ├── LoadingAdorner_MarkupCompile.lref
│   │   │   │   │   │   ├── LoadingAdorner.pdb
│   │   │   │   │   │   ├── LoadingAdorner.Properties.Resources.resources
│   │   │   │   │   │   ├── Refactor
│   │   │   │   │   │   └── TempPE
│   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   ├── Person.cs
│   │   │   │   │   ├── Program.cs
│   │   │   │   │   ├── Properties
│   │   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   │   ├── Resources.resx
│   │   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   │   └── Settings.settings
│   │   │   │   │   └── ThreadableObservableCollection.cs
│   │   │   │   ├── LoadingAdorner.sln
│   │   │   │   ├── LoadingAdorner.suo
│   │   │   │   ├── UpgradeLog.XML
│   │   │   │   └── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   └── LoadingAdorner.zip
│   │   ├── Path Data.txt
│   │   ├── ResourceDictionary.txt
│   │   ├── SampleExpander
│   │   │   ├── SampleExpander
│   │   │   │   ├── app.config
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── SampleExpander.exe
│   │   │   │   │   ├── SampleExpander.exe.config
│   │   │   │   │   ├── SampleExpander.pdb
│   │   │   │   │   ├── SampleExpander.vshost.exe
│   │   │   │   │   ├── SampleExpander.vshost.exe.config
│   │   │   │   │   └── SampleExpander.vshost.exe.manifest
│   │   │   │   ├── MainWindow.xaml
│   │   │   │   ├── MainWindow.xaml.cs
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── App.g.cs
│   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   │   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   ├── MainWindow.baml
│   │   │   │   │   ├── MainWindow.g.cs
│   │   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   │   ├── SampleExpander.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── SampleExpander.exe
│   │   │   │   │   ├── SampleExpander.g.resources
│   │   │   │   │   ├── SampleExpander_MarkupCompile.cache
│   │   │   │   │   ├── SampleExpander_MarkupCompile.i.cache
│   │   │   │   │   ├── SampleExpander_MarkupCompile.i.lref
│   │   │   │   │   ├── SampleExpander_MarkupCompile.lref
│   │   │   │   │   ├── SampleExpander.pdb
│   │   │   │   │   ├── SampleExpander.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── SampleExpander.csproj
│   │   │   │   └── SampleExpander.csproj.user
│   │   │   ├── SampleExpander.sln
│   │   │   └── SampleExpander.suo
│   │   ├── ScrollableAreaAttachedBehaviour.zip
│   │   ├── ScrollViewer.txt
│   │   ├── SimpleMVVMExample
│   │   │   ├── SimpleMVVMExample
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── bin
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── SimpleMVVMExample.exe
│   │   │   │   │   │   ├── SimpleMVVMExample.pdb
│   │   │   │   │   │   ├── SimpleMVVMExample.vshost.exe
│   │   │   │   │   │   └── SimpleMVVMExample.vshost.exe.manifest
│   │   │   │   │   └── Release
│   │   │   │   │   ├── SimpleMVVMExample.exe
│   │   │   │   │   └── SimpleMVVMExample.pdb
│   │   │   │   ├── Helper Classes
│   │   │   │   │   ├── ObservableObject.cs
│   │   │   │   │   └── RelayCommand.cs
│   │   │   │   ├── MainWindow.xaml
│   │   │   │   ├── MainWindow.xaml.cs
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── App.baml
│   │   │   │   │   │   ├── App.g.cs
│   │   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   │   │   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   │   ├── MainWindow.baml
│   │   │   │   │   │   ├── MainWindow.g.cs
│   │   │   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   │   │   ├── ProductView.baml
│   │   │   │   │   │   ├── ProductView.g.i.cs
│   │   │   │   │   │   ├── Shell.g.i.cs
│   │   │   │   │   │   ├── SimpleMVVMExample.csproj.FileListAbsolute.txt
│   │   │   │   │   │   ├── SimpleMVVMExample.csproj.GenerateResource.Cache
│   │   │   │   │   │   ├── SimpleMVVMExample.exe
│   │   │   │   │   │   ├── SimpleMVVMExample.g.resources
│   │   │   │   │   │   ├── SimpleMVVMExample_MarkupCompile.cache
│   │   │   │   │   │   ├── SimpleMVVMExample_MarkupCompile.i.cache
│   │   │   │   │   │   ├── SimpleMVVMExample_MarkupCompile.lref
│   │   │   │   │   │   ├── SimpleMVVMExample.pdb
│   │   │   │   │   │   ├── SimpleMVVMExample.Properties.Resources.resources
│   │   │   │   │   │   └── TempPE
│   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   └── Release
│   │   │   │   │   ├── App.g.cs
│   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   │   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   ├── MainWindow.baml
│   │   │   │   │   ├── MainWindow.g.cs
│   │   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   │   ├── ProductViews.baml
│   │   │   │   │   ├── SimpleMVVMExample.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── SimpleMVVMExample.exe
│   │   │   │   │   ├── SimpleMVVMExample.g.resources
│   │   │   │   │   ├── SimpleMVVMExample_MarkupCompile.cache
│   │   │   │   │   ├── SimpleMVVMExample_MarkupCompile.i.cache
│   │   │   │   │   ├── SimpleMVVMExample_MarkupCompile.i.lref
│   │   │   │   │   ├── SimpleMVVMExample_MarkupCompile.lref
│   │   │   │   │   ├── SimpleMVVMExample.pdb
│   │   │   │   │   ├── SimpleMVVMExample.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── ProductModel.cs
│   │   │   │   ├── ProductViewModel.cs
│   │   │   │   ├── ProductView.xaml
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── SimpleMVVMExample.csproj
│   │   │   │   └── SimpleMVVMExample.csproj.user
│   │   │   ├── SimpleMVVMExample.sln
│   │   │   └── SimpleMVVMExample.suo
│   │   ├── SimpleMVVMExample.zip
│   │   ├── Soft Keyboard.txt
│   │   ├── StylingWPFScrollViewerDemo.zip
│   │   ├── SwitchPages
│   │   │   ├── PageSwitching.sln
│   │   │   ├── PageSwitching.suo
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   └── WpfApplication1
│   │   │   ├── 51aspx源码必读.txt
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── DockPanelSplitter.dll
│   │   │   │   ├── DockPanelSplitter.pdb
│   │   │   │   ├── WpfApplication1.exe
│   │   │   │   ├── WpfApplication1.pdb
│   │   │   │   ├── WpfApplication1.vshost.exe
│   │   │   │   └── WpfApplication1.vshost.exe.manifest
│   │   │   ├── from.gif
│   │   │   ├── icon1.ico
│   │   │   ├── index.xaml
│   │   │   ├── index.xaml.cs
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── App.g.cs
│   │   │   │   ├── App.g.i.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── index.baml
│   │   │   │   ├── index.g.cs
│   │   │   │   ├── index.g.i.cs
│   │   │   │   ├── Page1.baml
│   │   │   │   ├── Page1.g.cs
│   │   │   │   ├── Page1.g.i.cs
│   │   │   │   ├── Page2.baml
│   │   │   │   ├── Page2.g.cs
│   │   │   │   ├── Page2.g.i.cs
│   │   │   │   ├── Page3.baml
│   │   │   │   ├── Page3.g.cs
│   │   │   │   ├── Page3.g.i.cs
│   │   │   │   ├── Page4.baml
│   │   │   │   ├── Page4.g.cs
│   │   │   │   ├── Page4.g.i.cs
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Window1.baml
│   │   │   │   ├── Window1.g.cs
│   │   │   │   ├── Window1.g.i.cs
│   │   │   │   ├── Window2.baml
│   │   │   │   ├── Window2.g.cs
│   │   │   │   ├── Window2.g.i.cs
│   │   │   │   ├── WpfApplication1.csproj.FileListAbsolute.txt
│   │   │   │   ├── WpfApplication1.csproj.GenerateResource.Cache
│   │   │   │   ├── WpfApplication1.csprojResolveAssemblyReference.cache
│   │   │   │   ├── WpfApplication1.exe
│   │   │   │   ├── WpfApplication1.g.resources
│   │   │   │   ├── WpfApplication1_MarkupCompile.cache
│   │   │   │   ├── WpfApplication1_MarkupCompile.i.cache
│   │   │   │   ├── WpfApplication1.pdb
│   │   │   │   └── WpfApplication1.Properties.Resources.resources
│   │   │   ├── Page1.xaml
│   │   │   ├── Page1.xaml.cs
│   │   │   ├── Page2.xaml
│   │   │   ├── Page2.xaml.cs
│   │   │   ├── Page3.xaml
│   │   │   ├── Page3.xaml.cs
│   │   │   ├── Page4.xaml
│   │   │   ├── Page4.xaml.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Resources
│   │   │   │   ├── CA_16-9-2009.jpg
│   │   │   │   ├── CA_24-9-2009.jpg
│   │   │   │   ├── cl256.png
│   │   │   │   ├── clock256.png
│   │   │   │   ├── JP_17-8-2009.jpg
│   │   │   │   ├── movie256.png
│   │   │   │   ├── music256.png
│   │   │   │   └── pdc.jpg
│   │   │   ├── Window1.xaml
│   │   │   ├── Window1.xaml.cs
│   │   │   ├── Window2.xaml
│   │   │   ├── Window2.xaml.cs
│   │   │   ├── WpfApplication1.csproj
│   │   │   └── 最新Asp.Net源码下载.url
│   │   ├── SwitchPages.rar
│   │   ├── SwitchWindow.txt
│   │   ├── SynchronizationCallback.cs
│   │   ├── SynchronizedObservableCollectionList.cs
│   │   ├── TabControl.txt
│   │   ├── Tag Property.txt
│   │   ├── TemplateChanging.txt
│   │   ├── Text multi Font & Line.txt
│   │   ├── ToggleButton Style.txt
│   │   ├── ToggleButtonStyle.txt
│   │   ├── ToggleSL-master.zip
│   │   ├── Tooltip.txt
│   │   ├── UniformGrid
│   │   │   └── TicTacToe
│   │   │   ├── TicTacToe
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── TicTacToe.exe
│   │   │   │   │   ├── TicTacToe.pdb
│   │   │   │   │   ├── TicTacToe.vshost.exe
│   │   │   │   │   └── TicTacToe.vshost.exe.manifest
│   │   │   │   ├── MainWindow.xaml
│   │   │   │   ├── MainWindow.xaml.cs
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── App.g.cs
│   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   ├── MainWindow.baml
│   │   │   │   │   ├── MainWindow.g.cs
│   │   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   │   ├── TempPE
│   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   ├── TicTacToe.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── TicTacToe.csproj.GenerateResource.Cache
│   │   │   │   │   ├── TicTacToe.exe
│   │   │   │   │   ├── TicTacToe.g.resources
│   │   │   │   │   ├── TicTacToe_MarkupCompile.cache
│   │   │   │   │   ├── TicTacToe_MarkupCompile.i.cache
│   │   │   │   │   ├── TicTacToe.pdb
│   │   │   │   │   └── TicTacToe.Properties.Resources.resources
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── TicTacToe.csproj
│   │   │   │   └── TicTacToeGame.cs
│   │   │   ├── TicTacToe.sln
│   │   │   ├── TicTacToe.sln.docstates
│   │   │   └── TicTacToe.suo
│   │   ├── Uniform Grid.txt
│   │   ├── ViewModel Dispose.txt
│   │   ├── Weak Events.txt
│   │   ├── Window & Dialog.txt
│   │   ├── Window Page UserControl.txt
│   │   ├── Window Resize.txt
│   │   ├── WindowSwitching
│   │   │   ├── CommonLib
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── CommonLib.dll
│   │   │   │   │   └── CommonLib.pdb
│   │   │   │   ├── CommonLib.csproj
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── CommonLib.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── CommonLib.csprojResolveAssemblyReference.cache
│   │   │   │   │   ├── CommonLib.dll
│   │   │   │   │   ├── CommonLib.pdb
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   └── TempPE
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── SingleTonTicker.cs
│   │   │   │   ├── SingleTonWrapper.cs
│   │   │   │   ├── Testclass.cs
│   │   │   │   └── Ticker.cs
│   │   │   ├── WindowSwitching
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── CommonLib.dll
│   │   │   │   │   ├── CommonLib.pdb
│   │   │   │   │   ├── WindowSwitching.exe
│   │   │   │   │   ├── WindowSwitching.pdb
│   │   │   │   │   ├── WindowSwitching.vshost.exe
│   │   │   │   │   └── WindowSwitching.vshost.exe.manifest
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── App.g.cs
│   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   │   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   │   ├── TempPE
│   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   ├── WindowSwitching.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── WindowSwitching.csproj.GenerateResource.Cache
│   │   │   │   │   ├── WindowSwitching.csprojResolveAssemblyReference.cache
│   │   │   │   │   ├── WindowSwitching.exe
│   │   │   │   │   ├── WindowSwitching.g.resources
│   │   │   │   │   ├── WindowSwitching_MarkupCompile.cache
│   │   │   │   │   ├── WindowSwitching_MarkupCompile.i.cache
│   │   │   │   │   ├── WindowSwitching_MarkupCompile.lref
│   │   │   │   │   ├── WindowSwitching.pdb
│   │   │   │   │   ├── WindowSwitching.Properties.Resources.resources
│   │   │   │   │   ├── WndOrder.baml
│   │   │   │   │   ├── WndOrder.g.cs
│   │   │   │   │   ├── wndOrder.g.i.cs
│   │   │   │   │   ├── WndRoom.baml
│   │   │   │   │   ├── WndRoom.g.cs
│   │   │   │   │   └── wndRoom.g.i.cs
│   │   │   │   ├── PersonModel.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── WindowSwitching.csproj
│   │   │   │   ├── WndOrder.xaml
│   │   │   │   ├── WndOrder.xaml.cs
│   │   │   │   ├── WndRoom.xaml
│   │   │   │   └── WndRoom.xaml.cs
│   │   │   ├── WindowSwitching.sln
│   │   │   └── WindowSwitching.suo
│   │   ├── Window Switching.txt
│   │   ├── WpfLab.zip
│   │   ├── WpfMvvmAutoCreatControl
│   │   │   ├── WpfMvvmAutoCreatControl
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── WpfMvvmAutoCreatControl.exe
│   │   │   │   │   ├── WpfMvvmAutoCreatControl.pdb
│   │   │   │   │   ├── WpfMvvmAutoCreatControl.vshost.exe
│   │   │   │   │   └── WpfMvvmAutoCreatControl.vshost.exe.manifest
│   │   │   │   ├── Command
│   │   │   │   │   └── AutoControlCommand.cs
│   │   │   │   ├── MainWindow.xaml
│   │   │   │   ├── MainWindow.xaml.cs
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── App.g.cs
│   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   │   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   ├── MainWindow.baml
│   │   │   │   │   ├── MainWindow.g.cs
│   │   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   │   ├── TempPE
│   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   ├── WpfMvvmAutoCreatControl.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── WpfMvvmAutoCreatControl.csproj.GenerateResource.Cache
│   │   │   │   │   ├── WpfMvvmAutoCreatControl.exe
│   │   │   │   │   ├── WpfMvvmAutoCreatControl.g.resources
│   │   │   │   │   ├── WpfMvvmAutoCreatControl_MarkupCompile.cache
│   │   │   │   │   ├── WpfMvvmAutoCreatControl_MarkupCompile.i.cache
│   │   │   │   │   ├── WpfMvvmAutoCreatControl_MarkupCompile.i.lref
│   │   │   │   │   ├── WpfMvvmAutoCreatControl_MarkupCompile.lref
│   │   │   │   │   ├── WpfMvvmAutoCreatControl.pdb
│   │   │   │   │   └── WpfMvvmAutoCreatControl.Properties.Resources.resources
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── ViewModel
│   │   │   │   │   └── AutoControlViewModel.cs
│   │   │   │   └── WpfMvvmAutoCreatControl.csproj
│   │   │   ├── WpfMvvmAutoCreatControl.sln
│   │   │   └── WpfMvvmAutoCreatControl.suo
│   │   ├── WpfMvvmAutoCreatControl.zip
│   │   ├── WPFPageSwitcher
│   │   │   ├── WPFPageSwitch
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── Backup
│   │   │   │   │   ├── App.xaml
│   │   │   │   │   ├── App.xaml.cs
│   │   │   │   │   ├── ISwitchable.cs
│   │   │   │   │   ├── JagoanFisika.csproj
│   │   │   │   │   ├── Menu
│   │   │   │   │   │   ├── Gameplay.xaml
│   │   │   │   │   │   ├── Gameplay.xaml.cs
│   │   │   │   │   │   ├── LoadGame.xaml
│   │   │   │   │   │   ├── LoadGame.xaml.cs
│   │   │   │   │   │   ├── Login.xaml
│   │   │   │   │   │   ├── Login.xaml.cs
│   │   │   │   │   │   ├── MainMenu.xaml
│   │   │   │   │   │   ├── MainMenu.xaml.cs
│   │   │   │   │   │   ├── Option.xaml
│   │   │   │   │   │   ├── Option.xaml.cs
│   │   │   │   │   │   ├── Register.xaml
│   │   │   │   │   │   └── Register.xaml.cs
│   │   │   │   │   ├── PageSwitcher.xaml
│   │   │   │   │   ├── PageSwitcher.xaml.cs
│   │   │   │   │   ├── Properties
│   │   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   │   ├── Resources.resx
│   │   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   │   └── Settings.settings
│   │   │   │   │   └── Switcher.cs
│   │   │   │   ├── bin
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── JagoanFisika.exe
│   │   │   │   │   │   ├── JagoanFisikaLogic.dll
│   │   │   │   │   │   ├── JagoanFisikaLogic.pdb
│   │   │   │   │   │   ├── JagoanFisika.pdb
│   │   │   │   │   │   ├── JagoanFisika.vshost.exe
│   │   │   │   │   │   └── JagoanFisika.vshost.exe.manifest
│   │   │   │   │   └── Release
│   │   │   │   ├── ISwitchable.cs
│   │   │   │   ├── Menu
│   │   │   │   │   ├── Gameplay.xaml
│   │   │   │   │   ├── Gameplay.xaml.cs
│   │   │   │   │   ├── LoadGame.xaml
│   │   │   │   │   ├── LoadGame.xaml.cs
│   │   │   │   │   ├── Login.xaml
│   │   │   │   │   ├── Login.xaml.cs
│   │   │   │   │   ├── MainMenu.xaml
│   │   │   │   │   ├── MainMenu.xaml.cs
│   │   │   │   │   ├── Option.xaml
│   │   │   │   │   ├── Option.xaml.cs
│   │   │   │   │   ├── Register.xaml
│   │   │   │   │   └── Register.xaml.cs
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── App.g.cs
│   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GenerateResource-ResGen.read.1.tlog
│   │   │   │   │   ├── GenerateResource-ResGen.write.1.tlog
│   │   │   │   │   ├── JagoanFisika.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── JagoanFisika.csproj.GenerateResource.Cache
│   │   │   │   │   ├── JagoanFisika.exe
│   │   │   │   │   ├── JagoanFisika.g.resources
│   │   │   │   │   ├── JagoanFisika_MarkupCompile.cache
│   │   │   │   │   ├── JagoanFisika_MarkupCompile.i.cache
│   │   │   │   │   ├── JagoanFisika.pdb
│   │   │   │   │   ├── JagoanFisika.Properties.Resources.resources
│   │   │   │   │   ├── Menu
│   │   │   │   │   │   ├── Gameplay.baml
│   │   │   │   │   │   ├── Gameplay.g.cs
│   │   │   │   │   │   ├── Gameplay.g.i.cs
│   │   │   │   │   │   ├── LoadGame.baml
│   │   │   │   │   │   ├── LoadGame.g.cs
│   │   │   │   │   │   ├── LoadGame.g.i.cs
│   │   │   │   │   │   ├── Login.baml
│   │   │   │   │   │   ├── Login.g.cs
│   │   │   │   │   │   ├── Login.g.i.cs
│   │   │   │   │   │   ├── MainMenu.baml
│   │   │   │   │   │   ├── MainMenu.g.cs
│   │   │   │   │   │   ├── MainMenu.g.i.cs
│   │   │   │   │   │   ├── Option.baml
│   │   │   │   │   │   ├── Option.g.cs
│   │   │   │   │   │   ├── Option.g.i.cs
│   │   │   │   │   │   ├── Register.baml
│   │   │   │   │   │   ├── Register.g.cs
│   │   │   │   │   │   └── Register.g.i.cs
│   │   │   │   │   ├── PageSwitcher.baml
│   │   │   │   │   ├── PageSwitcher.g.cs
│   │   │   │   │   ├── PageSwitcher.g.i.cs
│   │   │   │   │   ├── Refactor
│   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   ├── TempPE
│   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   ├── WPFPageSwitch.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── WPFPageSwitch.csproj.GenerateResource.Cache
│   │   │   │   │   └── WPFPageSwitch.Properties.Resources.resources
│   │   │   │   ├── PageSwitcher.xaml
│   │   │   │   ├── PageSwitcher.xaml.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── Switcher.cs
│   │   │   │   ├── UpgradeLog.XML
│   │   │   │   └── WPFPageSwitch.csproj
│   │   │   ├── WPFPageSwitch.sln
│   │   │   └── WPFPageSwitch.suo
│   │   ├── WPFPageSwitcher.zip
│   │   ├── WPF.txt
│   │   ├── WrapPanel.txt
│   │   ├── xmlns.txt
│   │   └── 新建文本文档.txt
│   ├── WPF4Unleashed_SourceCode.zip
│   ├── WPF Keyword Emulation.txt
│   ├── WPF Modal Dialog
│   │   ├── DialogBoxMvvmSample
│   │   │   ├── DialogBoxMvvmSample
│   │   │   │   ├── App.config
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DialogBoxMvvmSample.exe
│   │   │   │   │   ├── DialogBoxMvvmSample.exe.config
│   │   │   │   │   ├── DialogBoxMvvmSample.pdb
│   │   │   │   │   ├── DialogBoxMvvmSample.vshost.exe
│   │   │   │   │   ├── DialogBoxMvvmSample.vshost.exe.config
│   │   │   │   │   └── DialogBoxMvvmSample.vshost.exe.manifest
│   │   │   │   ├── DialogBoxMvvmSample.csproj
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── App.g.cs
│   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── DialogBoxMvvmSample.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── DialogBoxMvvmSample.csproj.GenerateResource.Cache
│   │   │   │   │   ├── DialogBoxMvvmSample.csprojResolveAssemblyReference.cache
│   │   │   │   │   ├── DialogBoxMvvmSample.exe
│   │   │   │   │   ├── DialogBoxMvvmSample.g.resources
│   │   │   │   │   ├── DialogBoxMvvmSample_MarkupCompile.cache
│   │   │   │   │   ├── DialogBoxMvvmSample_MarkupCompile.i.cache
│   │   │   │   │   ├── DialogBoxMvvmSample_MarkupCompile.i.lref
│   │   │   │   │   ├── DialogBoxMvvmSample_MarkupCompile.lref
│   │   │   │   │   ├── DialogBoxMvvmSample.pdb
│   │   │   │   │   ├── DialogBoxMvvmSample.Properties.Resources.resources
│   │   │   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   │   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   │   ├── TempPE
│   │   │   │   │   └── Views
│   │   │   │   │   ├── CustomerEditorView.baml
│   │   │   │   │   ├── CustomerEditorView.g.cs
│   │   │   │   │   ├── CustomerEditorView.g.i.cs
│   │   │   │   │   ├── MainWindow.baml
│   │   │   │   │   ├── MainWindow.g.cs
│   │   │   │   │   └── MainWindow.g.i.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── ViewModel
│   │   │   │   │   ├── Common
│   │   │   │   │   │   └── SimpleRelayCommand.cs
│   │   │   │   │   ├── CustomerEditorViewModel.cs
│   │   │   │   │   ├── CustomerItemViewModel.cs
│   │   │   │   │   └── MainViewModel.cs
│   │   │   │   └── Views
│   │   │   │   ├── CustomerEditorView.xaml
│   │   │   │   ├── CustomerEditorView.xaml.cs
│   │   │   │   ├── MainWindow.xaml
│   │   │   │   └── MainWindow.xaml.cs
│   │   │   ├── DialogBoxMvvmSample.sln
│   │   │   └── DialogBoxMvvmSample.v12.suo
│   │   └── DialogBoxMvvmSample.zip
│   ├── WpfRecognize.7z
│   ├── wpfsendkeys-79962
│   │   ├── BuildProcessTemplates
│   │   │   ├── DefaultTemplate.11.1.xaml
│   │   │   ├── DefaultTemplate.xaml
│   │   │   ├── LabDefaultTemplate.11.xaml
│   │   │   └── UpgradeTemplate.xaml
│   │   └── WpfSendKeys
│   │   ├── SampleWpfApp
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── SampleWpfApp.exe
│   │   │   │   ├── SampleWpfApp.pdb
│   │   │   │   ├── SampleWpfApp.vshost.exe
│   │   │   │   ├── SampleWpfApp.vshost.exe.manifest
│   │   │   │   ├── WpfSendKeys.dll
│   │   │   │   └── WpfSendKeys.pdb
│   │   │   ├── MainWindow.xaml
│   │   │   ├── MainWindow.xaml.cs
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── App.g.cs
│   │   │   │   ├── App.g.i.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── MainWindow.baml
│   │   │   │   ├── MainWindow.g.cs
│   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   ├── SampleWpfApp.csproj.FileListAbsolute.txt
│   │   │   │   ├── SampleWpfApp.csproj.GenerateResource.Cache
│   │   │   │   ├── SampleWpfApp.csprojResolveAssemblyReference.cache
│   │   │   │   ├── SampleWpfApp.exe
│   │   │   │   ├── SampleWpfApp.g.resources
│   │   │   │   ├── SampleWpfApp_MarkupCompile.cache
│   │   │   │   ├── SampleWpfApp_MarkupCompile.i.cache
│   │   │   │   ├── SampleWpfApp.pdb
│   │   │   │   ├── SampleWpfApp.Properties.Resources.resources
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── SampleWpfApp.csproj
│   │   │   └── SampleWpfApp.csproj.vspscc
│   │   ├── WpfSendKeys
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── WpfSendKeys.dll
│   │   │   │   └── WpfSendKeys.pdb
│   │   │   ├── KeyboardLayout.cs
│   │   │   ├── KeyPressInfo.cs
│   │   │   ├── MockKeyboardDevice.cs
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── TempPE
│   │   │   │   ├── WpfSendKeys.csproj.FileListAbsolute.txt
│   │   │   │   ├── WpfSendKeys.dll
│   │   │   │   └── WpfSendKeys.pdb
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── SendKeys.cs
│   │   │   ├── SendKeysParser.cs
│   │   │   ├── WpfSendKeys.csproj
│   │   │   └── WpfSendKeys.csproj.vspscc
│   │   ├── WpfSendKeys.sln
│   │   ├── WpfSendKeys.suo
│   │   └── WpfSendKeys.vssscc
│   ├── wpfsendkeys-79962.zip
│   ├── WPF Styles&Templates
│   │   ├── AnimatedExpanderStyles.xaml
│   │   ├── ButtonStyle-Metro.xaml
│   │   ├── ButtonStyle-MultiStyles.xaml
│   │   ├── ButtonStyle-Retangle.xaml
│   │   ├── ButtonStyle-Yellow.xaml
│   │   ├── Expander01.xaml
│   │   ├── ItemsControl-UniformGrid.xaml
│   │   ├── ListBoxScrollBarStyle.xaml
│   │   ├── PreDefinedColors.xaml
│   │   ├── readme.xaml
│   │   ├── ToggleButtonStyle-Metro.xaml
│   │   └── ViewBox.xaml
│   └── XML
│   └── XMLTest
│   ├── XMLTest
│   │   ├── App.config
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── Config.xml
│   │   │   │   ├── XMLTest.exe
│   │   │   │   ├── XMLTest.exe.config
│   │   │   │   ├── XMLTest.pdb
│   │   │   │   ├── XMLTest.vshost.exe
│   │   │   │   ├── XMLTest.vshost.exe.Config
│   │   │   │   └── XMLTest.vshost.exe.manifest
│   │   │   └── Release
│   │   │   ├── XMLTest.exe
│   │   │   ├── XMLTest.exe.config
│   │   │   ├── XMLTest.pdb
│   │   │   ├── XMLTest.vshost.exe
│   │   │   ├── XMLTest.vshost.exe.config
│   │   │   └── XMLTest.vshost.exe.manifest
│   │   ├── Config.xml
│   │   ├── MainWindow.xaml
│   │   ├── MainWindow.xaml.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   ├── Debug
│   │   │   │   ├── App.g.cs
│   │   │   │   ├── App.g.i.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── MainWindow.baml
│   │   │   │   ├── MainWindow.g.cs
│   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── XMLTest_Content.g.i.cs
│   │   │   │   ├── XMLTest.csproj.FileListAbsolute.txt
│   │   │   │   ├── XMLTest.csproj.GenerateResource.Cache
│   │   │   │   ├── XMLTest.exe
│   │   │   │   ├── XMLTest.g.resources
│   │   │   │   ├── XMLTest_MarkupCompile.cache
│   │   │   │   ├── XMLTest_MarkupCompile.i.cache
│   │   │   │   ├── XMLTest.pdb
│   │   │   │   └── XMLTest.Properties.Resources.resources
│   │   │   └── Release
│   │   │   ├── App.g.cs
│   │   │   ├── App.g.i.cs
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── MainWindow.baml
│   │   │   ├── MainWindow.g.cs
│   │   │   ├── MainWindow.g.i.cs
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── XMLTest.csproj.FileListAbsolute.txt
│   │   │   ├── XMLTest.exe
│   │   │   ├── XMLTest.g.resources
│   │   │   ├── XMLTest_MarkupCompile.cache
│   │   │   ├── XMLTest_MarkupCompile.i.cache
│   │   │   ├── XMLTest.pdb
│   │   │   └── XMLTest.Properties.Resources.resources
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Utility.cs
│   │   └── XMLTest.csproj
│   ├── XMLTest.sln
│   └── XMLTest.suo
├── ReportEntityObject
│   ├── bin
│   │   ├── Debug
│   │   │   ├── ReportEntityObject.dll
│   │   │   └── ReportEntityObject.pdb
│   │   └── Release
│   │   ├── ReportEntityObject.dll
│   │   └── ReportEntityObject.pdb
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── ReportEntityObject.csproj.FileListAbsolute.txt
│   │   │   ├── ReportEntityObject.dll
│   │   │   ├── ReportEntityObject.pdb
│   │   │   └── TempPE
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── ReportEntityObject.csproj.FileListAbsolute.txt
│   │   ├── ReportEntityObject.dll
│   │   ├── ReportEntityObject.pdb
│   │   └── TempPE
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── ReportEntityObject.csproj
│   ├── RPTOrderDetail.cs
│   ├── RPTOrderHeader.cs
│   └── RPTPayment.cs
├── RXLib
│   ├── System.Reactive.Core.dll
│   ├── System.Reactive.Interfaces.dll
│   ├── System.Reactive.Linq.dll
│   └── System.Reactive.PlatformServices.dll
├── Server
│   ├── app.config
│   ├── bin
│   ├── FormServerMain.cs
│   ├── FormServerMain.Designer.cs
│   ├── FormServerMain.resx
│   ├── FrmMain.cs
│   ├── FrmMain.Designer.cs
│   ├── FrmMain.resx
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Server.exe
│   │   │   ├── Server.FormServerMain.resources
│   │   │   ├── Server.FrmMain.resources
│   │   │   ├── Server.pdb
│   │   │   ├── Server.Properties.Resources.resources
│   │   │   ├── SimpleServer.csproj.FileListAbsolute.txt
│   │   │   ├── SimpleServer.csproj.GenerateResource.Cache
│   │   │   ├── SimpleServer.csprojResolveAssemblyReference.cache
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── Server.exe
│   │   ├── Server.FormServerMain.resources
│   │   ├── Server.FrmMain.resources
│   │   ├── Server.pdb
│   │   ├── Server.Properties.Resources.resources
│   │   ├── SimpleServer.csproj.FileListAbsolute.txt
│   │   ├── SimpleServer.csproj.GenerateResource.Cache
│   │   ├── SimpleServer.csprojResolveAssemblyReference.cache
│   │   └── TempPE
│   │   └── Properties.Resources.Designer.cs.dll
│   ├── packages
│   │   ├── repositories.config
│   │   ├── Rx-Core.2.2.5
│   │   │   ├── lib
│   │   │   │   ├── net40
│   │   │   │   │   ├── System.Reactive.Core.dll
│   │   │   │   │   └── System.Reactive.Core.XML
│   │   │   │   ├── net45
│   │   │   │   │   ├── System.Reactive.Core.dll
│   │   │   │   │   └── System.Reactive.Core.XML
│   │   │   │   ├── portable-net40+sl5+win8+wp8
│   │   │   │   │   ├── System.Reactive.Core.dll
│   │   │   │   │   └── System.Reactive.Core.XML
│   │   │   │   ├── portable-net45+winrt45+wp8+wpa81
│   │   │   │   │   ├── System.Reactive.Core.dll
│   │   │   │   │   └── System.Reactive.Core.XML
│   │   │   │   ├── portable-win81+wpa81
│   │   │   │   │   ├── System.Reactive.Core.dll
│   │   │   │   │   └── System.Reactive.Core.XML
│   │   │   │   ├── portable-windows8+net45+wp8
│   │   │   │   │   ├── System.Reactive.Core.dll
│   │   │   │   │   └── System.Reactive.Core.XML
│   │   │   │   ├── sl5
│   │   │   │   │   ├── System.Reactive.Core.dll
│   │   │   │   │   └── System.Reactive.Core.XML
│   │   │   │   ├── windows8
│   │   │   │   │   ├── System.Reactive.Core.dll
│   │   │   │   │   └── System.Reactive.Core.XML
│   │   │   │   ├── windowsphone71
│   │   │   │   │   ├── System.Reactive.Core.dll
│   │   │   │   │   └── System.Reactive.Core.XML
│   │   │   │   └── windowsphone8
│   │   │   │   ├── System.Reactive.Core.dll
│   │   │   │   └── System.Reactive.Core.XML
│   │   │   └── Rx-Core.2.2.5.nupkg
│   │   ├── Rx-Interfaces.2.2.5
│   │   │   ├── lib
│   │   │   │   ├── net40
│   │   │   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   │   │   └── System.Reactive.Interfaces.XML
│   │   │   │   ├── net45
│   │   │   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   │   │   └── System.Reactive.Interfaces.XML
│   │   │   │   ├── portable-net40+sl5+win8+wp8
│   │   │   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   │   │   └── System.Reactive.Interfaces.XML
│   │   │   │   ├── portable-net45+winrt45+wp8+wpa81
│   │   │   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   │   │   └── System.Reactive.Interfaces.XML
│   │   │   │   ├── portable-win81+wpa81
│   │   │   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   │   │   └── System.Reactive.Interfaces.XML
│   │   │   │   ├── portable-windows8+net45+wp8
│   │   │   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   │   │   └── System.Reactive.Interfaces.XML
│   │   │   │   ├── sl5
│   │   │   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   │   │   └── System.Reactive.Interfaces.XML
│   │   │   │   ├── windows8
│   │   │   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   │   │   └── System.Reactive.Interfaces.XML
│   │   │   │   ├── windowsphone71
│   │   │   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   │   │   └── System.Reactive.Interfaces.XML
│   │   │   │   └── windowsphone8
│   │   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   │   └── System.Reactive.Interfaces.XML
│   │   │   └── Rx-Interfaces.2.2.5.nupkg
│   │   ├── Rx-Linq.2.2.5
│   │   │   ├── lib
│   │   │   │   ├── net40
│   │   │   │   │   ├── System.Reactive.Linq.dll
│   │   │   │   │   └── System.Reactive.Linq.XML
│   │   │   │   ├── net45
│   │   │   │   │   ├── System.Reactive.Linq.dll
│   │   │   │   │   └── System.Reactive.Linq.XML
│   │   │   │   ├── portable-net40+sl5+win8+wp8
│   │   │   │   │   ├── System.Reactive.Linq.dll
│   │   │   │   │   └── System.Reactive.Linq.XML
│   │   │   │   ├── portable-net45+winrt45+wp8+wpa81
│   │   │   │   │   ├── System.Reactive.Linq.dll
│   │   │   │   │   └── System.Reactive.Linq.XML
│   │   │   │   ├── portable-win81+wpa81
│   │   │   │   │   ├── System.Reactive.Linq.dll
│   │   │   │   │   └── System.Reactive.Linq.XML
│   │   │   │   ├── portable-windows8+net45+wp8
│   │   │   │   │   ├── System.Reactive.Linq.dll
│   │   │   │   │   └── System.Reactive.Linq.XML
│   │   │   │   ├── sl5
│   │   │   │   │   ├── System.Reactive.Linq.dll
│   │   │   │   │   └── System.Reactive.Linq.XML
│   │   │   │   ├── windows8
│   │   │   │   │   ├── System.Reactive.Linq.dll
│   │   │   │   │   └── System.Reactive.Linq.XML
│   │   │   │   ├── windowsphone71
│   │   │   │   │   ├── System.Reactive.Linq.dll
│   │   │   │   │   └── System.Reactive.Linq.XML
│   │   │   │   └── windowsphone8
│   │   │   │   ├── System.Reactive.Linq.dll
│   │   │   │   └── System.Reactive.Linq.XML
│   │   │   └── Rx-Linq.2.2.5.nupkg
│   │   ├── Rx-Main.2.2.5
│   │   │   └── Rx-Main.2.2.5.nupkg
│   │   └── Rx-PlatformServices.2.2.5
│   │   ├── lib
│   │   │   ├── net40
│   │   │   │   ├── System.Reactive.PlatformServices.dll
│   │   │   │   └── System.Reactive.PlatformServices.XML
│   │   │   ├── net45
│   │   │   │   ├── System.Reactive.PlatformServices.dll
│   │   │   │   └── System.Reactive.PlatformServices.XML
│   │   │   ├── portable-net40+sl5+win8+wp8
│   │   │   │   ├── System.Reactive.PlatformServices.dll
│   │   │   │   └── System.Reactive.PlatformServices.XML
│   │   │   ├── portable-net45+winrt45+wp8+wpa81
│   │   │   │   ├── System.Reactive.PlatformServices.dll
│   │   │   │   └── System.Reactive.PlatformServices.XML
│   │   │   ├── portable-win81+wpa81
│   │   │   │   ├── System.Reactive.PlatformServices.dll
│   │   │   │   └── System.Reactive.PlatformServices.XML
│   │   │   ├── portable-windows8+net45+wp8
│   │   │   │   ├── System.Reactive.PlatformServices.dll
│   │   │   │   └── System.Reactive.PlatformServices.XML
│   │   │   ├── sl5
│   │   │   │   ├── System.Reactive.PlatformServices.dll
│   │   │   │   └── System.Reactive.PlatformServices.XML
│   │   │   ├── windows8
│   │   │   │   ├── System.Reactive.PlatformServices.dll
│   │   │   │   └── System.Reactive.PlatformServices.XML
│   │   │   ├── windowsphone71
│   │   │   │   ├── System.Reactive.PlatformServices.dll
│   │   │   │   └── System.Reactive.PlatformServices.XML
│   │   │   └── windowsphone8
│   │   │   ├── System.Reactive.PlatformServices.dll
│   │   │   └── System.Reactive.PlatformServices.XML
│   │   └── Rx-PlatformServices.2.2.5.nupkg
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── SimpleServer.csproj
│   ├── SimpleServer.csproj.pdsync
│   ├── SimpleServer.csproj.pdsyncu
│   ├── SimpleServer.sln
│   ├── SimpleServer.suo
│   ├── SimpleServer.sws
│   ├── UpgradeLog.XML
│   └── _UpgradeReport_Files
│   ├── UpgradeReport.css
│   ├── UpgradeReport_Minus.gif
│   ├── UpgradeReport_Plus.gif
│   └── UpgradeReport.xslt
├── Singleton.txt
├── SNK - Strongly Named Key.txt
├── StringSplitter.txt
├── String.txt
├── synchronization contexts & AsyncOperation.txt
├── System Initialization.vsd
├── System Protocol Specification.mht
├── Temp Links.txt
├── TextBox Log View.txt
├── Thread - 1.txt
├── Thread - 2.txt
├── Threading.txt
├── Threading - Wait and Pulse.txt
├── Time.txt
├── Tools
│   ├── bccrypto-net-1.7-bin.zip
│   ├── CSOutlookBar_src.zip
│   ├── DockPanel_2_9_0.zip
│   ├── dockpanelsuite-Release_2.9.zip
│   ├── Enterprise Library 5.0.msi
│   ├── Enterprise Library 5.0 - Source Code.msi
│   ├── EntLib50.chm
│   ├── Kaxaml_1.8.msi
│   ├── NaviBarSource0.1.zip
│   ├── RibbonLib_v2.6.zip
│   ├── Ribbon.zip
│   ├── SocketAsyncServerAndClient.zip
│   ├── ToolStripCustomizer.zip
│   ├── VisualStudioProjectRenamer_src.rar
│   ├── XamlpadX 4.0.exe
│   ├── 实体类生成工具.exe
│   └── 实体类生成工具.rar
├── UAC.txt
├── Visual Studio IDE
│   ├── WorkspaceReloader.txt
│   └── WorkspaceReloader.vsix
├── Winform UI 2.txt
├── Winform UI.txt
├── Winform输入法.txt
├── WpfAppBar
│   ├── AppBarFunctions.cs
│   ├── bin
│   │   └── Debug
│   │   ├── WpfAppBar.dll
│   │   └── WpfAppBar.pdb
│   ├── Interop.cs
│   ├── obj
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── TempPE
│   │   ├── WpfAppBar.csproj.FileListAbsolute.txt
│   │   ├── WpfAppBar.dll
│   │   └── WpfAppBar.pdb
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── WpfAppBar.csproj
│   ├── WpfAppBar.csproj.pdsync
│   ├── WpfAppBar.csproj.pdsyncu
│   └── WpfAppBar.nuspec
├── WPF References
│   ├── Animation
│   │   └── AnimatedTextDemo
│   │   ├── AnimatedTextDemo
│   │   │   ├── AnimatedTextDemo.csproj
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── BACH.jpg
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── AnimatedTextDemo.exe
│   │   │   │   ├── AnimatedTextDemo.pdb
│   │   │   │   └── AnimatedTextDemo.vshost.exe
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── AnimatedTextDemo.csproj.FileListAbsolute.txt
│   │   │   │   ├── AnimatedTextDemo.csproj.GenerateResource.Cache
│   │   │   │   ├── AnimatedTextDemo.exe
│   │   │   │   ├── AnimatedTextDemo.g.resources
│   │   │   │   ├── AnimatedTextDemo_MarkupCompile.cache
│   │   │   │   ├── AnimatedTextDemo_MarkupCompile.i.cache
│   │   │   │   ├── AnimatedTextDemo.pdb
│   │   │   │   ├── AnimatedTextDemo.Properties.Resources.resources
│   │   │   │   ├── App.g.cs
│   │   │   │   ├── App.g.i.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Window1.baml
│   │   │   │   ├── Window1.g.cs
│   │   │   │   └── Window1.g.i.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── AnimatedTextDemo.sln
│   │   ├── AnimatedTextDemo.suo
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── DataGridColumnWidthAnimation
│   │   ├── app.config
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── bin
│   │   ├── ColumnWidthAnimation.cs
│   │   ├── DataGridColumnWidthAnimation.csproj
│   │   ├── DataGridColumnWidthAnimation.csproj.user
│   │   ├── DataGridColumnWidthAnimation.gpState
│   │   ├── DataGridColumnWidthAnimation.sln
│   │   ├── DataGridColumnWidthAnimation.suo
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── Refactor
│   │   │   │   └── TempPE
│   │   │   └── Release
│   │   │   ├── App.g.cs
│   │   │   ├── App.g.i.cs
│   │   │   ├── DataGridColumnWidthAnimation.csproj.FileListAbsolute.txt
│   │   │   ├── DataGridColumnWidthAnimation.csproj.GenerateResource.Cache
│   │   │   ├── DataGridColumnWidthAnimation.csprojResolveAssemblyReference.cache
│   │   │   ├── DataGridColumnWidthAnimation.exe
│   │   │   ├── DataGridColumnWidthAnimation.g.resources
│   │   │   ├── DataGridColumnWidthAnimation_MarkupCompile.cache
│   │   │   ├── DataGridColumnWidthAnimation_MarkupCompile.i.cache
│   │   │   ├── DataGridColumnWidthAnimation.pdb
│   │   │   ├── DataGridColumnWidthAnimation.Properties.Resources.resources
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Window1.baml
│   │   │   ├── Window1.g.cs
│   │   │   └── Window1.g.i.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── UpgradeLog.XML
│   │   ├── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.cs
│   ├── DataGridMasterDetail
│   │   ├── Ref.txt
│   │   ├── StyledMasterDetail
│   │   │   ├── StyledMasterDetail
│   │   │   │   ├── app.config
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── StyledMasterDetail.exe.config
│   │   │   │   │   ├── StyledMasterDetail.vshost.exe
│   │   │   │   │   ├── StyledMasterDetail.vshost.exe.config
│   │   │   │   │   └── StyledMasterDetail.vshost.exe.manifest
│   │   │   │   ├── MainWindow.xaml
│   │   │   │   ├── MainWindow.xaml.cs
│   │   │   │   ├── obj
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   │   ├── StyledMasterDetail.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── StyledMasterDetail_MarkupCompile.i.cache
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── StyledMasterDetail.csproj
│   │   │   ├── StyledMasterDetail.sln
│   │   │   └── StyledMasterDetail.suo
│   │   ├── WPFDataGridExamples
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── WPFDataGridExamples
│   │   │   │   ├── app.config
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   ├── DataSetExamples
│   │   │   │   │   ├── DataSetCRUDExample.xaml
│   │   │   │   │   ├── DataSetCRUDExample.xaml.cs
│   │   │   │   │   ├── DataSetValidationExample.xaml
│   │   │   │   │   ├── DataSetValidationExample.xaml.cs
│   │   │   │   │   ├── DataSetValidationRules.cs
│   │   │   │   │   ├── MasterDetailExample.xaml
│   │   │   │   │   ├── MasterDetailExample.xaml.cs
│   │   │   │   │   └── NorthwindDataProviders.cs
│   │   │   │   ├── Menu.xaml
│   │   │   │   ├── Menu.xaml.cs
│   │   │   │   ├── NorthwindDataSet.cs
│   │   │   │   ├── NorthwindDataSet.Designer.cs
│   │   │   │   ├── NorthwindDataSet.xsc
│   │   │   │   ├── NorthwindDataSet.xsd
│   │   │   │   ├── NorthwindDataSet.xss
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   ├── DataSetExamples
│   │   │   │   │   │   ├── DataSetCRUDExample.g.i.cs
│   │   │   │   │   │   └── MasterDetailExample.g.i.cs
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   │   │   ├── Menu.g.i.cs
│   │   │   │   │   ├── ObjectBindingExamples
│   │   │   │   │   │   └── ObjectExample.g.i.cs
│   │   │   │   │   ├── Styling
│   │   │   │   │   │   ├── CompleteStylingExample.g.i.cs
│   │   │   │   │   │   ├── CustomCellExample.g.i.cs
│   │   │   │   │   │   └── RowHeaderExample.g.i.cs
│   │   │   │   │   ├── TempPE
│   │   │   │   │   │   ├── NorthwindDataSet.Designer.cs.dll
│   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   └── ValidationExamples
│   │   │   │   │   ├── ValidationByException.g.i.cs
│   │   │   │   │   └── ValidationIDataErrorInfo.g.i.cs
│   │   │   │   ├── ObjectBindingExamples
│   │   │   │   │   ├── ClassDiagram.cd
│   │   │   │   │   ├── CustomerObjectDataProvider.cs
│   │   │   │   │   ├── CustomerUIObjects.cs
│   │   │   │   │   ├── DataAccessLayer
│   │   │   │   │   │   ├── CustomerDataAccessLayer.cs
│   │   │   │   │   │   ├── CustomerDataObject.cs
│   │   │   │   │   │   └── ICustomerDataAccessLayer.cs
│   │   │   │   │   ├── ObjectExample.xaml
│   │   │   │   │   └── ObjectExample.xaml.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── Styling
│   │   │   │   │   ├── CompleteStylingExample.xaml
│   │   │   │   │   ├── CompleteStylingExample.xaml.cs
│   │   │   │   │   ├── CustomCellExample.xaml
│   │   │   │   │   ├── CustomCellExample.xaml.cs
│   │   │   │   │   ├── RowHeaderExample.xaml
│   │   │   │   │   ├── RowHeaderExample.xaml.cs
│   │   │   │   │   ├── StylingExample.xaml
│   │   │   │   │   └── StylingExample.xaml.cs
│   │   │   │   ├── ValidationExamples
│   │   │   │   │   ├── ObjectDataProviders.cs
│   │   │   │   │   ├── ValidationByException.xaml
│   │   │   │   │   ├── ValidationByException.xaml.cs
│   │   │   │   │   ├── ValidationIDataErrorInfo.xaml
│   │   │   │   │   ├── ValidationIDataErrorInfo.xaml.cs
│   │   │   │   │   └── ValidationRules.cs
│   │   │   │   ├── WPFDataGridExamples.csproj
│   │   │   │   └── WPFDataGridExamples.csproj.user
│   │   │   ├── WPFDataGridExamples.sln
│   │   │   └── WPFDataGridExamples.suo
│   │   ├── WPFDataGridExamples.zip
│   │   ├── WpfDataGridRowDetailsTemplate
│   │   │   ├── app.config
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── WpfDataGridRowDetailsTemplate.exe
│   │   │   │   │   ├── WpfDataGridRowDetailsTemplate.exe.config
│   │   │   │   │   ├── WpfDataGridRowDetailsTemplate.pdb
│   │   │   │   │   ├── WpfDataGridRowDetailsTemplate.vshost.exe
│   │   │   │   │   ├── WpfDataGridRowDetailsTemplate.vshost.exe.config
│   │   │   │   │   └── WpfDataGridRowDetailsTemplate.vshost.exe.manifest
│   │   │   │   └── Release
│   │   │   ├── Detail.cs
│   │   │   ├── Employee.cs
│   │   │   ├── MainWindow.xaml
│   │   │   ├── MainWindow.xaml.cs
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── App.g.cs
│   │   │   │   ├── App.g.i.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── MainWindow.baml
│   │   │   │   ├── MainWindow.g.cs
│   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── UserControl1.baml
│   │   │   │   ├── UserControl1.g.cs
│   │   │   │   ├── UserControl1.g.i.cs
│   │   │   │   ├── WpfDataGridRowDetailsTemplate.csproj.FileListAbsolute.txt
│   │   │   │   ├── WpfDataGridRowDetailsTemplate.csproj.GenerateResource.Cache
│   │   │   │   ├── WpfDataGridRowDetailsTemplate.csprojResolveAssemblyReference.cache
│   │   │   │   ├── WpfDataGridRowDetailsTemplate.exe
│   │   │   │   ├── WpfDataGridRowDetailsTemplate.g.resources
│   │   │   │   ├── WpfDataGridRowDetailsTemplate_MarkupCompile.cache
│   │   │   │   ├── WpfDataGridRowDetailsTemplate_MarkupCompile.i.cache
│   │   │   │   ├── WpfDataGridRowDetailsTemplate_MarkupCompile.lref
│   │   │   │   ├── WpfDataGridRowDetailsTemplate.pdb
│   │   │   │   └── WpfDataGridRowDetailsTemplate.Properties.Resources.resources
│   │   │   ├── Payment.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── UserControl1.xaml
│   │   │   ├── UserControl1.xaml.cs
│   │   │   ├── ViewModel.cs
│   │   │   ├── WpfDataGridRowDetailsTemplate
│   │   │   ├── WpfDataGridRowDetailsTemplate.csproj
│   │   │   ├── WpfDataGridRowDetailsTemplate.sln
│   │   │   └── WpfDataGridRowDetailsTemplate.suo
│   │   └── WpfDataGridRowDetailsTemplate.zip
│   ├── DataGridMasterDetail_1
│   │   ├── DataGridMasterDetail_1
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── bin
│   │   │   ├── DataGridMasterDetail_1.csproj
│   │   │   ├── MainWindow.xaml
│   │   │   ├── MainWindow.xaml.cs
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── App.g.cs
│   │   │   │   ├── App.g.i.cs
│   │   │   │   ├── DataGridMasterDetail_1.csproj.FileListAbsolute.txt
│   │   │   │   ├── DataGridMasterDetail_1.exe
│   │   │   │   ├── DataGridMasterDetail_1.g.resources
│   │   │   │   ├── DataGridMasterDetail_1_MarkupCompile.cache
│   │   │   │   ├── DataGridMasterDetail_1_MarkupCompile.i.cache
│   │   │   │   ├── DataGridMasterDetail_1.pdb
│   │   │   │   ├── DataGridMasterDetail_1.Properties.Resources.resources
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── MainWindow.baml
│   │   │   │   ├── MainWindow.g.cs
│   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── DataGridMasterDetail_1.sln
│   │   └── DataGridMasterDetail_1.suo
│   ├── GridAnimationDemo
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── bin
│   │   ├── GridAnimationDemo.csproj
│   │   ├── GridAnimationDemo.csproj.user
│   │   ├── GridAnimationDemo.sln
│   │   ├── GridAnimationDemo.suo
│   │   ├── GridLengthAnimation.cs
│   │   ├── Images
│   │   │   ├── 208323-medium.jpg
│   │   │   ├── 211625-medium.jpg
│   │   │   ├── 212164-medium.jpg
│   │   │   ├── 217644-medium.jpg
│   │   │   ├── 218860-medium.jpg
│   │   │   └── 219508-medium.jpg
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── App.g.cs
│   │   │   ├── App.g.i.cs
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GridAnimationDemo.csproj.FileListAbsolute.txt
│   │   │   ├── GridAnimationDemo.csproj.GenerateResource.Cache
│   │   │   ├── GridAnimationDemo.exe
│   │   │   ├── GridAnimationDemo.g.resources
│   │   │   ├── GridAnimationDemo_MarkupCompile.cache
│   │   │   ├── GridAnimationDemo_MarkupCompile.i.cache
│   │   │   ├── GridAnimationDemo_MarkupCompile.i.lref
│   │   │   ├── GridAnimationDemo_MarkupCompile.lref
│   │   │   ├── GridAnimationDemo.pdb
│   │   │   ├── GridAnimationDemo.Properties.Resources.resources
│   │   │   ├── Page1.baml
│   │   │   ├── Page1.g.cs
│   │   │   ├── Page1.g.i.cs
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Window1.baml
│   │   │   ├── Window1.g.cs
│   │   │   └── Window1.g.i.cs
│   │   ├── Page1.xaml
│   │   ├── Page1.xaml.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── UpgradeLog.XML
│   │   ├── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.cs
│   ├── LeftTabControlDemo
│   │   ├── LeftTabControl
│   │   │   ├── bin
│   │   │   ├── LeftTabControl.csproj
│   │   │   ├── MyLeftTabControl.xaml
│   │   │   ├── MyLeftTabControl.xaml.cs
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── LeftTabControl.csproj.FileListAbsolute.txt
│   │   │   │   ├── LeftTabControl.csproj.GenerateResource.Cache
│   │   │   │   ├── LeftTabControl.dll
│   │   │   │   ├── LeftTabControl.g.resources
│   │   │   │   ├── LeftTabControl_MarkupCompile.cache
│   │   │   │   ├── LeftTabControl.pdb
│   │   │   │   ├── LeftTabControl.Properties.Resources.resources
│   │   │   │   ├── MyLeftTabControl.baml
│   │   │   │   ├── MyLeftTabControl.g.cs
│   │   │   │   ├── Refactor
│   │   │   │   │   └── LeftTabControl.dll
│   │   │   │   ├── SinglePanel.baml
│   │   │   │   ├── SinglePanel.g.cs
│   │   │   │   └── TempPE
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── SinglePanel.xaml
│   │   │   └── SinglePanel.xaml.cs
│   │   ├── LeftTabControlDemo
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── bin
│   │   │   ├── LeftTabControlDemo.csproj
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── App.g.cs
│   │   │   │   ├── LeftTabControlDemo.csproj.FileListAbsolute.txt
│   │   │   │   ├── LeftTabControlDemo.csproj.GenerateResource.Cache
│   │   │   │   ├── LeftTabControlDemo.exe
│   │   │   │   ├── LeftTabControlDemo.g.resources
│   │   │   │   ├── LeftTabControlDemo_MarkupCompile.cache
│   │   │   │   ├── LeftTabControlDemo.pdb
│   │   │   │   ├── LeftTabControlDemo.Properties.Resources.resources
│   │   │   │   ├── Refactor
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TempPE
│   │   │   │   ├── test.baml
│   │   │   │   └── test.g.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── test.xaml
│   │   │   └── test.xaml.cs
│   │   ├── LeftTabControlDemo.sln
│   │   └── LeftTabControlDemo.suo
│   ├── Window Docking
│   │   ├── StickyWindowWinWpfLibrary
│   │   │   ├── StickyWindowLibrary
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── StickyWindow.dll
│   │   │   │   │   └── StickyWindow.pdb
│   │   │   │   ├── IFormAdapter.cs
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── StickyWindow.dll
│   │   │   │   │   ├── StickyWindowLibrary.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── StickyWindow.pdb
│   │   │   │   │   └── TempPE
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── StickyWindow.cs
│   │   │   │   ├── StickyWindowLibrary.csproj
│   │   │   │   ├── WinFormAdapter.cs
│   │   │   │   └── WpfFormAdapter.cs
│   │   │   ├── StickyWindow.sln
│   │   │   ├── StickyWindow.suo
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── WinTest
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── StickyWindow.dll
│   │   │   │   │   ├── StickyWindow.pdb
│   │   │   │   │   ├── WinTest.exe
│   │   │   │   │   ├── WinTest.pdb
│   │   │   │   │   ├── WinTest.vshost.exe
│   │   │   │   │   └── WinTest.vshost.exe.manifest
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Form2.cs
│   │   │   │   ├── Form2.resx
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── TempPE
│   │   │   │   │   ├── WinTest.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── WinTest.csproj.GenerateResource.Cache
│   │   │   │   │   ├── WinTest.csprojResolveAssemblyReference.cache
│   │   │   │   │   ├── WinTest.exe
│   │   │   │   │   ├── WinTest.Form1.resources
│   │   │   │   │   ├── WinTest.Form2.resources
│   │   │   │   │   ├── WinTest.pdb
│   │   │   │   │   └── WinTest.Properties.Resources.resources
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── WinTest.csproj
│   │   │   └── WpfTest
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── bin
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── App.g.cs
│   │   │   │   ├── App.g.i.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Window1.baml
│   │   │   │   ├── Window1.g.cs
│   │   │   │   ├── Window1.g.i.cs
│   │   │   │   ├── Window2.baml
│   │   │   │   ├── Window2.g.cs
│   │   │   │   ├── Window2.g.i.cs
│   │   │   │   ├── WpfTest.csproj.FileListAbsolute.txt
│   │   │   │   ├── WpfTest.csproj.GenerateResource.Cache
│   │   │   │   ├── WpfTest.csprojResolveAssemblyReference.cache
│   │   │   │   ├── WpfTest.exe
│   │   │   │   ├── WpfTest.g.resources
│   │   │   │   ├── WpfTest_MarkupCompile.cache
│   │   │   │   ├── WpfTest_MarkupCompile.i.cache
│   │   │   │   ├── WpfTest.pdb
│   │   │   │   └── WpfTest.Properties.Resources.resources
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Window1.xaml
│   │   │   ├── Window1.xaml.cs
│   │   │   ├── Window2.xaml
│   │   │   ├── Window2.xaml.cs
│   │   │   └── WpfTest.csproj
│   │   ├── stickywindowwinwpflibrary.7z
│   │   ├── WpfAppBar-master
│   │   │   ├── AppBarExample
│   │   │   │   ├── AppBarExample.csproj
│   │   │   │   ├── App.config
│   │   │   │   ├── App.xaml
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── AppBarExample.exe
│   │   │   │   │   ├── AppBarExample.exe.config
│   │   │   │   │   ├── AppBarExample.pdb
│   │   │   │   │   ├── AppBarExample.vshost.exe
│   │   │   │   │   ├── AppBarExample.vshost.exe.config
│   │   │   │   │   ├── AppBarExample.vshost.exe.manifest
│   │   │   │   │   ├── WpfAppBar.dll
│   │   │   │   │   └── WpfAppBar.pdb
│   │   │   │   ├── MainWindow.xaml
│   │   │   │   ├── MainWindow.xaml.cs
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── AppBarExample.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── AppBarExample.csprojResolveAssemblyReference.cache
│   │   │   │   │   ├── AppBarExample.exe
│   │   │   │   │   ├── AppBarExample.g.resources
│   │   │   │   │   ├── AppBarExample_MarkupCompile.cache
│   │   │   │   │   ├── AppBarExample_MarkupCompile.i.cache
│   │   │   │   │   ├── AppBarExample.pdb
│   │   │   │   │   ├── App.g.cs
│   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── MainWindow.baml
│   │   │   │   │   ├── MainWindow.g.cs
│   │   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   │   └── TempPE
│   │   │   │   └── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── AppBarExample.sln
│   │   │   ├── AppBarExample.suo
│   │   │   ├── Readme.md
│   │   │   ├── WpfAppBar
│   │   │   │   ├── AppBarFunctions.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── WpfAppBar.dll
│   │   │   │   │   └── WpfAppBar.pdb
│   │   │   │   ├── Interop.cs
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── TempPE
│   │   │   │   │   ├── WpfAppBar.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── WpfAppBar.dll
│   │   │   │   │   └── WpfAppBar.pdb
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── WpfAppBar.csproj
│   │   │   │   └── WpfAppBar.nuspec
│   │   │   └── WpfAppBar.sln
│   │   └── WpfAppBar-master.zip
│   ├── Windows Styling
│   │   ├── WPF customizing the appearance of a window in XAML.zip
│   │   └── wpf_WindowChrome.zip
│   └── WPFTabNavigation-master
│   ├── MainForm.jpg
│   ├── packages
│   │   ├── OxyPlot.Core.1.0.0-unstable1870
│   │   │   ├── AUTHORS
│   │   │   ├── CHANGELOG.md
│   │   │   ├── CONTRIBUTORS
│   │   │   ├── lib
│   │   │   │   ├── net40
│   │   │   │   │   ├── OxyPlot.dll
│   │   │   │   │   ├── OxyPlot.pdb
│   │   │   │   │   └── OxyPlot.XML
│   │   │   │   ├── net40-client
│   │   │   │   │   ├── OxyPlot.dll
│   │   │   │   │   ├── OxyPlot.pdb
│   │   │   │   │   └── OxyPlot.XML
│   │   │   │   ├── net45
│   │   │   │   │   ├── OxyPlot.dll
│   │   │   │   │   ├── OxyPlot.pdb
│   │   │   │   │   └── OxyPlot.xml
│   │   │   │   ├── portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1+Xamarin.iOS10
│   │   │   │   │   ├── OxyPlot.dll
│   │   │   │   │   ├── OxyPlot.pdb
│   │   │   │   │   └── OxyPlot.xml
│   │   │   │   └── sl5
│   │   │   │   ├── OxyPlot.dll
│   │   │   │   ├── OxyPlot.pdb
│   │   │   │   └── OxyPlot.XML
│   │   │   ├── LICENSE
│   │   │   ├── OxyPlot.Core.1.0.0-unstable1870.nupkg
│   │   │   └── README.md
│   │   ├── OxyPlot.Wpf.1.0.0-unstable1870
│   │   │   ├── AUTHORS
│   │   │   ├── CHANGELOG.md
│   │   │   ├── CONTRIBUTORS
│   │   │   ├── lib
│   │   │   │   ├── net40
│   │   │   │   │   ├── OxyPlot.Wpf.dll
│   │   │   │   │   ├── OxyPlot.Wpf.pdb
│   │   │   │   │   ├── OxyPlot.Wpf.XML
│   │   │   │   │   ├── OxyPlot.Xps.dll
│   │   │   │   │   ├── OxyPlot.Xps.pdb
│   │   │   │   │   └── OxyPlot.Xps.XML
│   │   │   │   └── net45
│   │   │   │   ├── OxyPlot.Wpf.dll
│   │   │   │   ├── OxyPlot.Wpf.pdb
│   │   │   │   ├── OxyPlot.Wpf.XML
│   │   │   │   ├── OxyPlot.Xps.dll
│   │   │   │   ├── OxyPlot.Xps.pdb
│   │   │   │   └── OxyPlot.Xps.XML
│   │   │   ├── LICENSE
│   │   │   ├── OxyPlot.Wpf.1.0.0-unstable1870.nupkg
│   │   │   └── README.md
│   │   └── repositories.config
│   ├── README.md
│   ├── WpfTabNavigation
│   │   ├── App.config
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── OxyPlot.dll
│   │   │   ├── OxyPlot.pdb
│   │   │   ├── OxyPlot.Wpf.dll
│   │   │   ├── OxyPlot.Wpf.pdb
│   │   │   ├── OxyPlot.Wpf.xml
│   │   │   ├── OxyPlot.xml
│   │   │   ├── OxyPlot.Xps.dll
│   │   │   ├── OxyPlot.Xps.pdb
│   │   │   ├── OxyPlot.Xps.xml
│   │   │   ├── WpfTabNavigation.exe
│   │   │   ├── WpfTabNavigation.exe.config
│   │   │   ├── WpfTabNavigation.pdb
│   │   │   ├── WpfTabNavigation.vshost.exe
│   │   │   ├── WpfTabNavigation.vshost.exe.config
│   │   │   └── WpfTabNavigation.vshost.exe.manifest
│   │   ├── Converter
│   │   │   └── CalendarConveter.cs
│   │   ├── images
│   │   │   ├── arrow.png
│   │   │   ├── calendaricon.png
│   │   │   ├── dropdownbtn.png
│   │   │   ├── email.png
│   │   │   ├── graphicon.png
│   │   │   ├── homeicon.png
│   │   │   ├── hoverbutton.png
│   │   │   ├── line.png
│   │   │   ├── logout.PNG
│   │   │   ├── notify.png
│   │   │   ├── panelexpand.png
│   │   │   ├── projects.png
│   │   │   ├── settings.png
│   │   │   ├── taskicon.png
│   │   │   ├── textBg.jpg
│   │   │   ├── toggleButton.jpg
│   │   │   └── toolbarbg.png
│   │   ├── MainWindow.xaml
│   │   ├── MainWindow.xaml.cs
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── App.baml
│   │   │   ├── App.g.cs
│   │   │   ├── App.g.i.cs
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Frames
│   │   │   │   ├── FrmChart2.g.i.cs
│   │   │   │   └── FrmChart.g.i.cs
│   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   ├── MainWindow.baml
│   │   │   ├── MainWindow.g.cs
│   │   │   ├── MainWindow.g.i.cs
│   │   │   ├── pages
│   │   │   │   ├── Page_Chart2.baml
│   │   │   │   ├── Page_Chart2.g.cs
│   │   │   │   ├── Page_Chart2.g.i.cs
│   │   │   │   ├── Page_Chart.baml
│   │   │   │   ├── Page_Chart.g.cs
│   │   │   │   └── Page_Chart.g.i.cs
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   ├── styles
│   │   │   │   ├── DatePicker.baml
│   │   │   │   └── TabControlStyle.baml
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── WpfTabNavigation_Content.g.i.cs
│   │   │   ├── WpfTabNavigation.csproj.FileListAbsolute.txt
│   │   │   ├── WpfTabNavigation.csproj.GenerateResource.Cache
│   │   │   ├── WpfTabNavigation.csprojResolveAssemblyReference.cache
│   │   │   ├── WpfTabNavigation.exe
│   │   │   ├── WpfTabNavigation.g.resources
│   │   │   ├── WpfTabNavigation_MarkupCompile.cache
│   │   │   ├── WpfTabNavigation_MarkupCompile.i.cache
│   │   │   ├── WpfTabNavigation_MarkupCompile.lref
│   │   │   ├── WpfTabNavigation.pdb
│   │   │   └── WpfTabNavigation.Properties.Resources.resources
│   │   ├── pages
│   │   │   ├── Page_Chart2.xaml
│   │   │   ├── Page_Chart2.xaml.cs
│   │   │   ├── Page_Chart.xaml
│   │   │   └── Page_Chart.xaml.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── styles
│   │   │   ├── DatePicker.xaml
│   │   │   └── TabControlStyle.xaml
│   │   └── WpfTabNavigation.csproj
│   ├── WpfTabNavigation.sln
│   ├── WpfTabNavigation.suo
│   └── WpfTabNavigation.v11.suo
├── 下单介面数据交换处理.txt
├── 功能结构.docx
├── 启动-清机流程.txt
├── 手写.txt
├── 界面美化.txt
├── 窗体 Singleton Mode.txt
├── 窗体.txt
├── 窗体 传值.txt
├── 窗体传值.txt
├── 窗体 分屏显示.txt
├── 窗体切换.txt
├── 窗体 刷新.txt
├── 窗体 动画.txt
├── 窗体 快捷键.txt
└── 窗体 输入.txt

2296 directories, 10522 files

标签:

实例下载地址

一个基于WPF的半成品餐饮管理系统(含数据库脚本)

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警