资源简介
使用VS实现简单通讯录,采用C#,帮助同学们更加深入地了解实验!

代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace myContracts
{
public class StudentInfo
{
public int StudentId { set; get; }
public string Name { set; get; }
public string Sex { set; get; }
public int Age { set; get; }
public DateTime BirthData { set; get; }
public string Phone { set; get; }
public string HomeAddress { set; get; }
public string Email { set; get; }
public string Profession { set; get; }
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-01-25 12:17 通讯录\
目录 0 2018-01-25 12:17 通讯录\.vs\
目录 0 2018-01-25 12:17 通讯录\.vs\myContracts\
目录 0 2018-01-25 12:17 通讯录\.vs\myContracts\v14\
文件 73216 2017-12-25 17:26 通讯录\.vs\myContracts\v14\.suo
目录 0 2018-01-25 12:17 通讯录\myContracts\
文件 1000 2017-12-18 13:47 通讯录\myContracts.sln
文件 189 2017-12-18 13:46 通讯录\myContracts\App.config
目录 0 2017-12-25 17:27 通讯录\myContracts\bin\
目录 0 2018-01-25 12:17 通讯录\myContracts\bin\Debug\
文件 648 2018-01-18 15:24 通讯录\myContracts\bin\Debug\backup.xm
文件 5631120 2017-10-04 01:21 通讯录\myContracts\bin\Debug\mscorlib.dll
文件 80896 2018-01-18 15:22 通讯录\myContracts\bin\Debug\myContracts.exe
文件 189 2017-12-18 13:46 通讯录\myContracts\bin\Debug\myContracts.exe.config
文件 75264 2018-01-18 15:22 通讯录\myContracts\bin\Debug\myContracts.pdb
文件 11592 2018-01-18 15:39 通讯录\myContracts\bin\Debug\myContracts.vshost.exe
文件 189 2017-12-18 13:46 通讯录\myContracts\bin\Debug\myContracts.vshost.exe.config
文件 490 2010-03-17 22:39 通讯录\myContracts\bin\Debug\myContracts.vshost.exe.manifest
文件 59342 2010-03-18 00:23 通讯录\myContracts\bin\Debug\normidna.nlp
文件 47076 2010-03-18 00:23 通讯录\myContracts\bin\Debug\normnfc.nlp
文件 40566 2010-03-18 00:23 通讯录\myContracts\bin\Debug\normnfd.nlp
文件 67808 2010-03-18 00:23 通讯录\myContracts\bin\Debug\normnfkc.nlp
文件 61718 2010-03-18 00:23 通讯录\myContracts\bin\Debug\normnfkd.nlp
目录 0 2018-01-25 12:17 通讯录\myContracts\bin\Debug\xm
文件 648 2018-01-18 15:24 通讯录\myContracts\bin\Debug\xm
目录 0 2018-01-18 15:22 通讯录\myContracts\bin\Debug\zh-Hans\
文件 1014448 2017-10-04 04:13 通讯录\myContracts\bin\Debug\zh-Hans\mscorlib.resources.dll
文件 595 2017-12-18 17:12 通讯录\myContracts\Class1.cs
文件 8279 2017-12-25 16:32 通讯录\myContracts\Class2.cs
文件 4655 2017-12-25 17:00 通讯录\myContracts\Form1.cs
文件 9496 2017-12-25 16:56 通讯录\myContracts\Form1.Designer.cs
............此处省略37个文件信息
- 上一篇:基于C#的人事管理系统
- 下一篇:C#学生宿舍管理系统SQL版.
相关资源
- C# OCR数字识别实例,采用TessnetOcr,对
- 考试管理系统 - C#源码
- asp.net C#购物车源代码
- C#实时网络流量监听源码
- C#百度地图源码
- Visual C#.2010从入门到精通配套源程序
- C# 软件版本更新
- C#屏幕软键盘源码,可以自己定制界面
- 智慧城市 智能家居 C# 源代码
- c#获取mobile手机的IMEI和IMSI
- C#实现简单QQ聊天程序
- 操作系统 模拟的 欢迎下载 C#版
- C#写的计算机性能监控程序
- 用C#实现邮件发送,有点类似于outlo
- MVC model层代码生成器 C#
- c#小型图书销售系统
- C# Socket Server Client 通讯应用 完整的服
- c# winform 自动登录 百度账户 源代码
- C#编写的16进制计算器
- C#TCP通信协议
- C# 数据表(Dataset)操作 合并 查询一
- C#语音识别系统speechsdk51,SpeechSDK51L
- 数据库备份还原工具1.0 C# 源码
-
[免费]xm
lDocument 节点遍历C# - EQ2008LEDc#开发实例
- DirectX.Capturec# winform 操作摄像头录像附
- c# 实现的最大最小距离方法对鸢尾花
- C#版保龄球记分代码
- C#自定义控件
- 基于c#的实验室设备管理系统621530
评论
共有 条评论