Ejemplo n.º 1
0
 void HandleTradeCancelCommand(string msg, TradeSession trade)
 {
     trade.CancelTrade();
 }