You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: