摘要: 1 using System; 2 /// 3 /// 命名空间 4 /// 5 namespace myspace 6 { 7 /// 8 /// 命名空间中的类 9 /// 10 class myclass 11 { 12 13 static void Main(string[] a) 14 ... 阅读全文
posted @ 2016-06-05 15:21 阮荣贵 阅读(252) 评论(0) 推荐(0)
摘要: 1 using System; 2 /// 3 /// 命名空间 4 /// 5 namespace myspace 6 { 7 /// 8 /// 命名空间中的类 9 /// 10 class myclass 11 { 12 13 static void Main(string[] a) 14 ... 阅读全文
posted @ 2016-06-05 14:57 阮荣贵 阅读(733) 评论(0) 推荐(0)
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 /// 6 /// 命名空间 ,用namespace声明 7 /// 8 namespace ConsoleApplication1 9 { 10 /// 11 /... 阅读全文
posted @ 2016-06-02 23:31 阮荣贵 阅读(214) 评论(0) 推荐(0)