mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Fix net20, net35, and net40
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
- Remove Chime
|
||||
- Move string contents for UI to view model
|
||||
- Remove unused byte array constant
|
||||
- Fix net20, net35, and net40
|
||||
|
||||
### 3.1.9a (2024-05-21)
|
||||
|
||||
|
||||
@@ -1917,7 +1917,7 @@ namespace MPF.Core.UI.ViewModels
|
||||
/// Handler for Result ProgressChanged event
|
||||
/// </summary>
|
||||
#if NET20 || NET35 || NET40
|
||||
private void ProgressUpdated(object? sender, BaseExecutionContext.StringEventArgs value)
|
||||
private void ProgressUpdated(object? sender, Core.ExecutionContexts.BaseExecutionContext.StringEventArgs value)
|
||||
#else
|
||||
private void ProgressUpdated(object? sender, string value)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user