在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 个人资料管理工具 人大考题。。

个人资料管理工具 人大考题。。

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:148.27M
  • 下载次数:11
  • 浏览次数:160
  • 发布时间:2020-10-04
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
用C#开发的一套“个人资料管理工具”,人大网络教育面向对象考题
【实例截图】
【核心代码】
PersonalInfoForWPF
└── PersonalInfoForWPF
├── bin
│   └── Release
│   ├── amd64
│   │   ├── Microsoft.VC90.CRT
│   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   ├── msvcr90.dll
│   │   │   └── README_ENU.txt
│   │   ├── sqlceca40.dll
│   │   ├── sqlcecompact40.dll
│   │   ├── sqlceer40EN.dll
│   │   ├── sqlceme40.dll
│   │   ├── sqlceqp40.dll
│   │   └── sqlcese40.dll
│   ├── DataAccessLayer.dll
│   ├── DataAccessLayer.dll.config
│   ├── DataAccessLayer.pdb
│   ├── DetailTextNode.dll
│   ├── DetailTextNode.dll.config
│   ├── DetailTextNode.pdb
│   ├── EntityFramework.dll
│   ├── EntityFramework.SqlServerCompact.dll
│   ├── EntityFramework.SqlServerCompact.xml
│   ├── EntityFramework.SqlServer.dll
│   ├── EntityFramework.SqlServer.xml
│   ├── EntityFramework.xml
│   ├── FolderNode.dll
│   ├── FolderNode.dll.config
│   ├── FolderNode.pdb
│   ├── InterfaceLibrary.dll
│   ├── InterfaceLibrary.dll.config
│   ├── InterfaceLibrary.pdb
│   ├── NodeFactoryLibrary.dll
│   ├── NodeFactoryLibrary.dll.config
│   ├── NodeFactoryLibrary.pdb
│   ├── OnlyTextNode.dll
│   ├── OnlyTextNode.dll.config
│   ├── OnlyTextNode.pdb
│   ├── PersonalInfoForWPF.cfg
│   ├── PersonalInfoForWPF.exe
│   ├── PersonalInfoForWPF.exe.config
│   ├── PersonalInfoForWPF.pdb
│   ├── PublicLibrary.dll
│   ├── PublicLibrary.dll.config
│   ├── PublicLibrary.pdb
│   ├── System.Data.SqlServerCe.dll
│   ├── SystemLibrary.dll
│   ├── SystemLibrary.dll.config
│   ├── SystemLibrary.pdb
│   ├── WPFSuperRichTextBox.dll
│   ├── WPFSuperRichTextBox.dll.config
│   ├── WPFSuperRichTextBox.pdb
│   ├── WPFSuperTreeView.dll
│   ├── WPFSuperTreeView.dll.config
│   ├── WPFSuperTreeView.pdb
│   ├── WPFUserControlLibrary.dll
│   ├── WPFUserControlLibrary.dll.config
│   ├── WPFUserControlLibrary.pdb
│   └── x86
│   ├── Microsoft.VC90.CRT
│   │   ├── Microsoft.VC90.CRT.manifest
│   │   ├── msvcr90.dll
│   │   └── README_ENU.txt
│   ├── sqlceca40.dll
│   ├── sqlcecompact40.dll
│   ├── sqlceer40EN.dll
│   ├── sqlceme40.dll
│   ├── sqlceqp40.dll
│   └── sqlcese40.dll
├── DataAccessLayer
│   ├── App.Config
│   ├── bin
│   │   ├── Debug
│   │   │   ├── amd64
│   │   │   │   ├── Microsoft.VC90.CRT
│   │   │   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   │   │   ├── msvcr90.dll
│   │   │   │   │   └── README_ENU.txt
│   │   │   │   ├── sqlceca40.dll
│   │   │   │   ├── sqlcecompact40.dll
│   │   │   │   ├── sqlceer40EN.dll
│   │   │   │   ├── sqlceme40.dll
│   │   │   │   ├── sqlceqp40.dll
│   │   │   │   └── sqlcese40.dll
│   │   │   ├── DataAccessLayer.dll
│   │   │   ├── DataAccessLayer.dll.config
│   │   │   ├── DataAccessLayer.pdb
│   │   │   ├── EntityFramework.dll
│   │   │   ├── EntityFramework.SqlServerCompact.dll
│   │   │   ├── EntityFramework.SqlServerCompact.xml
│   │   │   ├── EntityFramework.SqlServer.dll
│   │   │   ├── EntityFramework.SqlServer.xml
│   │   │   ├── EntityFramework.xml
│   │   │   ├── InterfaceLibrary.dll
│   │   │   ├── InterfaceLibrary.dll.config
│   │   │   ├── InterfaceLibrary.pdb
│   │   │   ├── System.Data.SqlServerCe.dll
│   │   │   └── x86
│   │   │   ├── Microsoft.VC90.CRT
│   │   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   │   ├── msvcr90.dll
│   │   │   │   └── README_ENU.txt
│   │   │   ├── sqlceca40.dll
│   │   │   ├── sqlcecompact40.dll
│   │   │   ├── sqlceer40EN.dll
│   │   │   ├── sqlceme40.dll
│   │   │   ├── sqlceqp40.dll
│   │   │   └── sqlcese40.dll
│   │   └── Release
│   │   ├── amd64
│   │   │   ├── Microsoft.VC90.CRT
│   │   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   │   ├── msvcr90.dll
│   │   │   │   └── README_ENU.txt
│   │   │   ├── sqlceca40.dll
│   │   │   ├── sqlcecompact40.dll
│   │   │   ├── sqlceer40EN.dll
│   │   │   ├── sqlceme40.dll
│   │   │   ├── sqlceqp40.dll
│   │   │   └── sqlcese40.dll
│   │   ├── DataAccessLayer.dll
│   │   ├── DataAccessLayer.dll.CodeAnalysisLog.xml
│   │   ├── DataAccessLayer.dll.config
│   │   ├── DataAccessLayer.dll.lastcodeanalysissucceeded
│   │   ├── DataAccessLayer.pdb
│   │   ├── EntityFramework.dll
│   │   ├── EntityFramework.SqlServerCompact.dll
│   │   ├── EntityFramework.SqlServerCompact.xml
│   │   ├── EntityFramework.SqlServer.dll
│   │   ├── EntityFramework.SqlServer.xml
│   │   ├── EntityFramework.xml
│   │   ├── InterfaceLibrary.dll
│   │   ├── InterfaceLibrary.dll.config
│   │   ├── InterfaceLibrary.pdb
│   │   ├── System.Data.SqlServerCe.dll
│   │   └── x86
│   │   ├── Microsoft.VC90.CRT
│   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   ├── msvcr90.dll
│   │   │   └── README_ENU.txt
│   │   ├── sqlceca40.dll
│   │   ├── sqlcecompact40.dll
│   │   ├── sqlceer40EN.dll
│   │   ├── sqlceme40.dll
│   │   ├── sqlceqp40.dll
│   │   └── sqlcese40.dll
│   ├── DALConfig.cs
│   ├── DataAccessLayer.csproj
│   ├── DetailText
│   │   └── DetailTextRepository.cs
│   ├── DetailTextDB.cs
│   ├── DiskFile.cs
│   ├── Folder
│   │   ├── DBFileInfo.cs
│   │   └── FolderRepository.cs
│   ├── FolderDB.cs
│   ├── InfocenterEntities.cs
│   ├── InfoCenterModel.Context.cs
│   ├── InfoCenterModel.Context.tt
│   ├── InfoCenterModel.cs
│   ├── InfoCenterModel.Designer.cs
│   ├── InfoCenterModel.edmx
│   ├── InfoCenterModel.edmx.diagram
│   ├── InfoCenterModel.tt
│   ├── InfoCenterModel.Views.cs
│   ├── MainTree
│   │   └── MainTreeRepository.cs
│   ├── NodeDataSearchRepository.cs
│   ├── NodeMoveBetweenDBManager.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DataAccessLayer.csprojAssemblyReference.cache
│   │   │   ├── DataAccessLayer.csproj.CopyComplete
│   │   │   ├── DataAccessLayer.csproj.CoreCompileInputs.cache
│   │   │   ├── DataAccessLayer.csproj.FileListAbsolute.txt
│   │   │   ├── DataAccessLayer.dll
│   │   │   ├── DataAccessLayer.pdb
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── edmxResourcesToEmbed
│   │   │   │   ├── InfoCenterModel.csdl
│   │   │   │   ├── InfoCenterModel.msl
│   │   │   │   └── InfoCenterModel.ssdl
│   │   │   └── TempPE
│   │   │   ├── InfoCenterModel.Context.cs.dll
│   │   │   ├── InfoCenterModel.cs.dll
│   │   │   └── InfoCenterModel.Designer.cs.dll
│   │   └── Release
│   │   ├── DataAccessLayer.csprojAssemblyReference.cache
│   │   ├── DataAccessLayer.csproj.CopyComplete
│   │   ├── DataAccessLayer.csproj.CoreCompileInputs.cache
│   │   ├── DataAccessLayer.csproj.FileListAbsolute.txt
│   │   ├── DataAccessLayer.dll
│   │   ├── DataAccessLayer.pdb
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── edmxResourcesToEmbed
│   │   │   ├── InfoCenterModel.csdl
│   │   │   ├── InfoCenterModel.msl
│   │   │   └── InfoCenterModel.ssdl
│   │   └── TempPE
│   │   ├── InfoCenterModel.Context.cs.dll
│   │   ├── InfoCenterModel.cs.dll
│   │   └── InfoCenterModel.Designer.cs.dll
│   ├── packages.config
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   └── Tree.cs
├── DetailTextNode
│   ├── app.config
│   ├── bin
│   │   ├── Debug
│   │   │   ├── amd64
│   │   │   │   ├── Microsoft.VC90.CRT
│   │   │   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   │   │   ├── msvcr90.dll
│   │   │   │   │   └── README_ENU.txt
│   │   │   │   ├── sqlceca40.dll
│   │   │   │   ├── sqlcecompact40.dll
│   │   │   │   ├── sqlceer40EN.dll
│   │   │   │   ├── sqlceme40.dll
│   │   │   │   ├── sqlceqp40.dll
│   │   │   │   └── sqlcese40.dll
│   │   │   ├── DataAccessLayer.dll
│   │   │   ├── DataAccessLayer.dll.config
│   │   │   ├── DataAccessLayer.pdb
│   │   │   ├── DetailTextNode.dll
│   │   │   ├── DetailTextNode.dll.config
│   │   │   ├── DetailTextNode.pdb
│   │   │   ├── EntityFramework.dll
│   │   │   ├── EntityFramework.SqlServerCompact.dll
│   │   │   ├── EntityFramework.SqlServerCompact.xml
│   │   │   ├── EntityFramework.SqlServer.dll
│   │   │   ├── EntityFramework.SqlServer.xml
│   │   │   ├── EntityFramework.xml
│   │   │   ├── InterfaceLibrary.dll
│   │   │   ├── InterfaceLibrary.dll.config
│   │   │   ├── InterfaceLibrary.pdb
│   │   │   ├── PublicLibrary.dll
│   │   │   ├── PublicLibrary.dll.config
│   │   │   ├── PublicLibrary.pdb
│   │   │   ├── System.Data.SqlServerCe.dll
│   │   │   ├── SystemLibrary.dll
│   │   │   ├── SystemLibrary.dll.config
│   │   │   ├── SystemLibrary.pdb
│   │   │   ├── WPFSuperRichTextBox.dll
│   │   │   ├── WPFSuperRichTextBox.dll.config
│   │   │   ├── WPFSuperRichTextBox.pdb
│   │   │   └── x86
│   │   │   ├── Microsoft.VC90.CRT
│   │   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   │   ├── msvcr90.dll
│   │   │   │   └── README_ENU.txt
│   │   │   ├── sqlceca40.dll
│   │   │   ├── sqlcecompact40.dll
│   │   │   ├── sqlceer40EN.dll
│   │   │   ├── sqlceme40.dll
│   │   │   ├── sqlceqp40.dll
│   │   │   └── sqlcese40.dll
│   │   └── Release
│   │   ├── amd64
│   │   │   ├── Microsoft.VC90.CRT
│   │   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   │   ├── msvcr90.dll
│   │   │   │   └── README_ENU.txt
│   │   │   ├── sqlceca40.dll
│   │   │   ├── sqlcecompact40.dll
│   │   │   ├── sqlceer40EN.dll
│   │   │   ├── sqlceme40.dll
│   │   │   ├── sqlceqp40.dll
│   │   │   └── sqlcese40.dll
│   │   ├── DataAccessLayer.dll
│   │   ├── DataAccessLayer.dll.config
│   │   ├── DataAccessLayer.pdb
│   │   ├── DetailTextNode.dll
│   │   ├── DetailTextNode.dll.config
│   │   ├── DetailTextNode.pdb
│   │   ├── EntityFramework.dll
│   │   ├── EntityFramework.SqlServerCompact.dll
│   │   ├── EntityFramework.SqlServerCompact.xml
│   │   ├── EntityFramework.SqlServer.dll
│   │   ├── EntityFramework.SqlServer.xml
│   │   ├── EntityFramework.xml
│   │   ├── InterfaceLibrary.dll
│   │   ├── InterfaceLibrary.dll.config
│   │   ├── InterfaceLibrary.pdb
│   │   ├── PublicLibrary.dll
│   │   ├── PublicLibrary.dll.config
│   │   ├── PublicLibrary.pdb
│   │   ├── System.Data.SqlServerCe.dll
│   │   ├── SystemLibrary.dll
│   │   ├── SystemLibrary.dll.config
│   │   ├── SystemLibrary.pdb
│   │   ├── WPFSuperRichTextBox.dll
│   │   ├── WPFSuperRichTextBox.dll.config
│   │   ├── WPFSuperRichTextBox.pdb
│   │   └── x86
│   │   ├── Microsoft.VC90.CRT
│   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   ├── msvcr90.dll
│   │   │   └── README_ENU.txt
│   │   ├── sqlceca40.dll
│   │   ├── sqlcecompact40.dll
│   │   ├── sqlceer40EN.dll
│   │   ├── sqlceme40.dll
│   │   ├── sqlceqp40.dll
│   │   └── sqlcese40.dll
│   ├── DetailTextAccess.cs
│   ├── DetailTextHelper.cs
│   ├── DetailTextInfo.cs
│   ├── DetailTextNode.csproj
│   ├── DetailTextPanel.xaml
│   ├── DetailTextPanel.xaml.cs
│   ├── DetailTextResources.cs
│   ├── Images
│   │   ├── Detail.ico
│   │   └── SelectedDetail.ico
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── DetailTextNode.csprojAssemblyReference.cache
│   │   │   ├── DetailTextNode.csproj.CopyComplete
│   │   │   ├── DetailTextNode.csproj.CoreCompileInputs.cache
│   │   │   ├── DetailTextNode.csproj.FileListAbsolute.txt
│   │   │   ├── DetailTextNode.dll
│   │   │   ├── DetailTextNode.g.resources
│   │   │   ├── DetailTextNode_MarkupCompile.cache
│   │   │   ├── DetailTextNode_MarkupCompile.i.cache
│   │   │   ├── DetailTextNode.pdb
│   │   │   ├── DetailTextPanel.baml
│   │   │   ├── DetailTextPanel.g.cs
│   │   │   └── DetailTextPanel.g.i.cs
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── DetailTextNode.csprojAssemblyReference.cache
│   │   ├── DetailTextNode.csproj.CopyComplete
│   │   ├── DetailTextNode.csproj.CoreCompileInputs.cache
│   │   ├── DetailTextNode.csproj.FileListAbsolute.txt
│   │   ├── DetailTextNode.dll
│   │   ├── DetailTextNode.g.resources
│   │   ├── DetailTextNode_MarkupCompile.cache
│   │   ├── DetailTextNode.pdb
│   │   ├── DetailTextPanel.baml
│   │   ├── DetailTextPanel.g.cs
│   │   └── DetailTextPanel.g.i.cs
│   ├── packages.config
│   └── Properties
│   └── AssemblyInfo.cs
├── EntityFramework.dll
├── FolderNode
│   ├── app.config
│   ├── bin
│   │   ├── Debug
│   │   │   ├── amd64
│   │   │   │   ├── Microsoft.VC90.CRT
│   │   │   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   │   │   ├── msvcr90.dll
│   │   │   │   │   └── README_ENU.txt
│   │   │   │   ├── sqlceca40.dll
│   │   │   │   ├── sqlcecompact40.dll
│   │   │   │   ├── sqlceer40EN.dll
│   │   │   │   ├── sqlceme40.dll
│   │   │   │   ├── sqlceqp40.dll
│   │   │   │   └── sqlcese40.dll
│   │   │   ├── DataAccessLayer.dll
│   │   │   ├── DataAccessLayer.dll.config
│   │   │   ├── DataAccessLayer.pdb
│   │   │   ├── EntityFramework.dll
│   │   │   ├── EntityFramework.SqlServerCompact.dll
│   │   │   ├── EntityFramework.SqlServerCompact.xml
│   │   │   ├── EntityFramework.SqlServer.dll
│   │   │   ├── EntityFramework.SqlServer.xml
│   │   │   ├── EntityFramework.xml
│   │   │   ├── FolderNode.dll
│   │   │   ├── FolderNode.dll.config
│   │   │   ├── FolderNode.pdb
│   │   │   ├── InterfaceLibrary.dll
│   │   │   ├── InterfaceLibrary.dll.config
│   │   │   ├── InterfaceLibrary.pdb
│   │   │   ├── PublicLibrary.dll
│   │   │   ├── PublicLibrary.dll.config
│   │   │   ├── PublicLibrary.pdb
│   │   │   ├── System.Data.SqlServerCe.dll
│   │   │   ├── SystemLibrary.dll
│   │   │   ├── SystemLibrary.dll.config
│   │   │   ├── SystemLibrary.pdb
│   │   │   ├── WPFSuperRichTextBox.dll
│   │   │   ├── WPFSuperRichTextBox.dll.config
│   │   │   ├── WPFSuperRichTextBox.pdb
│   │   │   └── x86
│   │   │   ├── Microsoft.VC90.CRT
│   │   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   │   ├── msvcr90.dll
│   │   │   │   └── README_ENU.txt
│   │   │   ├── sqlceca40.dll
│   │   │   ├── sqlcecompact40.dll
│   │   │   ├── sqlceer40EN.dll
│   │   │   ├── sqlceme40.dll
│   │   │   ├── sqlceqp40.dll
│   │   │   └── sqlcese40.dll
│   │   └── Release
│   │   ├── amd64
│   │   │   ├── Microsoft.VC90.CRT
│   │   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   │   ├── msvcr90.dll
│   │   │   │   └── README_ENU.txt
│   │   │   ├── sqlceca40.dll
│   │   │   ├── sqlcecompact40.dll
│   │   │   ├── sqlceer40EN.dll
│   │   │   ├── sqlceme40.dll
│   │   │   ├── sqlceqp40.dll
│   │   │   └── sqlcese40.dll
│   │   ├── DataAccessLayer.dll
│   │   ├── DataAccessLayer.dll.config
│   │   ├── DataAccessLayer.pdb
│   │   ├── EntityFramework.dll
│   │   ├── EntityFramework.SqlServerCompact.dll
│   │   ├── EntityFramework.SqlServerCompact.xml
│   │   ├── EntityFramework.SqlServer.dll
│   │   ├── EntityFramework.SqlServer.xml
│   │   ├── EntityFramework.xml
│   │   ├── FolderNode.dll
│   │   ├── FolderNode.dll.config
│   │   ├── FolderNode.pdb
│   │   ├── InterfaceLibrary.dll
│   │   ├── InterfaceLibrary.dll.config
│   │   ├── InterfaceLibrary.pdb
│   │   ├── PublicLibrary.dll
│   │   ├── PublicLibrary.dll.config
│   │   ├── PublicLibrary.pdb
│   │   ├── System.Data.SqlServerCe.dll
│   │   ├── SystemLibrary.dll
│   │   ├── SystemLibrary.dll.config
│   │   ├── SystemLibrary.pdb
│   │   ├── WPFSuperRichTextBox.dll
│   │   ├── WPFSuperRichTextBox.dll.config
│   │   ├── WPFSuperRichTextBox.pdb
│   │   └── x86
│   │   ├── Microsoft.VC90.CRT
│   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   ├── msvcr90.dll
│   │   │   └── README_ENU.txt
│   │   ├── sqlceca40.dll
│   │   ├── sqlcecompact40.dll
│   │   ├── sqlceer40EN.dll
│   │   ├── sqlceme40.dll
│   │   ├── sqlceqp40.dll
│   │   └── sqlcese40.dll
│   ├── FileSizeConverter.cs
│   ├── FolderAccess.cs
│   ├── FolderHelper.cs
│   ├── FolderInfo.cs
│   ├── FolderNode.csproj
│   ├── FolderPanel.xaml
│   ├── FolderPanel.xaml.cs
│   ├── FolderResources.cs
│   ├── Images
│   │   ├── Folder.ico
│   │   └── SelectedFolder.ico
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── FolderNode.csprojAssemblyReference.cache
│   │   │   ├── FolderNode.csproj.CopyComplete
│   │   │   ├── FolderNode.csproj.CoreCompileInputs.cache
│   │   │   ├── FolderNode.csproj.FileListAbsolute.txt
│   │   │   ├── FolderNode.dll
│   │   │   ├── FolderNode.g.resources
│   │   │   ├── FolderNode_MarkupCompile.cache
│   │   │   ├── FolderNode_MarkupCompile.i.cache
│   │   │   ├── FolderNode_MarkupCompile.i.lref
│   │   │   ├── FolderNode_MarkupCompile.lref
│   │   │   ├── FolderNode.pdb
│   │   │   ├── FolderPanel.baml
│   │   │   ├── FolderPanel.g.cs
│   │   │   ├── FolderPanel.g.i.cs
│   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   └── GeneratedInternalTypeHelper.g.i.cs
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── FolderNode.csprojAssemblyReference.cache
│   │   ├── FolderNode.csproj.CopyComplete
│   │   ├── FolderNode.csproj.CoreCompileInputs.cache
│   │   ├── FolderNode.csproj.FileListAbsolute.txt
│   │   ├── FolderNode.dll
│   │   ├── FolderNode.g.resources
│   │   ├── FolderNode_MarkupCompile.cache
│   │   ├── FolderNode_MarkupCompile.lref
│   │   ├── FolderNode.pdb
│   │   ├── FolderPanel.baml
│   │   ├── FolderPanel.g.cs
│   │   ├── FolderPanel.g.i.cs
│   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   └── GeneratedInternalTypeHelper.g.i.cs
│   ├── packages.config
│   └── Properties
│   └── AssemblyInfo.cs
├── infocenter.sdf
├── InterfaceLibrary
│   ├── App.config
│   ├── bin
│   │   ├── Debug
│   │   │   ├── amd64
│   │   │   │   ├── Microsoft.VC90.CRT
│   │   │   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   │   │   ├── msvcr90.dll
│   │   │   │   │   └── README_ENU.txt
│   │   │   │   ├── sqlceca40.dll
│   │   │   │   ├── sqlcecompact40.dll
│   │   │   │   ├── sqlceer40EN.dll
│   │   │   │   ├── sqlceme40.dll
│   │   │   │   ├── sqlceqp40.dll
│   │   │   │   └── sqlcese40.dll
│   │   │   ├── EntityFramework.dll
│   │   │   ├── EntityFramework.SqlServerCompact.dll
│   │   │   ├── EntityFramework.SqlServerCompact.xml
│   │   │   ├── EntityFramework.SqlServer.dll
│   │   │   ├── EntityFramework.SqlServer.xml
│   │   │   ├── EntityFramework.xml
│   │   │   ├── InterfaceLibrary.dll
│   │   │   ├── InterfaceLibrary.dll.config
│   │   │   ├── InterfaceLibrary.pdb
│   │   │   ├── System.Data.SqlServerCe.dll
│   │   │   └── x86
│   │   │   ├── Microsoft.VC90.CRT
│   │   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   │   ├── msvcr90.dll
│   │   │   │   └── README_ENU.txt
│   │   │   ├── sqlceca40.dll
│   │   │   ├── sqlcecompact40.dll
│   │   │   ├── sqlceer40EN.dll
│   │   │   ├── sqlceme40.dll
│   │   │   ├── sqlceqp40.dll
│   │   │   └── sqlcese40.dll
│   │   └── Release
│   │   ├── amd64
│   │   │   ├── Microsoft.VC90.CRT
│   │   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   │   ├── msvcr90.dll
│   │   │   │   └── README_ENU.txt
│   │   │   ├── sqlceca40.dll
│   │   │   ├── sqlcecompact40.dll
│   │   │   ├── sqlceer40EN.dll
│   │   │   ├── sqlceme40.dll
│   │   │   ├── sqlceqp40.dll
│   │   │   └── sqlcese40.dll
│   │   ├── EntityFramework.dll
│   │   ├── EntityFramework.SqlServerCompact.dll
│   │   ├── EntityFramework.SqlServerCompact.xml
│   │   ├── EntityFramework.SqlServer.dll
│   │   ├── EntityFramework.SqlServer.xml
│   │   ├── EntityFramework.xml
│   │   ├── InterfaceLibrary.dll
│   │   ├── InterfaceLibrary.dll.CodeAnalysisLog.xml
│   │   ├── InterfaceLibrary.dll.config
│   │   ├── InterfaceLibrary.dll.lastcodeanalysissucceeded
│   │   ├── InterfaceLibrary.pdb
│   │   ├── System.Data.SqlServerCe.dll
│   │   └── x86
│   │   ├── Microsoft.VC90.CRT
│   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   ├── msvcr90.dll
│   │   │   └── README_ENU.txt
│   │   ├── sqlceca40.dll
│   │   ├── sqlcecompact40.dll
│   │   ├── sqlceer40EN.dll
│   │   ├── sqlceme40.dll
│   │   ├── sqlceqp40.dll
│   │   └── sqlcese40.dll
│   ├── IDataAccess.cs
│   ├── IDataInfo.cs
│   ├── IMainWindowFunction.cs
│   ├── InterfaceLibrary.csproj
│   ├── NodeDataObject.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── InterfaceLibrary.csproj.CopyComplete
│   │   │   ├── InterfaceLibrary.csproj.CoreCompileInputs.cache
│   │   │   ├── InterfaceLibrary.csproj.FileListAbsolute.txt
│   │   │   ├── InterfaceLibrary.dll
│   │   │   └── InterfaceLibrary.pdb
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── InterfaceLibrary.csprojAssemblyReference.cache
│   │   ├── InterfaceLibrary.csproj.CopyComplete
│   │   ├── InterfaceLibrary.csproj.CoreCompileInputs.cache
│   │   ├── InterfaceLibrary.csproj.FileListAbsolute.txt
│   │   ├── InterfaceLibrary.dll
│   │   └── InterfaceLibrary.pdb
│   ├── packages.config
│   └── Properties
│   └── AssemblyInfo.cs
├── NodeFactoryLibrary
│   ├── app.config
│   ├── bin
│   │   ├── Debug
│   │   │   ├── amd64
│   │   │   │   ├── Microsoft.VC90.CRT
│   │   │   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   │   │   ├── msvcr90.dll
│   │   │   │   │   └── README_ENU.txt
│   │   │   │   ├── sqlceca40.dll
│   │   │   │   ├── sqlcecompact40.dll
│   │   │   │   ├── sqlceer40EN.dll
│   │   │   │   ├── sqlceme40.dll
│   │   │   │   ├── sqlceqp40.dll
│   │   │   │   └── sqlcese40.dll
│   │   │   ├── DataAccessLayer.dll
│   │   │   ├── DataAccessLayer.dll.config
│   │   │   ├── DataAccessLayer.pdb
│   │   │   ├── DetailTextNode.dll
│   │   │   ├── DetailTextNode.dll.config
│   │   │   ├── DetailTextNode.pdb
│   │   │   ├── EntityFramework.dll
│   │   │   ├── EntityFramework.SqlServerCompact.dll
│   │   │   ├── EntityFramework.SqlServerCompact.xml
│   │   │   ├── EntityFramework.SqlServer.dll
│   │   │   ├── EntityFramework.SqlServer.xml
│   │   │   ├── EntityFramework.xml
│   │   │   ├── FolderNode.dll
│   │   │   ├── FolderNode.dll.config
│   │   │   ├── FolderNode.pdb
│   │   │   ├── InterfaceLibrary.dll
│   │   │   ├── InterfaceLibrary.dll.config
│   │   │   ├── InterfaceLibrary.pdb
│   │   │   ├── NodeFactoryLibrary.dll
│   │   │   ├── NodeFactoryLibrary.dll.config
│   │   │   ├── NodeFactoryLibrary.pdb
│   │   │   ├── OnlyTextNode.dll
│   │   │   ├── OnlyTextNode.dll.config
│   │   │   ├── OnlyTextNode.pdb
│   │   │   ├── PublicLibrary.dll
│   │   │   ├── PublicLibrary.dll.config
│   │   │   ├── PublicLibrary.pdb
│   │   │   ├── System.Data.SqlServerCe.dll
│   │   │   ├── SystemLibrary.dll
│   │   │   ├── SystemLibrary.dll.config
│   │   │   ├── SystemLibrary.pdb
│   │   │   ├── WPFSuperRichTextBox.dll
│   │   │   ├── WPFSuperRichTextBox.dll.config
│   │   │   ├── WPFSuperRichTextBox.pdb
│   │   │   └── x86
│   │   │   ├── Microsoft.VC90.CRT
│   │   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   │   ├── msvcr90.dll
│   │   │   │   └── README_ENU.txt
│   │   │   ├── sqlceca40.dll
│   │   │   ├── sqlcecompact40.dll
│   │   │   ├── sqlceer40EN.dll
│   │   │   ├── sqlceme40.dll
│   │   │   ├── sqlceqp40.dll
│   │   │   └── sqlcese40.dll
│   │   └── Release
│   │   ├── amd64
│   │   │   ├── Microsoft.VC90.CRT
│   │   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   │   ├── msvcr90.dll
│   │   │   │   └── README_ENU.txt
│   │   │   ├── sqlceca40.dll
│   │   │   ├── sqlcecompact40.dll
│   │   │   ├── sqlceer40EN.dll
│   │   │   ├── sqlceme40.dll
│   │   │   ├── sqlceqp40.dll
│   │   │   └── sqlcese40.dll
│   │   ├── DataAccessLayer.dll
│   │   ├── DataAccessLayer.dll.config
│   │   ├── DataAccessLayer.pdb
│   │   ├── DetailTextNode.dll
│   │   ├── DetailTextNode.dll.config
│   │   ├── DetailTextNode.pdb
│   │   ├── EntityFramework.dll
│   │   ├── EntityFramework.SqlServerCompact.dll
│   │   ├── EntityFramework.SqlServerCompact.xml
│   │   ├── EntityFramework.SqlServer.dll
│   │   ├── EntityFramework.SqlServer.xml
│   │   ├── EntityFramework.xml
│   │   ├── FolderNode.dll
│   │   ├── FolderNode.dll.config
│   │   ├── FolderNode.pdb
│   │   ├── InterfaceLibrary.dll
│   │   ├── InterfaceLibrary.dll.config
│   │   ├── InterfaceLibrary.pdb
│   │   ├── NodeFactoryLibrary.dll
│   │   ├── NodeFactoryLibrary.dll.config
│   │   ├── NodeFactoryLibrary.pdb
│   │   ├── OnlyTextNode.dll
│   │   ├── OnlyTextNode.dll.config
│   │   ├── OnlyTextNode.pdb
│   │   ├── PublicLibrary.dll
│   │   ├── PublicLibrary.dll.config
│   │   ├── PublicLibrary.pdb
│   │   ├── System.Data.SqlServerCe.dll
│   │   ├── SystemLibrary.dll
│   │   ├── SystemLibrary.dll.config
│   │   ├── SystemLibrary.pdb
│   │   ├── WPFSuperRichTextBox.dll
│   │   ├── WPFSuperRichTextBox.dll.config
│   │   ├── WPFSuperRichTextBox.pdb
│   │   └── x86
│   │   ├── Microsoft.VC90.CRT
│   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   ├── msvcr90.dll
│   │   │   └── README_ENU.txt
│   │   ├── sqlceca40.dll
│   │   ├── sqlcecompact40.dll
│   │   ├── sqlceer40EN.dll
│   │   ├── sqlceme40.dll
│   │   ├── sqlceqp40.dll
│   │   └── sqlcese40.dll
│   ├── NodeChange
│   │   ├── DetailTextToFolderChanger.cs
│   │   ├── DetailTextToOnlyTextChanger.cs
│   │   ├── FolderToDetailTextChanger.cs
│   │   ├── FolderToOnlyTextChanger.cs
│   │   ├── INodeChanger.cs
│   │   ├── NodeTypeChanger.cs
│   │   ├── OnlyTextToDetailTextChanger.cs
│   │   └── OnlyTextToFolderChanger.cs
│   ├── NodeFactory.cs
│   ├── NodeFactoryLibrary.csproj
│   ├── NodePathManager.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── NodeFactoryLibrary.csprojAssemblyReference.cache
│   │   │   ├── NodeFactoryLibrary.csproj.CopyComplete
│   │   │   ├── NodeFactoryLibrary.csproj.CoreCompileInputs.cache
│   │   │   ├── NodeFactoryLibrary.csproj.FileListAbsolute.txt
│   │   │   ├── NodeFactoryLibrary.dll
│   │   │   └── NodeFactoryLibrary.pdb
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── NodeFactoryLibrary.csprojAssemblyReference.cache
│   │   ├── NodeFactoryLibrary.csproj.CopyComplete
│   │   ├── NodeFactoryLibrary.csproj.CoreCompileInputs.cache
│   │   ├── NodeFactoryLibrary.csproj.FileListAbsolute.txt
│   │   ├── NodeFactoryLibrary.dll
│   │   └── NodeFactoryLibrary.pdb
│   ├── packages.config
│   └── Properties
│   └── AssemblyInfo.cs
├── OnlyTextNode
│   ├── App.config
│   ├── bin
│   │   ├── Debug
│   │   │   ├── amd64
│   │   │   │   ├── Microsoft.VC90.CRT
│   │   │   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   │   │   ├── msvcr90.dll
│   │   │   │   │   └── README_ENU.txt
│   │   │   │   ├── sqlceca40.dll
│   │   │   │   ├── sqlcecompact40.dll
│   │   │   │   ├── sqlceer40EN.dll
│   │   │   │   ├── sqlceme40.dll
│   │   │   │   ├── sqlceqp40.dll
│   │   │   │   └── sqlcese40.dll
│   │   │   ├── EntityFramework.dll
│   │   │   ├── EntityFramework.SqlServerCompact.dll
│   │   │   ├── EntityFramework.SqlServerCompact.xml
│   │   │   ├── EntityFramework.SqlServer.dll
│   │   │   ├── EntityFramework.SqlServer.xml
│   │   │   ├── EntityFramework.xml
│   │   │   ├── InterfaceLibrary.dll
│   │   │   ├── InterfaceLibrary.dll.config
│   │   │   ├── InterfaceLibrary.pdb
│   │   │   ├── OnlyTextNode.dll
│   │   │   ├── OnlyTextNode.dll.config
│   │   │   ├── OnlyTextNode.pdb
│   │   │   ├── PublicLibrary.dll
│   │   │   ├── PublicLibrary.dll.config
│   │   │   ├── PublicLibrary.pdb
│   │   │   ├── System.Data.SqlServerCe.dll
│   │   │   └── x86
│   │   │   ├── Microsoft.VC90.CRT
│   │   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   │   ├── msvcr90.dll
│   │   │   │   └── README_ENU.txt
│   │   │   ├── sqlceca40.dll
│   │   │   ├── sqlcecompact40.dll
│   │   │   ├── sqlceer40EN.dll
│   │   │   ├── sqlceme40.dll
│   │   │   ├── sqlceqp40.dll
│   │   │   └── sqlcese40.dll
│   │   └── Release
│   │   ├── amd64
│   │   │   ├── Microsoft.VC90.CRT
│   │   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   │   ├── msvcr90.dll
│   │   │   │   └── README_ENU.txt
│   │   │   ├── sqlceca40.dll
│   │   │   ├── sqlcecompact40.dll
│   │   │   ├── sqlceer40EN.dll
│   │   │   ├── sqlceme40.dll
│   │   │   ├── sqlceqp40.dll
│   │   │   └── sqlcese40.dll
│   │   ├── EntityFramework.dll
│   │   ├── EntityFramework.SqlServerCompact.dll
│   │   ├── EntityFramework.SqlServerCompact.xml
│   │   ├── EntityFramework.SqlServer.dll
│   │   ├── EntityFramework.SqlServer.xml
│   │   ├── EntityFramework.xml
│   │   ├── InterfaceLibrary.dll
│   │   ├── InterfaceLibrary.dll.config
│   │   ├── InterfaceLibrary.pdb
│   │   ├── OnlyTextNode.dll
│   │   ├── OnlyTextNode.dll.CodeAnalysisLog.xml
│   │   ├── OnlyTextNode.dll.config
│   │   ├── OnlyTextNode.dll.lastcodeanalysissucceeded
│   │   ├── OnlyTextNode.pdb
│   │   ├── PublicLibrary.dll
│   │   ├── PublicLibrary.dll.config
│   │   ├── PublicLibrary.pdb
│   │   ├── System.Data.SqlServerCe.dll
│   │   └── x86
│   │   ├── Microsoft.VC90.CRT
│   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   ├── msvcr90.dll
│   │   │   └── README_ENU.txt
│   │   ├── sqlceca40.dll
│   │   ├── sqlcecompact40.dll
│   │   ├── sqlceer40EN.dll
│   │   ├── sqlceme40.dll
│   │   ├── sqlceqp40.dll
│   │   └── sqlcese40.dll
│   ├── Icons.cs
│   ├── Images
│   │   ├── OnlyText.ico
│   │   └── SelectedOnlyText.ico
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── OnlyTextNode.csprojAssemblyReference.cache
│   │   │   ├── OnlyTextNode.csproj.CopyComplete
│   │   │   ├── OnlyTextNode.csproj.CoreCompileInputs.cache
│   │   │   ├── OnlyTextNode.csproj.FileListAbsolute.txt
│   │   │   ├── OnlyTextNode.dll
│   │   │   ├── OnlyTextNode.g.resources
│   │   │   └── OnlyTextNode.pdb
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── OnlyTextNode.csprojAssemblyReference.cache
│   │   ├── OnlyTextNode.csproj.CopyComplete
│   │   ├── OnlyTextNode.csproj.CoreCompileInputs.cache
│   │   ├── OnlyTextNode.csproj.FileListAbsolute.txt
│   │   ├── OnlyTextNode.dll
│   │   ├── OnlyTextNode.g.resources
│   │   └── OnlyTextNode.pdb
│   ├── OnlyTextInfo.cs
│   ├── OnlyTextNode.csproj
│   ├── packages.config
│   └── Properties
│   └── AssemblyInfo.cs
├── packages
│   ├── EntityFramework.6.2.0
│   │   ├── content
│   │   │   └── net40
│   │   │   ├── App.config.transform
│   │   │   └── Web.config.transform
│   │   ├── EntityFramework.6.2.0.nupkg
│   │   ├── lib
│   │   │   ├── net40
│   │   │   │   ├── EntityFramework.dll
│   │   │   │   ├── EntityFramework.SqlServer.dll
│   │   │   │   ├── EntityFramework.SqlServer.xml
│   │   │   │   └── EntityFramework.xml
│   │   │   └── net45
│   │   │   ├── EntityFramework.dll
│   │   │   ├── EntityFramework.SqlServer.dll
│   │   │   ├── EntityFramework.SqlServer.xml
│   │   │   └── EntityFramework.xml
│   │   └── tools
│   │   ├── about_EntityFramework.help.txt
│   │   ├── EntityFramework.PowerShell.dll
│   │   ├── EntityFramework.PowerShell.Utility.dll
│   │   ├── EntityFramework.psd1
│   │   ├── EntityFramework.psm1
│   │   ├── init.ps1
│   │   ├── install.ps1
│   │   └── migrate.exe
│   ├── EntityFramework.SqlServerCompact.6.2.0
│   │   ├── content
│   │   │   └── net40
│   │   │   ├── App.config.transform
│   │   │   └── Web.config.transform
│   │   ├── EntityFramework.SqlServerCompact.6.2.0.nupkg
│   │   ├── lib
│   │   │   ├── net40
│   │   │   │   ├── EntityFramework.SqlServerCompact.dll
│   │   │   │   └── EntityFramework.SqlServerCompact.xml
│   │   │   └── net45
│   │   │   ├── EntityFramework.SqlServerCompact.dll
│   │   │   └── EntityFramework.SqlServerCompact.xml
│   │   └── tools
│   │   └── install.ps1
│   └── Microsoft.SqlServer.Compact.4.0.8876.1
│   ├── Content
│   │   └── web.config.transform
│   ├── lib
│   │   └── net40
│   │   └── System.Data.SqlServerCe.dll
│   ├── Microsoft.SqlServer.Compact.4.0.8876.1.nupkg
│   ├── NativeBinaries
│   │   ├── amd64
│   │   │   ├── Microsoft.VC90.CRT
│   │   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   │   ├── msvcr90.dll
│   │   │   │   └── README_ENU.txt
│   │   │   ├── sqlceca40.dll
│   │   │   ├── sqlcecompact40.dll
│   │   │   ├── sqlceer40EN.dll
│   │   │   ├── sqlceme40.dll
│   │   │   ├── sqlceqp40.dll
│   │   │   └── sqlcese40.dll
│   │   └── x86
│   │   ├── Microsoft.VC90.CRT
│   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   ├── msvcr90.dll
│   │   │   └── README_ENU.txt
│   │   ├── sqlceca40.dll
│   │   ├── sqlcecompact40.dll
│   │   ├── sqlceer40EN.dll
│   │   ├── sqlceme40.dll
│   │   ├── sqlceqp40.dll
│   │   └── sqlcese40.dll
│   ├── SQLCE_EULA_ENU.rtf
│   └── tools
│   ├── Install.ps1
│   ├── Uninstall.ps1
│   ├── VS.psd1
│   └── VS.psm1
├── PersonalInfoForWPF
│   ├── App.Config
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── BackAndForward
│   │   ├── NodesStack.cs
│   │   └── VisitedNodesManager.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── amd64
│   │   │   │   ├── Microsoft.VC90.CRT
│   │   │   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   │   │   ├── msvcr90.dll
│   │   │   │   │   └── README_ENU.txt
│   │   │   │   ├── sqlceca40.dll
│   │   │   │   ├── sqlcecompact40.dll
│   │   │   │   ├── sqlceer40EN.dll
│   │   │   │   ├── sqlceme40.dll
│   │   │   │   ├── sqlceqp40.dll
│   │   │   │   └── sqlcese40.dll
│   │   │   ├── DataAccessLayer.dll
│   │   │   ├── DataAccessLayer.dll.config
│   │   │   ├── DataAccessLayer.pdb
│   │   │   ├── DetailTextNode.dll
│   │   │   ├── DetailTextNode.dll.config
│   │   │   ├── DetailTextNode.pdb
│   │   │   ├── EntityFramework.dll
│   │   │   ├── EntityFramework.SqlServerCompact.dll
│   │   │   ├── EntityFramework.SqlServerCompact.xml
│   │   │   ├── EntityFramework.SqlServer.dll
│   │   │   ├── EntityFramework.SqlServer.xml
│   │   │   ├── EntityFramework.xml
│   │   │   ├── FolderNode.dll
│   │   │   ├── FolderNode.dll.config
│   │   │   ├── FolderNode.pdb
│   │   │   ├── InterfaceLibrary.dll
│   │   │   ├── InterfaceLibrary.dll.config
│   │   │   ├── InterfaceLibrary.pdb
│   │   │   ├── NodeFactoryLibrary.dll
│   │   │   ├── NodeFactoryLibrary.dll.config
│   │   │   ├── NodeFactoryLibrary.pdb
│   │   │   ├── OnlyTextNode.dll
│   │   │   ├── OnlyTextNode.dll.config
│   │   │   ├── OnlyTextNode.pdb
│   │   │   ├── PersonalInfoForWPF.cfg
│   │   │   ├── PersonalInfoForWPF.exe
│   │   │   ├── PersonalInfoForWPF.exe.config
│   │   │   ├── PersonalInfoForWPF.pdb
│   │   │   ├── PublicLibrary.dll
│   │   │   ├── PublicLibrary.dll.config
│   │   │   ├── PublicLibrary.pdb
│   │   │   ├── System.Data.SqlServerCe.dll
│   │   │   ├── SystemLibrary.dll
│   │   │   ├── SystemLibrary.dll.config
│   │   │   ├── SystemLibrary.pdb
│   │   │   ├── WPFSuperRichTextBox.dll
│   │   │   ├── WPFSuperRichTextBox.dll.config
│   │   │   ├── WPFSuperRichTextBox.pdb
│   │   │   ├── WPFSuperTreeView.dll
│   │   │   ├── WPFSuperTreeView.dll.config
│   │   │   ├── WPFSuperTreeView.pdb
│   │   │   ├── WPFUserControlLibrary.dll
│   │   │   ├── WPFUserControlLibrary.dll.config
│   │   │   ├── WPFUserControlLibrary.pdb
│   │   │   └── x86
│   │   │   ├── Microsoft.VC90.CRT
│   │   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   │   ├── msvcr90.dll
│   │   │   │   └── README_ENU.txt
│   │   │   ├── sqlceca40.dll
│   │   │   ├── sqlcecompact40.dll
│   │   │   ├── sqlceer40EN.dll
│   │   │   ├── sqlceme40.dll
│   │   │   ├── sqlceqp40.dll
│   │   │   └── sqlcese40.dll
│   │   └── Release
│   │   ├── amd64
│   │   │   ├── Microsoft.VC90.CRT
│   │   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   │   ├── msvcr90.dll
│   │   │   │   └── README_ENU.txt
│   │   │   ├── sqlceca40.dll
│   │   │   ├── sqlcecompact40.dll
│   │   │   ├── sqlceer40EN.dll
│   │   │   ├── sqlceme40.dll
│   │   │   ├── sqlceqp40.dll
│   │   │   └── sqlcese40.dll
│   │   ├── DataAccessLayer.dll
│   │   ├── DataAccessLayer.dll.config
│   │   ├── DataAccessLayer.pdb
│   │   ├── DetailTextNode.dll
│   │   ├── DetailTextNode.dll.config
│   │   ├── DetailTextNode.pdb
│   │   ├── EntityFramework.dll
│   │   ├── EntityFramework.SqlServerCompact.dll
│   │   ├── EntityFramework.SqlServerCompact.xml
│   │   ├── EntityFramework.SqlServer.dll
│   │   ├── EntityFramework.SqlServer.xml
│   │   ├── EntityFramework.xml
│   │   ├── FolderNode.dll
│   │   ├── FolderNode.dll.config
│   │   ├── FolderNode.pdb
│   │   ├── InterfaceLibrary.dll
│   │   ├── InterfaceLibrary.dll.config
│   │   ├── InterfaceLibrary.pdb
│   │   ├── NodeFactoryLibrary.dll
│   │   ├── NodeFactoryLibrary.dll.config
│   │   ├── NodeFactoryLibrary.pdb
│   │   ├── OnlyTextNode.dll
│   │   ├── OnlyTextNode.dll.config
│   │   ├── OnlyTextNode.pdb
│   │   ├── PersonalInfoForWPF.cfg
│   │   ├── PersonalInfoForWPF.exe
│   │   ├── PersonalInfoForWPF.exe.config
│   │   ├── PersonalInfoForWPF.pdb
│   │   ├── PublicLibrary.dll
│   │   ├── PublicLibrary.dll.config
│   │   ├── PublicLibrary.pdb
│   │   ├── System.Data.SqlServerCe.dll
│   │   ├── SystemLibrary.dll
│   │   ├── SystemLibrary.dll.config
│   │   ├── SystemLibrary.pdb
│   │   ├── WPFSuperRichTextBox.dll
│   │   ├── WPFSuperRichTextBox.dll.config
│   │   ├── WPFSuperRichTextBox.pdb
│   │   ├── WPFSuperTreeView.dll
│   │   ├── WPFSuperTreeView.dll.config
│   │   ├── WPFSuperTreeView.pdb
│   │   ├── WPFUserControlLibrary.dll
│   │   ├── WPFUserControlLibrary.dll.config
│   │   ├── WPFUserControlLibrary.pdb
│   │   └── x86
│   │   ├── Microsoft.VC90.CRT
│   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   ├── msvcr90.dll
│   │   │   └── README_ENU.txt
│   │   ├── sqlceca40.dll
│   │   ├── sqlcecompact40.dll
│   │   ├── sqlceer40EN.dll
│   │   ├── sqlceme40.dll
│   │   ├── sqlceqp40.dll
│   │   └── sqlcese40.dll
│   ├── ConfigWin.xaml
│   ├── ConfigWin.xaml.cs
│   ├── FindNodes.xaml
│   ├── FindNodes.xaml.cs
│   ├── Images
│   │   ├── AddBrother.ico
│   │   ├── AddChild.ico
│   │   ├── AddRoot.ico
│   │   ├── app_icon.ico
│   │   ├── back.png
│   │   ├── change_type.ico
│   │   ├── cut_node.png
│   │   ├── delete.ico
│   │   ├── down_arrow.png
│   │   ├── Exit.ico
│   │   ├── find.ico
│   │   ├── forward.png
│   │   ├── main_window.ico
│   │   ├── move_down.ico
│   │   ├── move_left.ico
│   │   ├── move_right.ico
│   │   ├── move_up.ico
│   │   ├── paste_node.png
│   │   └── Rename.ico
│   ├── MainWindowHelper.cs
│   ├── main_window.ico
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── App.g.cs
│   │   │   ├── App.g.i.cs
│   │   │   ├── ConfigWin.baml
│   │   │   ├── ConfigWin.g.cs
│   │   │   ├── ConfigWin.g.i.cs
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── FindNodes.baml
│   │   │   ├── FindNodes.g.cs
│   │   │   ├── FindNodes.g.i.cs
│   │   │   ├── MainWindow.g.cs
│   │   │   ├── MainWindow.g.i.cs
│   │   │   ├── PersonalInfoForWPF.csprojAssemblyReference.cache
│   │   │   ├── PersonalInfoForWPF.csproj.CopyComplete
│   │   │   ├── PersonalInfoForWPF.csproj.CoreCompileInputs.cache
│   │   │   ├── PersonalInfoForWPF.csproj.FileListAbsolute.txt
│   │   │   ├── PersonalInfoForWPF.csproj.GenerateResource.cache
│   │   │   ├── PersonalInfoForWPF.exe
│   │   │   ├── PersonalInfoForWPF.g.resources
│   │   │   ├── PersonalInfoForWPF_MarkupCompile.cache
│   │   │   ├── PersonalInfoForWPF_MarkupCompile.i.cache
│   │   │   ├── PersonalInfoForWPF_MarkupCompile.i.lref
│   │   │   ├── PersonalInfoForWPF_MarkupCompile.lref
│   │   │   ├── PersonalInfoForWPF.pdb
│   │   │   ├── PersonalInfoForWPF.Properties.Resources.resources
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   └── UserControl
│   │   │   ├── DBInfoTab.g.cs
│   │   │   └── DBInfoTab.g.i.cs
│   │   └── Release
│   │   ├── App.g.cs
│   │   ├── App.g.i.cs
│   │   ├── ConfigWin.baml
│   │   ├── ConfigWin.g.cs
│   │   ├── ConfigWin.g.i.cs
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── FindNodes.baml
│   │   ├── FindNodes.g.cs
│   │   ├── FindNodes.g.i.cs
│   │   ├── MainWindow.baml
│   │   ├── MainWindow.g.cs
│   │   ├── MainWindow.g.i.cs
│   │   ├── PersonalInfoForWPF.csprojAssemblyReference.cache
│   │   ├── PersonalInfoForWPF.csproj.CopyComplete
│   │   ├── PersonalInfoForWPF.csproj.CoreCompileInputs.cache
│   │   ├── PersonalInfoForWPF.csproj.FileListAbsolute.txt
│   │   ├── PersonalInfoForWPF.csproj.GenerateResource.cache
│   │   ├── PersonalInfoForWPF.exe
│   │   ├── PersonalInfoForWPF.g.resources
│   │   ├── PersonalInfoForWPF_MarkupCompile.cache
│   │   ├── PersonalInfoForWPF_MarkupCompile.lref
│   │   ├── PersonalInfoForWPF.pdb
│   │   ├── PersonalInfoForWPF.Properties.Resources.resources
│   │   ├── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   └── UserControl
│   │   ├── DBInfoTab.baml
│   │   ├── DBInfoTab.g.cs
│   │   └── DBInfoTab.g.i.cs
│   ├── packages.config
│   ├── PersonalInfoCommands.cs
│   ├── PersonalInfoForWPF.csproj
│   ├── PersonalInfoForWPF.csproj.user
│   ├── Properties
│   │   ├── app.manifest
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   └── UserControl
│   ├── DBInfoTab.xaml
│   └── DBInfoTab.xaml.cs
├── PersonalInfoForWPF.sln
├── PublicLibrary
│   ├── App.config
│   ├── bin
│   │   ├── Debug
│   │   │   ├── amd64
│   │   │   │   ├── Microsoft.VC90.CRT
│   │   │   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   │   │   ├── msvcr90.dll
│   │   │   │   │   └── README_ENU.txt
│   │   │   │   ├── sqlceca40.dll
│   │   │   │   ├── sqlcecompact40.dll
│   │   │   │   ├── sqlceer40EN.dll
│   │   │   │   ├── sqlceme40.dll
│   │   │   │   ├── sqlceqp40.dll
│   │   │   │   └── sqlcese40.dll
│   │   │   ├── EntityFramework.dll
│   │   │   ├── EntityFramework.SqlServerCompact.dll
│   │   │   ├── EntityFramework.SqlServerCompact.xml
│   │   │   ├── EntityFramework.SqlServer.dll
│   │   │   ├── EntityFramework.SqlServer.xml
│   │   │   ├── EntityFramework.xml
│   │   │   ├── PublicLibrary.dll
│   │   │   ├── PublicLibrary.dll.config
│   │   │   ├── PublicLibrary.pdb
│   │   │   ├── System.Data.SqlServerCe.dll
│   │   │   └── x86
│   │   │   ├── Microsoft.VC90.CRT
│   │   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   │   ├── msvcr90.dll
│   │   │   │   └── README_ENU.txt
│   │   │   ├── sqlceca40.dll
│   │   │   ├── sqlcecompact40.dll
│   │   │   ├── sqlceer40EN.dll
│   │   │   ├── sqlceme40.dll
│   │   │   ├── sqlceqp40.dll
│   │   │   └── sqlcese40.dll
│   │   └── Release
│   │   ├── amd64
│   │   │   ├── Microsoft.VC90.CRT
│   │   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   │   ├── msvcr90.dll
│   │   │   │   └── README_ENU.txt
│   │   │   ├── sqlceca40.dll
│   │   │   ├── sqlcecompact40.dll
│   │   │   ├── sqlceer40EN.dll
│   │   │   ├── sqlceme40.dll
│   │   │   ├── sqlceqp40.dll
│   │   │   └── sqlcese40.dll
│   │   ├── EntityFramework.dll
│   │   ├── EntityFramework.SqlServerCompact.dll
│   │   ├── EntityFramework.SqlServerCompact.xml
│   │   ├── EntityFramework.SqlServer.dll
│   │   ├── EntityFramework.SqlServer.xml
│   │   ├── EntityFramework.xml
│   │   ├── PublicLibrary.dll
│   │   ├── PublicLibrary.dll.CodeAnalysisLog.xml
│   │   ├── PublicLibrary.dll.config
│   │   ├── PublicLibrary.dll.lastcodeanalysissucceeded
│   │   ├── PublicLibrary.pdb
│   │   ├── System.Data.SqlServerCe.dll
│   │   └── x86
│   │   ├── Microsoft.VC90.CRT
│   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   ├── msvcr90.dll
│   │   │   └── README_ENU.txt
│   │   ├── sqlceca40.dll
│   │   ├── sqlcecompact40.dll
│   │   ├── sqlceer40EN.dll
│   │   ├── sqlceme40.dll
│   │   ├── sqlceqp40.dll
│   │   └── sqlcese40.dll
│   ├── Network
│   │   ├── HttpContentType.cs
│   │   ├── HttpWorker.cs
│   │   ├── JsonUtils.cs
│   │   └── NetworkUtils.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── PublicLibrary.csprojAssemblyReference.cache
│   │   │   ├── PublicLibrary.csproj.CopyComplete
│   │   │   ├── PublicLibrary.csproj.CoreCompileInputs.cache
│   │   │   ├── PublicLibrary.csproj.FileListAbsolute.txt
│   │   │   ├── PublicLibrary.dll
│   │   │   └── PublicLibrary.pdb
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── PublicLibrary.csprojAssemblyReference.cache
│   │   ├── PublicLibrary.csproj.CopyComplete
│   │   ├── PublicLibrary.csproj.CoreCompileInputs.cache
│   │   ├── PublicLibrary.csproj.FileListAbsolute.txt
│   │   ├── PublicLibrary.dll
│   │   └── PublicLibrary.pdb
│   ├── packages.config
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── PublicLibrary.csproj
│   ├── Security
│   │   └── SecurityUtils.cs
│   ├── Serializer
│   │   └── DeepSerializer.cs
│   └── Utils
│   ├── FileUtils.cs
│   ├── IconExtractor.cs
│   ├── ImageUtils.cs
│   ├── StringUtils.cs
│   └── TimerUtils.cs
├── SystemLibrary
│   ├── App.config
│   ├── bin
│   │   ├── Debug
│   │   │   ├── amd64
│   │   │   │   ├── Microsoft.VC90.CRT
│   │   │   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   │   │   ├── msvcr90.dll
│   │   │   │   │   └── README_ENU.txt
│   │   │   │   ├── sqlceca40.dll
│   │   │   │   ├── sqlcecompact40.dll
│   │   │   │   ├── sqlceer40EN.dll
│   │   │   │   ├── sqlceme40.dll
│   │   │   │   ├── sqlceqp40.dll
│   │   │   │   └── sqlcese40.dll
│   │   │   ├── EntityFramework.dll
│   │   │   ├── EntityFramework.SqlServerCompact.dll
│   │   │   ├── EntityFramework.SqlServerCompact.xml
│   │   │   ├── EntityFramework.SqlServer.dll
│   │   │   ├── EntityFramework.SqlServer.xml
│   │   │   ├── EntityFramework.xml
│   │   │   ├── System.Data.SqlServerCe.dll
│   │   │   ├── SystemLibrary.dll
│   │   │   ├── SystemLibrary.dll.config
│   │   │   ├── SystemLibrary.pdb
│   │   │   └── x86
│   │   │   ├── Microsoft.VC90.CRT
│   │   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   │   ├── msvcr90.dll
│   │   │   │   └── README_ENU.txt
│   │   │   ├── sqlceca40.dll
│   │   │   ├── sqlcecompact40.dll
│   │   │   ├── sqlceer40EN.dll
│   │   │   ├── sqlceme40.dll
│   │   │   ├── sqlceqp40.dll
│   │   │   └── sqlcese40.dll
│   │   └── Release
│   │   ├── amd64
│   │   │   ├── Microsoft.VC90.CRT
│   │   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   │   ├── msvcr90.dll
│   │   │   │   └── README_ENU.txt
│   │   │   ├── sqlceca40.dll
│   │   │   ├── sqlcecompact40.dll
│   │   │   ├── sqlceer40EN.dll
│   │   │   ├── sqlceme40.dll
│   │   │   ├── sqlceqp40.dll
│   │   │   └── sqlcese40.dll
│   │   ├── EntityFramework.dll
│   │   ├── EntityFramework.SqlServerCompact.dll
│   │   ├── EntityFramework.SqlServerCompact.xml
│   │   ├── EntityFramework.SqlServer.dll
│   │   ├── EntityFramework.SqlServer.xml
│   │   ├── EntityFramework.xml
│   │   ├── System.Data.SqlServerCe.dll
│   │   ├── SystemLibrary.dll
│   │   ├── SystemLibrary.dll.CodeAnalysisLog.xml
│   │   ├── SystemLibrary.dll.config
│   │   ├── SystemLibrary.dll.lastcodeanalysissucceeded
│   │   ├── SystemLibrary.pdb
│   │   └── x86
│   │   ├── Microsoft.VC90.CRT
│   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   ├── msvcr90.dll
│   │   │   └── README_ENU.txt
│   │   ├── sqlceca40.dll
│   │   ├── sqlcecompact40.dll
│   │   ├── sqlceer40EN.dll
│   │   ├── sqlceme40.dll
│   │   ├── sqlceqp40.dll
│   │   └── sqlcese40.dll
│   ├── ConfigArgus.cs
│   ├── DatabaseInfo.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── SystemLibrary.csproj.CopyComplete
│   │   │   ├── SystemLibrary.csproj.CoreCompileInputs.cache
│   │   │   ├── SystemLibrary.csproj.FileListAbsolute.txt
│   │   │   ├── SystemLibrary.dll
│   │   │   └── SystemLibrary.pdb
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── SystemLibrary.csprojAssemblyReference.cache
│   │   ├── SystemLibrary.csproj.CopyComplete
│   │   ├── SystemLibrary.csproj.CoreCompileInputs.cache
│   │   ├── SystemLibrary.csproj.FileListAbsolute.txt
│   │   ├── SystemLibrary.dll
│   │   └── SystemLibrary.pdb
│   ├── packages.config
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── SystemConfig.cs
│   └── SystemLibrary.csproj
├── WPFSuperRichTextBox
│   ├── App.config
│   ├── bin
│   │   ├── Debug
│   │   │   ├── amd64
│   │   │   │   ├── Microsoft.VC90.CRT
│   │   │   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   │   │   ├── msvcr90.dll
│   │   │   │   │   └── README_ENU.txt
│   │   │   │   ├── sqlceca40.dll
│   │   │   │   ├── sqlcecompact40.dll
│   │   │   │   ├── sqlceer40EN.dll
│   │   │   │   ├── sqlceme40.dll
│   │   │   │   ├── sqlceqp40.dll
│   │   │   │   └── sqlcese40.dll
│   │   │   ├── EntityFramework.dll
│   │   │   ├── EntityFramework.SqlServerCompact.dll
│   │   │   ├── EntityFramework.SqlServerCompact.xml
│   │   │   ├── EntityFramework.SqlServer.dll
│   │   │   ├── EntityFramework.SqlServer.xml
│   │   │   ├── EntityFramework.xml
│   │   │   ├── System.Data.SqlServerCe.dll
│   │   │   ├── SystemLibrary.dll
│   │   │   ├── SystemLibrary.dll.config
│   │   │   ├── SystemLibrary.pdb
│   │   │   ├── WPFSuperRichTextBox.dll
│   │   │   ├── WPFSuperRichTextBox.dll.config
│   │   │   ├── WPFSuperRichTextBox.pdb
│   │   │   └── x86
│   │   │   ├── Microsoft.VC90.CRT
│   │   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   │   ├── msvcr90.dll
│   │   │   │   └── README_ENU.txt
│   │   │   ├── sqlceca40.dll
│   │   │   ├── sqlcecompact40.dll
│   │   │   ├── sqlceer40EN.dll
│   │   │   ├── sqlceme40.dll
│   │   │   ├── sqlceqp40.dll
│   │   │   └── sqlcese40.dll
│   │   └── Release
│   │   ├── amd64
│   │   │   ├── Microsoft.VC90.CRT
│   │   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   │   ├── msvcr90.dll
│   │   │   │   └── README_ENU.txt
│   │   │   ├── sqlceca40.dll
│   │   │   ├── sqlcecompact40.dll
│   │   │   ├── sqlceer40EN.dll
│   │   │   ├── sqlceme40.dll
│   │   │   ├── sqlceqp40.dll
│   │   │   └── sqlcese40.dll
│   │   ├── EntityFramework.dll
│   │   ├── EntityFramework.SqlServerCompact.dll
│   │   ├── EntityFramework.SqlServerCompact.xml
│   │   ├── EntityFramework.SqlServer.dll
│   │   ├── EntityFramework.SqlServer.xml
│   │   ├── EntityFramework.xml
│   │   ├── System.Data.SqlServerCe.dll
│   │   ├── SystemLibrary.dll
│   │   ├── SystemLibrary.dll.config
│   │   ├── SystemLibrary.pdb
│   │   ├── WPFSuperRichTextBox.dll
│   │   ├── WPFSuperRichTextBox.dll.config
│   │   ├── WPFSuperRichTextBox.pdb
│   │   └── x86
│   │   ├── Microsoft.VC90.CRT
│   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   ├── msvcr90.dll
│   │   │   └── README_ENU.txt
│   │   ├── sqlceca40.dll
│   │   ├── sqlcecompact40.dll
│   │   ├── sqlceer40EN.dll
│   │   ├── sqlceme40.dll
│   │   ├── sqlceqp40.dll
│   │   └── sqlcese40.dll
│   ├── ColorGridBox.cs
│   ├── FindAndReplace
│   │   ├── FindAndReplaceManager.cs
│   │   ├── winFindAndReplace.xaml
│   │   └── winFindAndReplace.xaml.cs
│   ├── Image
│   │   ├── alignLeftAndRight.png
│   │   ├── alignLeft.png
│   │   ├── alignMiddle.png
│   │   ├── alignRight.png
│   │   ├── BackgroundColor.png
│   │   ├── Bold.png
│   │   ├── bullet_list.png
│   │   ├── Copy.png
│   │   ├── Cut.png
│   │   ├── DecreaseFontSize.png
│   │   ├── DecreaseIndent.png
│   │   ├── Delete.png
│   │   ├── down_arrow.png
│   │   ├── ExportToFile.png
│   │   ├── FindWord.png
│   │   ├── fontColor.png
│   │   ├── IncreaseFontSize.png
│   │   ├── IncreaseIndent.png
│   │   ├── insertFile.png
│   │   ├── InsertImage.png
│   │   ├── Italic.png
│   │   ├── MoveToBegin.png
│   │   ├── MoveToEnd.png
│   │   ├── NewDocument.png
│   │   ├── number_list.png
│   │   ├── open.png
│   │   ├── Paste.png
│   │   ├── Print.png
│   │   ├── PrintPreview.png
│   │   ├── Redo.png
│   │   ├── save.png
│   │   └── Undo.png
│   ├── MySuperEditorCommands.cs
│   ├── MySuperEditorHelper.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── FindAndReplace
│   │   │   │   ├── winFindAndReplace.baml
│   │   │   │   ├── winFindAndReplace.g.cs
│   │   │   │   └── winFindAndReplace.g.i.cs
│   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   ├── Print
│   │   │   │   ├── PrintPreviewDialog.baml
│   │   │   │   ├── PrintPreviewDialog.g.cs
│   │   │   │   └── PrintPreviewDialog.g.i.cs
│   │   │   ├── SuperWPFRichTextBox.baml
│   │   │   ├── SuperWPFRichTextBox.g.cs
│   │   │   ├── SuperWPFRichTextBox.g.i.cs
│   │   │   ├── WPFSuperRichTextBox.csprojAssemblyReference.cache
│   │   │   ├── WPFSuperRichTextBox.csproj.CopyComplete
│   │   │   ├── WPFSuperRichTextBox.csproj.CoreCompileInputs.cache
│   │   │   ├── WPFSuperRichTextBox.csproj.FileListAbsolute.txt
│   │   │   ├── WPFSuperRichTextBox.csproj.GenerateResource.cache
│   │   │   ├── WPFSuperRichTextBox.dll
│   │   │   ├── WPFSuperRichTextBox.g.resources
│   │   │   ├── WPFSuperRichTextBox_MarkupCompile.cache
│   │   │   ├── WPFSuperRichTextBox_MarkupCompile.i.cache
│   │   │   ├── WPFSuperRichTextBox_MarkupCompile.i.lref
│   │   │   ├── WPFSuperRichTextBox_MarkupCompile.lref
│   │   │   ├── WPFSuperRichTextBox.pdb
│   │   │   └── WPFSuperRichTextBox.Properties.Resources.resources
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── FindAndReplace
│   │   │   ├── winFindAndReplace.baml
│   │   │   ├── winFindAndReplace.g.cs
│   │   │   └── winFindAndReplace.g.i.cs
│   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   ├── Print
│   │   │   ├── PrintPreviewDialog.baml
│   │   │   ├── PrintPreviewDialog.g.cs
│   │   │   └── PrintPreviewDialog.g.i.cs
│   │   ├── SuperWPFRichTextBox.baml
│   │   ├── SuperWPFRichTextBox.g.cs
│   │   ├── SuperWPFRichTextBox.g.i.cs
│   │   ├── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── WPFSuperRichTextBox.csprojAssemblyReference.cache
│   │   ├── WPFSuperRichTextBox.csproj.CopyComplete
│   │   ├── WPFSuperRichTextBox.csproj.CoreCompileInputs.cache
│   │   ├── WPFSuperRichTextBox.csproj.FileListAbsolute.txt
│   │   ├── WPFSuperRichTextBox.csproj.GenerateResource.cache
│   │   ├── WPFSuperRichTextBox.dll
│   │   ├── WPFSuperRichTextBox.g.resources
│   │   ├── WPFSuperRichTextBox_MarkupCompile.cache
│   │   ├── WPFSuperRichTextBox_MarkupCompile.lref
│   │   ├── WPFSuperRichTextBox.pdb
│   │   └── WPFSuperRichTextBox.Properties.Resources.resources
│   ├── packages.config
│   ├── Print
│   │   ├── PrintingPaginator.cs
│   │   ├── PrintManager.cs
│   │   ├── PrintPreviewDialog.xaml
│   │   └── PrintPreviewDialog.xaml.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── RichTextBoxDocumentManager.cs
│   ├── SuperRichTextBoxResourses.cs
│   ├── SuperWPFRichTextBox.xaml
│   ├── SuperWPFRichTextBox.xaml.cs
│   ├── WPFSuperRichTextBox.csproj
│   └── XAMLHelper.cs
├── WPFSuperTreeView
│   ├── AddNodeCategory.cs
│   ├── app.config
│   ├── bin
│   │   ├── Debug
│   │   │   ├── amd64
│   │   │   │   ├── Microsoft.VC90.CRT
│   │   │   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   │   │   ├── msvcr90.dll
│   │   │   │   │   └── README_ENU.txt
│   │   │   │   ├── sqlceca40.dll
│   │   │   │   ├── sqlcecompact40.dll
│   │   │   │   ├── sqlceer40EN.dll
│   │   │   │   ├── sqlceme40.dll
│   │   │   │   ├── sqlceqp40.dll
│   │   │   │   └── sqlcese40.dll
│   │   │   ├── DataAccessLayer.dll
│   │   │   ├── DataAccessLayer.dll.config
│   │   │   ├── DataAccessLayer.pdb
│   │   │   ├── DetailTextNode.dll
│   │   │   ├── DetailTextNode.dll.config
│   │   │   ├── DetailTextNode.pdb
│   │   │   ├── EntityFramework.dll
│   │   │   ├── EntityFramework.SqlServerCompact.dll
│   │   │   ├── EntityFramework.SqlServerCompact.xml
│   │   │   ├── EntityFramework.SqlServer.dll
│   │   │   ├── EntityFramework.SqlServer.xml
│   │   │   ├── EntityFramework.xml
│   │   │   ├── FolderNode.dll
│   │   │   ├── FolderNode.dll.config
│   │   │   ├── FolderNode.pdb
│   │   │   ├── InterfaceLibrary.dll
│   │   │   ├── InterfaceLibrary.dll.config
│   │   │   ├── InterfaceLibrary.pdb
│   │   │   ├── NodeFactoryLibrary.dll
│   │   │   ├── NodeFactoryLibrary.dll.config
│   │   │   ├── NodeFactoryLibrary.pdb
│   │   │   ├── OnlyTextNode.dll
│   │   │   ├── OnlyTextNode.dll.config
│   │   │   ├── OnlyTextNode.pdb
│   │   │   ├── PublicLibrary.dll
│   │   │   ├── PublicLibrary.dll.config
│   │   │   ├── PublicLibrary.pdb
│   │   │   ├── System.Data.SqlServerCe.dll
│   │   │   ├── SystemLibrary.dll
│   │   │   ├── SystemLibrary.dll.config
│   │   │   ├── SystemLibrary.pdb
│   │   │   ├── WPFSuperRichTextBox.dll
│   │   │   ├── WPFSuperRichTextBox.dll.config
│   │   │   ├── WPFSuperRichTextBox.pdb
│   │   │   ├── WPFSuperTreeView.dll
│   │   │   ├── WPFSuperTreeView.dll.config
│   │   │   ├── WPFSuperTreeView.pdb
│   │   │   └── x86
│   │   │   ├── Microsoft.VC90.CRT
│   │   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   │   ├── msvcr90.dll
│   │   │   │   └── README_ENU.txt
│   │   │   ├── sqlceca40.dll
│   │   │   ├── sqlcecompact40.dll
│   │   │   ├── sqlceer40EN.dll
│   │   │   ├── sqlceme40.dll
│   │   │   ├── sqlceqp40.dll
│   │   │   └── sqlcese40.dll
│   │   └── Release
│   │   ├── amd64
│   │   │   ├── Microsoft.VC90.CRT
│   │   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   │   ├── msvcr90.dll
│   │   │   │   └── README_ENU.txt
│   │   │   ├── sqlceca40.dll
│   │   │   ├── sqlcecompact40.dll
│   │   │   ├── sqlceer40EN.dll
│   │   │   ├── sqlceme40.dll
│   │   │   ├── sqlceqp40.dll
│   │   │   └── sqlcese40.dll
│   │   ├── DataAccessLayer.dll
│   │   ├── DataAccessLayer.dll.config
│   │   ├── DataAccessLayer.pdb
│   │   ├── DetailTextNode.dll
│   │   ├── DetailTextNode.dll.config
│   │   ├── DetailTextNode.pdb
│   │   ├── EntityFramework.dll
│   │   ├── EntityFramework.SqlServerCompact.dll
│   │   ├── EntityFramework.SqlServerCompact.xml
│   │   ├── EntityFramework.SqlServer.dll
│   │   ├── EntityFramework.SqlServer.xml
│   │   ├── EntityFramework.xml
│   │   ├── FolderNode.dll
│   │   ├── FolderNode.dll.config
│   │   ├── FolderNode.pdb
│   │   ├── InterfaceLibrary.dll
│   │   ├── InterfaceLibrary.dll.config
│   │   ├── InterfaceLibrary.pdb
│   │   ├── NodeFactoryLibrary.dll
│   │   ├── NodeFactoryLibrary.dll.config
│   │   ├── NodeFactoryLibrary.pdb
│   │   ├── OnlyTextNode.dll
│   │   ├── OnlyTextNode.dll.config
│   │   ├── OnlyTextNode.pdb
│   │   ├── PublicLibrary.dll
│   │   ├── PublicLibrary.dll.config
│   │   ├── PublicLibrary.pdb
│   │   ├── System.Data.SqlServerCe.dll
│   │   ├── SystemLibrary.dll
│   │   ├── SystemLibrary.dll.config
│   │   ├── SystemLibrary.pdb
│   │   ├── WPFSuperRichTextBox.dll
│   │   ├── WPFSuperRichTextBox.dll.config
│   │   ├── WPFSuperRichTextBox.pdb
│   │   ├── WPFSuperTreeView.dll
│   │   ├── WPFSuperTreeView.dll.config
│   │   ├── WPFSuperTreeView.pdb
│   │   └── x86
│   │   ├── Microsoft.VC90.CRT
│   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   ├── msvcr90.dll
│   │   │   └── README_ENU.txt
│   │   ├── sqlceca40.dll
│   │   ├── sqlcecompact40.dll
│   │   ├── sqlceer40EN.dll
│   │   ├── sqlceme40.dll
│   │   ├── sqlceqp40.dll
│   │   └── sqlcese40.dll
│   ├── ClassDiagram1.cd
│   ├── NodeMoveEventArgs.cs
│   ├── NodeMoveType.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── SuperTreeView.baml
│   │   │   ├── SuperTreeView.g.cs
│   │   │   ├── SuperTreeView.g.i.cs
│   │   │   ├── WPFSuperTreeView.csprojAssemblyReference.cache
│   │   │   ├── WPFSuperTreeView.csproj.CopyComplete
│   │   │   ├── WPFSuperTreeView.csproj.CoreCompileInputs.cache
│   │   │   ├── WPFSuperTreeView.csproj.FileListAbsolute.txt
│   │   │   ├── WPFSuperTreeView.csproj.GenerateResource.cache
│   │   │   ├── WPFSuperTreeView.dll
│   │   │   ├── WPFSuperTreeView.g.resources
│   │   │   ├── WPFSuperTreeView_MarkupCompile.cache
│   │   │   ├── WPFSuperTreeView_MarkupCompile.i.cache
│   │   │   ├── WPFSuperTreeView.pdb
│   │   │   └── WPFSuperTreeView.Properties.Resources.resources
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── SuperTreeView.baml
│   │   ├── SuperTreeView.g.cs
│   │   ├── SuperTreeView.g.i.cs
│   │   ├── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── WPFSuperTreeView.csprojAssemblyReference.cache
│   │   ├── WPFSuperTreeView.csproj.CopyComplete
│   │   ├── WPFSuperTreeView.csproj.CoreCompileInputs.cache
│   │   ├── WPFSuperTreeView.csproj.FileListAbsolute.txt
│   │   ├── WPFSuperTreeView.csproj.GenerateResource.cache
│   │   ├── WPFSuperTreeView.dll
│   │   ├── WPFSuperTreeView.g.resources
│   │   ├── WPFSuperTreeView_MarkupCompile.cache
│   │   ├── WPFSuperTreeView.pdb
│   │   └── WPFSuperTreeView.Properties.Resources.resources
│   ├── packages.config
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── SuperTreeView.xaml
│   ├── SuperTreeView.xaml.cs
│   ├── TreeViewIconsItem.cs
│   ├── TreeViewNodesManager.cs
│   └── WPFSuperTreeView.csproj
└── WPFUserControlLibrary
├── App.config
├── bin
│   ├── Debug
│   │   ├── amd64
│   │   │   ├── Microsoft.VC90.CRT
│   │   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   │   ├── msvcr90.dll
│   │   │   │   └── README_ENU.txt
│   │   │   ├── sqlceca40.dll
│   │   │   ├── sqlcecompact40.dll
│   │   │   ├── sqlceer40EN.dll
│   │   │   ├── sqlceme40.dll
│   │   │   ├── sqlceqp40.dll
│   │   │   └── sqlcese40.dll
│   │   ├── EntityFramework.dll
│   │   ├── EntityFramework.SqlServerCompact.dll
│   │   ├── EntityFramework.SqlServerCompact.xml
│   │   ├── EntityFramework.SqlServer.dll
│   │   ├── EntityFramework.SqlServer.xml
│   │   ├── EntityFramework.xml
│   │   ├── System.Data.SqlServerCe.dll
│   │   ├── WPFUserControlLibrary.dll
│   │   ├── WPFUserControlLibrary.dll.config
│   │   ├── WPFUserControlLibrary.pdb
│   │   └── x86
│   │   ├── Microsoft.VC90.CRT
│   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   ├── msvcr90.dll
│   │   │   └── README_ENU.txt
│   │   ├── sqlceca40.dll
│   │   ├── sqlcecompact40.dll
│   │   ├── sqlceer40EN.dll
│   │   ├── sqlceme40.dll
│   │   ├── sqlceqp40.dll
│   │   └── sqlcese40.dll
│   └── Release
│   ├── amd64
│   │   ├── Microsoft.VC90.CRT
│   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   ├── msvcr90.dll
│   │   │   └── README_ENU.txt
│   │   ├── sqlceca40.dll
│   │   ├── sqlcecompact40.dll
│   │   ├── sqlceer40EN.dll
│   │   ├── sqlceme40.dll
│   │   ├── sqlceqp40.dll
│   │   └── sqlcese40.dll
│   ├── EntityFramework.dll
│   ├── EntityFramework.SqlServerCompact.dll
│   ├── EntityFramework.SqlServerCompact.xml
│   ├── EntityFramework.SqlServer.dll
│   ├── EntityFramework.SqlServer.xml
│   ├── EntityFramework.xml
│   ├── System.Data.SqlServerCe.dll
│   ├── WPFUserControlLibrary.dll
│   ├── WPFUserControlLibrary.dll.config
│   ├── WPFUserControlLibrary.pdb
│   └── x86
│   ├── Microsoft.VC90.CRT
│   │   ├── Microsoft.VC90.CRT.manifest
│   │   ├── msvcr90.dll
│   │   └── README_ENU.txt
│   ├── sqlceca40.dll
│   ├── sqlcecompact40.dll
│   ├── sqlceer40EN.dll
│   ├── sqlceme40.dll
│   ├── sqlceqp40.dll
│   └── sqlcese40.dll
├── ColorBrushList.cs
├── DropDownButton.cs
├── InfoTab
│   ├── Image
│   │   └── close.png
│   ├── InfoTabContent.xaml
│   ├── InfoTabContent.xaml.cs
│   ├── InfoTabControl.xaml
│   ├── InfoTabControl.xaml.cs
│   ├── InfoTabHeader.xaml
│   ├── InfoTabHeader.xaml.cs
│   └── TabPageClosedEventArgs.cs
├── obj
│   ├── Debug
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── InfoTab
│   │   │   ├── InfoTabContent.baml
│   │   │   ├── InfoTabContent.g.cs
│   │   │   ├── InfoTabContent.g.i.cs
│   │   │   ├── InfoTabControl.baml
│   │   │   ├── InfoTabControl.g.cs
│   │   │   ├── InfoTabControl.g.i.cs
│   │   │   ├── InfoTabHeader.baml
│   │   │   ├── InfoTabHeader.g.cs
│   │   │   └── InfoTabHeader.g.i.cs
│   │   ├── SuperTextBox.baml
│   │   ├── SuperTextBox.g.cs
│   │   ├── SuperTextBox.g.i.cs
│   │   ├── WPFUserControlLibrary.csproj.CopyComplete
│   │   ├── WPFUserControlLibrary.csproj.CoreCompileInputs.cache
│   │   ├── WPFUserControlLibrary.csproj.FileListAbsolute.txt
│   │   ├── WPFUserControlLibrary.csproj.GenerateResource.cache
│   │   ├── WPFUserControlLibrary.dll
│   │   ├── WPFUserControlLibrary.g.resources
│   │   ├── WPFUserControlLibrary_MarkupCompile.cache
│   │   ├── WPFUserControlLibrary_MarkupCompile.i.cache
│   │   ├── WPFUserControlLibrary_MarkupCompile.i.lref
│   │   ├── WPFUserControlLibrary_MarkupCompile.lref
│   │   ├── WPFUserControlLibrary.pdb
│   │   └── WPFUserControlLibrary.Properties.Resources.resources
│   └── Release
│   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   ├── InfoTab
│   │   ├── InfoTabContent.baml
│   │   ├── InfoTabContent.g.cs
│   │   ├── InfoTabContent.g.i.cs
│   │   ├── InfoTabControl.baml
│   │   ├── InfoTabControl.g.cs
│   │   ├── InfoTabControl.g.i.cs
│   │   ├── InfoTabHeader.baml
│   │   ├── InfoTabHeader.g.cs
│   │   └── InfoTabHeader.g.i.cs
│   ├── SuperTextBox.baml
│   ├── SuperTextBox.g.cs
│   ├── SuperTextBox.g.i.cs
│   ├── TempPE
│   │   └── Properties.Resources.Designer.cs.dll
│   ├── WPFUserControlLibrary.csprojAssemblyReference.cache
│   ├── WPFUserControlLibrary.csproj.CopyComplete
│   ├── WPFUserControlLibrary.csproj.CoreCompileInputs.cache
│   ├── WPFUserControlLibrary.csproj.FileListAbsolute.txt
│   ├── WPFUserControlLibrary.csproj.GenerateResource.cache
│   ├── WPFUserControlLibrary.dll
│   ├── WPFUserControlLibrary.g.resources
│   ├── WPFUserControlLibrary_MarkupCompile.cache
│   ├── WPFUserControlLibrary_MarkupCompile.lref
│   ├── WPFUserControlLibrary.pdb
│   └── WPFUserControlLibrary.Properties.Resources.resources
├── packages.config
├── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── SuperTextBox.xaml
├── SuperTextBox.xaml.cs
└── WPFUserControlLibrary.csproj

260 directories, 1629 files

标签:

实例下载地址

个人资料管理工具 人大考题。。

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警