实例介绍
C#敏捷开发框架源码特点 1.基本多层抽象工厂模式架构设计, 2.支持Access、Sql Server、Oracle、Sqlite、MySql等多种常见数据库 3.动态生成系统菜单 4.动态反射打开Winform窗体 5.可扩展支持Remoting、Web Services、Asp.net等不同结构系统 6.所有数据层、UI层代码由“51编程.代码器”自动生成 7.源码中包含“代码器”插件源码及模板源码,可自行修改
【实例截图】
【核心代码】
4744302543288571597.rar
└── AgileDevelop
├── 51aspx源码必读.txt
├── Hi.BLL
│ ├── bin
│ │ └── Debug
│ │ ├── Hi.BLL.dll
│ │ ├── Hi.BLL.pdb
│ │ ├── Hi.Common.dll
│ │ ├── Hi.Common.pdb
│ │ ├── Hi.DALFactory.dll
│ │ ├── Hi.DALFactory.pdb
│ │ ├── Hi.IDAL.dll
│ │ ├── Hi.IDAL.pdb
│ │ ├── Hi.Model.dll
│ │ ├── Hi.Model.pdb
│ │ ├── ICSharpCode.SharpZipLib.dll
│ │ ├── Interop.Excel.dll
│ │ └── Interop.Word.dll
│ ├── DataQuery.cs
│ ├── Hi.BLL.csproj
│ ├── Hi.BLL.csproj.user
│ ├── Log.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Hi.BLL.csproj.FileListAbsolute.txt
│ │ ├── Hi.BLL.dll
│ │ ├── Hi.BLL.pdb
│ │ └── ResolveAssemblyReference.cache
│ ├── Org.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── SysAdmin.cs
│ └── User.cs
├── Hi.Client
│ ├── App.config
│ ├── BaseForm
│ │ ├── BaseFormEdit.cs
│ │ ├── BaseFormEdit.Designer.cs
│ │ ├── BaseFormEdit.resx
│ │ ├── BaseFormList.cs
│ │ ├── BaseFormList.Designer.cs
│ │ └── BaseFormList.resx
│ ├── bin
│ │ └── Debug
│ │ ├── Client.exe
│ │ ├── Client.exe.config
│ │ ├── Client.pdb
│ │ ├── Client.vshost.exe
│ │ ├── Client.vshost.exe.config
│ │ ├── Config
│ │ │ ├── Access.bak
│ │ │ ├── Config.ini
│ │ │ ├── update.ini
│ │ │ └── Update.xml
│ │ ├── Hi.BLL.dll
│ │ ├── Hi.BLL.pdb
│ │ ├── Hi.Common.dll
│ │ ├── Hi.Common.pdb
│ │ ├── Hi.DAL.Access.dll
│ │ ├── Hi.DAL.Access.pdb
│ │ ├── Hi.DALFactory.dll
│ │ ├── Hi.DALFactory.pdb
│ │ ├── Hi.DAL.MsSql.dll
│ │ ├── Hi.DAL.MsSql.pdb
│ │ ├── Hi.IBLL.dll
│ │ ├── Hi.IBLL.pdb
│ │ ├── Hi.IDAL.dll
│ │ ├── Hi.IDAL.pdb
│ │ ├── Hi.Model.dll
│ │ ├── Hi.Model.pdb
│ │ ├── Hi.Remoting.Common.dll
│ │ ├── Hi.Remoting.Common.pdb
│ │ ├── Hi.SqlServer.Pure.dll
│ │ ├── Hi.SqlServer.Pure.pdb
│ │ ├── Hi.UserControlEx.dll
│ │ ├── Hi.UserControlEx.pdb
│ │ ├── ICSharpCode.SharpZipLib.dll
│ │ ├── Interop.EIE.dll
│ │ ├── Interop.Excel.dll
│ │ ├── Interop.MSXML2.dll
│ │ ├── Interop.Word.dll
│ │ ├── IrisSkin2.dll
│ │ ├── Log
│ │ │ ├── Error.log
│ │ │ └── Thumbs.db
│ │ ├── Microsoft.Vbe.Interop.dll
│ │ ├── office.dll
│ │ ├── Resources
│ │ │ ├── logobg.jpg
│ │ │ └── screen.jpg
│ │ ├── Skin
│ │ │ ├── DeepCyan.ssk
│ │ │ └── Page.ssk
│ │ ├── temp.html
│ │ └── Update.exe
│ ├── Config
│ │ ├── Config.ini
│ │ ├── Update.ini
│ │ └── Update.xml
│ ├── Example
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── Form2.cs
│ │ ├── Form2.Designer.cs
│ │ └── Form2.resx
│ ├── FrmMain.cs
│ ├── FrmMain.Designer.cs
│ ├── FrmMain.resx
│ ├── Hi.Client.csproj
│ ├── Hi.Client.csproj.user
│ ├── logo.ico
│ ├── obj
│ │ └── Debug
│ │ ├── Client.exe
│ │ ├── Client.pdb
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GenerateResource.read.1.tlog
│ │ ├── GenerateResource.write.1.tlog
│ │ ├── Hi.Client.BaseForm.BaseFormEdit.resources
│ │ ├── Hi.Client.BaseForm.BaseFormList.resources
│ │ ├── Hi.Client.csproj.FileListAbsolute.txt
│ │ ├── Hi.Client.Example.Form1.resources
│ │ ├── Hi.Client.Example.Form2.resources
│ │ ├── Hi.Client.FrmAdmin.resources
│ │ ├── Hi.Client.FrmLogin.resources
│ │ ├── Hi.Client.FrmMain.resources
│ │ ├── Hi.Client.FrmOrg.resources
│ │ ├── Hi.Client.FrmParams.resources
│ │ ├── Hi.Client.FrmPurviewDetailEdit.resources
│ │ ├── Hi.Client.FrmReLogin.resources
│ │ ├── Hi.Client.FrmServerUrl.resources
│ │ ├── Hi.Client.FrmSysParam.resources
│ │ ├── Hi.Client.FrmUserEdit.resources
│ │ ├── Hi.Client.FrmUserInfo.resources
│ │ ├── Hi.Client.Properties.Resources.resources
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Public
│ │ ├── HiBLL.cs
│ │ ├── HiServicesBLL.cs
│ │ ├── ModuleData.cs
│ │ ├── Printer.cs
│ │ └── SysInfo.cs
│ ├── Resources
│ │ ├── accept.png
│ │ ├── add.png
│ │ ├── chart.png
│ │ ├── err.png
│ │ ├── exit.bmp
│ │ ├── help.png
│ │ ├── home.png
│ │ ├── ie.ico
│ │ ├── loading.gif
│ │ ├── lock.png
│ │ ├── logobg.jpg
│ │ ├── logo.ico
│ │ ├── menu.xml
│ │ ├── my.png
│ │ ├── no.jpg
│ │ ├── Print.png
│ │ ├── screen.jpg
│ │ ├── server.png
│ │ ├── Thumbs.db
│ │ ├── uninstall.ico
│ │ ├── up.png
│ │ ├── user.bmp
│ │ └── users.png
│ └── SysForm
│ ├── FrmAdmin.cs
│ ├── FrmAdmin.Designer.cs
│ ├── FrmAdmin.resx
│ ├── FrmLogin.cs
│ ├── FrmLogin.Designer.cs
│ ├── FrmLogin.resx
│ ├── FrmOrg.cs
│ ├── FrmOrg.Designer.cs
│ ├── FrmOrg.resx
│ ├── FrmParams.cs
│ ├── FrmParams.Designer.cs
│ ├── FrmParams.resx
│ ├── FrmPurviewDetailEdit.cs
│ ├── FrmPurviewDetailEdit.designer.cs
│ ├── FrmPurviewDetailEdit.resx
│ ├── FrmReLogin.cs
│ ├── FrmReLogin.Designer.cs
│ ├── FrmReLogin.resx
│ ├── FrmServerUrl.cs
│ ├── FrmServerUrl.Designer.cs
│ ├── FrmServerUrl.resx
│ ├── FrmSysParam.cs
│ ├── FrmSysParam.Designer.cs
│ ├── FrmSysParam.resx
│ ├── FrmUser.cs
│ ├── FrmUser.designer.cs
│ ├── FrmUserEdit.cs
│ ├── FrmUserEdit.designer.cs
│ ├── FrmUserEdit.resx
│ ├── FrmUserInfo.cs
│ ├── FrmUserInfo.Designer.cs
│ └── FrmUserInfo.resx
├── Hi.ControlTest
│ ├── App.config
│ ├── bin
│ │ └── Debug
│ │ ├── ConsoleApplication1.exe
│ │ ├── ConsoleApplication1.exe.config
│ │ ├── ConsoleApplication1.pdb
│ │ ├── ConsoleApplication1.vshost.exe
│ │ ├── ConsoleApplication1.vshost.exe.config
│ │ ├── ConsoleApplication1.vshost.exe.manifest
│ │ ├── Database1.sdf
│ │ ├── Hi.BLL.dll
│ │ ├── Hi.BLL.pdb
│ │ ├── Hi.Common.dll
│ │ ├── Hi.Common.pdb
│ │ ├── Hi.DALFactory.dll
│ │ ├── Hi.DALFactory.pdb
│ │ ├── Hi.IDAL.dll
│ │ ├── Hi.IDAL.pdb
│ │ ├── Hi.LingToSql.SqlServer.dll
│ │ ├── Hi.LingToSql.SqlServer.pdb
│ │ ├── Hi.Model.dll
│ │ ├── Hi.Model.pdb
│ │ ├── Hi.Remoting.Common.dll
│ │ ├── Hi.Remoting.Common.pdb
│ │ ├── ICSharpCode.SharpZipLib.dll
│ │ ├── Interop.Excel.dll
│ │ ├── Interop.Word.dll
│ │ ├── Microsoft.Vbe.Interop.dll
│ │ └── office.dll
│ ├── Hi.ConsoleTest.csproj
│ ├── obj
│ │ └── x86
│ │ └── Debug
│ │ ├── ConsoleApplication1.exe
│ │ ├── ConsoleApplication1.pdb
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Hi.ConsoleTest.csproj.FileListAbsolute.txt
│ │ └── ResolveAssemblyReference.cache
│ ├── Program.cs
│ └── Properties
│ └── AssemblyInfo.cs
├── Hi.DAL.Access
│ ├── bin
│ │ └── Debug
│ │ ├── Hi.Access.Pure.dll
│ │ ├── Hi.Access.Pure.pdb
│ │ ├── Hi.Common.dll
│ │ ├── Hi.Common.pdb
│ │ ├── Hi.DAL.Access.dll
│ │ ├── Hi.DAL.Access.pdb
│ │ ├── Hi.DB.Access.dll
│ │ ├── Hi.DB.Access.pdb
│ │ ├── Hi.IDAL.dll
│ │ ├── Hi.IDAL.pdb
│ │ ├── Hi.Model.dll
│ │ ├── Hi.Model.pdb
│ │ ├── Hi.SqlServer.Pure.dll
│ │ ├── Hi.SqlServer.Pure.pdb
│ │ ├── ICSharpCode.SharpZipLib.dll
│ │ └── Interop.Excel.dll
│ ├── DataBase.cs
│ ├── DataQuery.cs
│ ├── Hi.DAL.Access.csproj
│ ├── Hi.DbAccess.csproj.user
│ ├── Log.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Hi.DAL.Access.csproj.FileListAbsolute.txt
│ │ ├── Hi.DAL.Access.dll
│ │ ├── Hi.DAL.Access.pdb
│ │ └── ResolveAssemblyReference.cache
│ ├── Org.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── SysAdmin.cs
│ └── User.cs
├── Hi.DALFactory
│ ├── bin
│ │ └── Debug
│ │ ├── Hi.Common.dll
│ │ ├── Hi.Common.pdb
│ │ ├── Hi.DALFactory.dll
│ │ ├── Hi.DALFactory.pdb
│ │ ├── Hi.IDAL.dll
│ │ ├── Hi.IDAL.pdb
│ │ ├── Hi.Model.dll
│ │ ├── Hi.Model.pdb
│ │ ├── ICSharpCode.SharpZipLib.dll
│ │ ├── Interop.Excel.dll
│ │ └── Interop.Word.dll
│ ├── DataAccess.cs
│ ├── Hi.DALFactory.csproj
│ ├── Hi.DALFactory.csproj.user
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Hi.DALFactory.csproj.FileListAbsolute.txt
│ │ ├── Hi.DALFactory.dll
│ │ ├── Hi.DALFactory.pdb
│ │ └── ResolveAssemblyReference.cache
│ └── Properties
│ └── AssemblyInfo.cs
├── Hi.DAL.MsSql
│ ├── bin
│ │ └── Debug
│ │ ├── Hi.Common.dll
│ │ ├── Hi.Common.pdb
│ │ ├── Hi.DAL.MsSql.dll
│ │ ├── Hi.DAL.MsSql.pdb
│ │ ├── Hi.DB.MsSql.dll
│ │ ├── Hi.DB.MsSql.pdb
│ │ ├── Hi.IDAL.dll
│ │ ├── Hi.IDAL.pdb
│ │ ├── Hi.Model.dll
│ │ ├── Hi.Model.pdb
│ │ ├── Hi.SqlServer.Pure.dll
│ │ ├── Hi.SqlServer.Pure.pdb
│ │ ├── ICSharpCode.SharpZipLib.dll
│ │ ├── Interop.Excel.dll
│ │ └── Interop.Word.dll
│ ├── DataBase.cs
│ ├── DataQuery.cs
│ ├── Hi.DAL.MsSql.csproj
│ ├── Hi.DAL.MsSql.csproj.user
│ ├── Log.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Hi.DAL.MsSql.csproj.FileListAbsolute.txt
│ │ ├── Hi.DAL.MsSql.dll
│ │ ├── Hi.DAL.MsSql.pdb
│ │ └── ResolveAssemblyReference.cache
│ ├── Org.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── SysAdmin.cs
│ └── User.cs
├── Hi.DAL.Oracle
│ ├── bin
│ │ └── Debug
│ │ ├── Hi.Common.dll
│ │ ├── Hi.Common.pdb
│ │ ├── Hi.DAL.Oracle.dll
│ │ ├── Hi.DAL.Oracle.pdb
│ │ ├── Hi.IDAL.dll
│ │ ├── Hi.IDAL.pdb
│ │ ├── Hi.Model.dll
│ │ ├── Hi.Model.pdb
│ │ ├── ICSharpCode.SharpZipLib.dll
│ │ ├── Interop.Excel.dll
│ │ ├── Interop.Word.dll
│ │ ├── Microsoft.Vbe.Interop.dll
│ │ └── office.dll
│ ├── DataBase.cs
│ ├── Hi.DAL.Oralce.csproj
│ ├── Hi.DAL.Oralce.csproj.user
│ ├── Log.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Hi.DAL.Oracle.dll
│ │ ├── Hi.DAL.Oracle.pdb
│ │ └── Hi.DAL.Oralce.csproj.FileListAbsolute.txt
│ ├── Org.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── SysAdmin.cs
│ └── User.cs
├── Hi.IBLL
│ ├── bin
│ │ └── Debug
│ │ ├── Hi.BLL.dll
│ │ ├── Hi.BLL.pdb
│ │ ├── Hi.Common.dll
│ │ ├── Hi.Common.pdb
│ │ ├── Hi.DALFactory.dll
│ │ ├── Hi.DALFactory.pdb
│ │ ├── Hi.IBLL.dll
│ │ ├── Hi.IBLL.pdb
│ │ ├── Hi.IDAL.dll
│ │ ├── Hi.IDAL.pdb
│ │ ├── Hi.Model.dll
│ │ ├── Hi.Model.pdb
│ │ ├── Hi.Remoting.BLL.dll
│ │ ├── Hi.Remoting.BLL.pdb
│ │ ├── Hi.Remoting.Common.dll
│ │ ├── Hi.Remoting.Common.pdb
│ │ ├── ICSharpCode.SharpZipLib.dll
│ │ ├── Interop.Excel.dll
│ │ ├── Interop.Word.dll
│ │ ├── Microsoft.Vbe.Interop.dll
│ │ └── office.dll
│ ├── Hi.IBLL.csproj
│ ├── HiInstanceBLL.cs
│ ├── IHiInstanceBLL.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Hi.IBLL.csproj.FileListAbsolute.txt
│ │ ├── Hi.IBLL.dll
│ │ ├── Hi.IBLL.pdb
│ │ └── ResolveAssemblyReference.cache
│ └── Properties
│ └── AssemblyInfo.cs
├── Hi.IDAL
│ ├── bin
│ │ └── Debug
│ │ ├── Hi.IDAL.dll
│ │ ├── Hi.IDAL.pdb
│ │ ├── Hi.Model.dll
│ │ └── Hi.Model.pdb
│ ├── Hi.IDAL.csproj
│ ├── Hi.IDAL.csproj.user
│ ├── IDataQuery.cs
│ ├── ILog.cs
│ ├── IOrg.cs
│ ├── ISysAdmin.cs
│ ├── IUser.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Hi.IDAL.csproj.FileListAbsolute.txt
│ │ ├── Hi.IDAL.dll
│ │ ├── Hi.IDAL.pdb
│ │ └── ResolveAssemblyReference.cache
│ └── Properties
│ └── AssemblyInfo.cs
├── Hi.Model
│ ├── Admin
│ │ ├── BasLogModel.cs
│ │ ├── BasLogSqlModel.cs
│ │ ├── BasModuleModel.cs
│ │ ├── BasModuleRoleModel.cs
│ │ ├── BasOrgModel.cs
│ │ ├── BasParamModel.cs
│ │ ├── BasRoleModel.cs
│ │ ├── BasUserModel.cs
│ │ ├── BasUserRoleModel.cs
│ │ ├── MemberModel.cs
│ │ └── MemberSurveyModel.cs
│ ├── bin
│ │ └── Debug
│ │ ├── Hi.Model.dll
│ │ └── Hi.Model.pdb
│ ├── Hi.Model.csproj
│ ├── Hi.Model.csproj.user
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Hi.Model.csproj.FileListAbsolute.txt
│ │ ├── Hi.Model.dll
│ │ └── Hi.Model.pdb
│ └── Properties
│ └── AssemblyInfo.cs
├── Hi.Remoting.BLL
│ ├── bin
│ │ └── Debug
│ │ ├── Hi.BLL.dll
│ │ ├── Hi.BLL.pdb
│ │ ├── Hi.Common.dll
│ │ ├── Hi.Common.pdb
│ │ ├── Hi.DALFactory.dll
│ │ ├── Hi.DALFactory.pdb
│ │ ├── Hi.IDAL.dll
│ │ ├── Hi.IDAL.pdb
│ │ ├── Hi.Model.dll
│ │ ├── Hi.Model.pdb
│ │ ├── Hi.Remoting.BLL.dll
│ │ ├── Hi.Remoting.BLL.pdb
│ │ ├── Hi.Remoting.Common.dll
│ │ ├── Hi.Remoting.Common.pdb
│ │ ├── Hi.Services.BLL.dll
│ │ ├── Hi.Services.BLL.pdb
│ │ ├── Hi.SqlServer.Pure.dll
│ │ ├── Hi.SqlServer.Pure.pdb
│ │ ├── HiVisitor.BLL.dll
│ │ ├── HiVisitor.BLL.pdb
│ │ ├── HiVisitor.DALFactory.dll
│ │ ├── HiVisitor.DALFactory.pdb
│ │ ├── HiVisitor.IDAL.dll
│ │ ├── HiVisitor.IDAL.pdb
│ │ ├── HiVisitor.Model.dll
│ │ ├── HiVisitor.Model.pdb
│ │ ├── HiVisitor.Services.BLL.dll
│ │ ├── HiVisitor.Services.BLL.pdb
│ │ ├── HiVisitor.SQLServerDAL.dll
│ │ ├── HiVisitor.SQLServerDAL.pdb
│ │ ├── ICSharpCode.SharpZipLib.dll
│ │ ├── Interop.EIE.dll
│ │ ├── Interop.Excel.dll
│ │ └── Interop.Word.dll
│ ├── Hi.Remoting.BLL.csproj
│ ├── Hi.Remoting.BLL.csproj.user
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Hi.Remoting.BLL.csproj.FileListAbsolute.txt
│ │ ├── Hi.Remoting.BLL.dll
│ │ ├── Hi.Remoting.BLL.pdb
│ │ └── ResolveAssemblyReference.cache
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ └── vssver.scc
│ └── Remoting
│ └── HiCoordinator.cs
├── Hi.Remoting.Common
│ ├── bin
│ │ └── Debug
│ │ ├── Hi.BLL.dll
│ │ ├── Hi.BLL.pdb
│ │ ├── Hi.Common.dll
│ │ ├── Hi.Common.pdb
│ │ ├── Hi.DALFactory.dll
│ │ ├── Hi.DALFactory.pdb
│ │ ├── Hi.IDAL.dll
│ │ ├── Hi.IDAL.pdb
│ │ ├── Hi.Model.dll
│ │ ├── Hi.Model.pdb
│ │ ├── Hi.Remoting.Common.dll
│ │ ├── Hi.Remoting.Common.pdb
│ │ ├── Hi.Remoting.IProvider.dll
│ │ ├── Hi.Remoting.IProvider.pdb
│ │ ├── ICSharpCode.SharpZipLib.dll
│ │ ├── Interop.Excel.dll
│ │ ├── Interop.Word.dll
│ │ ├── Microsoft.Vbe.Interop.dll
│ │ └── office.dll
│ ├── DbConn.cs
│ ├── EventWrapper.cs
│ ├── Hi.Remoting.Common.csproj
│ ├── IHiCoordinator.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Hi.Remoting.Common.csproj.FileListAbsolute.txt
│ │ ├── Hi.Remoting.Common.dll
│ │ ├── Hi.Remoting.Common.pdb
│ │ └── ResolveAssemblyReference.cache
│ └── Properties
│ └── AssemblyInfo.cs
├── Hi.sln
├── Hi.suo
├── Hi.UnInstall
│ ├── app.config
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── uninstall.exe
│ │ │ ├── uninstall.exe.config
│ │ │ ├── uninstall.pdb
│ │ │ ├── uninstall.vshost.exe
│ │ │ ├── uninstall.vshost.exe.config
│ │ │ └── uninstall.vshost.exe.manifest
│ │ └── Release
│ │ └── uninstall.exe
│ ├── FrmMain.cs
│ ├── FrmMain.resx
│ ├── Hi.UnInstall.csproj
│ ├── Hi.UnInstall.csproj.user
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GenerateResource.read.1.tlog
│ │ ├── GenerateResource.write.1.tlog
│ │ ├── Hi.UnInstall.csproj.FileListAbsolute.txt
│ │ ├── Hi.UnInstall.FrmMain.resources
│ │ ├── uninstall.exe
│ │ └── uninstall.pdb
│ ├── Thumbs.db
│ └── uninstall.ico
├── Hi.Winform
│ ├── Hi.Winform.csproj
│ ├── Hi.Winform.csproj.user
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Hi.Winform.csproj.FileListAbsolute.txt
│ │ ├── Hi.Winform.dll
│ │ ├── Hi.Winform.pdb
│ │ └── ResolveAssemblyReference.cache
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Winform.cs
│ └── 代码器模板
│ └── 51编程-C#敏捷开发框架
│ ├── 51编程-C#敏捷开发框架.xml
│ ├── BLL.cs
│ ├── Dal.cs
│ ├── Edit.cs
│ ├── Edit.designer.cs
│ ├── ExtList.aspx
│ ├── ExtList.aspx.cs
│ ├── ExtList.aspx.designer.cs
│ ├── Factory.cs
│ ├── IBLL.cs
│ ├── I.cs
│ ├── IDAL.cs
│ ├── List.aspx.cs
│ ├── List.cs
│ ├── List.designer.cs
│ └── Model.cs
├── web.config
└── 依赖类库
├── Helper.Code.Create.dll
├── Hi.Common.dll
├── Hi.Common.pdb
├── Hi.UserControlEx.dll
├── Hi.UserControlEx.pdb
├── Hi.UserControlEx.pdb.r0
├── Hi.UserControlEx.pdb.r307
├── Hi.Winform.dll
├── Hi.Winform.dll.r251
├── Hi.Winform.dll.r306
├── Hi.Winform.pdb
├── ICSharpCode.SharpZipLib.dll
└── ICSharpCode.TextEditor.dll
100 directories, 529 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论