예제 #1
0
 public Game()
 {
     observers = new List <IObserver>();
     sInfo     = new StockInfo();
 }