I'm trying to include this code to my project but I'm getting the following error:
System.ComponentModel.BackgroundWorker does not contain a definition for Dispose
This error is located in Sequence.cs on loadWorker.Dispose(); and saveWorker.Dispose();
How do I fix this error?