Пример #1
0
 void child_Status(object text)
 {
     // TODO: neki kurac sam ovdje pijan radio
     if (text != null)
     {
         tssStatus.Text = (string)text;
         Application.DoEvents();
         JobProgress.Write((string)text);
     }
     else
     {
         JobProgress.Ready();
     }
 }