In my .NET C# project I have used a \"BackgroundWorker\" to call a method in a different class. The following is the source-code of my main form
public parti
Am i missing this in the above code ?:
backgroundWorker1 = new BackgroundWorker();
backgroundWorker1.DoWork += new DoWorkEventHandler(backgroundWorker1_DoWork);