예제 #1
0
 private void SellSignal()
 {
     Sell?.Invoke(this, EventArgs.Empty);
 }
예제 #2
0
 void OnSellPressed()
 {
     Sell?.Invoke();
 }