Skip to content

Commit

Permalink
ConfigApp: null
Browse files Browse the repository at this point in the history
  • Loading branch information
pongo1231 committed Feb 12, 2024
1 parent db4117d commit d52893b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ConfigApp/EffectsTreeMenuItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ public class TreeMenuItem : INotifyPropertyChanged
{
private class TreeMenuItemAction : ICommand
{
public event EventHandler? CanExecuteChanged;
public event EventHandler? CanExecuteChanged = null;

private readonly Action? m_Action;
private readonly Action? m_Action = null;

public TreeMenuItemAction(Action? action)
{
Expand Down

0 comments on commit d52893b

Please sign in to comment.