示例#1
0
 public void Attach(MatchObserver o)
 {
     this._observers.Add(o);
     o.Update(); // notifica iniziale
 }