• 大小: 3.26MB
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2023-10-12
  • 语言: C#
  • 标签: VS  通讯录  C#  

资源简介

使用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.xml
     文件     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\xml\
     文件         648  2018-01-18 15:24  通讯录\myContracts\bin\Debug\xml\Students.xml
     目录           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个文件信息

评论

共有 条评论