Esempio n. 1
0
 protected virtual void OnNewStockData(object sender, StockEventArgs e)
 {
     StockData?.Invoke(this, e);
 }