利用委托实现观察者模式
摘要:
1using System; 2using System.Collections; 3using System.Collections.Generic; 4 5public class MyClass 6{ 7 public static void Main() 8 { 9 Mouse m = new Mouse(); 10 People... 阅读全文
posted @ 2007-03-09 17:03 flyingchen 阅读(405) 评论(2) 推荐(0)
浙公网安备 33010602011771号