Exemple #1
0
 public ConcreteSubscriber(Publisher p) : base(p)
 {
 }                                                     //大多数情况下订阅者不需要知道发布者