Exemplo n.º 1
0
 public GoogleObserver(StockTicker subject)
 {
     DataSource = subject;
     subject.Register(this);
 }