Exemplo n.º 1
0
 private void MainForm_FormClosing(object sender, FormClosingEventArgs e)
 {
     foreach (TaskScheduler task in ProgressList)
     {
         task.Exit(true);
     }
     if (AsyncProgress != null)
     {
         AsyncProgress.Exit(true);
     }
 }