*sigh*

so stressful.

I cannot get the idea on how to raise events! how????

I have:

MainForm
ClassA (Worker thread)
ClassB (can be called from worker thread or from MainForm)

MainForm has a method which updates the status of a label (status text)
This will be changed from ClassA and ClassB (Mainly ClassA)

How can I create an eventhandler and raise it so that the main form, when event was raised, can change the status text?