コード例 #1
0
 protected virtual void OnStockBought(TradeEventArgs args)
 {
     if (StockBought != null)
     {
         StockBought(this, args);
     }
 }
コード例 #2
0
 protected virtual void OnStockSold(TradeEventArgs args)
 {
     if (StockSold != null)
     {
         StockSold(this, args);
     }
 }
コード例 #3
0
 protected virtual void OnStockBought(TradeEventArgs args)
 {
     if (StockBought != null)
     {
         StockBought(this, args);
     }
 }
コード例 #4
0
 protected virtual void OnStockSold(TradeEventArgs args)
 {
     if (StockSold != null)
     {
         StockSold(this, args);
     }
 }