예제 #1
0
 private void timer1_Tick(object sender, EventArgs e)
 {
     Logfile.Text           = content;
     Logfile.SelectionStart = Logfile.TextLength;
     Logfile.ScrollToCaret();
     this.Text = "Transaction Log - [" + profit.ToString() + "]";
 }