摘要: 实体层 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace MyScho 阅读全文
posted @ 2017-04-24 23:46 汉阳锅锅 阅读(626) 评论(0) 推荐(0) 编辑
摘要: entity MyFile类 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 names 阅读全文
posted @ 2017-04-18 00:39 汉阳锅锅 阅读(1668) 评论(1) 推荐(0) 编辑
摘要: XML文件 电视台XML 1 <?xml version="1.0" encoding="utf-8" ?> 2 <TVChannels> 3 <Channel> 4 <channelType>TypeA</channelType> 5 <tvChannel>北京电视台</tvChannel> 6 阅读全文
posted @ 2017-04-15 22:37 汉阳锅锅 阅读(3221) 评论(2) 推荐(2) 编辑
摘要: 实体 车辆类(父类) 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace 阅读全文
posted @ 2017-04-13 18:31 汉阳锅锅 阅读(912) 评论(0) 推荐(0) 编辑
摘要: 实体 员工类 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace SJ2 阅读全文
posted @ 2017-04-12 14:59 汉阳锅锅 阅读(726) 评论(0) 推荐(0) 编辑
摘要: 父类形状类 1 using System; 2 using System.Collections.Generic; 3 using System.Drawing; 4 using System.Linq; 5 using System.Text; 6 using System.Threading.T 阅读全文
posted @ 2017-04-10 23:16 汉阳锅锅 阅读(1388) 评论(0) 推荐(0) 编辑
摘要: 父类Animals类 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace 阅读全文
posted @ 2017-04-10 23:11 汉阳锅锅 阅读(827) 评论(0) 推荐(0) 编辑
摘要: 父类 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace Calc.en 阅读全文
posted @ 2017-04-10 23:06 汉阳锅锅 阅读(598) 评论(0) 推荐(0) 编辑
摘要: 体检项目类 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace SJ.e 阅读全文
posted @ 2017-04-08 10:24 汉阳锅锅 阅读(1147) 评论(0) 推荐(1) 编辑
摘要: 角色类 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace J5.ent 阅读全文
posted @ 2017-04-06 21:54 汉阳锅锅 阅读(883) 评论(0) 推荐(2) 编辑