摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading; 6 7 namespace Simple 8 { 9 internal delegate void PrintMsg();10 11 class DelegateAsync12 {13 public event PrintMsg PrintMsg;14 15 public DelegateAsync... 阅读全文
posted @ 2011-12-15 11:22 Joe·Zhou 阅读(322) 评论(0) 推荐(0)