设计模式笔记之 观察者模式

设计模式笔记之 观察者模式

代码:

);
System.Console.Write(temp);
Console.Read();
Console.Read();

}
}
}

 

运行后:

设计模式笔记之 观察者模式

相关文章: