摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 索引{ class Program { static void Main(string[]... 阅读全文
posted @ 2014-05-16 22:21 梦若然 阅读(109) 评论(0) 推荐(0)
摘要: using System;using System.Collections;using System.Collections.Generic;using System.Linq;using System.Text;using 命名空间.ir;//如果使用的类不在一个namespace,添加using... 阅读全文
posted @ 2014-05-16 22:20 梦若然 阅读(106) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 静态成员{ class Program { static void Main(string... 阅读全文
posted @ 2014-05-16 11:33 梦若然 阅读(337) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 异常1{ class Program { static void Main(string[... 阅读全文
posted @ 2014-05-16 10:25 梦若然 阅读(180) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 继承{ class Program { static void Main(string[]... 阅读全文
posted @ 2014-05-16 09:10 梦若然 阅读(181) 评论(0) 推荐(0)