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