摘要: using System; using System.Collections.Generic; using System.Text; namespace ConsoleProject { public delegate void CallBack(int a, int b); class DelegateTest { publi... 阅读全文
posted @ 2008-11-26 17:22 做你所想 阅读(149) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Text; namespace ConsoleProject { public delegate void CallBack(int a, int b); class DelegateTest { public static voi... 阅读全文
posted @ 2008-11-26 14:15 做你所想 阅读(166) 评论(0) 推荐(0)