基本信息
源码名称:C# 简易的小通讯录程序
源码大小:1.33M
文件格式:.rar
开发语言:C#
更新时间:2023-09-08
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
C#的简单的通讯录程序,是同学做的~具体的我忘记了,很久以前做的,能运行

.
├── C# 简易的小通讯录程序_通讯录.rar
└── 通讯录
    ├── Codema
    │   ├── AommandInfo
    │   │   ├── AommandInfo.csproj
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   ├── Settings.Designer.cs
    │   │   │   └── Settings.settings
    │   │   ├── app.config
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── LTP.Common.dll
    │   │   │       ├── Maticsoft.AommandInfo.exe
    │   │   │       ├── Maticsoft.AommandInfo.exe.config
    │   │   │       ├── Maticsoft.AommandInfo.pdb
    │   │   │       ├── Maticsoft.AommandInfo.vshost.exe
    │   │   │       ├── Maticsoft.AommandInfo.vshost.exe.config
    │   │   │       ├── Maticsoft.BLL.dll
    │   │   │       ├── Maticsoft.BLL.pdb
    │   │   │       ├── Maticsoft.DAL.dll
    │   │   │       ├── Maticsoft.DAL.pdb
    │   │   │       ├── Maticsoft.DBUtility.dll
    │   │   │       ├── Maticsoft.DBUtility.pdb
    │   │   │       ├── Maticsoft.Model.dll
    │   │   │       ├── Maticsoft.Model.pdb
    │   │   │       └── MySql.Data.dll
    │   │   ├── log.Designer.cs
    │   │   ├── log.cs
    │   │   ├── log.resx
    │   │   ├── main.Designer.cs
    │   │   ├── main.cs
    │   │   ├── main.resx
    │   │   ├── mangement.Designer.cs
    │   │   ├── mangement.cs
    │   │   ├── mangement.resx
    │   │   ├── obj
    │   │   │   ├── AommandInfo.csproj.FileList.txt
    │   │   │   └── Debug
    │   │   │       ├── AommandInfo.csproj.GenerateResource.Cache
    │   │   │       ├── Maticsoft.AommandInfo.exe
    │   │   │       ├── Maticsoft.AommandInfo.log.resources
    │   │   │       ├── Maticsoft.AommandInfo.main.resources
    │   │   │       ├── Maticsoft.AommandInfo.mangement.resources
    │   │   │       ├── Maticsoft.AommandInfo.pdb
    │   │   │       ├── Maticsoft.AommandInfo.zhuce.resources
    │   │   │       ├── Refactor
    │   │   │       ├── ResolveAssemblyReference.cache
    │   │   │       └── TempPE
    │   │   │           └── txlDataSet.Designer.cs.dll
    │   │   ├── txlDataSet.Designer.cs
    │   │   ├── txlDataSet.xsc
    │   │   ├── txlDataSet.xsd
    │   │   ├── txlDataSet.xss
    │   │   ├── zhuce.Designer.cs
    │   │   ├── zhuce.cs
    │   │   └── zhuce.resx
    │   ├── BLL
    │   │   ├── AssemblyInfo.cs
    │   │   ├── BLL.csproj
    │   │   ├── BLL.csproj.user
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── LTP.Common.dll
    │   │   │       ├── Maticsoft.BLL.dll
    │   │   │       ├── Maticsoft.BLL.pdb
    │   │   │       ├── Maticsoft.DAL.dll
    │   │   │       ├── Maticsoft.DAL.pdb
    │   │   │       ├── Maticsoft.DBUtility.dll
    │   │   │       ├── Maticsoft.DBUtility.pdb
    │   │   │       ├── Maticsoft.Model.dll
    │   │   │       ├── Maticsoft.Model.pdb
    │   │   │       └── MySql.Data.dll
    │   │   ├── obj
    │   │   │   ├── BLL.csproj.FileList.txt
    │   │   │   └── Debug
    │   │   │       ├── Maticsoft.BLL.dll
    │   │   │       ├── Maticsoft.BLL.pdb
    │   │   │       ├── Refactor
    │   │   │       │   └── Maticsoft.BLL.dll
    │   │   │       ├── ResolveAssemblyReference.cache
    │   │   │       └── TempPE
    │   │   └── txl.cs
    │   ├── Codema.sln
    │   ├── Codema.suo
    │   ├── DAL
    │   │   ├── AssemblyInfo.cs
    │   │   ├── DAL.csproj
    │   │   ├── DAL.csproj.user
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── LTP.Common.dll
    │   │   │       ├── Maticsoft.DAL.dll
    │   │   │       ├── Maticsoft.DAL.pdb
    │   │   │       ├── Maticsoft.DBUtility.dll
    │   │   │       ├── Maticsoft.DBUtility.pdb
    │   │   │       ├── Maticsoft.Model.dll
    │   │   │       ├── Maticsoft.Model.pdb
    │   │   │       └── MySql.Data.dll
    │   │   ├── obj
    │   │   │   ├── DAL.csproj.FileList.txt
    │   │   │   └── Debug
    │   │   │       ├── Maticsoft.DAL.dll
    │   │   │       ├── Maticsoft.DAL.pdb
    │   │   │       ├── Refactor
    │   │   │       │   └── Maticsoft.DAL.dll
    │   │   │       ├── ResolveAssemblyReference.cache
    │   │   │       └── TempPE
    │   │   └── txl.cs
    │   ├── DBUtility
    │   │   ├── AssemblyInfo.cs
    │   │   ├── BaseSqlMapDao.cs
    │   │   ├── CommandInfo.cs
    │   │   ├── DBUtility.csproj
    │   │   ├── DBUtility.csproj.user
    │   │   ├── DESEncrypt.cs
    │   │   ├── DbHelperMySQL.cs
    │   │   ├── DbHelperOleDb.cs
    │   │   ├── DbHelperOra.cs
    │   │   ├── DbHelperSQL.cs
    │   │   ├── DbHelperSQL2.cs
    │   │   ├── DbHelperSQLP.cs
    │   │   ├── LinkDataBase.cs
    │   │   ├── OracleHelper.cs
    │   │   ├── PubConstant.cs
    │   │   ├── SQLHelper.cs
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Maticsoft.DBUtility.dll
    │   │   │       ├── Maticsoft.DBUtility.pdb
    │   │   │       └── MySql.Data.dll
    │   │   └── obj
    │   │       ├── DBUtility.csproj.FileList.txt
    │   │       └── Debug
    │   │           ├── Maticsoft.DBUtility.dll
    │   │           ├── Maticsoft.DBUtility.pdb
    │   │           ├── Refactor
    │   │           │   └── Maticsoft.DBUtility.dll
    │   │           ├── ResolveAssemblyReference.cache
    │   │           └── TempPE
    │   ├── Lib
    │   │   ├── IBatisNet.Common.dll
    │   │   ├── IBatisNet.DataMapper.dll
    │   │   ├── LTP.Accounts.dll
    │   │   ├── LTP.Common.dll
    │   │   ├── LtpPageControl.dll
    │   │   ├── Maticsoft.DBUtility.dll
    │   │   ├── Microsoft.Web.UI.WebControls.dll
    │   │   └── MySql.Data.dll
    │   ├── Model
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Model.csproj
    │   │   ├── Model.csproj.user
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Maticsoft.Model.dll
    │   │   │       └── Maticsoft.Model.pdb
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Maticsoft.Model.dll
    │   │   │   │   ├── Maticsoft.Model.pdb
    │   │   │   │   ├── Refactor
    │   │   │   │   │   └── Maticsoft.Model.dll
    │   │   │   │   └── TempPE
    │   │   │   └── Model.csproj.FileList.txt
    │   │   └── txl.cs
    │   └── Web
    │       ├── Controls
    │       │   ├── CheckRight.ascx.cs
    │       │   ├── CheckRight.ascx.designer.cs
    │       │   ├── CheckRight.ascx.resx
    │       │   ├── CopyRight.ascx.cs
    │       │   ├── CopyRight.ascx.designer.cs
    │       │   ├── CopyRight.ascx.resx
    │       │   ├── checkright.ascx
    │       │   └── copyright.ascx
    │       ├── Default.aspx
    │       ├── Default.aspx.cs
    │       ├── Default.aspx.designer.cs
    │       ├── Global.asax
    │       ├── Global.asax.cs
    │       ├── Global.asax.resx
    │       ├── Images
    │       │   ├── code2.JPG
    │       │   └── top1.gif
    │       ├── MasterPage.master
    │       ├── MasterPage.master.cs
    │       ├── MasterPage.master.designer.cs
    │       ├── Properties
    │       │   └── AssemblyInfo.cs
    │       ├── Style.css
    │       ├── Web.config
    │       ├── Web.csproj
    │       ├── Web.csproj.user
    │       └── txl
    │           ├── Add.aspx
    │           ├── Add.aspx.cs
    │           ├── Add.aspx.designer.cs
    │           ├── Modify.aspx
    │           ├── Modify.aspx.cs
    │           ├── Modify.aspx.designer.cs
    │           ├── Show.aspx
    │           ├── Show.aspx.cs
    │           └── Show.aspx.designer.cs
    ├── secret.txt
    ├── txl_Data.MDF
    └── txl_Log.LDF

44 directories, 163 files