02 2015 档案

摘要:代码如下: 1 class Program 2 { 3 static void Main(string[] args) 4 { 5 Teacher t1 = new Teacher("许大虾", 23, "byvar1024@163.c... 阅读全文
posted @ 2015-02-26 14:48 许大虾 阅读(284) 评论(0) 推荐(0)
摘要:创建一个简单的控制台程序,源码如下:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace csharpBuildProcess{ class Program ... 阅读全文
posted @ 2015-02-23 02:11 许大虾 阅读(1572) 评论(0) 推荐(0)