实例介绍
用asp.net MVC5开发的工作流引擎,本源码包含可视化流程设计器,表单设计器。适合对象:需要从事OA办公系统、CRM客户关系系统、HR人事管理系统的你参考学习之用,同时你还可以学习现在流行的MVC。
【实例截图】
【核心代码】
c64ecd72-a84f-49d8-aa08-ad600b19f70f
├── Business.Platform
│ ├── AppLibrary.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Business.Platform.dll
│ │ │ ├── Business.Platform.pdb
│ │ │ ├── Data.Factory.dll
│ │ │ ├── Data.Factory.pdb
│ │ │ ├── Data.Interface.dll
│ │ │ ├── Data.Interface.pdb
│ │ │ ├── Data.Model.dll
│ │ │ ├── Data.Model.pdb
│ │ │ ├── Data.MSSQL.dll
│ │ │ ├── Data.MSSQL.pdb
│ │ │ ├── Data.ORACLE.dll
│ │ │ ├── Data.ORACLE.pdb
│ │ │ ├── LitJSON.dll
│ │ │ ├── LitJSON.pdb
│ │ │ ├── MyCache.Factory.dll
│ │ │ ├── MyCache.Factory.pdb
│ │ │ ├── MyCache.InProc.dll
│ │ │ ├── MyCache.InProc.pdb
│ │ │ ├── MyCache.Interface.dll
│ │ │ ├── MyCache.Interface.pdb
│ │ │ ├── MyCache.IO.dll
│ │ │ ├── MyCache.IO.pdb
│ │ │ ├── Oracle.DataAccess.dll
│ │ │ ├── Utility.dll
│ │ │ └── Utility.pdb
│ │ └── Release
│ │ ├── Business.Platform.dll
│ │ ├── Business.Platform.pdb
│ │ ├── Data.Factory.dll
│ │ ├── Data.Factory.pdb
│ │ ├── Data.Interface.dll
│ │ ├── Data.Interface.pdb
│ │ ├── Data.Model.dll
│ │ ├── Data.Model.pdb
│ │ ├── Data.MSSQL.dll
│ │ ├── Data.MSSQL.pdb
│ │ ├── Data.ORACLE.dll
│ │ ├── Data.ORACLE.pdb
│ │ ├── LitJSON.dll
│ │ ├── LitJSON.pdb
│ │ ├── MyCache.Factory.dll
│ │ ├── MyCache.Factory.pdb
│ │ ├── MyCache.InProc.dll
│ │ ├── MyCache.InProc.pdb
│ │ ├── MyCache.Interface.dll
│ │ ├── MyCache.Interface.pdb
│ │ ├── MyCache.IO.dll
│ │ ├── MyCache.IO.pdb
│ │ ├── Oracle.DataAccess.dll
│ │ ├── Utility.dll
│ │ └── Utility.pdb
│ ├── Business.Platform.csproj
│ ├── Business.Platform.csproj.vspscc
│ ├── DBConnection.cs
│ ├── Dictionary.cs
│ ├── Log.cs
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Business.Platform.csproj.FileListAbsolute.txt
│ │ │ ├── Business.Platform.csprojResolveAssemblyReference.cache
│ │ │ ├── Business.Platform.dll
│ │ │ ├── Business.Platform.pdb
│ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ └── Release
│ │ ├── Business.Platform.csproj.FileListAbsolute.txt
│ │ ├── Business.Platform.csprojResolveAssemblyReference.cache
│ │ ├── Business.Platform.dll
│ │ ├── Business.Platform.pdb
│ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── OnlineUsers.cs
│ ├── Organize.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── RoleApp.cs
│ ├── Role.cs
│ ├── UsersApp.cs
│ ├── Users.cs
│ ├── UsersInfo.cs
│ ├── UsersRelation.cs
│ ├── UsersRole.cs
│ ├── WorkFlowArchives.cs
│ ├── WorkFlowButtons.cs
│ ├── WorkFlowComment.cs
│ ├── WorkFlow.cs
│ ├── WorkFlowData.cs
│ ├── WorkFlowDelegation.cs
│ ├── WorkFlowForm.cs
│ ├── WorkFlowTask.cs
│ └── WorkGroup.cs
├── Data.Factory
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Data.Factory.dll
│ │ │ ├── Data.Factory.pdb
│ │ │ ├── Data.Interface.dll
│ │ │ ├── Data.Interface.pdb
│ │ │ ├── Data.Model.dll
│ │ │ ├── Data.Model.pdb
│ │ │ ├── Data.MSSQL.dll
│ │ │ ├── Data.MSSQL.pdb
│ │ │ ├── Data.ORACLE.dll
│ │ │ ├── Data.ORACLE.pdb
│ │ │ ├── LitJSON.dll
│ │ │ ├── LitJSON.pdb
│ │ │ ├── MyCache.Factory.dll
│ │ │ ├── MyCache.Factory.pdb
│ │ │ ├── MyCache.InProc.dll
│ │ │ ├── MyCache.InProc.pdb
│ │ │ ├── MyCache.Interface.dll
│ │ │ ├── MyCache.Interface.pdb
│ │ │ ├── MyCache.IO.dll
│ │ │ ├── MyCache.IO.pdb
│ │ │ ├── Oracle.DataAccess.dll
│ │ │ ├── Utility.dll
│ │ │ └── Utility.pdb
│ │ └── Release
│ │ ├── Data.Factory.dll
│ │ ├── Data.Factory.pdb
│ │ ├── Data.Interface.dll
│ │ ├── Data.Interface.pdb
│ │ ├── Data.Model.dll
│ │ ├── Data.Model.pdb
│ │ ├── Data.MSSQL.dll
│ │ ├── Data.MSSQL.pdb
│ │ ├── Data.ORACLE.dll
│ │ ├── Data.ORACLE.pdb
│ │ ├── LitJSON.dll
│ │ ├── LitJSON.pdb
│ │ ├── MyCache.Factory.dll
│ │ ├── MyCache.Factory.pdb
│ │ ├── MyCache.InProc.dll
│ │ ├── MyCache.InProc.pdb
│ │ ├── MyCache.Interface.dll
│ │ ├── MyCache.Interface.pdb
│ │ ├── MyCache.IO.dll
│ │ ├── MyCache.IO.pdb
│ │ ├── Oracle.DataAccess.dll
│ │ ├── Utility.dll
│ │ └── Utility.pdb
│ ├── Data.Factory.csproj
│ ├── Data.Factory.csproj.vspscc
│ ├── Factory.cs
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Data.Factory.csproj.FileListAbsolute.txt
│ │ │ ├── Data.Factory.csprojResolveAssemblyReference.cache
│ │ │ ├── Data.Factory.dll
│ │ │ ├── Data.Factory.pdb
│ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ └── Release
│ │ ├── Data.Factory.csproj.FileListAbsolute.txt
│ │ ├── Data.Factory.csprojResolveAssemblyReference.cache
│ │ ├── Data.Factory.dll
│ │ ├── Data.Factory.pdb
│ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── Platform.cs
│ └── Properties
│ └── AssemblyInfo.cs
├── Data.Interface
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Data.Interface.dll
│ │ │ ├── Data.Interface.pdb
│ │ │ ├── Data.Model.dll
│ │ │ └── Data.Model.pdb
│ │ └── Release
│ │ ├── Data.Interface.dll
│ │ ├── Data.Interface.pdb
│ │ ├── Data.Model.dll
│ │ └── Data.Model.pdb
│ ├── Data.Interface.csproj
│ ├── Data.Interface.csproj.vspscc
│ ├── IAppLibrary.cs
│ ├── IDBConnection.cs
│ ├── IDictionary.cs
│ ├── ILog.cs
│ ├── IOrganize.cs
│ ├── IRoleApp.cs
│ ├── IRole.cs
│ ├── IUsersApp.cs
│ ├── IUsers.cs
│ ├── IUsersInfo.cs
│ ├── IUsersRelation.cs
│ ├── IUsersRole.cs
│ ├── IWorkFlowArchives.cs
│ ├── IWorkFlowButtons.cs
│ ├── IWorkFlowComment.cs
│ ├── IWorkFlow.cs
│ ├── IWorkFlowData.cs
│ ├── IWorkFlowDelegation.cs
│ ├── IWorkFlowForm.cs
│ ├── IWorkFlowTask.cs
│ ├── IWorkGroup.cs
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Data.Interface.csproj.FileListAbsolute.txt
│ │ │ ├── Data.Interface.csprojResolveAssemblyReference.cache
│ │ │ ├── Data.Interface.dll
│ │ │ ├── Data.Interface.pdb
│ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ └── Release
│ │ ├── Data.Interface.csproj.FileListAbsolute.txt
│ │ ├── Data.Interface.csprojResolveAssemblyReference.cache
│ │ ├── Data.Interface.dll
│ │ ├── Data.Interface.pdb
│ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ └── Properties
│ └── AssemblyInfo.cs
├── Data.Model
│ ├── AppLibrary.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Data.Model.dll
│ │ │ └── Data.Model.pdb
│ │ └── Release
│ │ ├── Data.Model.dll
│ │ └── Data.Model.pdb
│ ├── Data.Model.csproj
│ ├── Data.Model.csproj.vspscc
│ ├── DBConnection.cs
│ ├── Dictionary.cs
│ ├── Log.cs
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Data.Model.csproj.FileListAbsolute.txt
│ │ │ ├── Data.Model.csprojResolveAssemblyReference.cache
│ │ │ ├── Data.Model.dll
│ │ │ ├── Data.Model.pdb
│ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ └── Release
│ │ ├── Data.Model.csproj.FileListAbsolute.txt
│ │ ├── Data.Model.csprojResolveAssemblyReference.cache
│ │ ├── Data.Model.dll
│ │ ├── Data.Model.pdb
│ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── OnlineUsers.cs
│ ├── Organize.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── RoleApp.cs
│ ├── Role.cs
│ ├── UsersApp.cs
│ ├── Users.cs
│ ├── UsersInfo.cs
│ ├── UsersRelation.cs
│ ├── UsersRole.cs
│ ├── WorkFlowArchives.cs
│ ├── WorkFlowButtons.cs
│ ├── WorkFlowComment.cs
│ ├── WorkFlow.cs
│ ├── WorkFlowCustomEventParams.cs
│ ├── WorkFlowData.cs
│ ├── WorkFlowDelegation.cs
│ ├── WorkFlowForm.cs
│ ├── WorkFlowInstalled.cs
│ ├── WorkFlowTask.cs
│ └── WorkGroup.cs
├── Data.MSSQL
│ ├── AppLibrary.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Data.Interface.dll
│ │ │ ├── Data.Interface.pdb
│ │ │ ├── Data.Model.dll
│ │ │ ├── Data.Model.pdb
│ │ │ ├── Data.MSSQL.dll
│ │ │ ├── Data.MSSQL.pdb
│ │ │ ├── LitJSON.dll
│ │ │ ├── LitJSON.pdb
│ │ │ ├── Utility.dll
│ │ │ └── Utility.pdb
│ │ └── Release
│ │ ├── Data.Interface.dll
│ │ ├── Data.Interface.pdb
│ │ ├── Data.Model.dll
│ │ ├── Data.Model.pdb
│ │ ├── Data.MSSQL.dll
│ │ ├── Data.MSSQL.pdb
│ │ ├── LitJSON.dll
│ │ ├── LitJSON.pdb
│ │ ├── Utility.dll
│ │ └── Utility.pdb
│ ├── Data.MSSQL.csproj
│ ├── Data.MSSQL.csproj.vspscc
│ ├── DBConnection.cs
│ ├── DBHelper.cs
│ ├── Dictionary.cs
│ ├── Log.cs
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Data.MSSQL.csproj.FileListAbsolute.txt
│ │ │ ├── Data.MSSQL.csprojResolveAssemblyReference.cache
│ │ │ ├── Data.MSSQL.dll
│ │ │ ├── Data.MSSQL.pdb
│ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ └── Release
│ │ ├── Data.MSSQL.csproj.FileListAbsolute.txt
│ │ ├── Data.MSSQL.csprojResolveAssemblyReference.cache
│ │ ├── Data.MSSQL.dll
│ │ ├── Data.MSSQL.pdb
│ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── Organize.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── RoleApp.cs
│ ├── Role.cs
│ ├── UsersApp.cs
│ ├── Users.cs
│ ├── UsersInfo.cs
│ ├── UsersRelation.cs
│ ├── UsersRole.cs
│ ├── WorkFlowArchives.cs
│ ├── WorkFlowButtons.cs
│ ├── WorkFlowComment.cs
│ ├── WorkFlow.cs
│ ├── WorkFlowData.cs
│ ├── WorkFlowDelegation.cs
│ ├── WorkFlowForm.cs
│ ├── WorkFlowTask.cs
│ └── WorkGroup.cs
├── Data.Oracle
│ ├── AppLibrary.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Data.Interface.dll
│ │ │ ├── Data.Interface.pdb
│ │ │ ├── Data.Model.dll
│ │ │ ├── Data.Model.pdb
│ │ │ ├── Data.ORACLE.dll
│ │ │ ├── Data.ORACLE.pdb
│ │ │ ├── LitJSON.dll
│ │ │ ├── LitJSON.pdb
│ │ │ ├── Oracle.DataAccess.dll
│ │ │ ├── Utility.dll
│ │ │ └── Utility.pdb
│ │ └── Release
│ │ ├── Data.Interface.dll
│ │ ├── Data.Interface.pdb
│ │ ├── Data.Model.dll
│ │ ├── Data.Model.pdb
│ │ ├── Data.ORACLE.dll
│ │ ├── Data.ORACLE.pdb
│ │ ├── LitJSON.dll
│ │ ├── LitJSON.pdb
│ │ ├── Oracle.DataAccess.dll
│ │ ├── Utility.dll
│ │ └── Utility.pdb
│ ├── Data.ORACLE.csproj
│ ├── Data.Oracle.csproj.vspscc
│ ├── DBConnection.cs
│ ├── DBHelper.cs
│ ├── Dictionary.cs
│ ├── Log.cs
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Data.ORACLE.csproj.FileListAbsolute.txt
│ │ │ ├── Data.ORACLE.csprojResolveAssemblyReference.cache
│ │ │ ├── Data.ORACLE.dll
│ │ │ ├── Data.ORACLE.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ └── Release
│ │ ├── Data.ORACLE.csproj.FileListAbsolute.txt
│ │ ├── Data.ORACLE.csprojResolveAssemblyReference.cache
│ │ ├── Data.ORACLE.dll
│ │ ├── Data.ORACLE.pdb
│ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── Organize.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── RoleApp.cs
│ ├── Role.cs
│ ├── UsersApp.cs
│ ├── Users.cs
│ ├── UsersInfo.cs
│ ├── UsersRelation.cs
│ ├── UsersRole.cs
│ ├── WorkFlowArchives.cs
│ ├── WorkFlowButtons.cs
│ ├── WorkFlowComment.cs
│ ├── WorkFlow.cs
│ ├── WorkFlowData.cs
│ ├── WorkFlowDelegation.cs
│ ├── WorkFlowForm.cs
│ ├── WorkFlowTask.cs
│ └── WorkGroup.cs
├── DB
│ ├── mssql.sql
│ ├── oracle.pde
│ ├── SQL2005
│ │ ├── DB_WorkFlow_log.ldf
│ │ ├── DB_WorkFlow.mdf
│ │ └── sql2005.sql
│ └── SQL2012
│ ├── DB_WorkFlow_log.ldf
│ └── DB_WorkFlow.mdf
├── LitJSON
│ ├── bin
│ │ ├── Debug
│ │ │ ├── LitJSON.dll
│ │ │ └── LitJSON.pdb
│ │ └── Release
│ │ ├── LitJSON.dll
│ │ └── LitJSON.pdb
│ ├── IJsonWrapper.cs
│ ├── JsonData.cs
│ ├── JsonException.cs
│ ├── JsonMapper.cs
│ ├── JsonMockWrapper.cs
│ ├── JsonReader.cs
│ ├── JsonWriter.cs
│ ├── Lexer.cs
│ ├── LitJSON.csproj
│ ├── LitJSON.csproj.vspscc
│ ├── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── LitJSON.csproj.FileListAbsolute.txt
│ │ │ ├── LitJSON.dll
│ │ │ └── LitJSON.pdb
│ │ └── Release
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── LitJSON.csproj.FileListAbsolute.txt
│ │ ├── LitJSON.csprojResolveAssemblyReference.cache
│ │ ├── LitJSON.dll
│ │ └── LitJSON.pdb
│ ├── ParserToken.cs
│ └── Properties
│ └── AssemblyInfo.cs
├── MyCache.Factory
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Cache1.Factory.dll
│ │ │ ├── Cache1.Factory.pdb
│ │ │ ├── Cache1.InProc.dll
│ │ │ ├── Cache1.InProc.pdb
│ │ │ ├── Cache1.Interface.dll
│ │ │ ├── Cache1.Interface.pdb
│ │ │ ├── MyCache.Factory.dll
│ │ │ ├── MyCache.Factory.pdb
│ │ │ ├── MyCache.InProc.dll
│ │ │ ├── MyCache.InProc.pdb
│ │ │ ├── MyCache.Interface.dll
│ │ │ └── MyCache.Interface.pdb
│ │ └── Release
│ │ ├── MyCache.Factory.dll
│ │ ├── MyCache.Factory.pdb
│ │ ├── MyCache.InProc.dll
│ │ ├── MyCache.InProc.pdb
│ │ ├── MyCache.Interface.dll
│ │ └── MyCache.Interface.pdb
│ ├── Cache.cs
│ ├── MyCache.Factory.csproj
│ ├── MyCache.Factory.csproj.vspscc
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Cache1.Factory.csproj.FileListAbsolute.txt
│ │ │ ├── Cache1.Factory.dll
│ │ │ ├── Cache1.Factory.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── MyCache.Factory.csproj.FileListAbsolute.txt
│ │ │ ├── MyCache.Factory.csprojResolveAssemblyReference.cache
│ │ │ ├── MyCache.Factory.dll
│ │ │ ├── MyCache.Factory.pdb
│ │ │ └── ResolveAssemblyReference.cache
│ │ └── Release
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── MyCache.Factory.csproj.FileListAbsolute.txt
│ │ ├── MyCache.Factory.csprojResolveAssemblyReference.cache
│ │ ├── MyCache.Factory.dll
│ │ └── MyCache.Factory.pdb
│ └── Properties
│ └── AssemblyInfo.cs
├── MyCache.InProc
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Cache1.InProc.dll
│ │ │ ├── Cache1.InProc.pdb
│ │ │ ├── Cache1.Interface.dll
│ │ │ ├── Cache1.Interface.pdb
│ │ │ ├── MyCache.InProc.dll
│ │ │ ├── MyCache.InProc.pdb
│ │ │ ├── MyCache.Interface.dll
│ │ │ └── MyCache.Interface.pdb
│ │ └── Release
│ │ ├── MyCache.InProc.dll
│ │ ├── MyCache.InProc.pdb
│ │ ├── MyCache.Interface.dll
│ │ └── MyCache.Interface.pdb
│ ├── Cache.cs
│ ├── MyCache.InProc.csproj
│ ├── MyCache.InProc.csproj.vspscc
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Cache1.InProc.csproj.FileListAbsolute.txt
│ │ │ ├── Cache1.InProc.dll
│ │ │ ├── Cache1.InProc.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── MyCache.InProc.csproj.FileListAbsolute.txt
│ │ │ ├── MyCache.InProc.csprojResolveAssemblyReference.cache
│ │ │ ├── MyCache.InProc.dll
│ │ │ ├── MyCache.InProc.pdb
│ │ │ └── ResolveAssemblyReference.cache
│ │ └── Release
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── MyCache.InProc.csproj.FileListAbsolute.txt
│ │ ├── MyCache.InProc.csprojResolveAssemblyReference.cache
│ │ ├── MyCache.InProc.dll
│ │ └── MyCache.InProc.pdb
│ └── Properties
│ └── AssemblyInfo.cs
├── MyCache.Interface
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Cache1.Interface.dll
│ │ │ ├── Cache1.Interface.pdb
│ │ │ ├── MyCache.Interface.dll
│ │ │ └── MyCache.Interface.pdb
│ │ └── Release
│ │ ├── MyCache.Interface.dll
│ │ └── MyCache.Interface.pdb
│ ├── ICache.cs
│ ├── MyCache.Interface.csproj
│ ├── MyCache.Interface.csproj.vspscc
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Cache1.Interface.csproj.FileListAbsolute.txt
│ │ │ ├── Cache1.Interface.dll
│ │ │ ├── Cache1.Interface.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── MyCache.Interface.csproj.FileListAbsolute.txt
│ │ │ ├── MyCache.Interface.csprojResolveAssemblyReference.cache
│ │ │ ├── MyCache.Interface.dll
│ │ │ └── MyCache.Interface.pdb
│ │ └── Release
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── MyCache.Interface.csproj.FileListAbsolute.txt
│ │ ├── MyCache.Interface.csprojResolveAssemblyReference.cache
│ │ ├── MyCache.Interface.dll
│ │ └── MyCache.Interface.pdb
│ └── Properties
│ └── AssemblyInfo.cs
├── MyCache.IO
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Cache1.Factory.dll
│ │ │ ├── Cache1.Factory.pdb
│ │ │ ├── Cache1.InProc.dll
│ │ │ ├── Cache1.InProc.pdb
│ │ │ ├── Cache1.Interface.dll
│ │ │ ├── Cache1.Interface.pdb
│ │ │ ├── Cache1.IO.dll
│ │ │ ├── Cache1.IO.pdb
│ │ │ ├── MyCache.Factory.dll
│ │ │ ├── MyCache.Factory.pdb
│ │ │ ├── MyCache.InProc.dll
│ │ │ ├── MyCache.InProc.pdb
│ │ │ ├── MyCache.Interface.dll
│ │ │ ├── MyCache.Interface.pdb
│ │ │ ├── MyCache.IO.dll
│ │ │ └── MyCache.IO.pdb
│ │ └── Release
│ │ ├── MyCache.Factory.dll
│ │ ├── MyCache.Factory.pdb
│ │ ├── MyCache.InProc.dll
│ │ ├── MyCache.InProc.pdb
│ │ ├── MyCache.Interface.dll
│ │ ├── MyCache.Interface.pdb
│ │ ├── MyCache.IO.dll
│ │ └── MyCache.IO.pdb
│ ├── Cache.cs
│ ├── MyCache.IO.csproj
│ ├── MyCache.IO.csproj.vspscc
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Cache1.IO.csproj.FileListAbsolute.txt
│ │ │ ├── Cache1.IO.dll
│ │ │ ├── Cache1.IO.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── MyCache.IO.csproj.FileListAbsolute.txt
│ │ │ ├── MyCache.IO.csprojResolveAssemblyReference.cache
│ │ │ ├── MyCache.IO.dll
│ │ │ ├── MyCache.IO.pdb
│ │ │ └── ResolveAssemblyReference.cache
│ │ └── Release
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── MyCache.IO.csproj.FileListAbsolute.txt
│ │ ├── MyCache.IO.csprojResolveAssemblyReference.cache
│ │ ├── MyCache.IO.dll
│ │ └── MyCache.IO.pdb
│ └── Properties
│ └── AssemblyInfo.cs
├── packages
│ ├── EntityFramework.5.0.0
│ │ ├── Content
│ │ │ ├── App.config.transform
│ │ │ └── Web.config.transform
│ │ ├── EntityFramework.5.0.0.nupkg
│ │ ├── lib
│ │ │ ├── net40
│ │ │ │ ├── EntityFramework.dll
│ │ │ │ ├── EntityFramework.xml
│ │ │ │ └── zh-Hans
│ │ │ │ ├── EntityFramework.resources.dll
│ │ │ │ └── EntityFramework.xml
│ │ │ └── net45
│ │ │ ├── EntityFramework.dll
│ │ │ ├── EntityFramework.xml
│ │ │ └── zh-Hans
│ │ │ ├── EntityFramework.resources.dll
│ │ │ └── EntityFramework.xml
│ │ └── tools
│ │ ├── about_EntityFramework.help.txt
│ │ ├── EntityFramework.PowerShell.dll
│ │ ├── EntityFramework.PowerShell.Utility.dll
│ │ ├── EntityFramework.PS3.psd1
│ │ ├── EntityFramework.psd1
│ │ ├── EntityFramework.psm1
│ │ ├── init.ps1
│ │ ├── install.ps1
│ │ ├── migrate.exe
│ │ ├── Redirect.config
│ │ └── Redirect.VS11.config
│ ├── EntityFramework.zh-Hans.5.0.0
│ │ ├── EntityFramework.zh-Hans.5.0.0.nupkg
│ │ └── lib
│ │ ├── net40
│ │ │ └── zh-Hans
│ │ │ ├── EntityFramework.resources.dll
│ │ │ └── EntityFramework.xml
│ │ └── net45
│ │ └── zh-Hans
│ │ ├── EntityFramework.resources.dll
│ │ └── EntityFramework.xml
│ ├── jQuery.1.8.2
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ ├── jquery-1.8.2.js
│ │ │ ├── jquery-1.8.2.min.js
│ │ │ └── jquery-1.8.2-vsdoc.js
│ │ ├── jQuery.1.8.2.nupkg
│ │ └── Tools
│ │ ├── common.ps1
│ │ ├── install.ps1
│ │ ├── jquery-1.8.2.intellisense.js
│ │ └── uninstall.ps1
│ ├── jQuery.UI.Combined.1.8.24
│ │ ├── Content
│ │ │ ├── Content
│ │ │ │ └── themes
│ │ │ │ └── base
│ │ │ │ ├── images
│ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ │ ├── ui-icons_454545_256x240.png
│ │ │ │ │ ├── ui-icons_888888_256x240.png
│ │ │ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ │ │ ├── jquery.ui.accordion.css
│ │ │ │ ├── jquery.ui.all.css
│ │ │ │ ├── jquery.ui.autocomplete.css
│ │ │ │ ├── jquery.ui.base.css
│ │ │ │ ├── jquery.ui.button.css
│ │ │ │ ├── jquery.ui.core.css
│ │ │ │ ├── jquery-ui.css
│ │ │ │ ├── jquery.ui.datepicker.css
│ │ │ │ ├── jquery.ui.dialog.css
│ │ │ │ ├── jquery.ui.progressbar.css
│ │ │ │ ├── jquery.ui.resizable.css
│ │ │ │ ├── jquery.ui.selectable.css
│ │ │ │ ├── jquery.ui.slider.css
│ │ │ │ ├── jquery.ui.tabs.css
│ │ │ │ ├── jquery.ui.theme.css
│ │ │ │ └── minified
│ │ │ │ ├── images
│ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ │ ├── ui-icons_454545_256x240.png
│ │ │ │ │ ├── ui-icons_888888_256x240.png
│ │ │ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ │ │ ├── jquery.ui.accordion.min.css
│ │ │ │ ├── jquery.ui.autocomplete.min.css
│ │ │ │ ├── jquery.ui.button.min.css
│ │ │ │ ├── jquery.ui.core.min.css
│ │ │ │ ├── jquery.ui.datepicker.min.css
│ │ │ │ ├── jquery.ui.dialog.min.css
│ │ │ │ ├── jquery-ui.min.css
│ │ │ │ ├── jquery.ui.progressbar.min.css
│ │ │ │ ├── jquery.ui.resizable.min.css
│ │ │ │ ├── jquery.ui.selectable.min.css
│ │ │ │ ├── jquery.ui.slider.min.css
│ │ │ │ ├── jquery.ui.tabs.min.css
│ │ │ │ └── jquery.ui.theme.min.css
│ │ │ └── Scripts
│ │ │ ├── jquery-ui-1.8.24.js
│ │ │ └── jquery-ui-1.8.24.min.js
│ │ ├── jQuery.UI.Combined.1.8.24.nupkg
│ │ └── Tools
│ │ ├── common.ps1
│ │ ├── install.ps1
│ │ └── uninstall.ps1
│ ├── jQuery.Validation.1.10.0
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ ├── jquery.validate.js
│ │ │ ├── jquery.validate.min.js
│ │ │ └── jquery.validate-vsdoc.js
│ │ └── jQuery.Validation.1.10.0.nupkg
│ ├── knockoutjs.2.2.0
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ ├── knockout-2.2.0.debug.js
│ │ │ └── knockout-2.2.0.js
│ │ └── knockoutjs.2.2.0.nupkg
│ ├── Microsoft.AspNet.Mvc.4.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── System.Web.Mvc.dll
│ │ │ ├── System.Web.Mvc.xml
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Mvc.resources.dll
│ │ │ └── System.Web.Mvc.xml
│ │ └── Microsoft.AspNet.Mvc.4.0.20710.0.nupkg
│ ├── Microsoft.AspNet.Mvc.FixedDisplayModes.1.0.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── Microsoft.Web.Mvc.FixedDisplayModes.dll
│ │ └── Microsoft.AspNet.Mvc.FixedDisplayModes.1.0.0.nupkg
│ ├── Microsoft.AspNet.Mvc.zh-Hans.4.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Mvc.resources.dll
│ │ │ └── System.Web.Mvc.xml
│ │ └── Microsoft.AspNet.Mvc.zh-Hans.4.0.20710.0.nupkg
│ ├── Microsoft.AspNet.Providers.Core.1.2
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── System.Web.Providers.dll
│ │ │ └── zh-Hans
│ │ │ └── System.Web.Providers.resources.dll
│ │ ├── Microsoft.AspNet.Providers.Core.1.2.nupkg
│ │ └── readme.html
│ ├── Microsoft.AspNet.Providers.Core.zh-Hans.1.2
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ └── System.Web.Providers.resources.dll
│ │ └── Microsoft.AspNet.Providers.Core.zh-Hans.1.2.nupkg
│ ├── Microsoft.AspNet.Providers.LocalDb.1.1
│ │ ├── content
│ │ │ └── web.config.transform
│ │ ├── Microsoft.AspNet.Providers.LocalDb.1.1.nupkg
│ │ └── tools
│ │ └── Install.ps1
│ ├── Microsoft.AspNet.Razor.2.0.20715.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── System.Web.Razor.dll
│ │ │ ├── System.Web.Razor.xml
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Razor.resources.dll
│ │ │ └── system.web.razor.xml
│ │ └── Microsoft.AspNet.Razor.2.0.20715.0.nupkg
│ ├── Microsoft.AspNet.Razor.zh-Hans.2.0.20715.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Razor.resources.dll
│ │ │ └── system.web.razor.xml
│ │ └── Microsoft.AspNet.Razor.zh-Hans.2.0.20715.0.nupkg
│ ├── Microsoft.AspNet.WebApi.4.0.20710.0
│ │ └── Microsoft.AspNet.WebApi.4.0.20710.0.nupkg
│ ├── Microsoft.AspNet.WebApi.Client.4.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── System.Net.Http.Formatting.dll
│ │ │ ├── System.Net.Http.Formatting.xml
│ │ │ └── zh-Hans
│ │ │ ├── System.Net.Http.Formatting.resources.dll
│ │ │ └── System.Net.Http.Formatting.xml
│ │ └── Microsoft.AspNet.WebApi.Client.4.0.20710.0.nupkg
│ ├── Microsoft.AspNet.WebApi.Client.zh-Hans.4.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ ├── System.Net.Http.Formatting.resources.dll
│ │ │ └── System.Net.Http.Formatting.xml
│ │ └── Microsoft.AspNet.WebApi.Client.zh-Hans.4.0.20710.0.nupkg
│ ├── Microsoft.AspNet.WebApi.Core.4.0.20710.0
│ │ ├── content
│ │ │ └── web.config.transform
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── System.Web.Http.dll
│ │ │ ├── System.Web.Http.xml
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Http.resources.dll
│ │ │ └── System.Web.Http.xml
│ │ └── Microsoft.AspNet.WebApi.Core.4.0.20710.0.nupkg
│ ├── Microsoft.AspNet.WebApi.Core.zh-Hans.4.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Http.resources.dll
│ │ │ └── System.Web.Http.xml
│ │ └── Microsoft.AspNet.WebApi.Core.zh-Hans.4.0.20710.0.nupkg
│ ├── Microsoft.AspNet.WebApi.WebHost.4.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── System.Web.Http.WebHost.dll
│ │ │ ├── System.Web.Http.WebHost.xml
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Http.WebHost.resources.dll
│ │ │ └── System.Web.Http.WebHost.xml
│ │ └── Microsoft.AspNet.WebApi.WebHost.4.0.20710.0.nupkg
│ ├── Microsoft.AspNet.WebApi.WebHost.zh-Hans.4.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Http.WebHost.resources.dll
│ │ │ └── System.Web.Http.WebHost.xml
│ │ └── Microsoft.AspNet.WebApi.WebHost.zh-Hans.4.0.20710.0.nupkg
│ ├── Microsoft.AspNet.Web.Optimization.1.0.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── System.Web.Optimization.dll
│ │ │ └── zh-Hans
│ │ │ └── System.Web.Optimization.resources.dll
│ │ └── Microsoft.AspNet.Web.Optimization.1.0.0.nupkg
│ ├── Microsoft.AspNet.Web.Optimization.zh-Hans.1.0.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ └── System.Web.Optimization.resources.dll
│ │ └── Microsoft.AspNet.Web.Optimization.zh-Hans.1.0.0.nupkg
│ ├── Microsoft.AspNet.WebPages.2.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── System.Web.Helpers.dll
│ │ │ ├── System.Web.Helpers.xml
│ │ │ ├── System.Web.WebPages.Deployment.dll
│ │ │ ├── System.Web.WebPages.Deployment.xml
│ │ │ ├── System.Web.WebPages.dll
│ │ │ ├── System.Web.WebPages.Razor.dll
│ │ │ ├── System.Web.WebPages.Razor.xml
│ │ │ ├── System.Web.WebPages.xml
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Helpers.resources.dll
│ │ │ ├── system.web.helpers.xml
│ │ │ ├── System.Web.WebPages.Deployment.resources.dll
│ │ │ ├── system.web.webpages.deployment.xml
│ │ │ ├── System.Web.WebPages.Razor.resources.dll
│ │ │ ├── system.web.webpages.razor.xml
│ │ │ ├── System.Web.WebPages.resources.dll
│ │ │ └── system.web.webpages.xml
│ │ └── Microsoft.AspNet.WebPages.2.0.20710.0.nupkg
│ ├── Microsoft.AspNet.WebPages.zh-Hans.2.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Helpers.resources.dll
│ │ │ ├── system.web.helpers.xml
│ │ │ ├── System.Web.WebPages.Deployment.resources.dll
│ │ │ ├── system.web.webpages.deployment.xml
│ │ │ ├── System.Web.WebPages.Razor.resources.dll
│ │ │ ├── system.web.webpages.razor.xml
│ │ │ ├── System.Web.WebPages.resources.dll
│ │ │ └── system.web.webpages.xml
│ │ └── Microsoft.AspNet.WebPages.zh-Hans.2.0.20710.0.nupkg
│ ├── Microsoft.jQuery.Unobtrusive.Ajax.2.0.30116.0
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ ├── jquery.unobtrusive-ajax.js
│ │ │ └── jquery.unobtrusive-ajax.min.js
│ │ └── Microsoft.jQuery.Unobtrusive.Ajax.2.0.30116.0.nupkg
│ ├── Microsoft.jQuery.Unobtrusive.Validation.2.0.30116.0
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ ├── jquery.validate.unobtrusive.js
│ │ │ └── jquery.validate.unobtrusive.min.js
│ │ └── Microsoft.jQuery.Unobtrusive.Validation.2.0.30116.0.nupkg
│ ├── Microsoft.Net.Http.2.0.20710.0
│ │ ├── lib
│ │ │ ├── net40
│ │ │ │ ├── System.Net.Http.dll
│ │ │ │ ├── System.Net.Http.WebRequest.dll
│ │ │ │ ├── System.Net.Http.WebRequest.xml
│ │ │ │ ├── System.Net.Http.xml
│ │ │ │ └── zh-Hans
│ │ │ │ ├── System.Net.Http.resources.dll
│ │ │ │ ├── System.Net.Http.WebRequest.resources.dll
│ │ │ │ ├── System.Net.Http.WebRequest.xml
│ │ │ │ └── System.Net.Http.xml
│ │ │ └── net45
│ │ │ └── _._
│ │ └── Microsoft.Net.Http.2.0.20710.0.nupkg
│ ├── Microsoft.Net.Http.zh-Hans.2.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ ├── System.Net.Http.resources.dll
│ │ │ ├── System.Net.Http.WebRequest.resources.dll
│ │ │ ├── System.Net.Http.WebRequest.xml
│ │ │ └── System.Net.Http.xml
│ │ └── Microsoft.Net.Http.zh-Hans.2.0.20710.0.nupkg
│ ├── Microsoft.Web.Infrastructure.1.0.0.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── Microsoft.Web.Infrastructure.dll
│ │ └── Microsoft.Web.Infrastructure.1.0.0.0.nupkg
│ ├── Modernizr.2.6.2
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ └── modernizr-2.6.2.js
│ │ ├── Modernizr.2.6.2.nupkg
│ │ └── Tools
│ │ ├── common.ps1
│ │ ├── install.ps1
│ │ └── uninstall.ps1
│ ├── Newtonsoft.Json.4.5.11
│ │ ├── lib
│ │ │ ├── net20
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── net35
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── net40
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── portable-net40+sl4+wp7+win8
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── sl3-wp
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── sl4
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── sl4-windowsphone71
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ └── winrt45
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ └── Newtonsoft.Json.4.5.11.nupkg
│ ├── repositories.config
│ └── WebGrease.1.3.0
│ ├── lib
│ │ ├── Antlr3.Runtime.dll
│ │ └── WebGrease.dll
│ ├── tools
│ │ └── WG.exe
│ └── WebGrease.1.3.0.nupkg
├── Utility
│ ├── bin
│ │ ├── Debug
│ │ │ ├── LitJSON.dll
│ │ │ ├── LitJSON.pdb
│ │ │ ├── Utility.dll
│ │ │ └── Utility.pdb
│ │ └── Release
│ │ ├── LitJSON.dll
│ │ ├── LitJSON.pdb
│ │ ├── Utility.dll
│ │ └── Utility.pdb
│ ├── Config.cs
│ ├── DateTimeNew.cs
│ ├── Encryption.cs
│ ├── EncryptionDes.cs
│ ├── Extensions.cs
│ ├── HashEncrypt.cs
│ ├── HttpHelper.cs
│ ├── Keys.cs
│ ├── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Utility.csproj.FileListAbsolute.txt
│ │ │ ├── Utility.csprojResolveAssemblyReference.cache
│ │ │ ├── Utility.dll
│ │ │ └── Utility.pdb
│ │ └── Release
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Utility.csproj.FileListAbsolute.txt
│ │ ├── Utility.csprojResolveAssemblyReference.cache
│ │ ├── Utility.dll
│ │ └── Utility.pdb
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Tools.cs
│ ├── Utility.csproj
│ └── Utility.csproj.vspscc
├── WebMvc
│ ├── App_Start
│ │ ├── BundleConfig.cs
│ │ ├── FilterConfig.cs
│ │ ├── MyController.cs
│ │ ├── RouteConfig.cs
│ │ └── WebApiConfig.cs
│ ├── Areas
│ │ └── Controls
│ │ ├── Controllers
│ │ │ ├── SelectDictController.cs
│ │ │ ├── SelectIcoController.cs
│ │ │ ├── SelectMemberController.cs
│ │ │ └── UploadFilesController.cs
│ │ ├── ControlsAreaRegistration.cs
│ │ └── Views
│ │ ├── SelectDict
│ │ │ └── Index.cshtml
│ │ ├── SelectIco
│ │ │ ├── File.cshtml
│ │ │ ├── Folder.cshtml
│ │ │ └── Index.cshtml
│ │ ├── SelectMember
│ │ │ └── Index.cshtml
│ │ ├── UploadFiles
│ │ │ └── Index.cshtml
│ │ ├── _ViewStart.cshtml
│ │ └── Web.config
│ ├── bin
│ │ ├── Antlr3.Runtime.dll
│ │ ├── Business.Platform.dll
│ │ ├── Business.Platform.pdb
│ │ ├── Data.Factory.dll
│ │ ├── Data.Factory.pdb
│ │ ├── Data.Interface.dll
│ │ ├── Data.Interface.pdb
│ │ ├── Data.Model.dll
│ │ ├── Data.Model.pdb
│ │ ├── Data.MSSQL.dll
│ │ ├── Data.MSSQL.pdb
│ │ ├── Data.ORACLE.dll
│ │ ├── Data.ORACLE.pdb
│ │ ├── EntityFramework.dll
│ │ ├── EntityFramework.xml
│ │ ├── LitJSON.dll
│ │ ├── LitJSON.pdb
│ │ ├── Microsoft.Web.Infrastructure.dll
│ │ ├── Microsoft.Web.Mvc.FixedDisplayModes.dll
│ │ ├── MyCache.Factory.dll
│ │ ├── MyCache.Factory.pdb
│ │ ├── MyCache.InProc.dll
│ │ ├── MyCache.InProc.pdb
│ │ ├── MyCache.Interface.dll
│ │ ├── MyCache.Interface.pdb
│ │ ├── MyCache.IO.dll
│ │ ├── MyCache.IO.pdb
│ │ ├── Newtonsoft.Json.dll
│ │ ├── Newtonsoft.Json.xml
│ │ ├── oci.dll
│ │ ├── Oracle.DataAccess.dll
│ │ ├── oraociei12.dll
│ │ ├── OraOps12.dll
│ │ ├── System.Net.Http.dll
│ │ ├── System.Net.Http.Formatting.dll
│ │ ├── System.Net.Http.Formatting.xml
│ │ ├── System.Net.Http.WebRequest.dll
│ │ ├── System.Net.Http.WebRequest.xml
│ │ ├── System.Net.Http.xml
│ │ ├── System.Web.Http.dll
│ │ ├── System.Web.Http.WebHost.dll
│ │ ├── System.Web.Http.WebHost.xml
│ │ ├── System.Web.Http.xml
│ │ ├── System.Web.Mvc.dll
│ │ ├── System.Web.Mvc.xml
│ │ ├── System.Web.Optimization.dll
│ │ ├── System.Web.Providers.dll
│ │ ├── System.Web.Razor.dll
│ │ ├── System.Web.Razor.xml
│ │ ├── System.Web.WebPages.Deployment.dll
│ │ ├── System.Web.WebPages.Deployment.xml
│ │ ├── System.Web.WebPages.dll
│ │ ├── System.Web.WebPages.Razor.dll
│ │ ├── System.Web.WebPages.Razor.xml
│ │ ├── System.Web.WebPages.xml
│ │ ├── Utility.dll
│ │ ├── Utility.pdb
│ │ ├── WebGrease.dll
│ │ ├── WebMvc.dll
│ │ ├── WebMvc.dll.config
│ │ ├── WebMvc.pdb
│ │ └── zh-Hans
│ │ ├── EntityFramework.resources.dll
│ │ ├── System.Net.Http.Formatting.resources.dll
│ │ ├── System.Net.Http.resources.dll
│ │ ├── System.Net.Http.WebRequest.resources.dll
│ │ ├── System.Web.Http.resources.dll
│ │ ├── System.Web.Http.WebHost.resources.dll
│ │ ├── System.Web.Mvc.resources.dll
│ │ ├── System.Web.Optimization.resources.dll
│ │ ├── System.Web.Providers.resources.dll
│ │ ├── System.Web.Razor.resources.dll
│ │ ├── System.Web.WebPages.Deployment.resources.dll
│ │ ├── System.Web.WebPages.Razor.resources.dll
│ │ └── System.Web.WebPages.resources.dll
│ ├── Common
│ │ ├── CustomFormSave.cs
│ │ ├── CustomRequestValidation.cs
│ │ └── Tools.cs
│ ├── Content
│ │ ├── Controls
│ │ │ └── Files
│ │ │ ├── crossdomain.xml
│ │ │ ├── Default.cshtml
│ │ │ ├── delete.ashx
│ │ │ ├── jquery.uploadify.js
│ │ │ ├── upload.ashx
│ │ │ └── uploadify.swf
│ │ ├── Theme
│ │ │ ├── Blue
│ │ │ │ ├── Images
│ │ │ │ │ ├── accordion
│ │ │ │ │ │ └── bg.png
│ │ │ │ │ ├── main
│ │ │ │ │ │ ├── head_bg1.png
│ │ │ │ │ │ ├── head_bg.gif
│ │ │ │ │ │ ├── head_bg.png
│ │ │ │ │ │ ├── logo.png
│ │ │ │ │ │ ├── logo.psd
│ │ │ │ │ │ ├── main_bg.gif
│ │ │ │ │ │ ├── menu_bg.gif
│ │ │ │ │ │ ├── menu_l0.gif
│ │ │ │ │ │ ├── menu_l.gif
│ │ │ │ │ │ ├── menu_r0.gif
│ │ │ │ │ │ └── menu_r.gif
│ │ │ │ │ ├── menu
│ │ │ │ │ │ ├── bg.gif
│ │ │ │ │ │ ├── left.gif
│ │ │ │ │ │ ├── right.gif
│ │ │ │ │ │ └── split.gif
│ │ │ │ │ ├── public
│ │ │ │ │ │ ├── buttonbg1.gif
│ │ │ │ │ │ ├── buttonbg2.gif
│ │ │ │ │ │ ├── querybarbg.gif
│ │ │ │ │ │ ├── tablebg.gif
│ │ │ │ │ │ └── textbg.gif
│ │ │ │ │ ├── tab
│ │ │ │ │ │ ├── bg1.gif
│ │ │ │ │ │ ├── bg.gif
│ │ │ │ │ │ ├── close1.gif
│ │ │ │ │ │ ├── close.gif
│ │ │ │ │ │ ├── left1.gif
│ │ │ │ │ │ ├── left.gif
│ │ │ │ │ │ ├── right1.gif
│ │ │ │ │ │ ├── right.gif
│ │ │ │ │ │ ├── scroll.gif
│ │ │ │ │ │ ├── tab1.gif
│ │ │ │ │ │ ├── tab2.gif
│ │ │ │ │ │ ├── tab-bg-active.gif
│ │ │ │ │ │ ├── tab-bg.gif
│ │ │ │ │ │ └── tab-content-bg.gif
│ │ │ │ │ ├── toolbar
│ │ │ │ │ │ ├── bg.gif
│ │ │ │ │ │ ├── button_left.gif
│ │ │ │ │ │ ├── button_right.gif
│ │ │ │ │ │ ├── split.gif
│ │ │ │ │ │ └── toolbarbg.gif
│ │ │ │ │ ├── tree
│ │ │ │ │ │ ├── bg.gif
│ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ ├── root.gif
│ │ │ │ │ │ ├── tree.gif
│ │ │ │ │ │ ├── tree.psd
│ │ │ │ │ │ └── tree副本.gif
│ │ │ │ │ ├── validate
│ │ │ │ │ │ ├── error.png
│ │ │ │ │ │ └── right.png
│ │ │ │ │ └── window
│ │ │ │ │ ├── bg.gif
│ │ │ │ │ ├── close1.gif
│ │ │ │ │ ├── close.gif
│ │ │ │ │ ├── drag.gif
│ │ │ │ │ └── ico.gif
│ │ │ │ └── Style
│ │ │ │ ├── style.css
│ │ │ │ └── ui.css
│ │ │ ├── BlueLight
│ │ │ │ ├── images
│ │ │ │ │ ├── accordion
│ │ │ │ │ │ └── bg.png
│ │ │ │ │ ├── flexigrid
│ │ │ │ │ │ ├── bg.gif
│ │ │ │ │ │ ├── btn-sprite.gif
│ │ │ │ │ │ ├── ddn.png
│ │ │ │ │ │ ├── dn.png
│ │ │ │ │ │ ├── fhbg.gif
│ │ │ │ │ │ ├── first.gif
│ │ │ │ │ │ ├── hl.png
│ │ │ │ │ │ ├── last.gif
│ │ │ │ │ │ ├── line.gif
│ │ │ │ │ │ ├── load.gif
│ │ │ │ │ │ ├── load.png
│ │ │ │ │ │ ├── magnifier.png
│ │ │ │ │ │ ├── next.gif
│ │ │ │ │ │ ├── prev.gif
│ │ │ │ │ │ ├── up.png
│ │ │ │ │ │ ├── uup.png
│ │ │ │ │ │ └── wbg.gif
│ │ │ │ │ ├── main
│ │ │ │ │ │ ├── head_bg.gif
│ │ │ │ │ │ ├── logo.png
│ │ │ │ │ │ ├── main_bg.gif
│ │ │ │ │ │ ├── menu_bg.gif
│ │ │ │ │ │ ├── menu_l0.gif
│ │ │ │ │ │ ├── menu_l.gif
│ │ │ │ │ │ ├── menu_r0.gif
│ │ │ │ │ │ └── menu_r.gif
│ │ │ │ │ ├── menu
│ │ │ │ │ │ ├── bg.gif
│ │ │ │ │ │ ├── left.gif
│ │ │ │ │ │ ├── right.gif
│ │ │ │ │ │ └── split.gif
│ │ │ │ │ ├── public
│ │ │ │ │ │ ├── buttonbg1.gif
│ │ │ │ │ │ ├── buttonbg2.gif
│ │ │ │ │ │ ├── querybarbg.gif
│ │ │ │ │ │ ├── tablebg.gif
│ │ │ │ │ │ └── textbg.gif
│ │ │ │ │ ├── tab
│ │ │ │ │ │ ├── bg1.gif
│ │ │ │ │ │ ├── bg.gif
│ │ │ │ │ │ ├── close1.gif
│ │ │ │ │ │ ├── close.gif
│ │ │ │ │ │ ├── left1.gif
│ │ │ │ │ │ ├── left.gif
│ │ │ │ │ │ ├── right1.gif
│ │ │ │ │ │ ├── right.gif
│ │ │ │ │ │ ├── scroll.gif
│ │ │ │ │ │ ├── tab1.gif
│ │ │ │ │ │ └── tab2.gif
│ │ │ │ │ ├── toolbar
│ │ │ │ │ │ ├── bg.gif
│ │ │ │ │ │ ├── button_left.gif
│ │ │ │ │ │ ├── button_right.gif
│ │ │ │ │ │ ├── split.gif
│ │ │ │ │ │ └── toolbarbg.gif
│ │ │ │ │ ├── tree
│ │ │ │ │ │ ├── bg.gif
│ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ ├── root.gif
│ │ │ │ │ │ ├── tree.gif
│ │ │ │ │ │ ├── tree.psd
│ │ │ │ │ │ └── tree副本.gif
│ │ │ │ │ ├── validate
│ │ │ │ │ │ ├── error.png
│ │ │ │ │ │ └── right.png
│ │ │ │ │ └── window
│ │ │ │ │ ├── bg.gif
│ │ │ │ │ ├── close1.gif
│ │ │ │ │ ├── close.gif
│ │ │ │ │ ├── drag.gif
│ │ │ │ │ └── ico.gif
│ │ │ │ └── style
│ │ │ │ ├── style.css
│ │ │ │ └── ui.css
│ │ │ ├── Blue - 副本
│ │ │ │ ├── Images
│ │ │ │ │ ├── accordion
│ │ │ │ │ │ └── bg.png
│ │ │ │ │ ├── main
│ │ │ │ │ │ ├── head_bg1.png
│ │ │ │ │ │ ├── head_bg.gif
│ │ │ │ │ │ ├── head_bg.png
│ │ │ │ │ │ ├── logo1.png
│ │ │ │ │ │ ├── logo.png
│ │ │ │ │ │ ├── logo.psd
│ │ │ │ │ │ ├── main_bg.gif
│ │ │ │ │ │ ├── menu_bg.gif
│ │ │ │ │ │ ├── menu_l0.gif
│ │ │ │ │ │ ├── menu_l.gif
│ │ │ │ │ │ ├── menu_r0.gif
│ │ │ │ │ │ └── menu_r.gif
│ │ │ │ │ ├── menu
│ │ │ │ │ │ ├── bg.gif
│ │ │ │ │ │ ├── left.gif
│ │ │ │ │ │ ├── right.gif
│ │ │ │ │ │ └── split.gif
│ │ │ │ │ ├── public
│ │ │ │ │ │ ├── buttonbg1.gif
│ │ │ │ │ │ ├── buttonbg2.gif
│ │ │ │ │ │ ├── querybarbg.gif
│ │ │ │ │ │ ├── tablebg.gif
│ │ │ │ │ │ └── textbg.gif
│ │ │ │ │ ├── tab
│ │ │ │ │ │ ├── bg1.gif
│ │ │ │ │ │ ├── bg.gif
│ │ │ │ │ │ ├── close1.gif
│ │ │ │ │ │ ├── close.gif
│ │ │ │ │ │ ├── left1.gif
│ │ │ │ │ │ ├── left.gif
│ │ │ │ │ │ ├── right1.gif
│ │ │ │ │ │ ├── right.gif
│ │ │ │ │ │ ├── scroll.gif
│ │ │ │ │ │ ├── tab1.gif
│ │ │ │ │ │ ├── tab2.gif
│ │ │ │ │ │ ├── tab-bg-active.gif
│ │ │ │ │ │ ├── tab-bg.gif
│ │ │ │ │ │ └── tab-content-bg.gif
│ │ │ │ │ ├── toolbar
│ │ │ │ │ │ ├── bg.gif
│ │ │ │ │ │ ├── button_left.gif
│ │ │ │ │ │ ├── button_right.gif
│ │ │ │ │ │ ├── split.gif
│ │ │ │ │ │ └── toolbarbg.gif
│ │ │ │ │ ├── tree
│ │ │ │ │ │ ├── bg.gif
│ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ ├── root.gif
│ │ │ │ │ │ ├── tree.gif
│ │ │ │ │ │ ├── tree.psd
│ │ │ │ │ │ └── tree副本.gif
│ │ │ │ │ ├── validate
│ │ │ │ │ │ ├── error.png
│ │ │ │ │ │ └── right.png
│ │ │ │ │ └── window
│ │ │ │ │ ├── bg.gif
│ │ │ │ │ ├── close1.gif
│ │ │ │ │ ├── close.gif
│ │ │ │ │ ├── drag.gif
│ │ │ │ │ └── ico.gif
│ │ │ │ └── Style
│ │ │ │ ├── style.css
│ │ │ │ └── ui.css
│ │ │ ├── Common.css
│ │ │ ├── Gray
│ │ │ │ ├── Images
│ │ │ │ │ ├── accordion
│ │ │ │ │ │ └── bg.png
│ │ │ │ │ ├── main
│ │ │ │ │ │ ├── head_bg1.png
│ │ │ │ │ │ ├── head_bg.png
│ │ │ │ │ │ ├── logo.png
│ │ │ │ │ │ ├── main_bg.gif
│ │ │ │ │ │ ├── menu_bg.gif
│ │ │ │ │ │ ├── menu_l0.gif
│ │ │ │ │ │ ├── menu_l.gif
│ │ │ │ │ │ ├── menu_r0.gif
│ │ │ │ │ │ └── menu_r.gif
│ │ │ │ │ ├── menu
│ │ │ │ │ │ ├── bg.gif
│ │ │ │ │ │ ├── left.gif
│ │ │ │ │ │ ├── right.gif
│ │ │ │ │ │ └── split.gif
│ │ │ │ │ ├── public
│ │ │ │ │ │ ├── buttonbg1.gif
│ │ │ │ │ │ ├── buttonbg2.gif
│ │ │ │ │ │ ├── querybarbg.gif
│ │ │ │ │ │ ├── tablebg.gif
│ │ │ │ │ │ └── textbg.gif
│ │ │ │ │ ├── tab
│ │ │ │ │ │ ├── bg1.gif
│ │ │ │ │ │ ├── bg.gif
│ │ │ │ │ │ ├── close1.gif
│ │ │ │ │ │ ├── close.gif
│ │ │ │ │ │ ├── left1.gif
│ │ │ │ │ │ ├── left.gif
│ │ │ │ │ │ ├── right1.gif
│ │ │ │ │ │ ├── right.gif
│ │ │ │ │ │ ├── scroll.gif
│ │ │ │ │ │ ├── tab1.gif
│ │ │ │ │ │ ├── tab2.gif
│ │ │ │ │ │ ├── tab-bg-active.gif
│ │ │ │ │ │ ├── tab-bg.gif
│ │ │ │ │ │ └── tab-content-bg.gif
│ │ │ │ │ ├── toolbar
│ │ │ │ │ │ ├── bg.gif
│ │ │ │ │ │ ├── button_left.gif
│ │ │ │ │ │ ├── button_right.gif
│ │ │ │ │ │ ├── split.gif
│ │ │ │ │ │ └── toolbarbg.gif
│ │ │ │ │ ├── tree
│ │ │ │ │ │ ├── bg.gif
│ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ ├── root.gif
│ │ │ │ │ │ ├── tree.gif
│ │ │ │ │ │ ├── tree.psd
│ │ │ │ │ │ └── tree副本.gif
│ │ │ │ │ ├── validate
│ │ │ │ │ │ ├── error.png
│ │ │ │ │ │ └── right.png
│ │ │ │ │ └── window
│ │ │ │ │ ├── bg.gif
│ │ │ │ │ ├── close1.gif
│ │ │ │ │ ├── close.gif
│ │ │ │ │ ├── drag.gif
│ │ │ │ │ └── ico.gif
│ │ │ │ └── Style
│ │ │ │ ├── style.css
│ │ │ │ └── ui.css
│ │ │ └── Green
│ │ │ ├── Images
│ │ │ │ ├── accordion
│ │ │ │ │ └── bg.png
│ │ │ │ ├── main
│ │ │ │ │ ├── head_bg.gif
│ │ │ │ │ ├── logo.png
│ │ │ │ │ ├── main_bg.gif
│ │ │ │ │ ├── menu_bg.gif
│ │ │ │ │ ├── menu_l0.gif
│ │ │ │ │ ├── menu_l.gif
│ │ │ │ │ ├── menu_r0.gif
│ │ │ │ │ └── menu_r.gif
│ │ │ │ ├── menu
│ │ │ │ │ ├── bg.gif
│ │ │ │ │ ├── left.gif
│ │ │ │ │ ├── right.gif
│ │ │ │ │ └── split.gif
│ │ │ │ ├── public
│ │ │ │ │ ├── buttonbg1.gif
│ │ │ │ │ ├── buttonbg2.gif
│ │ │ │ │ ├── querybarbg.gif
│ │ │ │ │ ├── tablebg.gif
│ │ │ │ │ └── textbg.gif
│ │ │ │ ├── tab
│ │ │ │ │ ├── bg1.gif
│ │ │ │ │ ├── bg.gif
│ │ │ │ │ ├── close1.gif
│ │ │ │ │ ├── close.gif
│ │ │ │ │ ├── left1.gif
│ │ │ │ │ ├── left.gif
│ │ │ │ │ ├── right1.gif
│ │ │ │ │ ├── right.gif
│ │ │ │ │ ├── scroll.gif
│ │ │ │ │ ├── tab1.gif
│ │ │ │ │ └── tab2.gif
│ │ │ │ ├── toolbar
│ │ │ │ │ ├── bg.gif
│ │ │ │ │ ├── button_left.gif
│ │ │ │ │ ├── button_right.gif
│ │ │ │ │ ├── split.gif
│ │ │ │ │ └── toolbarbg.gif
│ │ │ │ ├── tree
│ │ │ │ │ ├── bg.gif
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ ├── root.gif
│ │ │ │ │ ├── tree.gif
│ │ │ │ │ ├── tree.psd
│ │ │ │ │ └── tree副本.gif
│ │ │ │ ├── validate
│ │ │ │ │ ├── error.png
│ │ │ │ │ └── right.png
│ │ │ │ └── window
│ │ │ │ ├── bg.gif
│ │ │ │ ├── close1.gif
│ │ │ │ ├── close.gif
│ │ │ │ ├── drag.gif
│ │ │ │ └── ico.gif
│ │ │ └── Style
│ │ │ ├── style.css
│ │ │ └── ui.css
│ │ ├── UploadFiles
│ │ │ ├── 201409
│ │ │ │ └── 22
│ │ │ │ └── 153835_r9xk_1402271_thumb.gif
│ │ │ └── 201411
│ │ │ └── 14
│ │ │ ├── 153835_r9xk_1402271_thumb.gif
│ │ │ ├── 153835_r9xk_1402271_thumb_PZZXH8.gif
│ │ │ └── 153835_r9xk_1402271_thumb_RNXV84.gif
│ │ └── UserSigns
│ │ ├── 0362149c-af22-491f-baef-37bffcc1fd5c.gif
│ │ ├── 095ba7de-084a-41aa-a21e-4ccbb7cd4ff8.gif
│ │ ├── 23c3e9fc-6d8a-4ea0-925a-0a0671d61378.gif
│ │ ├── 8086d01f-7ae3-402e-b543-d34f1059f79a.gif
│ │ ├── c2d3012a-c816-4149-ac04-9da0b60e3867.gif
│ │ └── eb03262c-ab60-4bc6-a4c0-96e66a4229fe.gif
│ ├── Controllers
│ │ ├── AppLibraryController.cs
│ │ ├── DBConnectionController.cs
│ │ ├── DictController.cs
│ │ ├── HomeController.cs
│ │ ├── LogController.cs
│ │ ├── LoginController.cs
│ │ ├── MembersController.cs
│ │ ├── OnlineUsersController.cs
│ │ ├── RoleAppController.cs
│ │ ├── TestController.cs
│ │ ├── UserAppController.cs
│ │ ├── WorkFlowArchivesController.cs
│ │ ├── WorkFlowButtonsController.cs
│ │ ├── WorkFlowCommentsController.cs
│ │ ├── WorkFlowDelegationController.cs
│ │ ├── WorkFlowDesignerController.cs
│ │ ├── WorkFlowFormDesignerController.cs
│ │ ├── WorkFlowRunController.cs
│ │ ├── WorkFlowSignController.cs
│ │ └── WorkFlowTasksController.cs
│ ├── Global.asax
│ ├── Global.asax.cs
│ ├── Images
│ │ ├── ico
│ │ │ ├── 2012080111634.png
│ │ │ ├── 2012080404391.png
│ │ │ ├── 2012092109942.png
│ │ │ ├── 20130406011043129_easyicon_net_16.png
│ │ │ ├── 20130406014311476_easyicon_net_16.png
│ │ │ ├── accept.gif
│ │ │ ├── add.gif
│ │ │ ├── against.gif
│ │ │ ├── agree.gif
│ │ │ ├── application_osx_add.png
│ │ │ ├── application_osx_double.png
│ │ │ ├── application_osx_remove.png
│ │ │ ├── application_windows_down.png
│ │ │ ├── arrow_large_down.png
│ │ │ ├── arrow_large_left.png
│ │ │ ├── arrow_large_right.png
│ │ │ ├── arrow_medium_down.png
│ │ │ ├── arrow_medium_left.png
│ │ │ ├── arrow_medium_lower_left.png
│ │ │ ├── arrow_medium_lower_right.png
│ │ │ ├── arrow_medium_right.png
│ │ │ ├── arrow_medium_upper_right.png
│ │ │ ├── arrow_medium_up.png
│ │ │ ├── back.gif
│ │ │ ├── box_add.png
│ │ │ ├── box_new.png
│ │ │ ├── box_remove.png
│ │ │ ├── box_warning.png
│ │ │ ├── calllogtype_missed.png
│ │ │ ├── cancel.gif
│ │ │ ├── cart.png
│ │ │ ├── cd.png
│ │ │ ├── chart_bar.png
│ │ │ ├── chart_curve.png
│ │ │ ├── chart_line.png
│ │ │ ├── chart_organisation.png
│ │ │ ├── chart_pie.png
│ │ │ ├── clear.gif
│ │ │ ├── clock.gif
│ │ │ ├── clock.png
│ │ │ ├── coin_cuprum.gif
│ │ │ ├── coin_gold.gif
│ │ │ ├── comment.png
│ │ │ ├── comment_reply.png
│ │ │ ├── comments_reply.png
│ │ │ ├── comments_small.png
│ │ │ ├── computer.png
│ │ │ ├── connect_getpassword_icon.png
│ │ │ ├── connect.png
│ │ │ ├── contact_blue.png
│ │ │ ├── contact_grey.png
│ │ │ ├── contact_grey_remove.png
│ │ │ ├── cross.png
│ │ │ ├── customers.gif
│ │ │ ├── data.png
│ │ │ ├── del.gif
│ │ │ ├── direction.png
│ │ │ ├── disconnect.png
│ │ │ ├── doc_stand.png
│ │ │ ├── doc_tag.png
│ │ │ ├── download.png
│ │ │ ├── edit.gif
│ │ │ ├── error.gif
│ │ │ ├── event_time.gif
│ │ │ ├── file_del.gif
│ │ │ ├── file_edit.gif
│ │ │ ├── find.png
│ │ │ ├── folder_classic_add.png
│ │ │ ├── folder_classic_down.png
│ │ │ ├── folder_classic_edit.png
│ │ │ ├── folder_classic_locked.png
│ │ │ ├── folder_classic_opened.png
│ │ │ ├── folder_classic.png
│ │ │ ├── folder_classic_stuffed_add.png
│ │ │ ├── folder_classic_stuffed_remove.png
│ │ │ ├── folder_classic_up.png
│ │ │ ├── folder_delete.png
│ │ │ ├── folder_new.png
│ │ │ ├── folder.png
│ │ │ ├── forum_add.gif
│ │ │ ├── forum_del.gif
│ │ │ ├── forum_edit.gif
│ │ │ ├── forum.gif
│ │ │ ├── gif-0465.gif
│ │ │ ├── group_blue.png
│ │ │ ├── group.gif
│ │ │ ├── group_green.png
│ │ │ ├── group_green_remove.png
│ │ │ ├── group_grey_remove.png
│ │ │ ├── group.png
│ │ │ ├── group_search.gif
│ │ │ ├── hammer.png
│ │ │ ├── hammer_screwdriver.png
│ │ │ ├── hand_point.png
│ │ │ ├── hcards_down.png
│ │ │ ├── home_green.png
│ │ │ ├── icon_site.gif
│ │ │ ├── images.png
│ │ │ ├── important.gif
│ │ │ ├── info.gif
│ │ │ ├── information.png
│ │ │ ├── inhibit.gif
│ │ │ ├── keyboard.png
│ │ │ ├── key.png
│ │ │ ├── labs.gif
│ │ │ ├── lightbulb.gif
│ │ │ ├── lightbulb_off.gif
│ │ │ ├── lightbulb.png
│ │ │ ├── linkdel.gif
│ │ │ ├── link.gif
│ │ │ ├── lock_large_locked.png
│ │ │ ├── lock.png
│ │ │ ├── lock_unlock.png
│ │ │ ├── magic.gif
│ │ │ ├── magnifier.png
│ │ │ ├── member.gif
│ │ │ ├── microphone.png
│ │ │ ├── module.gif
│ │ │ ├── money_dollar.png
│ │ │ ├── money_euro.png
│ │ │ ├── money.png
│ │ │ ├── mouse.png
│ │ │ ├── music_beam.png
│ │ │ ├── new-icon.gif
│ │ │ ├── newspaper.png
│ │ │ ├── page_code.png
│ │ │ ├── page_tag_blue.gif
│ │ │ ├── page_world.png
│ │ │ ├── permission.gif
│ │ │ ├── pin.png
│ │ │ ├── pipette.png
│ │ │ ├── polemize.gif
│ │ │ ├── poll.gif
│ │ │ ├── printer.gif
│ │ │ ├── printer.png
│ │ │ ├── projection_screen.png
│ │ │ ├── Properties.png
│ │ │ ├── refresh2.png
│ │ │ ├── refresh_backwards.png
│ │ │ ├── refresh.gif
│ │ │ ├── Refresh.png
│ │ │ ├── rgb.png
│ │ │ ├── right.gif
│ │ │ ├── role.gif
│ │ │ ├── saveas.gif
│ │ │ ├── save.gif
│ │ │ ├── search.png
│ │ │ ├── select.gif
│ │ │ ├── setting.gif
│ │ │ ├── shape_aling_center.png
│ │ │ ├── shape_aling_left.png
│ │ │ ├── sitemap.png
│ │ │ ├── sound.png
│ │ │ ├── system-tick-alt-03.png
│ │ │ ├── table_add.gif
│ │ │ ├── table_del.gif
│ │ │ ├── table_edit.gif
│ │ │ ├── table.gif
│ │ │ ├── tag_blue.png
│ │ │ ├── task.gif
│ │ │ ├── textfield_rename.png
│ │ │ ├── theme.gif
│ │ │ ├── topic_add.gif
│ │ │ ├── topic_del.gif
│ │ │ ├── topic_edit.gif
│ │ │ ├── topic.gif
│ │ │ ├── topic_option.gif
│ │ │ ├── topic_search.gif
│ │ │ ├── trash_full.gif
│ │ │ ├── trash.gif
│ │ │ ├── tree_photo_add.png
│ │ │ ├── tree_photo_export.png
│ │ │ ├── tree_photo_library.png
│ │ │ ├── tree_photo_userdefined.png
│ │ │ ├── tree_sms_all.png
│ │ │ ├── ui_saccordion.png
│ │ │ ├── upload.png
│ │ │ ├── user_black_female.png
│ │ │ ├── user.png
│ │ │ ├── vcard.png
│ │ │ ├── vector.png
│ │ │ ├── volume_loud.png
│ │ │ ├── warning.png
│ │ │ ├── weather_clouds.png
│ │ │ ├── weather_cloudy.png
│ │ │ ├── webcam.png
│ │ │ ├── world.png
│ │ │ ├── zone_money.png
│ │ │ ├── zones.png
│ │ │ └── zoom.png
│ │ ├── loading
│ │ │ ├── load1.gif
│ │ │ ├── load2.gif
│ │ │ ├── load3.gif
│ │ │ ├── load4.gif
│ │ │ └── load.gif
│ │ ├── login
│ │ │ └── bg2.png
│ │ ├── theme_blue1.gif
│ │ ├── theme_blue.gif
│ │ ├── theme_bluelight1.gif
│ │ ├── theme_bluelight.gif
│ │ ├── themeButton.png
│ │ ├── theme_gray1.gif
│ │ ├── theme_gray.gif
│ │ ├── theme_green1.gif
│ │ ├── theme_green.gif
│ │ └── vcodebg.png
│ ├── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── WebMvc.csproj.FileListAbsolute.txt
│ │ │ ├── WebMvc.csprojResolveAssemblyReference.cache
│ │ │ ├── WebMvc.dll
│ │ │ └── WebMvc.pdb
│ │ └── Release
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── WebMvc.csproj.FileListAbsolute.txt
│ │ ├── WebMvc.csprojResolveAssemblyReference.cache
│ │ ├── WebMvc.dll
│ │ └── WebMvc.pdb
│ ├── packages.config
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ └── PublishProfiles
│ │ ├── Publish.pubxml
│ │ └── Publish.pubxml.user
│ ├── Scripts
│ │ ├── flexigrid.js
│ │ ├── FlowDesinger
│ │ │ ├── draw-min.js
│ │ │ ├── workflow.js
│ │ │ └── workflow-show.js
│ │ ├── FlowRun
│ │ │ ├── common.js
│ │ │ └── Forms
│ │ │ ├── common.js
│ │ │ ├── flowform.css
│ │ │ ├── flowform_print.css
│ │ │ └── GetSubTableData.aspx
│ │ ├── FormDesinger
│ │ │ └── ueditor
│ │ │ ├── dialogs
│ │ │ │ ├── anchor
│ │ │ │ │ └── anchor.html
│ │ │ │ ├── attachment
│ │ │ │ │ ├── attachment.css
│ │ │ │ │ ├── attachment.html
│ │ │ │ │ ├── attachment.js
│ │ │ │ │ ├── fileTypeImages
│ │ │ │ │ │ ├── icon_chm.gif
│ │ │ │ │ │ ├── icon_default.png
│ │ │ │ │ │ ├── icon_doc.gif
│ │ │ │ │ │ ├── icon_exe.gif
│ │ │ │ │ │ ├── icon_jpg.gif
│ │ │ │ │ │ ├── icon_mp3.gif
│ │ │ │ │ │ ├── icon_mv.gif
│ │ │ │ │ │ ├── icon_pdf.gif
│ │ │ │ │ │ ├── icon_ppt.gif
│ │ │ │ │ │ ├── icon_psd.gif
│ │ │ │ │ │ ├── icon_rar.gif
│ │ │ │ │ │ ├── icon_txt.gif
│ │ │ │ │ │ └── icon_xls.gif
│ │ │ │ │ └── images
│ │ │ │ │ ├── alignicon.gif
│ │ │ │ │ ├── alignicon.png
│ │ │ │ │ ├── bg.png
│ │ │ │ │ ├── file-icons.gif
│ │ │ │ │ ├── file-icons.png
│ │ │ │ │ ├── icons.gif
│ │ │ │ │ ├── icons.png
│ │ │ │ │ ├── image.png
│ │ │ │ │ ├── progress.png
│ │ │ │ │ ├── success.gif
│ │ │ │ │ └── success.png
│ │ │ │ ├── background
│ │ │ │ │ ├── background.css
│ │ │ │ │ ├── background.html
│ │ │ │ │ ├── background.js
│ │ │ │ │ └── images
│ │ │ │ │ ├── bg.png
│ │ │ │ │ └── success.png
│ │ │ │ ├── charts
│ │ │ │ │ ├── chart.config.js
│ │ │ │ │ ├── charts.css
│ │ │ │ │ ├── charts.html
│ │ │ │ │ ├── charts.js
│ │ │ │ │ └── images
│ │ │ │ │ ├── charts0.png
│ │ │ │ │ ├── charts1.png
│ │ │ │ │ ├── charts2.png
│ │ │ │ │ ├── charts3.png
│ │ │ │ │ ├── charts4.png
│ │ │ │ │ └── charts5.png
│ │ │ │ ├── emotion
│ │ │ │ │ ├── emotion.css
│ │ │ │ │ ├── emotion.html
│ │ │ │ │ ├── emotion.js
│ │ │ │ │ └── images
│ │ │ │ │ ├── 0.gif
│ │ │ │ │ ├── bface.gif
│ │ │ │ │ ├── cface.gif
│ │ │ │ │ ├── fface.gif
│ │ │ │ │ ├── jxface2.gif
│ │ │ │ │ ├── neweditor-tab-bg.png
│ │ │ │ │ ├── tface.gif
│ │ │ │ │ ├── wface.gif
│ │ │ │ │ └── yface.gif
│ │ │ │ ├── gmap
│ │ │ │ │ └── gmap.html
│ │ │ │ ├── help
│ │ │ │ │ ├── help.css
│ │ │ │ │ ├── help.html
│ │ │ │ │ └── help.js
│ │ │ │ ├── image
│ │ │ │ │ ├── image.css
│ │ │ │ │ ├── image.html
│ │ │ │ │ ├── image.js
│ │ │ │ │ └── images
│ │ │ │ │ ├── alignicon.jpg
│ │ │ │ │ ├── bg.png
│ │ │ │ │ ├── icons.gif
│ │ │ │ │ ├── icons.png
│ │ │ │ │ ├── image.png
│ │ │ │ │ ├── progress.png
│ │ │ │ │ ├── success.gif
│ │ │ │ │ └── success.png
│ │ │ │ ├── insertframe
│ │ │ │ │ └── insertframe.html
│ │ │ │ ├── internal.js
│ │ │ │ ├── link
│ │ │ │ │ └── link.html
│ │ │ │ ├── map
│ │ │ │ │ ├── map.html
│ │ │ │ │ └── show.html
│ │ │ │ ├── music
│ │ │ │ │ ├── music.css
│ │ │ │ │ ├── music.html
│ │ │ │ │ └── music.js
│ │ │ │ ├── preview
│ │ │ │ │ └── preview.html
│ │ │ │ ├── scrawl
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── addimg.png
│ │ │ │ │ │ ├── brush.png
│ │ │ │ │ │ ├── delimgH.png
│ │ │ │ │ │ ├── delimg.png
│ │ │ │ │ │ ├── emptyH.png
│ │ │ │ │ │ ├── empty.png
│ │ │ │ │ │ ├── eraser.png
│ │ │ │ │ │ ├── redoH.png
│ │ │ │ │ │ ├── redo.png
│ │ │ │ │ │ ├── scaleH.png
│ │ │ │ │ │ ├── scale.png
│ │ │ │ │ │ ├── size.png
│ │ │ │ │ │ ├── undoH.png
│ │ │ │ │ │ └── undo.png
│ │ │ │ │ ├── scrawl.css
│ │ │ │ │ ├── scrawl.html
│ │ │ │ │ └── scrawl.js
│ │ │ │ ├── searchreplace
│ │ │ │ │ ├── searchreplace.html
│ │ │ │ │ └── searchreplace.js
│ │ │ │ ├── snapscreen
│ │ │ │ │ └── snapscreen.html
│ │ │ │ ├── spechars
│ │ │ │ │ ├── spechars.html
│ │ │ │ │ └── spechars.js
│ │ │ │ ├── table
│ │ │ │ │ ├── dragicon.png
│ │ │ │ │ ├── edittable.css
│ │ │ │ │ ├── edittable.html
│ │ │ │ │ ├── edittable.js
│ │ │ │ │ ├── edittd.html
│ │ │ │ │ └── edittip.html
│ │ │ │ ├── template
│ │ │ │ │ ├── config.js
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── bg.gif
│ │ │ │ │ │ ├── pre0.png
│ │ │ │ │ │ ├── pre1.png
│ │ │ │ │ │ ├── pre2.png
│ │ │ │ │ │ ├── pre3.png
│ │ │ │ │ │ └── pre4.png
│ │ │ │ │ ├── template.css
│ │ │ │ │ ├── template.html
│ │ │ │ │ └── template.js
│ │ │ │ ├── video
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── bg.png
│ │ │ │ │ │ ├── center_focus.jpg
│ │ │ │ │ │ ├── file-icons.gif
│ │ │ │ │ │ ├── file-icons.png
│ │ │ │ │ │ ├── icons.gif
│ │ │ │ │ │ ├── icons.png
│ │ │ │ │ │ ├── image.png
│ │ │ │ │ │ ├── left_focus.jpg
│ │ │ │ │ │ ├── none_focus.jpg
│ │ │ │ │ │ ├── progress.png
│ │ │ │ │ │ ├── right_focus.jpg
│ │ │ │ │ │ ├── success.gif
│ │ │ │ │ │ └── success.png
│ │ │ │ │ ├── video.css
│ │ │ │ │ ├── video.html
│ │ │ │ │ └── video.js
│ │ │ │ ├── webapp
│ │ │ │ │ └── webapp.html
│ │ │ │ └── wordimage
│ │ │ │ ├── fClipboard_ueditor.swf
│ │ │ │ ├── imageUploader.swf
│ │ │ │ ├── tangram.js
│ │ │ │ ├── wordimage.html
│ │ │ │ └── wordimage.js
│ │ │ ├── index.html
│ │ │ ├── lang
│ │ │ │ ├── en
│ │ │ │ │ ├── en.js
│ │ │ │ │ └── images
│ │ │ │ │ ├── addimage.png
│ │ │ │ │ ├── alldeletebtnhoverskin.png
│ │ │ │ │ ├── alldeletebtnupskin.png
│ │ │ │ │ ├── background.png
│ │ │ │ │ ├── button.png
│ │ │ │ │ ├── copy.png
│ │ │ │ │ ├── deletedisable.png
│ │ │ │ │ ├── deleteenable.png
│ │ │ │ │ ├── listbackground.png
│ │ │ │ │ ├── localimage.png
│ │ │ │ │ ├── music.png
│ │ │ │ │ ├── rotateleftdisable.png
│ │ │ │ │ ├── rotateleftenable.png
│ │ │ │ │ ├── rotaterightdisable.png
│ │ │ │ │ ├── rotaterightenable.png
│ │ │ │ │ └── upload.png
│ │ │ │ └── zh-cn
│ │ │ │ ├── images
│ │ │ │ │ ├── copy.png
│ │ │ │ │ ├── localimage.png
│ │ │ │ │ ├── music.png
│ │ │ │ │ └── upload.png
│ │ │ │ └── zh-cn.js
│ │ │ ├── net
│ │ │ │ ├── App_Code
│ │ │ │ │ ├── Config.cs
│ │ │ │ │ ├── ConfigHandler.cs
│ │ │ │ │ ├── CrawlerHandler.cs
│ │ │ │ │ ├── Handler.cs
│ │ │ │ │ ├── ListFileHandler.cs
│ │ │ │ │ ├── NotSupportedHandler.cs
│ │ │ │ │ ├── PathFormater.cs
│ │ │ │ │ └── UploadHandler.cs
│ │ │ │ ├── config.json
│ │ │ │ ├── controller.ashx
│ │ │ │ ├── net.sln
│ │ │ │ ├── README.md
│ │ │ │ ├── upload
│ │ │ │ │ └── image
│ │ │ │ │ └── 20141029
│ │ │ │ │ └── 6355020901654695851366005.gif
│ │ │ │ └── Web.config
│ │ │ ├── plugins
│ │ │ │ ├── common.js
│ │ │ │ ├── compule.js
│ │ │ │ ├── dialogs
│ │ │ │ │ ├── attribute.aspx
│ │ │ │ │ ├── button.aspx
│ │ │ │ │ ├── checkbox.aspx
│ │ │ │ │ ├── datetime.aspx
│ │ │ │ │ ├── delete.aspx
│ │ │ │ │ ├── dictionary.aspx
│ │ │ │ │ ├── events.aspx
│ │ │ │ │ ├── files.aspx
│ │ │ │ │ ├── getdictchilds.aspx
│ │ │ │ │ ├── getsqljson.aspx
│ │ │ │ │ ├── grid.aspx
│ │ │ │ │ ├── hidden.aspx
│ │ │ │ │ ├── html.aspx
│ │ │ │ │ ├── label.aspx
│ │ │ │ │ ├── open.aspx
│ │ │ │ │ ├── open_list1.aspx
│ │ │ │ │ ├── org.aspx
│ │ │ │ │ ├── publish.aspx
│ │ │ │ │ ├── radio.aspx
│ │ │ │ │ ├── saveas.aspx
│ │ │ │ │ ├── save.aspx
│ │ │ │ │ ├── select.aspx
│ │ │ │ │ ├── subtable.aspx
│ │ │ │ │ ├── subtableset.aspx
│ │ │ │ │ ├── textarea.aspx
│ │ │ │ │ └── text.aspx
│ │ │ │ ├── images
│ │ │ │ │ ├── app.gif
│ │ │ │ │ ├── attachment.gif
│ │ │ │ │ ├── button.gif
│ │ │ │ │ ├── calendar.gif
│ │ │ │ │ ├── checkbox.gif
│ │ │ │ │ ├── database_info.gif
│ │ │ │ │ ├── datetime.gif
│ │ │ │ │ ├── dictionary.png
│ │ │ │ │ ├── flowname.png
│ │ │ │ │ ├── hidden.gif
│ │ │ │ │ ├── highlight.gif
│ │ │ │ │ ├── html.gif
│ │ │ │ │ ├── input.gif
│ │ │ │ │ ├── label.gif
│ │ │ │ │ ├── new.png
│ │ │ │ │ ├── open.png
│ │ │ │ │ ├── org.gif
│ │ │ │ │ ├── page_code.png
│ │ │ │ │ ├── radio.gif
│ │ │ │ │ ├── saveas.gif
│ │ │ │ │ ├── save.gif
│ │ │ │ │ ├── select.gif
│ │ │ │ │ ├── setting.gif
│ │ │ │ │ ├── stepname.png
│ │ │ │ │ ├── subtable.gif
│ │ │ │ │ ├── textarea.gif
│ │ │ │ │ └── view_list.gif
│ │ │ │ └── plugins.js
│ │ │ ├── themes
│ │ │ │ ├── default
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── ueditor.css
│ │ │ │ │ │ └── ueditor.min.css
│ │ │ │ │ ├── dialogbase.css
│ │ │ │ │ └── images
│ │ │ │ │ ├── anchor.gif
│ │ │ │ │ ├── arrow_down.png
│ │ │ │ │ ├── arrow.png
│ │ │ │ │ ├── arrow_up.png
│ │ │ │ │ ├── button-bg.gif
│ │ │ │ │ ├── cancelbutton.gif
│ │ │ │ │ ├── charts.png
│ │ │ │ │ ├── cursor_h.gif
│ │ │ │ │ ├── cursor_h.png
│ │ │ │ │ ├── cursor_v.gif
│ │ │ │ │ ├── cursor_v.png
│ │ │ │ │ ├── dialog-title-bg.png
│ │ │ │ │ ├── filescan.png
│ │ │ │ │ ├── highlighted.gif
│ │ │ │ │ ├── icons-all.gif
│ │ │ │ │ ├── icons.gif
│ │ │ │ │ ├── icons.png
│ │ │ │ │ ├── loaderror.png
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ ├── lock.gif
│ │ │ │ │ ├── neweditor-tab-bg.png
│ │ │ │ │ ├── pagebreak.gif
│ │ │ │ │ ├── scale.png
│ │ │ │ │ ├── sortable.png
│ │ │ │ │ ├── spacer.gif
│ │ │ │ │ ├── sparator_v.png
│ │ │ │ │ ├── table-cell-align.png
│ │ │ │ │ ├── tangram-colorpicker.png
│ │ │ │ │ ├── toolbar_bg.png
│ │ │ │ │ ├── unhighlighted.gif
│ │ │ │ │ ├── upload.png
│ │ │ │ │ ├── videologo.gif
│ │ │ │ │ ├── word.gif
│ │ │ │ │ └── wordpaste.png
│ │ │ │ └── iframe.css
│ │ │ ├── third-party
│ │ │ │ ├── codemirror
│ │ │ │ │ ├── codemirror.css
│ │ │ │ │ └── codemirror.js
│ │ │ │ ├── highcharts
│ │ │ │ │ ├── adapters
│ │ │ │ │ │ ├── mootools-adapter.js
│ │ │ │ │ │ ├── mootools-adapter.src.js
│ │ │ │ │ │ ├── prototype-adapter.js
│ │ │ │ │ │ ├── prototype-adapter.src.js
│ │ │ │ │ │ ├── standalone-framework.js
│ │ │ │ │ │ └── standalone-framework.src.js
│ │ │ │ │ ├── highcharts.js
│ │ │ │ │ ├── highcharts-more.js
│ │ │ │ │ ├── highcharts-more.src.js
│ │ │ │ │ ├── highcharts.src.js
│ │ │ │ │ ├── modules
│ │ │ │ │ │ ├── annotations.js
│ │ │ │ │ │ ├── annotations.src.js
│ │ │ │ │ │ ├── canvas-tools.js
│ │ │ │ │ │ ├── canvas-tools.src.js
│ │ │ │ │ │ ├── data.js
│ │ │ │ │ │ ├── data.src.js
│ │ │ │ │ │ ├── drilldown.js
│ │ │ │ │ │ ├── drilldown.src.js
│ │ │ │ │ │ ├── exporting.js
│ │ │ │ │ │ ├── exporting.src.js
│ │ │ │ │ │ ├── funnel.js
│ │ │ │ │ │ ├── funnel.src.js
│ │ │ │ │ │ ├── heatmap.js
│ │ │ │ │ │ ├── heatmap.src.js
│ │ │ │ │ │ ├── map.js
│ │ │ │ │ │ ├── map.src.js
│ │ │ │ │ │ ├── no-data-to-display.js
│ │ │ │ │ │ └── no-data-to-display.src.js
│ │ │ │ │ └── themes
│ │ │ │ │ ├── dark-blue.js
│ │ │ │ │ ├── dark-green.js
│ │ │ │ │ ├── gray.js
│ │ │ │ │ ├── grid.js
│ │ │ │ │ └── skies.js
│ │ │ │ ├── jquery-1.10.2.js
│ │ │ │ ├── jquery-1.10.2.min.js
│ │ │ │ ├── jquery-1.10.2.min.map
│ │ │ │ ├── snapscreen
│ │ │ │ │ └── UEditorSnapscreen.exe
│ │ │ │ ├── SyntaxHighlighter
│ │ │ │ │ ├── shCoreDefault.css
│ │ │ │ │ └── shCore.js
│ │ │ │ ├── video-js
│ │ │ │ │ ├── font
│ │ │ │ │ │ ├── vjs.eot
│ │ │ │ │ │ ├── vjs.svg
│ │ │ │ │ │ ├── vjs.ttf
│ │ │ │ │ │ └── vjs.woff
│ │ │ │ │ ├── video.dev.js
│ │ │ │ │ ├── video.js
│ │ │ │ │ ├── video-js.css
│ │ │ │ │ ├── video-js.min.css
│ │ │ │ │ └── video-js.swf
│ │ │ │ ├── webuploader
│ │ │ │ │ ├── Uploader.swf
│ │ │ │ │ ├── webuploader.css
│ │ │ │ │ ├── webuploader.custom.js
│ │ │ │ │ ├── webuploader.custom.min.js
│ │ │ │ │ ├── webuploader.flashonly.js
│ │ │ │ │ ├── webuploader.flashonly.min.js
│ │ │ │ │ ├── webuploader.html5only.js
│ │ │ │ │ ├── webuploader.html5only.min.js
│ │ │ │ │ ├── webuploader.js
│ │ │ │ │ ├── webuploader.min.js
│ │ │ │ │ ├── webuploader.withoutimage.js
│ │ │ │ │ └── webuploader.withoutimage.min.js
│ │ │ │ └── zeroclipboard
│ │ │ │ ├── ZeroClipboard.js
│ │ │ │ ├── ZeroClipboard.min.js
│ │ │ │ └── ZeroClipboard.swf
│ │ │ ├── ueditor.all.js
│ │ │ ├── ueditor.all.min.js
│ │ │ ├── ueditor.config.js
│ │ │ ├── ueditor.parse.js
│ │ │ └── ueditor.parse.min.js
│ │ ├── jquery-1.11.1.js
│ │ ├── jquery-1.11.1.min.js
│ │ ├── jquery.cookie.js
│ │ ├── json.js
│ │ ├── My97DatePicker
│ │ │ ├── calendar.js
│ │ │ ├── lang
│ │ │ │ └── zh-cn.js
│ │ │ ├── skin
│ │ │ │ ├── blueFresh
│ │ │ │ │ ├── datepicker.css
│ │ │ │ │ └── img.gif
│ │ │ │ ├── datePicker.gif
│ │ │ │ ├── default
│ │ │ │ │ ├── datepicker.css
│ │ │ │ │ └── img.gif
│ │ │ │ ├── green
│ │ │ │ │ ├── datepicker.css
│ │ │ │ │ └── img.gif
│ │ │ │ ├── simple
│ │ │ │ │ ├── bg_calendar.gif
│ │ │ │ │ ├── bg.gif
│ │ │ │ │ ├── datepicker.css
│ │ │ │ │ ├── down.jpg
│ │ │ │ │ ├── indexbg.gif
│ │ │ │ │ ├── left.gif
│ │ │ │ │ ├── navLeft.gif
│ │ │ │ │ ├── navRight.gif
│ │ │ │ │ ├── qs.jpg
│ │ │ │ │ ├── right.gif
│ │ │ │ │ ├── up.jpg
│ │ │ │ │ └── ymbg.jpg
│ │ │ │ ├── twoer
│ │ │ │ │ ├── datepicker.css
│ │ │ │ │ ├── img.gif
│ │ │ │ │ └── img.png
│ │ │ │ ├── WdatePicker.css
│ │ │ │ └── whyGreen
│ │ │ │ ├── bg.jpg
│ │ │ │ ├── datepicker.css
│ │ │ │ └── img.gif
│ │ │ └── WdatePicker.js
│ │ ├── roadui.accordion.js
│ │ ├── roadui.button.js
│ │ ├── roadui.calendar.js
│ │ ├── roadui.core.js
│ │ ├── roadui.dict.js
│ │ ├── roadui.dragsort.js
│ │ ├── roadui.editor.js
│ │ ├── roadui.file.js
│ │ ├── roadui.grid.js
│ │ ├── roadui.init.js
│ │ ├── roadui.member.js
│ │ ├── roadui.menu.js
│ │ ├── roadui.selectico.js
│ │ ├── roadui.select.js
│ │ ├── roadui.tab.js
│ │ ├── roadui.textarea.js
│ │ ├── roadui.text.js
│ │ ├── roadui.tree.js
│ │ ├── roadui.validate.js
│ │ ├── roadui.window.js
│ │ ├── Ueditor
│ │ │ ├── dialogs
│ │ │ │ ├── anchor
│ │ │ │ │ └── anchor.html
│ │ │ │ ├── attachment
│ │ │ │ │ ├── attachment.css
│ │ │ │ │ ├── attachment.html
│ │ │ │ │ ├── attachment.js
│ │ │ │ │ ├── fileTypeImages
│ │ │ │ │ │ ├── icon_chm.gif
│ │ │ │ │ │ ├── icon_default.png
│ │ │ │ │ │ ├── icon_doc.gif
│ │ │ │ │ │ ├── icon_exe.gif
│ │ │ │ │ │ ├── icon_jpg.gif
│ │ │ │ │ │ ├── icon_mp3.gif
│ │ │ │ │ │ ├── icon_mv.gif
│ │ │ │ │ │ ├── icon_pdf.gif
│ │ │ │ │ │ ├── icon_ppt.gif
│ │ │ │ │ │ ├── icon_psd.gif
│ │ │ │ │ │ ├── icon_rar.gif
│ │ │ │ │ │ ├── icon_txt.gif
│ │ │ │ │ │ └── icon_xls.gif
│ │ │ │ │ └── images
│ │ │ │ │ ├── alignicon.gif
│ │ │ │ │ ├── alignicon.png
│ │ │ │ │ ├── bg.png
│ │ │ │ │ ├── file-icons.gif
│ │ │ │ │ ├── file-icons.png
│ │ │ │ │ ├── icons.gif
│ │ │ │ │ ├── icons.png
│ │ │ │ │ ├── image.png
│ │ │ │ │ ├── progress.png
│ │ │ │ │ ├── success.gif
│ │ │ │ │ └── success.png
│ │ │ │ ├── background
│ │ │ │ │ ├── background.css
│ │ │ │ │ ├── background.html
│ │ │ │ │ ├── background.js
│ │ │ │ │ └── images
│ │ │ │ │ ├── bg.png
│ │ │ │ │ └── success.png
│ │ │ │ ├── charts
│ │ │ │ │ ├── chart.config.js
│ │ │ │ │ ├── charts.css
│ │ │ │ │ ├── charts.html
│ │ │ │ │ ├── charts.js
│ │ │ │ │ └── images
│ │ │ │ │ ├── charts0.png
│ │ │ │ │ ├── charts1.png
│ │ │ │ │ ├── charts2.png
│ │ │ │ │ ├── charts3.png
│ │ │ │ │ ├── charts4.png
│ │ │ │ │ └── charts5.png
│ │ │ │ ├── emotion
│ │ │ │ │ ├── emotion.css
│ │ │ │ │ ├── emotion.html
│ │ │ │ │ ├── emotion.js
│ │ │ │ │ └── images
│ │ │ │ │ ├── 0.gif
│ │ │ │ │ ├── bface.gif
│ │ │ │ │ ├── cface.gif
│ │ │ │ │ ├── fface.gif
│ │ │ │ │ ├── jxface2.gif
│ │ │ │ │ ├── neweditor-tab-bg.png
│ │ │ │ │ ├── tface.gif
│ │ │ │ │ ├── wface.gif
│ │ │ │ │ └── yface.gif
│ │ │ │ ├── gmap
│ │ │ │ │ └── gmap.html
│ │ │ │ ├── help
│ │ │ │ │ ├── help.css
│ │ │ │ │ ├── help.html
│ │ │ │ │ └── help.js
│ │ │ │ ├── image
│ │ │ │ │ ├── image.css
│ │ │ │ │ ├── image.html
│ │ │ │ │ ├── image.js
│ │ │ │ │ └── images
│ │ │ │ │ ├── alignicon.jpg
│ │ │ │ │ ├── bg.png
│ │ │ │ │ ├── icons.gif
│ │ │ │ │ ├── icons.png
│ │ │ │ │ ├── image.png
│ │ │ │ │ ├── progress.png
│ │ │ │ │ ├── success.gif
│ │ │ │ │ └── success.png
│ │ │ │ ├── insertframe
│ │ │ │ │ └── insertframe.html
│ │ │ │ ├── internal.js
│ │ │ │ ├── link
│ │ │ │ │ └── link.html
│ │ │ │ ├── map
│ │ │ │ │ ├── map.html
│ │ │ │ │ └── show.html
│ │ │ │ ├── music
│ │ │ │ │ ├── music.css
│ │ │ │ │ ├── music.html
│ │ │ │ │ └── music.js
│ │ │ │ ├── preview
│ │ │ │ │ └── preview.html
│ │ │ │ ├── scrawl
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── addimg.png
│ │ │ │ │ │ ├── brush.png
│ │ │ │ │ │ ├── delimgH.png
│ │ │ │ │ │ ├── delimg.png
│ │ │ │ │ │ ├── emptyH.png
│ │ │ │ │ │ ├── empty.png
│ │ │ │ │ │ ├── eraser.png
│ │ │ │ │ │ ├── redoH.png
│ │ │ │ │ │ ├── redo.png
│ │ │ │ │ │ ├── scaleH.png
│ │ │ │ │ │ ├── scale.png
│ │ │ │ │ │ ├── size.png
│ │ │ │ │ │ ├── undoH.png
│ │ │ │ │ │ └── undo.png
│ │ │ │ │ ├── scrawl.css
│ │ │ │ │ ├── scrawl.html
│ │ │ │ │ └── scrawl.js
│ │ │ │ ├── searchreplace
│ │ │ │ │ ├── searchreplace.html
│ │ │ │ │ └── searchreplace.js
│ │ │ │ ├── snapscreen
│ │ │ │ │ └── snapscreen.html
│ │ │ │ ├── spechars
│ │ │ │ │ ├── spechars.html
│ │ │ │ │ └── spechars.js
│ │ │ │ ├── table
│ │ │ │ │ ├── dragicon.png
│ │ │ │ │ ├── edittable.css
│ │ │ │ │ ├── edittable.html
│ │ │ │ │ ├── edittable.js
│ │ │ │ │ ├── edittd.html
│ │ │ │ │ └── edittip.html
│ │ │ │ ├── template
│ │ │ │ │ ├── config.js
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── bg.gif
│ │ │ │ │ │ ├── pre0.png
│ │ │ │ │ │ ├── pre1.png
│ │ │ │ │ │ ├── pre2.png
│ │ │ │ │ │ ├── pre3.png
│ │ │ │ │ │ └── pre4.png
│ │ │ │ │ ├── template.css
│ │ │ │ │ ├── template.html
│ │ │ │ │ └── template.js
│ │ │ │ ├── video
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── bg.png
│ │ │ │ │ │ ├── center_focus.jpg
│ │ │ │ │ │ ├── file-icons.gif
│ │ │ │ │ │ ├── file-icons.png
│ │ │ │ │ │ ├── icons.gif
│ │ │ │ │ │ ├── icons.png
│ │ │ │ │ │ ├── image.png
│ │ │ │ │ │ ├── left_focus.jpg
│ │ │ │ │ │ ├── none_focus.jpg
│ │ │ │ │ │ ├── progress.png
│ │ │ │ │ │ ├── right_focus.jpg
│ │ │ │ │ │ ├── success.gif
│ │ │ │ │ │ └── success.png
│ │ │ │ │ ├── video.css
│ │ │ │ │ ├── video.html
│ │ │ │ │ └── video.js
│ │ │ │ ├── webapp
│ │ │ │ │ └── webapp.html
│ │ │ │ └── wordimage
│ │ │ │ ├── fClipboard_ueditor.swf
│ │ │ │ ├── imageUploader.swf
│ │ │ │ ├── tangram.js
│ │ │ │ ├── wordimage.html
│ │ │ │ └── wordimage.js
│ │ │ ├── index.html
│ │ │ ├── lang
│ │ │ │ ├── en
│ │ │ │ │ ├── en.js
│ │ │ │ │ └── images
│ │ │ │ │ ├── addimage.png
│ │ │ │ │ ├── alldeletebtnhoverskin.png
│ │ │ │ │ ├── alldeletebtnupskin.png
│ │ │ │ │ ├── background.png
│ │ │ │ │ ├── button.png
│ │ │ │ │ ├── copy.png
│ │ │ │ │ ├── deletedisable.png
│ │ │ │ │ ├── deleteenable.png
│ │ │ │ │ ├── listbackground.png
│ │ │ │ │ ├── localimage.png
│ │ │ │ │ ├── music.png
│ │ │ │ │ ├── rotateleftdisable.png
│ │ │ │ │ ├── rotateleftenable.png
│ │ │ │ │ ├── rotaterightdisable.png
│ │ │ │ │ ├── rotaterightenable.png
│ │ │ │ │ └── upload.png
│ │ │ │ └── zh-cn
│ │ │ │ ├── images
│ │ │ │ │ ├── copy.png
│ │ │ │ │ ├── localimage.png
│ │ │ │ │ ├── music.png
│ │ │ │ │ └── upload.png
│ │ │ │ └── zh-cn.js
│ │ │ ├── net
│ │ │ │ ├── App_Code
│ │ │ │ │ ├── Config.cs
│ │ │ │ │ ├── ConfigHandler.cs
│ │ │ │ │ ├── CrawlerHandler.cs
│ │ │ │ │ ├── Handler.cs
│ │ │ │ │ ├── ListFileHandler.cs
│ │ │ │ │ ├── NotSupportedHandler.cs
│ │ │ │ │ ├── PathFormater.cs
│ │ │ │ │ └── UploadHandler.cs
│ │ │ │ ├── config.json
│ │ │ │ ├── controller.ashx
│ │ │ │ ├── net.sln
│ │ │ │ ├── README.md
│ │ │ │ ├── upload
│ │ │ │ │ └── image
│ │ │ │ │ ├── 20141104
│ │ │ │ │ │ └── 6355073061742316887832484.gif
│ │ │ │ │ └── 20141120
│ │ │ │ │ └── 6355209065181356956444327.gif
│ │ │ │ └── Web.config
│ │ │ ├── themes
│ │ │ │ ├── default
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── ueditor.css
│ │ │ │ │ │ └── ueditor.min.css
│ │ │ │ │ ├── dialogbase.css
│ │ │ │ │ └── images
│ │ │ │ │ ├── anchor.gif
│ │ │ │ │ ├── arrow_down.png
│ │ │ │ │ ├── arrow.png
│ │ │ │ │ ├── arrow_up.png
│ │ │ │ │ ├── button-bg.gif
│ │ │ │ │ ├── cancelbutton.gif
│ │ │ │ │ ├── charts.png
│ │ │ │ │ ├── cursor_h.gif
│ │ │ │ │ ├── cursor_h.png
│ │ │ │ │ ├── cursor_v.gif
│ │ │ │ │ ├── cursor_v.png
│ │ │ │ │ ├── dialog-title-bg.png
│ │ │ │ │ ├── filescan.png
│ │ │ │ │ ├── highlighted.gif
│ │ │ │ │ ├── icons-all.gif
│ │ │ │ │ ├── icons.gif
│ │ │ │ │ ├── icons.png
│ │ │ │ │ ├── loaderror.png
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ ├── lock.gif
│ │ │ │ │ ├── neweditor-tab-bg.png
│ │ │ │ │ ├── pagebreak.gif
│ │ │ │ │ ├── scale.png
│ │ │ │ │ ├── sortable.png
│ │ │ │ │ ├── spacer.gif
│ │ │ │ │ ├── sparator_v.png
│ │ │ │ │ ├── table-cell-align.png
│ │ │ │ │ ├── tangram-colorpicker.png
│ │ │ │ │ ├── toolbar_bg.png
│ │ │ │ │ ├── unhighlighted.gif
│ │ │ │ │ ├── upload.png
│ │ │ │ │ ├── videologo.gif
│ │ │ │ │ ├── word.gif
│ │ │ │ │ └── wordpaste.png
│ │ │ │ └── iframe.css
│ │ │ ├── third-party
│ │ │ │ ├── codemirror
│ │ │ │ │ ├── codemirror.css
│ │ │ │ │ └── codemirror.js
│ │ │ │ ├── highcharts
│ │ │ │ │ ├── adapters
│ │ │ │ │ │ ├── mootools-adapter.js
│ │ │ │ │ │ ├── mootools-adapter.src.js
│ │ │ │ │ │ ├── prototype-adapter.js
│ │ │ │ │ │ ├── prototype-adapter.src.js
│ │ │ │ │ │ ├── standalone-framework.js
│ │ │ │ │ │ └── standalone-framework.src.js
│ │ │ │ │ ├── highcharts.js
│ │ │ │ │ ├── highcharts-more.js
│ │ │ │ │ ├── highcharts-more.src.js
│ │ │ │ │ ├── highcharts.src.js
│ │ │ │ │ ├── modules
│ │ │ │ │ │ ├── annotations.js
│ │ │ │ │ │ ├── annotations.src.js
│ │ │ │ │ │ ├── canvas-tools.js
│ │ │ │ │ │ ├── canvas-tools.src.js
│ │ │ │ │ │ ├── data.js
│ │ │ │ │ │ ├── data.src.js
│ │ │ │ │ │ ├── drilldown.js
│ │ │ │ │ │ ├── drilldown.src.js
│ │ │ │ │ │ ├── exporting.js
│ │ │ │ │ │ ├── exporting.src.js
│ │ │ │ │ │ ├── funnel.js
│ │ │ │ │ │ ├── funnel.src.js
│ │ │ │ │ │ ├── heatmap.js
│ │ │ │ │ │ ├── heatmap.src.js
│ │ │ │ │ │ ├── map.js
│ │ │ │ │ │ ├── map.src.js
│ │ │ │ │ │ ├── no-data-to-display.js
│ │ │ │ │ │ └── no-data-to-display.src.js
│ │ │ │ │ └── themes
│ │ │ │ │ ├── dark-blue.js
│ │ │ │ │ ├── dark-green.js
│ │ │ │ │ ├── gray.js
│ │ │ │ │ ├── grid.js
│ │ │ │ │ └── skies.js
│ │ │ │ ├── jquery-1.10.2.js
│ │ │ │ ├── jquery-1.10.2.min.js
│ │ │ │ ├── jquery-1.10.2.min.map
│ │ │ │ ├── snapscreen
│ │ │ │ │ └── UEditorSnapscreen.exe
│ │ │ │ ├── SyntaxHighlighter
│ │ │ │ │ ├── shCoreDefault.css
│ │ │ │ │ └── shCore.js
│ │ │ │ ├── video-js
│ │ │ │ │ ├── font
│ │ │ │ │ │ ├── vjs.eot
│ │ │ │ │ │ ├── vjs.svg
│ │ │ │ │ │ ├── vjs.ttf
│ │ │ │ │ │ └── vjs.woff
│ │ │ │ │ ├── video.dev.js
│ │ │ │ │ ├── video.js
│ │ │ │ │ ├── video-js.css
│ │ │ │ │ ├── video-js.min.css
│ │ │ │ │ └── video-js.swf
│ │ │ │ ├── webuploader
│ │ │ │ │ ├── Uploader.swf
│ │ │ │ │ ├── webuploader.css
│ │ │ │ │ ├── webuploader.custom.js
│ │ │ │ │ ├── webuploader.custom.min.js
│ │ │ │ │ ├── webuploader.flashonly.js
│ │ │ │ │ ├── webuploader.flashonly.min.js
│ │ │ │ │ ├── webuploader.html5only.js
│ │ │ │ │ ├── webuploader.html5only.min.js
│ │ │ │ │ ├── webuploader.js
│ │ │ │ │ ├── webuploader.min.js
│ │ │ │ │ ├── webuploader.withoutimage.js
│ │ │ │ │ └── webuploader.withoutimage.min.js
│ │ │ │ └── zeroclipboard
│ │ │ │ ├── ZeroClipboard.js
│ │ │ │ ├── ZeroClipboard.min.js
│ │ │ │ └── ZeroClipboard.swf
│ │ │ ├── ueditor.all.js
│ │ │ ├── ueditor.all.min.js
│ │ │ ├── ueditor.config.js
│ │ │ ├── ueditor.parse.js
│ │ │ └── ueditor.parse.min.js
│ │ └── Uploadify
│ │ ├── crossdomain.xml
│ │ ├── jquery.uploadify.js
│ │ └── uploadify.swf
│ ├── Views
│ │ ├── AppLibrary
│ │ │ ├── Edit.cshtml
│ │ │ ├── Index.cshtml
│ │ │ ├── List.cshtml
│ │ │ └── Tree.cshtml
│ │ ├── DBConnection
│ │ │ ├── Edit.cshtml
│ │ │ └── Index.cshtml
│ │ ├── Dict
│ │ │ ├── Add.cshtml
│ │ │ ├── Body.cshtml
│ │ │ ├── Index.cshtml
│ │ │ ├── Sort.cshtml
│ │ │ └── Tree.cshtml
│ │ ├── Home
│ │ │ ├── Home.cshtml
│ │ │ └── Index.cshtml
│ │ ├── Log
│ │ │ ├── Detail.cshtml
│ │ │ ├── Index.cshtml
│ │ │ └── 副本 Index.cshtml
│ │ ├── Login
│ │ │ ├── Index.cshtml
│ │ │ └── Login.cshtml
│ │ ├── Members
│ │ │ ├── BodyAdd.cshtml
│ │ │ ├── Body.cshtml
│ │ │ ├── EditPass.cshtml
│ │ │ ├── Empty.cshtml
│ │ │ ├── Index.cshtml
│ │ │ ├── Sort.cshtml
│ │ │ ├── SortUsers.cshtml
│ │ │ ├── Tree.cshtml
│ │ │ ├── UserAdd.cshtml
│ │ │ ├── User.cshtml
│ │ │ ├── WorkGroupAdd.cshtml
│ │ │ └── WorkGroup.cshtml
│ │ ├── OnlineUsers
│ │ │ └── Index.cshtml
│ │ ├── RoleApp
│ │ │ ├── AddApp.cshtml
│ │ │ ├── AddRole.cshtml
│ │ │ ├── Body.cshtml
│ │ │ ├── EditRole.cshtml
│ │ │ ├── Index.cshtml
│ │ │ ├── Sort.cshtml
│ │ │ └── Tree.cshtml
│ │ ├── Shared
│ │ │ ├── Error.cshtml
│ │ │ └── _Layout.cshtml
│ │ ├── Test
│ │ │ ├── CustomForm.cshtml
│ │ │ └── Index.cshtml
│ │ ├── UserApp
│ │ │ ├── AddApp.cshtml
│ │ │ ├── Body1.cshtml
│ │ │ ├── Body.cshtml
│ │ │ ├── Index.cshtml
│ │ │ └── Tree.cshtml
│ │ ├── _ViewStart.cshtml
│ │ ├── Web.config
│ │ ├── WorkFlowArchives
│ │ │ ├── Index.cshtml
│ │ │ ├── List.cshtml
│ │ │ ├── Show.cshtml
│ │ │ └── Tree.cshtml
│ │ ├── WorkFlowButtons
│ │ │ ├── Edit.cshtml
│ │ │ └── Index.cshtml
│ │ ├── WorkFlowComments
│ │ │ ├── Edit.cshtml
│ │ │ └── Index.cshtml
│ │ ├── WorkFlowDelegation
│ │ │ ├── Edit.cshtml
│ │ │ └── Index.cshtml
│ │ ├── WorkFlowDesigner
│ │ │ ├── Index.cshtml
│ │ │ ├── Install.cshtml
│ │ │ ├── Opation.cshtml
│ │ │ ├── Open.cshtml
│ │ │ ├── Open_List.cshtml
│ │ │ ├── Open_Tree.cshtml
│ │ │ ├── SaveAs.cshtml
│ │ │ ├── Save.cshtml
│ │ │ ├── Set_Flow.cshtml
│ │ │ ├── Set_Line.cshtml
│ │ │ ├── Set_Step.cshtml
│ │ │ ├── Set_SubFlow.cshtml
│ │ │ ├── UnInstall.cshtml
│ │ │ └── 副本 Set_SubFlow.cshtml
│ │ ├── WorkFlowFormDesigner
│ │ │ ├── Forms
│ │ │ │ ├── 2e114e74-f21e-06dd-9474-535551c30a3e.cshtml
│ │ │ │ ├── 37355170-bda6-8217-3a34-ffce9c8aae24.cshtml
│ │ │ │ ├── 475bda65-9c5f-5fcc-a008-9d65d0c1a533.cshtml
│ │ │ │ ├── 59137107-1594-1f6c-9d7d-ca7e912acec8.cshtml
│ │ │ │ └── 62b1ace2-9ab6-9991-281e-c2852bd51ee5.cshtml
│ │ │ └── Index.cshtml
│ │ ├── WorkFlowRun
│ │ │ ├── Execute.cshtml
│ │ │ ├── FlowBack.cshtml
│ │ │ ├── FlowRedirect.cshtml
│ │ │ ├── FlowSend.cshtml
│ │ │ ├── Index.cshtml
│ │ │ ├── Print.cshtml
│ │ │ ├── Process.cshtml
│ │ │ ├── ShowComment.cshtml
│ │ │ ├── ShowDesign.cshtml
│ │ │ └── Sign.cshtml
│ │ ├── WorkFlowSign
│ │ │ └── Index.cshtml
│ │ └── WorkFlowTasks
│ │ ├── CompletedList.cshtml
│ │ ├── Designate.cshtml
│ │ ├── Detail.cshtml
│ │ ├── DetailSubFlow.cshtml
│ │ ├── Instance.cshtml
│ │ ├── InstanceList.cshtml
│ │ ├── InstanceManage.cshtml
│ │ ├── InstanceTree.cshtml
│ │ └── WaitList.cshtml
│ ├── Web.config
│ ├── Web.Debug.config
│ ├── WebMvc.csproj
│ ├── WebMvc.csproj.user
│ ├── WebMvc.csproj.vspscc
│ └── Web.Release.config
├── WorkFlow.sln
└── 调试说明.docx
495 directories, 2204 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论