摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace Demo 7 { 8 public delegate int Fun(int ... 阅读全文
posted @ 2011-11-09 21:23 丛林听雨 阅读(262) 评论(0) 推荐(1)
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace ConsoleEvent 7 { 8 class Program 9 {10 ... 阅读全文
posted @ 2011-11-09 20:48 丛林听雨 阅读(714) 评论(0) 推荐(0)