Exemplo n.º 1
0
 public void OnTrade(object sender, Trade trade)
 {
     this.label1.Text = trade.ToString();
 }