public void Update(Stock stock)
 {
     Console.WriteLine("Notified Sorros of {0}'s " + "change to {1:C}", stock.Symbol, stock.Price);
 }
예제 #2
0
 public void Update(Stock stock)
 {
     Console.WriteLine("Notified Sorros of {0}'s " + "change to {1:C}", stock.Symbol, stock.Price);
 }