摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;namespace LearnDelegate{ class Program { public static void Main(string[] args) { SyncDel del = Calulate; int x = 10; int y = 10; d... 阅读全文
posted @ 2012-03-15 11:05 Shikyoh 阅读(416) 评论(0) 推荐(0) 编辑