2005年5月24日
摘要: Explanation: Delegate is like hook in C++. First define a delegate. Then attach some methods to the delegate. And then activate delegate when some events occur; delegate will run the methods attached... 阅读全文
posted @ 2005-05-24 18:04 奶酪 阅读(438) 评论(0) 推荐(0)