Esempio n. 1
0
 void Executions_ExecutionFinished(object sender, ExecutionsChangedEventArgs e)
 {
     runningListBox.Items.Remove(e.ExecutionInfo);
 }
Esempio n. 2
0
 void Executions_ExecutionStarted(object sender, ExecutionsChangedEventArgs e)
 {
     runningListBox.Items.Add(e.ExecutionInfo);
 }