BackgroundWorker report progress from external Class?
问题 I have a working solution that reports progress & text to a progress bar and a label on the applications's main form. I have now moved my worker methods to a class to they are accessible across multiple forms etc. Within the worker methods are BW.ReportProgress() statements that push back the progress and text to the BackgroundWorker in the main form. To give a better idea here is the file layout: MainScreen.cs List repSelected = new List(); XMLandRar xXMLandRar = new XMLandRar(); private