示例#1
0
 protected Decorator(Notifier notifier)
 {
     Notifier = notifier;
 }
示例#2
0
 public void SetNotifier(Notifier notifier)
 {
     Notifier = notifier;
 }