Example #1
0
 void UpdateText(string text)
 {
     atb.AppendText(text);
     atb.ScrollToCaret();
     atb.ReadOnly = false;
 }