private void backgroundWorker_DoWork(object sender, DoWorkEventArgs e) { SomeClass AnotherClass = new SomeClass(); AnotherClass.Blah(this); }