/// <summary> /// Updates the progress bar periodically. /// </summary> /// <param name="sender"></param> /// <param name="e"></param> private void tmrProgressUpdater_Tick(object sender, EventArgs e) { pb1.Value = worker.GetQueueSize(); }