Exemple #1
0
 protected void PushLog(string text)
 {
     LogText.BeginInvoke(new Action(() => LogText.Text = text + "\r\n" + LogText.Text));
 }