We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4128eb + f234d62 commit a2fe6aeCopy full SHA for a2fe6ae
UI/UnoBackgroundWorker/UnoBackgroundWorker/UnoBackgroundWorker/Presentation/MainPage.xaml.cs
@@ -20,7 +20,7 @@ public MainPage()
20
worker.WorkerSupportsCancellation = true;
21
22
// Handle the events of the BackgroundWorker
23
- worker.DoWork += Worker_DoWork; ;
+ worker.DoWork += Worker_DoWork;
24
worker.ProgressChanged += Worker_ProgressChanged;
25
worker.RunWorkerCompleted += Worker_RunWorkerCompleted;
26
}
0 commit comments