摘要:
一个很简单的通过委托调用方法using System;namespace ConsoleApplication1{ public class DelegateTest { public delegate void MyDelegate(int a, int b); private void Add(int a, int b) { Console.WriteLine("a + b = " + (a + b).ToString()); } static void Main(string[] ar... 阅读全文
posted @ 2013-04-19 09:14
bin斌
阅读(238)
评论(0)
推荐(0)

浙公网安备 33010602011771号