示例#1
0
 public HexaObserver(Subject subject)
 {
     this.subject = subject;
     this.subject.Attach(this);
 }