摘要: 创建一个Windows application项目,然后可以调用里面的工具来生成代码。using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Dr... 阅读全文
posted @ 2014-09-10 21:15 meiyouor 阅读(473) 评论(0) 推荐(0)
摘要: 先创建一个工程文件->选择的是console application。然后开始写代码如下:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplic... 阅读全文
posted @ 2014-09-10 20:04 meiyouor 阅读(267) 评论(0) 推荐(0)