Пример #1
0
 void Executions_ExecutionStarted(object sender, ExecutionsChangedEventArgs e)
 {
     runningListBox.Items.Add(e.ExecutionInfo);
 }
Пример #2
0
 void Executions_ExecutionFinished(object sender, ExecutionsChangedEventArgs e)
 {
     runningListBox.Items.Remove(e.ExecutionInfo);
 }