I am trying to update a label from a BackgroundWorker thread that calls a method from another class outside the Form. So I basically want to do this:
MainForm.co
Try to invoke the method.
For Example:-
this.Invoke((Action)(() => Resources.xobjMF.Enabled = true));