示例#1
0
 void tw_Alerted(Stock stock)
 {
     if (emailbox.Text != "")
         Email.Send(emailbox.Text, emailbox.Text, "TickDelay " + stock.Symbol, "No ticks received for " + tw.DefaultWait + " seconds." + stock.ToString());
 }